diff --git a/behavior_pack/entities/breeze.json b/behavior_pack/entities/breeze.json index 12172755b..2f0649122 100644 --- a/behavior_pack/entities/breeze.json +++ b/behavior_pack/entities/breeze.json @@ -1,5 +1,5 @@ { - "format_version": "1.21.0", + "format_version": "1.21.30", "minecraft:entity": { "description": { "identifier": "minecraft:breeze", @@ -188,7 +188,7 @@ { "test": "is_navigating", "value": false } ] }, - "attack_range": [ 2, 16 ], + "attack_range": [ 0, 16 ], "attack_cooldown": 0.5, "pre_shoot_delay": 0.75, "post_shoot_delay": 0.2, diff --git a/behavior_pack/entities/fox.json b/behavior_pack/entities/fox.json index 1688e303e..2d144abeb 100644 --- a/behavior_pack/entities/fox.json +++ b/behavior_pack/entities/fox.json @@ -1,5 +1,5 @@ { - "format_version": "1.21.0", + "format_version": "1.21.30", "minecraft:entity": { "description": { "identifier": "minecraft:fox", @@ -437,8 +437,8 @@ "minecraft:nameable": { }, "minecraft:health": { - "value": 20, - "max": 20 + "value": 10, + "max": 10 }, "minecraft:movement": { "value": 0.3 diff --git a/behavior_pack/entities/snow_golem.json b/behavior_pack/entities/snow_golem.json index 5080e8bc7..e10fbea4c 100644 --- a/behavior_pack/entities/snow_golem.json +++ b/behavior_pack/entities/snow_golem.json @@ -67,7 +67,12 @@ "damage_per_tick": 4 }, { - "filters": { "test": "is_temperature_value", "operator": ">", "value": 1.0 }, + "filters": { + "all_of": [ + { "test": "is_temperature_value", "operator": ">", "value": 1.0 }, + { "test": "has_component", "subject": "self", "operator": "!=", "value": "minecraft:effect.fire_resistance" } + ] + }, "cause": "temperature", "damage_per_tick": 1 }, diff --git a/behavior_pack/loot_tables/chests/ancient_city.json b/behavior_pack/loot_tables/chests/ancient_city.json index 3603a1771..f6bda2fed 100644 --- a/behavior_pack/loot_tables/chests/ancient_city.json +++ b/behavior_pack/loot_tables/chests/ancient_city.json @@ -315,8 +315,8 @@ "add": false }, { - "function": "set_data", - "data": 30 + "function": "set_potion", + "id": "strong_regeneration" } ], "name": "minecraft:potion" diff --git a/behavior_pack/loot_tables/chests/buriedtreasure.json b/behavior_pack/loot_tables/chests/buriedtreasure.json index f6fa0d0f4..7b46f58c8 100644 --- a/behavior_pack/loot_tables/chests/buriedtreasure.json +++ b/behavior_pack/loot_tables/chests/buriedtreasure.json @@ -149,8 +149,8 @@ "name": "minecraft:potion", "functions": [ { - "function": "set_data", - "data": 19 + "function": "set_potion", + "id": "water_breathing" } ], "weight": 15 @@ -160,8 +160,8 @@ "name": "minecraft:potion", "functions": [ { - "function": "set_data", - "data": 28 + "function": "set_potion", + "id": "regeneration" } ], "weight": 10 diff --git a/behavior_pack/loot_tables/chests/trial_chambers/reward_common.json b/behavior_pack/loot_tables/chests/trial_chambers/reward_common.json index ec5d72530..202d7eb2c 100644 --- a/behavior_pack/loot_tables/chests/trial_chambers/reward_common.json +++ b/behavior_pack/loot_tables/chests/trial_chambers/reward_common.json @@ -21,7 +21,6 @@ "type": "item", "name": "minecraft:arrow", "weight": 4, - "aux_val": 26, "functions": [ { "function": "set_count", @@ -31,8 +30,8 @@ } }, { - "function": "set_data", - "data": 26 + "function": "set_potion", + "id": "poison" } ] }, diff --git a/behavior_pack/loot_tables/chests/trial_chambers/reward_ominous_common.json b/behavior_pack/loot_tables/chests/trial_chambers/reward_ominous_common.json index c40f08bfa..ad334e181 100644 --- a/behavior_pack/loot_tables/chests/trial_chambers/reward_ominous_common.json +++ b/behavior_pack/loot_tables/chests/trial_chambers/reward_ominous_common.json @@ -35,7 +35,6 @@ "type": "item", "name": "minecraft:arrow", "weight": 3, - "aux_val": 43, "functions": [ { "function": "set_count", @@ -45,8 +44,8 @@ } }, { - "function": "set_data", - "data": 43 + "function": "set_potion", + "id": "strong_slowness" } ] }, diff --git a/behavior_pack/loot_tables/chests/trial_chambers/supply.json b/behavior_pack/loot_tables/chests/trial_chambers/supply.json index 94ad262ff..0f93dfb80 100644 --- a/behavior_pack/loot_tables/chests/trial_chambers/supply.json +++ b/behavior_pack/loot_tables/chests/trial_chambers/supply.json @@ -24,7 +24,6 @@ "type": "item", "name": "minecraft:arrow", "weight": 1, - "aux_val": 26, "functions": [ { "function": "set_count", @@ -34,8 +33,8 @@ } }, { - "function": "set_data", - "data": 26 + "function": "set_potion", + "id": "poison" } ] }, @@ -43,7 +42,6 @@ "type": "item", "name": "minecraft:arrow", "weight": 1, - "aux_val": 18, "functions": [ { "function": "set_count", @@ -53,8 +51,8 @@ } }, { - "function": "set_data", - "data": 18 + "function": "set_potion", + "id": "slowness" } ] }, @@ -160,15 +158,14 @@ "type": "item", "name": "minecraft:potion", "weight": 1, - "aux_val": 28, "functions": [ { "function": "set_count", "count": 2.0 }, { - "function": "set_data", - "data": 28 + "function": "set_potion", + "id": "regeneration" } ] }, @@ -176,15 +173,14 @@ "type": "item", "name": "minecraft:potion", "weight": 1, - "aux_val": 31, "functions": [ { "function": "set_count", "count": 2.0 }, { - "function": "set_data", - "data": 31 + "function": "set_potion", + "id": "strength" } ] }, diff --git a/behavior_pack/loot_tables/dispensers/trial_chambers/chamber.json b/behavior_pack/loot_tables/dispensers/trial_chambers/chamber.json index 0079efa8f..62bccf36f 100644 --- a/behavior_pack/loot_tables/dispensers/trial_chambers/chamber.json +++ b/behavior_pack/loot_tables/dispensers/trial_chambers/chamber.json @@ -74,11 +74,10 @@ "type": "item", "name": "minecraft:splash_potion", "weight": 1, - "aux_val": 17, "functions": [ { - "function": "set_data", - "data": 17 + "function": "set_potion", + "id": "slowness" }, { "function": "set_count", @@ -93,11 +92,10 @@ "type": "item", "name": "minecraft:splash_potion", "weight": 1, - "aux_val": 25, "functions": [ { - "function": "set_data", - "data": 25 + "function": "set_potion", + "id": "poison" }, { "function": "set_count", @@ -112,11 +110,10 @@ "type": "item", "name": "minecraft:splash_potion", "weight": 1, - "aux_val": 34, "functions": [ { - "function": "set_data", - "data": 34 + "function": "set_potion", + "id": "weakness" }, { "function": "set_count", @@ -131,11 +128,10 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 17, "functions": [ { - "function": "set_data", - "data": 17 + "function": "set_potion", + "id": "slowness" }, { "function": "set_count", @@ -150,11 +146,10 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 25, "functions": [ { - "function": "set_data", - "data": 25 + "function": "set_potion", + "id": "poison" }, { "function": "set_count", @@ -169,11 +164,10 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 34, "functions": [ { - "function": "set_data", - "data": 34 + "function": "set_potion", + "id": "weakness" }, { "function": "set_count", @@ -188,11 +182,10 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 21, "functions": [ { - "function": "set_data", - "data": 21 + "function": "set_potion", + "id": "healing" }, { "function": "set_count", diff --git a/behavior_pack/loot_tables/entities/bogged.json b/behavior_pack/loot_tables/entities/bogged.json index 6edd759be..4e61d3b37 100644 --- a/behavior_pack/loot_tables/entities/bogged.json +++ b/behavior_pack/loot_tables/entities/bogged.json @@ -59,7 +59,6 @@ "type": "item", "name": "minecraft:arrow", "weight": 1, - "auxVal": 26, "functions": [ { "function": "set_count", @@ -77,8 +76,8 @@ "limit": 1 }, { - "function": "minecraft:set_data", - "data": 26 + "function": "minecraft:set_potion", + "id": "poison" } ] } diff --git a/behavior_pack/loot_tables/entities/elder_guardian.json b/behavior_pack/loot_tables/entities/elder_guardian.json index f3b4dea48..72f351ee8 100644 --- a/behavior_pack/loot_tables/entities/elder_guardian.json +++ b/behavior_pack/loot_tables/entities/elder_guardian.json @@ -68,14 +68,8 @@ "entries": [ { "type": "item", - "name": "minecraft:sponge", - "weight": 1, - "functions": [ - { - "function": "set_data", - "data": 1 - } - ] + "name": "minecraft:wet_sponge", + "weight": 1 } ], "conditions": [ diff --git a/behavior_pack/loot_tables/entities/piglin_barter.json b/behavior_pack/loot_tables/entities/piglin_barter.json index 041cd79b9..e0e85bbcb 100644 --- a/behavior_pack/loot_tables/entities/piglin_barter.json +++ b/behavior_pack/loot_tables/entities/piglin_barter.json @@ -41,8 +41,8 @@ "weight": 8, "functions": [ { - "function": "set_data", - "data": 12 + "function": "set_potion", + "id": "fire_resistance" } ] }, @@ -52,8 +52,8 @@ "weight": 8, "functions": [ { - "function": "set_data", - "data": 12 + "function": "set_potion", + "id": "fire_resistance" } ] }, @@ -63,8 +63,8 @@ "weight": 10, "functions": [ { - "function": "set_data", - "data": 0 + "function": "set_potion", + "id": "water" } ] }, diff --git a/behavior_pack/loot_tables/entities/stray.json b/behavior_pack/loot_tables/entities/stray.json index 30caf839d..16db95203 100644 --- a/behavior_pack/loot_tables/entities/stray.json +++ b/behavior_pack/loot_tables/entities/stray.json @@ -59,7 +59,6 @@ "type": "item", "name": "minecraft:arrow", "weight": 1, - "auxVal": 19, "functions": [ { "function": "set_count", @@ -77,8 +76,8 @@ "limit": 1 }, { - "function": "minecraft:set_data", - "data": 19 + "function": "minecraft:set_potion", + "id": "slowness" } ] } diff --git a/behavior_pack/loot_tables/spawners/ominous/trial_chamber/consumables.json b/behavior_pack/loot_tables/spawners/ominous/trial_chamber/consumables.json index 7fb035c2d..768e485be 100644 --- a/behavior_pack/loot_tables/spawners/ominous/trial_chamber/consumables.json +++ b/behavior_pack/loot_tables/spawners/ominous/trial_chamber/consumables.json @@ -49,15 +49,14 @@ "type": "item", "name": "minecraft:potion", "weight": 1, - "aux_val": 28, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 28 + "function": "set_potion", + "id": "regeneration" } ] }, @@ -65,15 +64,14 @@ "type": "item", "name": "minecraft:potion", "weight": 1, - "aux_val": 31, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 31 + "function": "set_potion", + "id": "strength" } ] } diff --git a/behavior_pack/loot_tables/spawners/trial_chamber/consumables.json b/behavior_pack/loot_tables/spawners/trial_chamber/consumables.json index 8d2dd3f9b..8ab87d124 100644 --- a/behavior_pack/loot_tables/spawners/trial_chamber/consumables.json +++ b/behavior_pack/loot_tables/spawners/trial_chamber/consumables.json @@ -46,15 +46,14 @@ "type": "item", "name": "minecraft:potion", "weight": 1, - "aux_val": 28, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 28 + "function": "set_potion", + "id": "regeneration" } ] }, @@ -62,15 +61,14 @@ "type": "item", "name": "minecraft:potion", "weight": 1, - "aux_val": 14, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 14 + "function": "set_potion", + "id": "swiftness" } ] } diff --git a/behavior_pack/loot_tables/spawners/trial_chamber/items_to_drop_when_ominous.json b/behavior_pack/loot_tables/spawners/trial_chamber/items_to_drop_when_ominous.json index 4f84cb018..2f49fa9bb 100644 --- a/behavior_pack/loot_tables/spawners/trial_chamber/items_to_drop_when_ominous.json +++ b/behavior_pack/loot_tables/spawners/trial_chamber/items_to_drop_when_ominous.json @@ -7,15 +7,14 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 43, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 43 + "function": "set_potion", + "id": "wind_charged" } ] }, @@ -23,15 +22,14 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 45, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 45 + "function": "set_potion", + "id": "oozing" } ] }, @@ -39,15 +37,14 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 44, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 44 + "function": "set_potion", + "id": "weaving" } ] }, @@ -55,15 +52,14 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 46, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 46 + "function": "set_potion", + "id": "infested" } ] }, @@ -71,15 +67,14 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 31, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 31 + "function": "set_potion", + "id": "strength" } ] }, @@ -87,15 +82,14 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 14, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 14 + "function": "set_potion", + "id": "swiftness" } ] }, @@ -103,15 +97,14 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 40, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 40 + "function": "set_potion", + "id": "slow_falling" } ] } @@ -135,15 +128,14 @@ "type": "item", "name": "minecraft:arrow", "weight": 1, - "aux_val": 26, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 26 + "function": "set_potion", + "id": "poison" } ] }, @@ -151,15 +143,14 @@ "type": "item", "name": "minecraft:arrow", "weight": 1, - "aux_val": 43, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 43 + "function": "set_potion", + "id": "strong_slowness" } ] }, diff --git a/behavior_pack/manifest.json b/behavior_pack/manifest.json index 2c5e0fcf7..da2d3805b 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, 20 ] + "min_engine_version": [ 1, 21, 30 ] }, "modules": [ { diff --git a/behavior_pack/recipes/andesite_wall.json b/behavior_pack/recipes/andesite_wall.json index c853e6b9c..5216132a5 100644 --- a/behavior_pack/recipes/andesite_wall.json +++ b/behavior_pack/recipes/andesite_wall.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:stone", - "data": 5 + "item": "minecraft:andesite" } }, "unlock": [ { - "item": "minecraft:stone", - "data": 5 + "item": "minecraft:andesite" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 4, + "item": "minecraft:andesite_wall", "count": 6 } } diff --git a/behavior_pack/recipes/brick_wall.json b/behavior_pack/recipes/brick_wall.json index 2072b09fa..69f66ec55 100644 --- a/behavior_pack/recipes/brick_wall.json +++ b/behavior_pack/recipes/brick_wall.json @@ -16,14 +16,13 @@ "item": "minecraft:brick_block" } }, - "unlock": [ - { - "item": "minecraft:brick_block" - } + "unlock": [ + { + "item": "minecraft:brick_block" + } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 6, + "item": "minecraft:brick_wall", "count": 6 } } diff --git a/behavior_pack/recipes/cobblestone_wall.json b/behavior_pack/recipes/cobblestone_wall.json index 30d796a11..38321d928 100644 --- a/behavior_pack/recipes/cobblestone_wall.json +++ b/behavior_pack/recipes/cobblestone_wall.json @@ -23,7 +23,6 @@ ], "result": { "item": "minecraft:cobblestone_wall", - "data": 0, "count": 6 } } diff --git a/behavior_pack/recipes/cyan_dye_from_pitcher_plant.json b/behavior_pack/recipes/cyan_dye_from_pitcher_plant.json index 890248f8a..72bad1048 100644 --- a/behavior_pack/recipes/cyan_dye_from_pitcher_plant.json +++ b/behavior_pack/recipes/cyan_dye_from_pitcher_plant.json @@ -1,25 +1,26 @@ { - "format_version": "1.20.10", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:cyan_dye_from_pitcher_plant" - }, - "tags": [ - "crafting_table" - ], - "group": "cyan_dye", - "ingredients": [ - { - "item": "minecraft:pitcher_plant" - } - ], - "unlock": [ - { - "item": "minecraft:pitcher_plant" - } - ], - "result": { - "item": "minecraft:cyan_dye" - } + "format_version": "1.21.30", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "minecraft:cyan_dye_from_pitcher_plant" + }, + "tags": [ + "crafting_table" + ], + "group": "cyan_dye", + "ingredients": [ + { + "item": "minecraft:pitcher_plant" + } + ], + "unlock": [ + { + "item": "minecraft:pitcher_plant" + } + ], + "result": { + "item": "minecraft:cyan_dye", + "count": 2 } + } } diff --git a/behavior_pack/recipes/diorite_wall.json b/behavior_pack/recipes/diorite_wall.json index 269fd468c..d372afc41 100644 --- a/behavior_pack/recipes/diorite_wall.json +++ b/behavior_pack/recipes/diorite_wall.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } }, - "unlock": [ + "unlock": [ { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 3, + "item": "minecraft:diorite_wall", "count": 6 } } diff --git a/behavior_pack/recipes/end_brick_wall.json b/behavior_pack/recipes/end_brick_wall.json index 656098ea6..a673b7099 100644 --- a/behavior_pack/recipes/end_brick_wall.json +++ b/behavior_pack/recipes/end_brick_wall.json @@ -16,14 +16,13 @@ "item": "minecraft:end_bricks" } }, - "unlock": [ + "unlock": [ { "item": "minecraft:end_bricks" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 10, + "item": "minecraft:end_stone_brick_wall", "count": 6 } } diff --git a/behavior_pack/recipes/furnace_acacia_wood.json b/behavior_pack/recipes/furnace_acacia_wood.json index f878d303f..f474833ef 100644 --- a/behavior_pack/recipes/furnace_acacia_wood.json +++ b/behavior_pack/recipes/furnace_acacia_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_acacia_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:4", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_birch_wood.json b/behavior_pack/recipes/furnace_birch_wood.json index 994feebd7..2a59fa72c 100644 --- a/behavior_pack/recipes/furnace_birch_wood.json +++ b/behavior_pack/recipes/furnace_birch_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_birch_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:2", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_dark_oak_wood.json b/behavior_pack/recipes/furnace_dark_oak_wood.json index 5540f1ff7..06d127a26 100644 --- a/behavior_pack/recipes/furnace_dark_oak_wood.json +++ b/behavior_pack/recipes/furnace_dark_oak_wood.json @@ -6,7 +6,7 @@ }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:5", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_jungle_wood.json b/behavior_pack/recipes/furnace_jungle_wood.json index dd836a2e0..9f7498446 100644 --- a/behavior_pack/recipes/furnace_jungle_wood.json +++ b/behavior_pack/recipes/furnace_jungle_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_jungle_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:3", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_log2_acacia.json b/behavior_pack/recipes/furnace_log2_acacia.json index a763b6131..50f69d6bf 100644 --- a/behavior_pack/recipes/furnace_log2_acacia.json +++ b/behavior_pack/recipes/furnace_log2_acacia.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_log2_acacia" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:log2:0", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_log2_dark_oak.json b/behavior_pack/recipes/furnace_log2_dark_oak.json index 764f8823d..0ff5dd548 100644 --- a/behavior_pack/recipes/furnace_log2_dark_oak.json +++ b/behavior_pack/recipes/furnace_log2_dark_oak.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_log2_dark_oak" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:log2:1", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_log_birch.json b/behavior_pack/recipes/furnace_log_birch.json index 30e2a75ed..b599e5dcb 100644 --- a/behavior_pack/recipes/furnace_log_birch.json +++ b/behavior_pack/recipes/furnace_log_birch.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_log_birch" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:log:2", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_log_jungle.json b/behavior_pack/recipes/furnace_log_jungle.json index dbdb01b24..4e1ba90f6 100644 --- a/behavior_pack/recipes/furnace_log_jungle.json +++ b/behavior_pack/recipes/furnace_log_jungle.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_log_jungle" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:log:3", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_log_oak.json b/behavior_pack/recipes/furnace_log_oak.json index 632f97ea1..65dc04b6d 100644 --- a/behavior_pack/recipes/furnace_log_oak.json +++ b/behavior_pack/recipes/furnace_log_oak.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_log_oak" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:log:0", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_log_spruce.json b/behavior_pack/recipes/furnace_log_spruce.json index 4e2874a56..b083eecc4 100644 --- a/behavior_pack/recipes/furnace_log_spruce.json +++ b/behavior_pack/recipes/furnace_log_spruce.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_log_spruce" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:log:1", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_oak_wood.json b/behavior_pack/recipes/furnace_oak_wood.json index 9958334bf..b6e156772 100644 --- a/behavior_pack/recipes/furnace_oak_wood.json +++ b/behavior_pack/recipes/furnace_oak_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_oak_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:0", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_sponge.json b/behavior_pack/recipes/furnace_sponge.json index 7a7b3ab07..d01ecc53a 100644 --- a/behavior_pack/recipes/furnace_sponge.json +++ b/behavior_pack/recipes/furnace_sponge.json @@ -11,8 +11,8 @@ } ], "tags": ["furnace"], - "input": "minecraft:sponge:1", - "output": "minecraft:sponge:0" + "input": "minecraft:wet_sponge", + "output": "minecraft:sponge" } } diff --git a/behavior_pack/recipes/furnace_spruce_wood.json b/behavior_pack/recipes/furnace_spruce_wood.json index dfba1b4e4..65a3e73db 100644 --- a/behavior_pack/recipes/furnace_spruce_wood.json +++ b/behavior_pack/recipes/furnace_spruce_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_spruce_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:1", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_stripped_acacia_wood.json b/behavior_pack/recipes/furnace_stripped_acacia_wood.json index b12d91685..b99431243 100644 --- a/behavior_pack/recipes/furnace_stripped_acacia_wood.json +++ b/behavior_pack/recipes/furnace_stripped_acacia_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_stripped_acacia_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:12", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_stripped_birch_wood.json b/behavior_pack/recipes/furnace_stripped_birch_wood.json index 31d6aa112..bff95f47d 100644 --- a/behavior_pack/recipes/furnace_stripped_birch_wood.json +++ b/behavior_pack/recipes/furnace_stripped_birch_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_stripped_birch_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:10", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_stripped_dark_oak_wood.json b/behavior_pack/recipes/furnace_stripped_dark_oak_wood.json index a6e39d138..8afdb3dfb 100644 --- a/behavior_pack/recipes/furnace_stripped_dark_oak_wood.json +++ b/behavior_pack/recipes/furnace_stripped_dark_oak_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_stripped_dark_oak_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:13", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_stripped_jungle_wood.json b/behavior_pack/recipes/furnace_stripped_jungle_wood.json index e64703d17..26ef2e5ce 100644 --- a/behavior_pack/recipes/furnace_stripped_jungle_wood.json +++ b/behavior_pack/recipes/furnace_stripped_jungle_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_stripped_jungle_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:11", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_stripped_oak_wood.json b/behavior_pack/recipes/furnace_stripped_oak_wood.json index fea1c559a..12451099f 100644 --- a/behavior_pack/recipes/furnace_stripped_oak_wood.json +++ b/behavior_pack/recipes/furnace_stripped_oak_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_stripped_oak_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:8", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_stripped_spruce_wood.json b/behavior_pack/recipes/furnace_stripped_spruce_wood.json index 8cfbbe1a5..887e76ac0 100644 --- a/behavior_pack/recipes/furnace_stripped_spruce_wood.json +++ b/behavior_pack/recipes/furnace_stripped_spruce_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_stripped_spruce_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:9", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/granite_wall.json b/behavior_pack/recipes/granite_wall.json index f3ee2f271..bef7ebebd 100644 --- a/behavior_pack/recipes/granite_wall.json +++ b/behavior_pack/recipes/granite_wall.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:stone", - "data": 1 + "item": "minecraft:granite" } }, - "unlock": [ - { - "item": "minecraft:stone", - "data": 1 - } + "unlock": [ + { + "item": "minecraft:granite" + } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 2, + "item": "minecraft:granite_wall", "count": 6 } } diff --git a/behavior_pack/recipes/mossy_cobblestone_wall.json b/behavior_pack/recipes/mossy_cobblestone_wall.json index 64e21b0a5..41c5c2d10 100644 --- a/behavior_pack/recipes/mossy_cobblestone_wall.json +++ b/behavior_pack/recipes/mossy_cobblestone_wall.json @@ -16,14 +16,13 @@ "item": "minecraft:mossy_cobblestone" } }, - "unlock": [ - { - "item": "minecraft:mossy_cobblestone" - } + "unlock": [ + { + "item": "minecraft:mossy_cobblestone" + } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 1, + "item": "minecraft:mossy_cobblestone_wall", "count": 6 } } diff --git a/behavior_pack/recipes/mossy_stone_brick_wall.json b/behavior_pack/recipes/mossy_stone_brick_wall.json index dff46eb6b..235b98d74 100644 --- a/behavior_pack/recipes/mossy_stone_brick_wall.json +++ b/behavior_pack/recipes/mossy_stone_brick_wall.json @@ -16,14 +16,13 @@ "item": "minecraft:mossy_stone_bricks" } }, - "unlock": [ - { - "item": "minecraft:mossy_stone_bricks" - } + "unlock": [ + { + "item": "minecraft:mossy_stone_bricks" + } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 8, + "item": "minecraft:mossy_stone_brick_wall", "count": 6 } } diff --git a/behavior_pack/recipes/nether_brick_wall.json b/behavior_pack/recipes/nether_brick_wall.json index a976664b3..abad9e1ad 100644 --- a/behavior_pack/recipes/nether_brick_wall.json +++ b/behavior_pack/recipes/nether_brick_wall.json @@ -16,14 +16,13 @@ "item": "minecraft:nether_brick" } }, - "unlock": [ + "unlock": [ { "item": "minecraft:nether_brick" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 9, + "item": "minecraft:nether_brick_wall", "count": 6 } } diff --git a/behavior_pack/recipes/prismarine_wall.json b/behavior_pack/recipes/prismarine_wall.json index d15d03c14..826c087d2 100644 --- a/behavior_pack/recipes/prismarine_wall.json +++ b/behavior_pack/recipes/prismarine_wall.json @@ -17,15 +17,14 @@ "data": 0 } }, - "unlock": [ + "unlock": [ { "item": "minecraft:prismarine", - "data": 0 + "data": 0 } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 11, + "item": "minecraft:prismarine_wall", "count": 6 } } diff --git a/behavior_pack/recipes/red_nether_brick_wall.json b/behavior_pack/recipes/red_nether_brick_wall.json index a175aa564..8bc9fda33 100644 --- a/behavior_pack/recipes/red_nether_brick_wall.json +++ b/behavior_pack/recipes/red_nether_brick_wall.json @@ -16,14 +16,13 @@ "item": "minecraft:red_nether_brick" } }, - "unlock": [ + "unlock": [ { "item": "minecraft:red_nether_brick" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 13, + "item": "minecraft:red_nether_brick_wall", "count": 6 } } diff --git a/behavior_pack/recipes/red_sandstone_wall.json b/behavior_pack/recipes/red_sandstone_wall.json index b0151300a..3277acb6a 100644 --- a/behavior_pack/recipes/red_sandstone_wall.json +++ b/behavior_pack/recipes/red_sandstone_wall.json @@ -17,15 +17,14 @@ "data": 0 } }, - "unlock": [ + "unlock": [ { "item": "minecraft:red_sandstone", "data": 0 } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 12, + "item": "minecraft:red_sandstone_wall", "count": 6 } } diff --git a/behavior_pack/recipes/sandstone_wall.json b/behavior_pack/recipes/sandstone_wall.json index 1bf2a0cbe..3b17365a0 100644 --- a/behavior_pack/recipes/sandstone_wall.json +++ b/behavior_pack/recipes/sandstone_wall.json @@ -17,15 +17,14 @@ "data": 0 } }, - "unlock": [ + "unlock": [ { "item": "minecraft:sandstone", "data": 0 } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 5, + "item": "minecraft:sandstone_wall", "count": 6 } } diff --git a/behavior_pack/recipes/stone_brick_wall.json b/behavior_pack/recipes/stone_brick_wall.json index 8e7e19c21..b6fff4e17 100644 --- a/behavior_pack/recipes/stone_brick_wall.json +++ b/behavior_pack/recipes/stone_brick_wall.json @@ -16,14 +16,13 @@ "item": "minecraft:stone_bricks" } }, - "unlock": [ + "unlock": [ { "item": "minecraft:stone_bricks" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 7, + "item": "minecraft:stone_brick_wall", "count": 6 } } diff --git a/behavior_pack/recipes/stonecutter_andesite_wall.json b/behavior_pack/recipes/stonecutter_andesite_wall.json index b790ffe65..78d79c83f 100644 --- a/behavior_pack/recipes/stonecutter_andesite_wall.json +++ b/behavior_pack/recipes/stonecutter_andesite_wall.json @@ -10,19 +10,16 @@ "priority": 2, "ingredients": [ { - "item": "minecraft:stone", - "data": 5 + "item": "minecraft:andesite" } ], "unlock": [ { - "item": "minecraft:stone", - "data": 5 + "item": "minecraft:andesite" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 4, + "item": "minecraft:andesite_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_brick_wall.json b/behavior_pack/recipes/stonecutter_brick_wall.json index b7963d753..6dccf1811 100644 --- a/behavior_pack/recipes/stonecutter_brick_wall.json +++ b/behavior_pack/recipes/stonecutter_brick_wall.json @@ -10,19 +10,16 @@ "priority": 2, "ingredients": [ { - "item": "minecraft:brick_block", - "data": 0 + "item": "minecraft:brick_block" } ], "unlock": [ { - "item": "minecraft:brick_block", - "data": 0 + "item": "minecraft:brick_block" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 6, + "item": "minecraft:brick_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_cobblestone_wall.json b/behavior_pack/recipes/stonecutter_cobblestone_wall.json index 18559fd98..43611f0a3 100644 --- a/behavior_pack/recipes/stonecutter_cobblestone_wall.json +++ b/behavior_pack/recipes/stonecutter_cobblestone_wall.json @@ -10,14 +10,12 @@ "priority": 2, "ingredients": [ { - "item": "minecraft:cobblestone", - "data": 0 + "item": "minecraft:cobblestone" } ], "unlock": [ { - "item": "minecraft:cobblestone", - "data": 0 + "item": "minecraft:cobblestone" } ], "result": { diff --git a/behavior_pack/recipes/stonecutter_diorite_wall.json b/behavior_pack/recipes/stonecutter_diorite_wall.json index 046b7a48a..d86ca17a8 100644 --- a/behavior_pack/recipes/stonecutter_diorite_wall.json +++ b/behavior_pack/recipes/stonecutter_diorite_wall.json @@ -10,19 +10,16 @@ "priority": 2, "ingredients": [ { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } ], "unlock": [ { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 3, + "item": "minecraft:diorite_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_endbrick_wall.json b/behavior_pack/recipes/stonecutter_endbrick_wall.json index c1ff59847..ba6b7f7e0 100644 --- a/behavior_pack/recipes/stonecutter_endbrick_wall.json +++ b/behavior_pack/recipes/stonecutter_endbrick_wall.json @@ -10,19 +10,16 @@ "priority": 2, "ingredients": [ { - "item": "minecraft:end_stone", - "data": 0 + "item": "minecraft:end_stone" } ], "unlock": [ { - "item": "minecraft:end_stone", - "data": 0 + "item": "minecraft:end_stone" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 10, + "item": "minecraft:end_stone_brick_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_endbrick_wall2.json b/behavior_pack/recipes/stonecutter_endbrick_wall2.json index cd8a2d498..fc3ac6adf 100644 --- a/behavior_pack/recipes/stonecutter_endbrick_wall2.json +++ b/behavior_pack/recipes/stonecutter_endbrick_wall2.json @@ -10,19 +10,16 @@ "priority": 2, "ingredients": [ { - "item": "minecraft:end_bricks", - "data": 0 + "item": "minecraft:end_bricks" } ], "unlock": [ { - "item": "minecraft:end_bricks", - "data": 0 + "item": "minecraft:end_bricks" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 10, + "item": "minecraft:end_stone_brick_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_granite_wall.json b/behavior_pack/recipes/stonecutter_granite_wall.json index b5a2a96ae..2ee03a5df 100644 --- a/behavior_pack/recipes/stonecutter_granite_wall.json +++ b/behavior_pack/recipes/stonecutter_granite_wall.json @@ -10,19 +10,16 @@ "priority": 2, "ingredients": [ { - "item": "minecraft:stone", - "data": 1 + "item": "minecraft:granite" } ], "unlock": [ { - "item": "minecraft:stone", - "data": 1 + "item": "minecraft:granite" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 2, + "item": "minecraft:granite_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_mossy_cobblestone_wall.json b/behavior_pack/recipes/stonecutter_mossy_cobblestone_wall.json index 0d951fad3..cb141dd39 100644 --- a/behavior_pack/recipes/stonecutter_mossy_cobblestone_wall.json +++ b/behavior_pack/recipes/stonecutter_mossy_cobblestone_wall.json @@ -10,19 +10,16 @@ "priority": 2, "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:cobblestone_wall", - "data": 1, + "item": "minecraft:mossy_cobblestone_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_mossy_stonebrick_wall.json b/behavior_pack/recipes/stonecutter_mossy_stonebrick_wall.json index 29be2436d..377a48447 100644 --- a/behavior_pack/recipes/stonecutter_mossy_stonebrick_wall.json +++ b/behavior_pack/recipes/stonecutter_mossy_stonebrick_wall.json @@ -19,8 +19,7 @@ } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 8, + "item": "minecraft:mossy_stone_brick_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_nether_brick_wall.json b/behavior_pack/recipes/stonecutter_nether_brick_wall.json index 4bbd7998e..2e8117716 100644 --- a/behavior_pack/recipes/stonecutter_nether_brick_wall.json +++ b/behavior_pack/recipes/stonecutter_nether_brick_wall.json @@ -10,19 +10,16 @@ "priority": 2, "ingredients": [ { - "item": "minecraft:nether_brick", - "data": 0 + "item": "minecraft:nether_brick" } ], "unlock": [ { - "item": "minecraft:nether_brick", - "data": 0 + "item": "minecraft:nether_brick" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 9, + "item": "minecraft:nether_brick_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_prismarine_wall.json b/behavior_pack/recipes/stonecutter_prismarine_wall.json index 891a6ecbe..a40ec0b08 100644 --- a/behavior_pack/recipes/stonecutter_prismarine_wall.json +++ b/behavior_pack/recipes/stonecutter_prismarine_wall.json @@ -21,8 +21,7 @@ } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 11, + "item": "minecraft:prismarine_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_red_nether_brick_wall.json b/behavior_pack/recipes/stonecutter_red_nether_brick_wall.json index 2ac589e04..22a714d06 100644 --- a/behavior_pack/recipes/stonecutter_red_nether_brick_wall.json +++ b/behavior_pack/recipes/stonecutter_red_nether_brick_wall.json @@ -10,19 +10,16 @@ "priority": 2, "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:cobblestone_wall", - "data": 13, + "item": "minecraft:red_nether_brick_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_red_sandstone_wall.json b/behavior_pack/recipes/stonecutter_red_sandstone_wall.json index f624c94d1..99bef69e3 100644 --- a/behavior_pack/recipes/stonecutter_red_sandstone_wall.json +++ b/behavior_pack/recipes/stonecutter_red_sandstone_wall.json @@ -21,8 +21,7 @@ } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 12, + "item": "minecraft:red_sandstone_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_sandstone_wall.json b/behavior_pack/recipes/stonecutter_sandstone_wall.json index 4613d662d..ca92ae24f 100644 --- a/behavior_pack/recipes/stonecutter_sandstone_wall.json +++ b/behavior_pack/recipes/stonecutter_sandstone_wall.json @@ -21,8 +21,7 @@ } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 5, + "item": "minecraft:sandstone_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_stonebrick_wall.json b/behavior_pack/recipes/stonecutter_stonebrick_wall.json index ff79cca45..3ef629b36 100644 --- a/behavior_pack/recipes/stonecutter_stonebrick_wall.json +++ b/behavior_pack/recipes/stonecutter_stonebrick_wall.json @@ -21,8 +21,7 @@ } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 7, + "item": "minecraft:stone_brick_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_stonebrick_wall2.json b/behavior_pack/recipes/stonecutter_stonebrick_wall2.json index f4c070df0..940183482 100644 --- a/behavior_pack/recipes/stonecutter_stonebrick_wall2.json +++ b/behavior_pack/recipes/stonecutter_stonebrick_wall2.json @@ -19,8 +19,7 @@ } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 7, + "item": "minecraft:stone_brick_wall", "count": 1 } } diff --git a/behavior_pack/trading/economy_trades/fletcher_trades.json b/behavior_pack/trading/economy_trades/fletcher_trades.json index b8b3c7648..fb6917ca8 100644 --- a/behavior_pack/trading/economy_trades/fletcher_trades.json +++ b/behavior_pack/trading/economy_trades/fletcher_trades.json @@ -39,7 +39,7 @@ ], "gives": [ { - "item": "minecraft:arrow:0", + "item": "minecraft:arrow", "quantity": 16 } ], @@ -302,7 +302,7 @@ "price_multiplier": 0.05 }, { - "item": "minecraft:arrow:0", + "item": "minecraft:arrow", "quantity": 5, "price_multiplier": 0.05 } @@ -311,64 +311,154 @@ { "choice": [ { - "item": "minecraft:arrow:6", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "nightvision" + } + ] }, { - "item": "minecraft:arrow:8", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "invisibility" + } + ] }, { - "item": "minecraft:arrow:10", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "leaping" + } + ] }, { - "item": "minecraft:arrow:13", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "fire_resistance" + } + ] }, { - "item": "minecraft:arrow:15", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "swiftness" + } + ] }, { - "item": "minecraft:arrow:18", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "slowness" + } + ] }, { - "item": "minecraft:arrow:20", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "water_breathing" + } + ] }, { - "item": "minecraft:arrow:22", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "healing" + } + ] }, { - "item": "minecraft:arrow:24", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "harming" + } + ] }, { - "item": "minecraft:arrow:26", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "poison" + } + ] }, { - "item": "minecraft:arrow:29", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "regeneration" + } + ] }, { - "item": "minecraft:arrow:32", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "strength" + } + ] }, { - "item": "minecraft:arrow:35", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "weakness" + } + ] }, { - "item": "minecraft:arrow:37", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "turtle_master" + } + ] }, { - "item": "minecraft:arrow:38", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "wither" + } + ] } ] } diff --git a/documentation/Addons.html b/documentation/Addons.html index 27267a731..e5586bbc2 100644 --- a/documentation/Addons.html +++ b/documentation/Addons.html @@ -1,4 +1,4 @@ -

ADDONS DOCUMENTATION
Version: 1.21.20.3

+

ADDONS DOCUMENTATION
Version: 1.21.30.3

Index

@@ -3840,97 +3840,97 @@

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

minecraft:chemistry_table:000 - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -4044,97 +4044,97 @@

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

minecraft:cobblestone_wall:000 - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -4236,193 +4236,193 @@

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

minecraft:colored_torch_bp:000 - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -15906,97 +15906,97 @@

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

minecraft:purpur_block:000 - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -18012,13 +18012,13 @@

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

minecraft:sponge:000 - + - + @@ -20484,13 +20484,13 @@

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

minecraft:structure_void:000 - + - + @@ -20568,25 +20568,25 @@

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

minecraft:tnt:000 - + - + - + - + @@ -23829,7 +23829,7 @@

BlockStates

- + @@ -23841,7 +23841,7 @@

BlockStates

- + @@ -23865,13 +23865,13 @@

BlockStates

- + - + @@ -23883,7 +23883,7 @@

BlockStates

- + @@ -24051,7 +24051,7 @@

BlockStates

- + @@ -24063,7 +24063,7 @@

BlockStates

- + @@ -24087,7 +24087,7 @@

BlockStates

- + @@ -24165,13 +24165,13 @@

BlockStates

- + - + @@ -24213,7 +24213,7 @@

BlockStates

- + @@ -24243,7 +24243,7 @@

BlockStates

- + @@ -24381,7 +24381,7 @@

BlockStates

- +
Blocks
minecraft:chemistry_table 0minecraft:chemistry_table ["chemistry_table_type" = "compound_creator", "direction" = 0]
minecraft:compound_creator ["direction" = 0]
minecraft:chemistry_table:001 minecraft:chemistry_table 1minecraft:chemistry_table ["chemistry_table_type" = "compound_creator", "direction" = 1]
minecraft:compound_creator ["direction" = 1]
minecraft:chemistry_table:002 minecraft:chemistry_table 2minecraft:chemistry_table ["chemistry_table_type" = "compound_creator", "direction" = 2]
minecraft:compound_creator ["direction" = 2]
minecraft:chemistry_table:003 minecraft:chemistry_table 3minecraft:chemistry_table ["chemistry_table_type" = "compound_creator", "direction" = 3]
minecraft:compound_creator ["direction" = 3]
minecraft:chemistry_table:004 minecraft:chemistry_table 4minecraft:chemistry_table ["chemistry_table_type" = "material_reducer", "direction" = 0]
minecraft:material_reducer ["direction" = 0]
minecraft:chemistry_table:005 minecraft:chemistry_table 5minecraft:chemistry_table ["chemistry_table_type" = "material_reducer", "direction" = 1]
minecraft:material_reducer ["direction" = 1]
minecraft:chemistry_table:006 minecraft:chemistry_table 6minecraft:chemistry_table ["chemistry_table_type" = "material_reducer", "direction" = 2]
minecraft:material_reducer ["direction" = 2]
minecraft:chemistry_table:007 minecraft:chemistry_table 7minecraft:chemistry_table ["chemistry_table_type" = "material_reducer", "direction" = 3]
minecraft:material_reducer ["direction" = 3]
minecraft:chemistry_table:008 minecraft:chemistry_table 8minecraft:chemistry_table ["chemistry_table_type" = "element_constructor", "direction" = 0]
minecraft:element_constructor ["direction" = 0]
minecraft:chemistry_table:009 minecraft:chemistry_table 9minecraft:chemistry_table ["chemistry_table_type" = "element_constructor", "direction" = 1]
minecraft:element_constructor ["direction" = 1]
minecraft:chemistry_table:010 minecraft:chemistry_table 10minecraft:chemistry_table ["chemistry_table_type" = "element_constructor", "direction" = 2]
minecraft:element_constructor ["direction" = 2]
minecraft:chemistry_table:011 minecraft:chemistry_table 11minecraft:chemistry_table ["chemistry_table_type" = "element_constructor", "direction" = 3]
minecraft:element_constructor ["direction" = 3]
minecraft:chemistry_table:012 minecraft:chemistry_table 12minecraft:chemistry_table ["chemistry_table_type" = "lab_table", "direction" = 0]
minecraft:lab_table ["direction" = 0]
minecraft:chemistry_table:013 minecraft:chemistry_table 13minecraft:chemistry_table ["chemistry_table_type" = "lab_table", "direction" = 1]
minecraft:lab_table ["direction" = 1]
minecraft:chemistry_table:014 minecraft:chemistry_table 14minecraft:chemistry_table ["chemistry_table_type" = "lab_table", "direction" = 2]
minecraft:lab_table ["direction" = 2]
minecraft:chemistry_table:015 minecraft:chemistry_table 15minecraft:chemistry_table ["chemistry_table_type" = "lab_table", "direction" = 3]
minecraft:lab_table ["direction" = 3]
minecraft:chest:000 minecraft:cobblestone_wall 0minecraft:cobblestone_wall ["wall_block_type" = "cobblestone"]
minecraft:cobblestone_wall
minecraft:cobblestone_wall:001 minecraft:cobblestone_wall 1minecraft:cobblestone_wall ["wall_block_type" = "mossy_cobblestone"]
minecraft:mossy_cobblestone_wall
minecraft:cobblestone_wall:002 minecraft:cobblestone_wall 2minecraft:cobblestone_wall ["wall_block_type" = "granite"]
minecraft:granite_wall
minecraft:cobblestone_wall:003 minecraft:cobblestone_wall 3minecraft:cobblestone_wall ["wall_block_type" = "diorite"]
minecraft:diorite_wall
minecraft:cobblestone_wall:004 minecraft:cobblestone_wall 4minecraft:cobblestone_wall ["wall_block_type" = "andesite"]
minecraft:andesite_wall
minecraft:cobblestone_wall:005 minecraft:cobblestone_wall 5minecraft:cobblestone_wall ["wall_block_type" = "sandstone"]
minecraft:sandstone_wall
minecraft:cobblestone_wall:006 minecraft:cobblestone_wall 6minecraft:cobblestone_wall ["wall_block_type" = "brick"]
minecraft:brick_wall
minecraft:cobblestone_wall:007 minecraft:cobblestone_wall 7minecraft:cobblestone_wall ["wall_block_type" = "stone_brick"]
minecraft:stone_brick_wall
minecraft:cobblestone_wall:008 minecraft:cobblestone_wall 8minecraft:cobblestone_wall ["wall_block_type" = "mossy_stone_brick"]
minecraft:mossy_stone_brick_wall
minecraft:cobblestone_wall:009 minecraft:cobblestone_wall 9minecraft:cobblestone_wall ["wall_block_type" = "nether_brick"]
minecraft:nether_brick_wall
minecraft:cobblestone_wall:010 minecraft:cobblestone_wall 10minecraft:cobblestone_wall ["wall_block_type" = "end_brick"]
minecraft:end_stone_brick_wall
minecraft:cobblestone_wall:011 minecraft:cobblestone_wall 11minecraft:cobblestone_wall ["wall_block_type" = "prismarine"]
minecraft:prismarine_wall
minecraft:cobblestone_wall:012 minecraft:cobblestone_wall 12minecraft:cobblestone_wall ["wall_block_type" = "red_sandstone"]
minecraft:red_sandstone_wall
minecraft:cobblestone_wall:013 minecraft:cobblestone_wall 13minecraft:cobblestone_wall ["wall_block_type" = "red_nether_brick"]
minecraft:red_nether_brick_wall
minecraft:cobblestone_wall:014 minecraft:cobblestone_wall 14minecraft:cobblestone_wall ["wall_block_type" = "cobblestone"]
minecraft:cobblestone_wall
minecraft:cobblestone_wall:015 minecraft:cobblestone_wall 15minecraft:cobblestone_wall ["wall_block_type" = "cobblestone"]
minecraft:cobblestone_wall
minecraft:cocoa:000 minecraft:colored_torch_bp 0minecraft:colored_torch_bp ["color_bit" = 0, "torch_facing_direction" = "unknown"]
minecraft:colored_torch_blue ["torch_facing_direction" = "unknown"]
minecraft:colored_torch_bp:001 minecraft:colored_torch_bp 1minecraft:colored_torch_bp ["color_bit" = 0, "torch_facing_direction" = "west"]
minecraft:colored_torch_blue ["torch_facing_direction" = "west"]
minecraft:colored_torch_bp:002 minecraft:colored_torch_bp 2minecraft:colored_torch_bp ["color_bit" = 0, "torch_facing_direction" = "east"]
minecraft:colored_torch_blue ["torch_facing_direction" = "east"]
minecraft:colored_torch_bp:003 minecraft:colored_torch_bp 3minecraft:colored_torch_bp ["color_bit" = 0, "torch_facing_direction" = "north"]
minecraft:colored_torch_blue ["torch_facing_direction" = "north"]
minecraft:colored_torch_bp:004 minecraft:colored_torch_bp 4minecraft:colored_torch_bp ["color_bit" = 0, "torch_facing_direction" = "south"]
minecraft:colored_torch_blue ["torch_facing_direction" = "south"]
minecraft:colored_torch_bp:005 minecraft:colored_torch_bp 5minecraft:colored_torch_bp ["color_bit" = 0, "torch_facing_direction" = "top"]
minecraft:colored_torch_blue ["torch_facing_direction" = "top"]
minecraft:colored_torch_bp:006 minecraft:colored_torch_bp 6minecraft:colored_torch_bp ["color_bit" = 0, "torch_facing_direction" = "unknown"]
minecraft:colored_torch_blue ["torch_facing_direction" = "unknown"]
minecraft:colored_torch_bp:007 minecraft:colored_torch_bp 7minecraft:colored_torch_bp ["color_bit" = 0, "torch_facing_direction" = "unknown"]
minecraft:colored_torch_blue ["torch_facing_direction" = "unknown"]
minecraft:colored_torch_bp:008 minecraft:colored_torch_bp 8minecraft:colored_torch_bp ["color_bit" = 1, "torch_facing_direction" = "unknown"]
minecraft:colored_torch_purple ["torch_facing_direction" = "unknown"]
minecraft:colored_torch_bp:009 minecraft:colored_torch_bp 9minecraft:colored_torch_bp ["color_bit" = 1, "torch_facing_direction" = "west"]
minecraft:colored_torch_purple ["torch_facing_direction" = "west"]
minecraft:colored_torch_bp:010 minecraft:colored_torch_bp 10minecraft:colored_torch_bp ["color_bit" = 1, "torch_facing_direction" = "east"]
minecraft:colored_torch_purple ["torch_facing_direction" = "east"]
minecraft:colored_torch_bp:011 minecraft:colored_torch_bp 11minecraft:colored_torch_bp ["color_bit" = 1, "torch_facing_direction" = "north"]
minecraft:colored_torch_purple ["torch_facing_direction" = "north"]
minecraft:colored_torch_bp:012 minecraft:colored_torch_bp 12minecraft:colored_torch_bp ["color_bit" = 1, "torch_facing_direction" = "south"]
minecraft:colored_torch_purple ["torch_facing_direction" = "south"]
minecraft:colored_torch_bp:013 minecraft:colored_torch_bp 13minecraft:colored_torch_bp ["color_bit" = 1, "torch_facing_direction" = "top"]
minecraft:colored_torch_purple ["torch_facing_direction" = "top"]
minecraft:colored_torch_bp:014 minecraft:colored_torch_bp 14minecraft:colored_torch_bp ["color_bit" = 1, "torch_facing_direction" = "unknown"]
minecraft:colored_torch_purple ["torch_facing_direction" = "unknown"]
minecraft:colored_torch_bp:015 minecraft:colored_torch_bp 15minecraft:colored_torch_bp ["color_bit" = 1, "torch_facing_direction" = "unknown"]
minecraft:colored_torch_purple ["torch_facing_direction" = "unknown"]
minecraft:colored_torch_rg:000 minecraft:colored_torch_rg 0minecraft:colored_torch_rg ["color_bit" = 0, "torch_facing_direction" = "unknown"]
minecraft:colored_torch_red ["torch_facing_direction" = "unknown"]
minecraft:colored_torch_rg:001 minecraft:colored_torch_rg 1minecraft:colored_torch_rg ["color_bit" = 0, "torch_facing_direction" = "west"]
minecraft:colored_torch_red ["torch_facing_direction" = "west"]
minecraft:colored_torch_rg:002 minecraft:colored_torch_rg 2minecraft:colored_torch_rg ["color_bit" = 0, "torch_facing_direction" = "east"]
minecraft:colored_torch_red ["torch_facing_direction" = "east"]
minecraft:colored_torch_rg:003 minecraft:colored_torch_rg 3minecraft:colored_torch_rg ["color_bit" = 0, "torch_facing_direction" = "north"]
minecraft:colored_torch_red ["torch_facing_direction" = "north"]
minecraft:colored_torch_rg:004 minecraft:colored_torch_rg 4minecraft:colored_torch_rg ["color_bit" = 0, "torch_facing_direction" = "south"]
minecraft:colored_torch_red ["torch_facing_direction" = "south"]
minecraft:colored_torch_rg:005 minecraft:colored_torch_rg 5minecraft:colored_torch_rg ["color_bit" = 0, "torch_facing_direction" = "top"]
minecraft:colored_torch_red ["torch_facing_direction" = "top"]
minecraft:colored_torch_rg:006 minecraft:colored_torch_rg 6minecraft:colored_torch_rg ["color_bit" = 0, "torch_facing_direction" = "unknown"]
minecraft:colored_torch_red ["torch_facing_direction" = "unknown"]
minecraft:colored_torch_rg:007 minecraft:colored_torch_rg 7minecraft:colored_torch_rg ["color_bit" = 0, "torch_facing_direction" = "unknown"]
minecraft:colored_torch_red ["torch_facing_direction" = "unknown"]
minecraft:colored_torch_rg:008 minecraft:colored_torch_rg 8minecraft:colored_torch_rg ["color_bit" = 1, "torch_facing_direction" = "unknown"]
minecraft:colored_torch_green ["torch_facing_direction" = "unknown"]
minecraft:colored_torch_rg:009 minecraft:colored_torch_rg 9minecraft:colored_torch_rg ["color_bit" = 1, "torch_facing_direction" = "west"]
minecraft:colored_torch_green ["torch_facing_direction" = "west"]
minecraft:colored_torch_rg:010 minecraft:colored_torch_rg 10minecraft:colored_torch_rg ["color_bit" = 1, "torch_facing_direction" = "east"]
minecraft:colored_torch_green ["torch_facing_direction" = "east"]
minecraft:colored_torch_rg:011 minecraft:colored_torch_rg 11minecraft:colored_torch_rg ["color_bit" = 1, "torch_facing_direction" = "north"]
minecraft:colored_torch_green ["torch_facing_direction" = "north"]
minecraft:colored_torch_rg:012 minecraft:colored_torch_rg 12minecraft:colored_torch_rg ["color_bit" = 1, "torch_facing_direction" = "south"]
minecraft:colored_torch_green ["torch_facing_direction" = "south"]
minecraft:colored_torch_rg:013 minecraft:colored_torch_rg 13minecraft:colored_torch_rg ["color_bit" = 1, "torch_facing_direction" = "top"]
minecraft:colored_torch_green ["torch_facing_direction" = "top"]
minecraft:colored_torch_rg:014 minecraft:colored_torch_rg 14minecraft:colored_torch_rg ["color_bit" = 1, "torch_facing_direction" = "unknown"]
minecraft:colored_torch_green ["torch_facing_direction" = "unknown"]
minecraft:colored_torch_rg:015 minecraft:colored_torch_rg 15minecraft:colored_torch_rg ["color_bit" = 1, "torch_facing_direction" = "unknown"]
minecraft:colored_torch_green ["torch_facing_direction" = "unknown"]
minecraft:command_block:000 minecraft:purpur_block 0minecraft:purpur_block ["chisel_type" = "default", "pillar_axis" = "y"]
minecraft:purpur_block ["pillar_axis" = "y"]
minecraft:purpur_block:001 minecraft:purpur_block 1minecraft:purpur_block ["chisel_type" = "chiseled", "pillar_axis" = "y"]
minecraft:deprecated_purpur_block_1 ["pillar_axis" = "y"]
minecraft:purpur_block:002 minecraft:purpur_block 2minecraft:purpur_block ["chisel_type" = "lines", "pillar_axis" = "y"]
minecraft:purpur_pillar ["pillar_axis" = "y"]
minecraft:purpur_block:003 minecraft:purpur_block 3minecraft:purpur_block ["chisel_type" = "smooth", "pillar_axis" = "y"]
minecraft:deprecated_purpur_block_2 ["pillar_axis" = "y"]
minecraft:purpur_block:004 minecraft:purpur_block 4minecraft:purpur_block ["chisel_type" = "default", "pillar_axis" = "x"]
minecraft:purpur_block ["pillar_axis" = "x"]
minecraft:purpur_block:005 minecraft:purpur_block 5minecraft:purpur_block ["chisel_type" = "chiseled", "pillar_axis" = "x"]
minecraft:deprecated_purpur_block_1 ["pillar_axis" = "x"]
minecraft:purpur_block:006 minecraft:purpur_block 6minecraft:purpur_block ["chisel_type" = "lines", "pillar_axis" = "x"]
minecraft:purpur_pillar ["pillar_axis" = "x"]
minecraft:purpur_block:007 minecraft:purpur_block 7minecraft:purpur_block ["chisel_type" = "smooth", "pillar_axis" = "x"]
minecraft:deprecated_purpur_block_2 ["pillar_axis" = "x"]
minecraft:purpur_block:008 minecraft:purpur_block 8minecraft:purpur_block ["chisel_type" = "default", "pillar_axis" = "z"]
minecraft:purpur_block ["pillar_axis" = "z"]
minecraft:purpur_block:009 minecraft:purpur_block 9minecraft:purpur_block ["chisel_type" = "chiseled", "pillar_axis" = "z"]
minecraft:deprecated_purpur_block_1 ["pillar_axis" = "z"]
minecraft:purpur_block:010 minecraft:purpur_block 10minecraft:purpur_block ["chisel_type" = "lines", "pillar_axis" = "z"]
minecraft:purpur_pillar ["pillar_axis" = "z"]
minecraft:purpur_block:011 minecraft:purpur_block 11minecraft:purpur_block ["chisel_type" = "smooth", "pillar_axis" = "z"]
minecraft:deprecated_purpur_block_2 ["pillar_axis" = "z"]
minecraft:purpur_block:012 minecraft:purpur_block 12minecraft:purpur_block ["chisel_type" = "default", "pillar_axis" = "y"]
minecraft:purpur_block ["pillar_axis" = "y"]
minecraft:purpur_block:013 minecraft:purpur_block 13minecraft:purpur_block ["chisel_type" = "chiseled", "pillar_axis" = "y"]
minecraft:deprecated_purpur_block_1 ["pillar_axis" = "y"]
minecraft:purpur_block:014 minecraft:purpur_block 14minecraft:purpur_block ["chisel_type" = "lines", "pillar_axis" = "y"]
minecraft:purpur_pillar ["pillar_axis" = "y"]
minecraft:purpur_block:015 minecraft:purpur_block 15minecraft:purpur_block ["chisel_type" = "smooth", "pillar_axis" = "y"]
minecraft:deprecated_purpur_block_2 ["pillar_axis" = "y"]
minecraft:purpur_stairs:000 minecraft:sponge 0minecraft:sponge ["sponge_type" = "dry"]
minecraft:sponge
minecraft:sponge:001 minecraft:sponge 1minecraft:sponge ["sponge_type" = "wet"]
minecraft:wet_sponge
minecraft:spruce_button:000 minecraft:structure_void 0minecraft:structure_void ["structure_void_type" = "void"]
minecraft:structure_void
minecraft:structure_void:001 minecraft:structure_void 1minecraft:structure_void ["structure_void_type" = "air"]
minecraft:structure_void
minecraft:sweet_berry_bush:000 minecraft:tnt 0minecraft:tnt ["allow_underwater_bit" = 0, "explode_bit" = 0]
minecraft:tnt ["explode_bit" = 0]
minecraft:tnt:001 minecraft:tnt 1minecraft:tnt ["allow_underwater_bit" = 0, "explode_bit" = 1]
minecraft:tnt ["explode_bit" = 1]
minecraft:tnt:002 minecraft:tnt 2minecraft:tnt ["allow_underwater_bit" = 1, "explode_bit" = 0]
minecraft:underwater_tnt ["explode_bit" = 0]
minecraft:tnt:003 minecraft:tnt 3minecraft:tnt ["allow_underwater_bit" = 1, "explode_bit" = 1]
minecraft:underwater_tnt ["explode_bit" = 1]
minecraft:torch:000 coral_color String blue, pink, purple, red, yellow, blue dead, pink dead, red dead, yellow deadDetermines the color of a coral block
DEPRECATED - Determines the color of a coral block
coral_direction coral_hang_type_bit Boolean True, FalseDescribes the type of hanging for coral fans
DEPRECATED - Describes the type of hanging for coral fans
covered_bit damage String undamaged, slightly_damaged, very_damaged, brokenDetermines the state of damage of an Anvil
DEPRECATED - Determines the state of damage of an Anvil
dead_bit Boolean True, FalseDetermines if coral, coral fans, or sea pickles are dead
DEPRECATED - Determines if coral, coral fans, or sea pickles are dead
direction dirt_type String normal, coarseDetermines the dirt type of a block
DEPRECATED - Determines the dirt type of a block
disarmed_bit monster_egg_stone_type String stone, cobblestone, stone_brick, mossy_stone_brick, cracked_stone_brick, chiseled_stone_brickDetermines the stone type of a monster egg block
DEPRECATED - Determines the stone type of a monster egg block
new_leaf_type new_log_type String acacia, dark_oakDetermines the wood type of some blocks
DEPRECATED - Determines the wood type of some blocks
no_drop_bit old_log_type String oak, spruce, birch, jungleDetermines the wood type of some blocks
DEPRECATED - Determines the wood type of some blocks
ominous sand_stone_type String default, heiroglyphs, cut, smoothDetermines the pattern of a sandstone block
DEPRECATED - Determines the pattern of a sandstone block
sand_type String normal, redDetermines the sand type of a block
DEPRECATED - Determines the sand type of a block
sapling_type stone_brick_type String default, mossy, cracked, chiseled, smoothDetermines the type of a stone brick block
DEPRECATED - Determines the type of a stone brick block
stone_slab_type stone_type String stone, granite, granite_smooth, diorite, diorite_smooth, andesite, andesite_smoothDetermines the stone type of a block
DEPRECATED - Determines the stone type of a block
stripped_bit wood_type String oak, spruce, birch, jungle, acacia, dark_oakDetermines the wood type of a block
DEPRECATED - Determines the wood type of a block
Back to top

@@ -24576,6 +24576,9 @@

List of fully-qualified block names

minecraft:andesite_stairs +minecraft:andesite_wall + + minecraft:anvil @@ -24861,6 +24864,9 @@

List of fully-qualified block names

minecraft:brick_stairs +minecraft:brick_wall + + minecraft:brown_candle @@ -24972,9 +24978,6 @@

List of fully-qualified block names

minecraft:chemical_heat -minecraft:chemistry_table - - minecraft:cherry_button @@ -25116,10 +25119,16 @@

List of fully-qualified block names

minecraft:cocoa -minecraft:colored_torch_bp +minecraft:colored_torch_blue -minecraft:colored_torch_rg +minecraft:colored_torch_green + + +minecraft:colored_torch_purple + + +minecraft:colored_torch_red minecraft:command_block @@ -25128,6 +25137,9 @@

List of fully-qualified block names

minecraft:composter +minecraft:compound_creator + + minecraft:conduit @@ -25494,6 +25506,12 @@

List of fully-qualified block names

minecraft:deprecated_anvil +minecraft:deprecated_purpur_block_1 + + +minecraft:deprecated_purpur_block_2 + + minecraft:detector_rail @@ -25515,6 +25533,9 @@

List of fully-qualified block names

minecraft:diorite_stairs +minecraft:diorite_wall + + minecraft:dirt @@ -25896,6 +25917,9 @@

List of fully-qualified block names

minecraft:element_99 +minecraft:element_constructor + + minecraft:emerald_block @@ -25932,6 +25956,9 @@

List of fully-qualified block names

minecraft:end_stone_brick_slab +minecraft:end_stone_brick_wall + + minecraft:ender_chest @@ -26058,6 +26085,9 @@

List of fully-qualified block names

minecraft:granite_stairs +minecraft:granite_wall + + minecraft:grass_block @@ -26382,6 +26412,9 @@

List of fully-qualified block names

minecraft:kelp +minecraft:lab_table + + minecraft:ladder @@ -26682,6 +26715,9 @@

List of fully-qualified block names

minecraft:mangrove_wood +minecraft:material_reducer + + minecraft:medium_amethyst_bud @@ -26712,6 +26748,9 @@

List of fully-qualified block names

minecraft:mossy_cobblestone_stairs +minecraft:mossy_cobblestone_wall + + minecraft:mossy_stone_brick_double_slab @@ -26721,6 +26760,9 @@

List of fully-qualified block names

minecraft:mossy_stone_brick_stairs +minecraft:mossy_stone_brick_wall + + minecraft:mossy_stone_bricks @@ -26766,6 +26808,9 @@

List of fully-qualified block names

minecraft:nether_brick_stairs +minecraft:nether_brick_wall + + minecraft:nether_gold_ore @@ -27129,6 +27174,9 @@

List of fully-qualified block names

minecraft:prismarine_stairs +minecraft:prismarine_wall + + minecraft:pumpkin @@ -27174,6 +27222,9 @@

List of fully-qualified block names

minecraft:purpur_double_slab +minecraft:purpur_pillar + + minecraft:purpur_slab @@ -27249,6 +27300,9 @@

List of fully-qualified block names

minecraft:red_nether_brick_stairs +minecraft:red_nether_brick_wall + + minecraft:red_sand @@ -27264,6 +27318,9 @@

List of fully-qualified block names

minecraft:red_sandstone_stairs +minecraft:red_sandstone_wall + + minecraft:red_shulker_box @@ -27330,6 +27387,9 @@

List of fully-qualified block names

minecraft:sandstone_stairs +minecraft:sandstone_wall + + minecraft:scaffolding @@ -27540,6 +27600,9 @@

List of fully-qualified block names

minecraft:stone_brick_stairs +minecraft:stone_brick_wall + + minecraft:stone_bricks @@ -27723,6 +27786,9 @@

List of fully-qualified block names

minecraft:twisting_vines +minecraft:underwater_tnt + + minecraft:underwater_torch @@ -27975,6 +28041,9 @@

List of fully-qualified block names

minecraft:weeping_vines +minecraft:wet_sponge + + minecraft:wheat @@ -28807,6 +28876,10 @@

Entity Damage Source

+mace_smash + + + magic @@ -29056,6 +29129,11 @@

Items

+andesite_wall +-974 + + + angler_pottery_sherd 672 @@ -29262,7 +29340,7 @@

Items

banner_pattern -763 +766 @@ -29632,7 +29710,7 @@

Items

boat -761 +764 @@ -29761,6 +29839,11 @@

Items

+brick_wall +-976 + + + brown_candle -425 @@ -30022,7 +30105,7 @@

Items

chemistry_table -238 +758 @@ -30341,16 +30424,36 @@

Items

-colored_torch_bp +colored_torch_blue 204 -colored_torch_rg +colored_torch_bp +762 + + + +colored_torch_green +-963 + + + +colored_torch_purple +-964 + + + +colored_torch_red 202 +colored_torch_rg +761 + + + command_block 137 @@ -30381,6 +30484,11 @@

Items

+compound_creator +238 + + + concrete 749 @@ -31121,6 +31229,16 @@

Items

+deprecated_purpur_block_1 +-950 + + + +deprecated_purpur_block_2 +-952 + + + detector_rail 28 @@ -31211,6 +31329,11 @@

Items

+diorite_wall +-973 + + + dirt 3 @@ -31312,7 +31435,7 @@

Items

dye -762 +765 @@ -31926,6 +32049,11 @@

Items

+element_constructor +-987 + + + elytra 576 @@ -31977,7 +32105,7 @@

Items

end_crystal -765 +768 @@ -32016,6 +32144,11 @@

Items

+end_stone_brick_wall +-980 + + + ender_chest 130 @@ -32486,6 +32619,11 @@

Items

+granite_wall +-972 + + + grass_block 2 @@ -32802,12 +32940,12 @@

Items

hard_stained_glass -758 +759 hard_stained_glass_pane -759 +760 @@ -33356,6 +33494,11 @@

Items

+lab_table +-988 + + + ladder 65 @@ -33457,7 +33600,7 @@

Items

light_block -760 +763 @@ -33991,6 +34134,11 @@

Items

+material_reducer +-986 + + + medicine 615 @@ -34086,6 +34234,11 @@

Items

+mossy_cobblestone_wall +-971 + + + mossy_stone_brick_double_slab -168 @@ -34101,6 +34254,11 @@

Items

+mossy_stone_brick_wall +-978 + + + mossy_stone_bricks -868 @@ -34301,6 +34459,11 @@

Items

+nether_brick_wall +-979 + + + nether_gold_ore -288 @@ -35136,6 +35299,11 @@

Items

+prismarine_wall +-981 + + + prize_pottery_sherd 689 @@ -35246,6 +35414,11 @@

Items

+purpur_pillar +-951 + + + purpur_slab -884 @@ -35446,6 +35619,11 @@

Items

+red_nether_brick_wall +-983 + + + red_sand -949 @@ -35471,6 +35649,11 @@

Items

+red_sandstone_wall +-982 + + + red_shulker_box -626 @@ -35616,6 +35799,11 @@

Items

+sandstone_wall +-975 + + + sapling 738 @@ -35962,7 +36150,7 @@

Items

spawn_egg -764 +767 @@ -36191,6 +36379,11 @@

Items

+stone_brick_wall +-977 + + + stone_bricks 98 @@ -36636,6 +36829,11 @@

Items

+underwater_tnt +-985 + + + underwater_torch 239 @@ -37111,6 +37309,11 @@

Items

+wet_sponge +-984 + + + wheat 337 diff --git a/documentation/Animations.html b/documentation/Animations.html index 9d69253d3..bf077b4c5 100644 --- a/documentation/Animations.html +++ b/documentation/Animations.html @@ -1,4 +1,4 @@ -

ANIMATIONS DOCUMENTATION
Version: 1.21.20.3

+

ANIMATIONS DOCUMENTATION
Version: 1.21.30.3

Index

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

BIOMES DOCUMENTATION
Version: 1.21.20.3

+

BIOMES DOCUMENTATION
Version: 1.21.30.3

Index

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

BLOCKS DOCUMENTATION
Version: 1.21.20.3

+

BLOCKS DOCUMENTATION
Version: 1.21.30.3

Index

Overview
@@ -92,6 +92,20 @@

table_name

Blocks
Describes the destructible by mining properties for this block. If set to true, the block will take the default number of seconds to destroy. If set to false, this block is indestructible by mining. If the component is omitted, the block will take the default number of seconds to destroy.
+ + + + + + @@ -335,6 +349,27 @@

table_name

+ + + + + + @@ -406,7 +441,7 @@

Block Definition Properties

Code Example

Example



diff --git a/documentation/Fogs.html b/documentation/Fogs.html index 271413d76..2d726a929 100644 --- a/documentation/Fogs.html +++ b/documentation/Fogs.html @@ -1,4 +1,4 @@ -

FOGS DOCUMENTATION
Version: 1.21.20.3

+

FOGS DOCUMENTATION
Version: 1.21.30.3

Index

Name Type Default Value Description
item_specific_speedsArrayOptional array of objects to describe item specific block destroy speeds, each object contains an 'item' ItemDescriptor and a 'destroy_speed' float. This array currently requires UpcomingFeatures experiment to be enabled.

destroy_speed

+ +Required.
A destroy speed applied while using the defined 'item'.
Back to top

+ +

item

+ +Required.
An ItemDescriptor filtering for the item used while mining.
Back to top

+ +
seconds_to_destroy Decimal 0.0
minecraft:redstone_conductivityIdentifier StringThe 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
+ + + + + + + + + + + + + +
Name Type Default Value Description
allows_wire_to_step_downBooleantrueSpecifies if redstone wire can stair-step downward on the block.
redstone_conductorBooleanfalseSpecifies if the block can be powered by redstone.
+
minecraft:selection_box Boolean / JSON Object
diff --git a/documentation/Item.html b/documentation/Item.html index 003e9f75f..9e8517bb1 100644 --- a/documentation/Item.html +++ b/documentation/Item.html @@ -1,4 +1,4 @@ -

ITEM DOCUMENTATION
Version: 1.21.20.3

+

ITEM DOCUMENTATION
Version: 1.21.30.3

Index

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

MOLANG DOCUMENTATION
Version: 1.21.20.3

+

MOLANG DOCUMENTATION
Version: 1.21.30.3

Index

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

PARTICLES DOCUMENTATION
Version: 1.21.20.3

+

PARTICLES DOCUMENTATION
Version: 1.21.30.3

Index

Why Does Molang Exist?
diff --git a/documentation/Recipes.html b/documentation/Recipes.html index f6cdca751..360dfc38b 100644 --- a/documentation/Recipes.html +++ b/documentation/Recipes.html @@ -1,4 +1,4 @@ -

RECIPES DOCUMENTATION
Version: 1.21.20.3

+

RECIPES DOCUMENTATION
Version: 1.21.30.3

Index

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

SCHEMAS DOCUMENTATION
Version: 1.21.20.3

+

SCHEMAS DOCUMENTATION
Version: 1.21.30.3

Index

Recipes
@@ -11,5 +11,5 @@

Overview

Schemas

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

TEXTURE SETS DOCUMENTATION
Version: 1.21.20.3

+

TEXTURE SETS DOCUMENTATION
Version: 1.21.30.3

Index

Overview
diff --git a/documentation/index.html b/documentation/index.html index 7d5f0a3a9..2a90d463a 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -1,4 +1,4 @@ -DOCUMENTATION

DOCUMENTATION
Version: 1.21.20.3 +DOCUMENTATION

DOCUMENTATION
Version: 1.21.30.3
  1. Addons
  2. Animations diff --git a/metadata/command_modules/mojang-commands.json b/metadata/command_modules/mojang-commands.json index 9b87ac857..30e3234fa 100644 --- a/metadata/command_modules/mojang-commands.json +++ b/metadata/command_modules/mojang-commands.json @@ -396,6 +396,18 @@ { "value" : "waxed_oxidized_chiseled_copper" }, + { + "value" : "minecraft:wet_sponge" + }, + { + "value" : "wet_sponge" + }, + { + "value" : "minecraft:end_stone_brick_wall" + }, + { + "value" : "end_stone_brick_wall" + }, { "value" : "minecraft:granite" }, @@ -522,6 +534,12 @@ { "value" : "red_nether_brick" }, + { + "value" : "minecraft:brick_wall" + }, + { + "value" : "brick_wall" + }, { "value" : "minecraft:cobbled_deepslate_stairs" }, @@ -564,6 +582,12 @@ { "value" : "hanging_roots" }, + { + "value" : "minecraft:red_sandstone_wall" + }, + { + "value" : "red_sandstone_wall" + }, { "value" : "minecraft:prismarine_bricks_stairs" }, @@ -1452,6 +1476,12 @@ { "value" : "red_terracotta" }, + { + "value" : "minecraft:diorite_wall" + }, + { + "value" : "diorite_wall" + }, { "value" : "minecraft:dead_fire_coral_block" }, @@ -1518,6 +1548,12 @@ { "value" : "suspicious_sand" }, + { + "value" : "minecraft:mossy_cobblestone_wall" + }, + { + "value" : "mossy_cobblestone_wall" + }, { "value" : "minecraft:heavy_weighted_pressure_plate" }, @@ -2922,6 +2958,18 @@ { "value" : "stripped_cherry_wood" }, + { + "value" : "minecraft:jigsaw" + }, + { + "value" : "jigsaw" + }, + { + "value" : "minecraft:prismarine_wall" + }, + { + "value" : "prismarine_wall" + }, { "value" : "minecraft:border_block" }, @@ -3234,12 +3282,24 @@ { "value" : "mud_brick_stairs" }, + { + "value" : "minecraft:stone_brick_wall" + }, + { + "value" : "stone_brick_wall" + }, { "value" : "minecraft:smooth_red_sandstone_stairs" }, { "value" : "smooth_red_sandstone_stairs" }, + { + "value" : "minecraft:andesite_wall" + }, + { + "value" : "andesite_wall" + }, { "value" : "minecraft:white_glazed_terracotta" }, @@ -3282,6 +3342,12 @@ { "value" : "glow_lichen" }, + { + "value" : "minecraft:purpur_pillar" + }, + { + "value" : "purpur_pillar" + }, { "value" : "minecraft:twisting_vines" }, @@ -3360,6 +3426,12 @@ { "value" : "soul_sand" }, + { + "value" : "minecraft:granite_wall" + }, + { + "value" : "granite_wall" + }, { "value" : "minecraft:spruce_hanging_sign" }, @@ -4491,6 +4563,12 @@ { "value" : "birch_stairs" }, + { + "value" : "minecraft:nether_brick_wall" + }, + { + "value" : "nether_brick_wall" + }, { "value" : "minecraft:purple_glazed_terracotta" }, @@ -4893,6 +4971,12 @@ { "value" : "pink_candle" }, + { + "value" : "minecraft:red_nether_brick_wall" + }, + { + "value" : "red_nether_brick_wall" + }, { "value" : "minecraft:purple_shulker_box" }, @@ -5391,6 +5475,12 @@ { "value" : "wooden_pressure_plate" }, + { + "value" : "minecraft:sandstone_wall" + }, + { + "value" : "sandstone_wall" + }, { "value" : "minecraft:birch_fence" }, @@ -5451,6 +5541,12 @@ { "value" : "weathered_copper" }, + { + "value" : "minecraft:mossy_stone_brick_wall" + }, + { + "value" : "mossy_stone_brick_wall" + }, { "value" : "minecraft:lime_terracotta" }, @@ -5592,189 +5688,93 @@ { "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" : "minecraft:chicken" }, @@ -5874,15 +5874,9 @@ { "value" : "ender_pearl" }, - { - "value" : "minecraft:boat" - }, { "value" : "boat" }, - { - "value" : "minecraft:chest_boat" - }, { "value" : "chest_boat" }, @@ -7191,6 +7185,12 @@ { "value" : "saddle" }, + { + "value" : "minecraft:bundle" + }, + { + "value" : "bundle" + }, { "value" : "minecraft:leather_horse_armor" }, @@ -8555,21 +8555,6 @@ }, { "value" : "filled_map" - }, - { - "value" : "minecraft:jigsaw" - }, - { - "value" : "jigsaw" - }, - { - "value" : "minecraft:dye" - }, - { - "value" : "minecraft:banner_pattern" - }, - { - "value" : "minecraft:spawn_egg" } ] }, @@ -8675,6 +8660,18 @@ { "value" : "waxed_oxidized_chiseled_copper" }, + { + "value" : "minecraft:wet_sponge" + }, + { + "value" : "wet_sponge" + }, + { + "value" : "minecraft:end_stone_brick_wall" + }, + { + "value" : "end_stone_brick_wall" + }, { "value" : "minecraft:granite" }, @@ -8825,6 +8822,12 @@ { "value" : "red_nether_brick" }, + { + "value" : "minecraft:brick_wall" + }, + { + "value" : "brick_wall" + }, { "value" : "minecraft:cobbled_deepslate_stairs" }, @@ -8879,6 +8882,12 @@ { "value" : "hanging_roots" }, + { + "value" : "minecraft:red_sandstone_wall" + }, + { + "value" : "red_sandstone_wall" + }, { "value" : "minecraft:prismarine_bricks_stairs" }, @@ -9905,6 +9914,12 @@ { "value" : "red_terracotta" }, + { + "value" : "minecraft:diorite_wall" + }, + { + "value" : "diorite_wall" + }, { "value" : "minecraft:dead_fire_coral_block" }, @@ -9977,6 +9992,12 @@ { "value" : "suspicious_sand" }, + { + "value" : "minecraft:mossy_cobblestone_wall" + }, + { + "value" : "mossy_cobblestone_wall" + }, { "value" : "minecraft:heavy_weighted_pressure_plate" }, @@ -11609,6 +11630,18 @@ { "value" : "stripped_cherry_wood" }, + { + "value" : "minecraft:jigsaw" + }, + { + "value" : "jigsaw" + }, + { + "value" : "minecraft:prismarine_wall" + }, + { + "value" : "prismarine_wall" + }, { "value" : "minecraft:border_block" }, @@ -11969,12 +12002,24 @@ { "value" : "unpowered_repeater" }, + { + "value" : "minecraft:stone_brick_wall" + }, + { + "value" : "stone_brick_wall" + }, { "value" : "minecraft:smooth_red_sandstone_stairs" }, { "value" : "smooth_red_sandstone_stairs" }, + { + "value" : "minecraft:andesite_wall" + }, + { + "value" : "andesite_wall" + }, { "value" : "minecraft:white_glazed_terracotta" }, @@ -12023,6 +12068,12 @@ { "value" : "glow_lichen" }, + { + "value" : "minecraft:purpur_pillar" + }, + { + "value" : "purpur_pillar" + }, { "value" : "minecraft:wall_banner" }, @@ -12125,6 +12176,12 @@ { "value" : "soul_sand" }, + { + "value" : "minecraft:granite_wall" + }, + { + "value" : "granite_wall" + }, { "value" : "minecraft:spruce_hanging_sign" }, @@ -13439,6 +13496,12 @@ { "value" : "birch_stairs" }, + { + "value" : "minecraft:nether_brick_wall" + }, + { + "value" : "nether_brick_wall" + }, { "value" : "minecraft:purple_glazed_terracotta" }, @@ -13907,6 +13970,12 @@ { "value" : "pink_candle" }, + { + "value" : "minecraft:red_nether_brick_wall" + }, + { + "value" : "red_nether_brick_wall" + }, { "value" : "minecraft:purple_shulker_box" }, @@ -14525,6 +14594,12 @@ { "value" : "wooden_pressure_plate" }, + { + "value" : "minecraft:sandstone_wall" + }, + { + "value" : "sandstone_wall" + }, { "value" : "minecraft:birch_fence" }, @@ -14603,6 +14678,12 @@ { "value" : "weathered_copper" }, + { + "value" : "minecraft:mossy_stone_brick_wall" + }, + { + "value" : "mossy_stone_brick_wall" + }, { "value" : "minecraft:unlit_redstone_torch" }, @@ -14891,18 +14972,6 @@ { "value" : "minecraft:planks" }, - { - "value" : "hard_stained_glass" - }, - { - "value" : "minecraft:hard_stained_glass" - }, - { - "value" : "hard_stained_glass_pane" - }, - { - "value" : "minecraft:hard_stained_glass_pane" - }, { "value" : "wooden_slab" }, @@ -15124,6 +15193,9 @@ { "value" : "suffocation" }, + { + "value" : "mace_smash" + }, { "value" : "fall" }, @@ -17740,6 +17812,12 @@ { "value" : "minecraft:air" }, + { + "value" : "minecraft:bamboo_sign" + }, + { + "value" : "minecraft:apple" + }, { "value" : "minecraft:trial_key" }, @@ -17768,64 +17846,82 @@ "value" : "minecraft:music_disc_strad" }, { - "value" : "minecraft:bamboo_sign" + "value" : "minecraft:sparkler" }, { - "value" : "minecraft:apple" + "value" : "minecraft:warped_door" }, { - "value" : "minecraft:raw_gold_block" + "value" : "minecraft:cooked_salmon" }, { - "value" : "minecraft:vex_armor_trim_smithing_template" + "value" : "minecraft:pufferfish_spawn_egg" }, { - "value" : "minecraft:black_carpet" + "value" : "minecraft:red_mushroom_block" }, { - "value" : "minecraft:carrot" + "value" : "minecraft:underwater_tnt" }, { - "value" : "minecraft:strider_spawn_egg" + "value" : "minecraft:crimson_fungus" }, { - "value" : "minecraft:command_block" + "value" : "minecraft:item.frame" }, { - "value" : "minecraft:potion" + "value" : "minecraft:bundle" }, { - "value" : "minecraft:chicken" + "value" : "minecraft:deepslate_tile_wall" }, { - "value" : "minecraft:ominous_trial_key" + "value" : "minecraft:golden_carrot" }, { - "value" : "minecraft:dead_fire_coral_fan" + "value" : "minecraft:spruce_stairs" }, { - "value" : "minecraft:bookshelf" + "value" : "minecraft:element_13" }, { - "value" : "minecraft:golden_horse_armor" + "value" : "minecraft:poisonous_potato" }, { - "value" : "minecraft:smooth_quartz_stairs" + "value" : "minecraft:breeze_rod" }, { - "value" : "minecraft:potato" + "value" : "minecraft:smooth_quartz_slab" }, { - "value" : "minecraft:nether_star" + "value" : "minecraft:raw_gold_block" }, { - "value" : "minecraft:enchanted_golden_apple" + "value" : "minecraft:vex_armor_trim_smithing_template" }, { - "value" : "minecraft:magenta_terracotta" + "value" : "minecraft:black_carpet" }, { - "value" : "minecraft:element_15" + "value" : "minecraft:carrot" + }, + { + "value" : "minecraft:strider_spawn_egg" + }, + { + "value" : "minecraft:command_block" + }, + { + "value" : "minecraft:potion" + }, + { + "value" : "minecraft:chicken" + }, + { + "value" : "minecraft:ominous_trial_key" + }, + { + "value" : "minecraft:dead_fire_coral_fan" }, { "value" : "minecraft:sweet_berries" @@ -17843,34 +17939,40 @@ "value" : "minecraft:wind_charge" }, { - "value" : "minecraft:deepslate_tile_wall" + "value" : "minecraft:diorite_wall" }, { - "value" : "minecraft:golden_carrot" + "value" : "minecraft:hard_blue_stained_glass" }, { - "value" : "minecraft:spruce_stairs" + "value" : "minecraft:angler_pottery_sherd" }, { - "value" : "minecraft:poisonous_potato" + "value" : "minecraft:golden_apple" }, { - "value" : "minecraft:element_13" + "value" : "minecraft:bookshelf" }, { - "value" : "minecraft:breeze_rod" + "value" : "minecraft:golden_horse_armor" }, { - "value" : "minecraft:smooth_quartz_slab" + "value" : "minecraft:smooth_quartz_stairs" }, { - "value" : "minecraft:hard_blue_stained_glass" + "value" : "minecraft:potato" }, { - "value" : "minecraft:angler_pottery_sherd" + "value" : "minecraft:element_15" }, { - "value" : "minecraft:golden_apple" + "value" : "minecraft:nether_star" + }, + { + "value" : "minecraft:enchanted_golden_apple" + }, + { + "value" : "minecraft:magenta_terracotta" }, { "value" : "minecraft:skull_pottery_sherd" @@ -17890,9 +17992,6 @@ { "value" : "minecraft:cooked_porkchop" }, - { - "value" : "minecraft:element_25" - }, { "value" : "minecraft:mangrove_leaves" }, @@ -17905,12 +18004,6 @@ { "value" : "minecraft:cherry_chest_boat" }, - { - "value" : "minecraft:diamond_block" - }, - { - "value" : "minecraft:element_7" - }, { "value" : "minecraft:bread" }, @@ -17981,13 +18074,13 @@ "value" : "minecraft:iron_pickaxe" }, { - "value" : "minecraft:wild_armor_trim_smithing_template" + "value" : "minecraft:spruce_planks" }, { "value" : "minecraft:element_27" }, { - "value" : "minecraft:spruce_planks" + "value" : "minecraft:wild_armor_trim_smithing_template" }, { "value" : "minecraft:beef" @@ -18028,15 +18121,6 @@ { "value" : "minecraft:bucket" }, - { - "value" : "minecraft:sparkler" - }, - { - "value" : "minecraft:warped_door" - }, - { - "value" : "minecraft:cooked_salmon" - }, { "value" : "minecraft:dried_kelp" }, @@ -18086,16 +18170,16 @@ "value" : "minecraft:comparator" }, { - "value" : "minecraft:element_62" + "value" : "minecraft:witch_spawn_egg" }, { - "value" : "minecraft:rotten_flesh" + "value" : "minecraft:dirt" }, { - "value" : "minecraft:dirt" + "value" : "minecraft:element_62" }, { - "value" : "minecraft:witch_spawn_egg" + "value" : "minecraft:rotten_flesh" }, { "value" : "minecraft:campfire" @@ -18229,18 +18313,6 @@ { "value" : "minecraft:mourner_pottery_sherd" }, - { - "value" : "minecraft:stone_shovel" - }, - { - "value" : "minecraft:light_gray_stained_glass_pane" - }, - { - "value" : "minecraft:light_block_15" - }, - { - "value" : "minecraft:smooth_stone_slab" - }, { "value" : "minecraft:melon_block" }, @@ -18295,6 +18367,18 @@ { "value" : "minecraft:farmland" }, + { + "value" : "minecraft:stone_shovel" + }, + { + "value" : "minecraft:light_gray_stained_glass_pane" + }, + { + "value" : "minecraft:light_block_15" + }, + { + "value" : "minecraft:smooth_stone_slab" + }, { "value" : "minecraft:salmon_bucket" }, @@ -18313,6 +18397,12 @@ { "value" : "minecraft:polished_diorite_slab" }, + { + "value" : "minecraft:diamond_sword" + }, + { + "value" : "minecraft:colored_torch_purple" + }, { "value" : "minecraft:oxidized_copper_trapdoor" }, @@ -18322,9 +18412,6 @@ { "value" : "minecraft:smithing_table" }, - { - "value" : "minecraft:diamond_sword" - }, { "value" : "minecraft:exposed_copper_trapdoor" }, @@ -18451,6 +18538,9 @@ { "value" : "minecraft:blue_orchid" }, + { + "value" : "minecraft:brick_wall" + }, { "value" : "minecraft:panda_spawn_egg" }, @@ -18628,12 +18718,18 @@ { "value" : "minecraft:cyan_carpet" }, + { + "value" : "minecraft:wet_sponge" + }, { "value" : "minecraft:heart_of_the_sea" }, { "value" : "minecraft:painting" }, + { + "value" : "minecraft:colored_torch_blue" + }, { "value" : "minecraft:oak_sign" }, @@ -18757,12 +18853,21 @@ { "value" : "minecraft:heavy_core" }, + { + "value" : "minecraft:sheep_spawn_egg" + }, + { + "value" : "minecraft:sniffer_egg" + }, { "value" : "minecraft:elder_guardian_spawn_egg" }, { "value" : "minecraft:fire_coral_fan" }, + { + "value" : "minecraft:red_sandstone_wall" + }, { "value" : "minecraft:crossbow" }, @@ -18866,22 +18971,22 @@ "value" : "minecraft:lit_pumpkin" }, { - "value" : "minecraft:heartbreak_pottery_sherd" + "value" : "minecraft:granite" }, { - "value" : "minecraft:yellow_terracotta" + "value" : "minecraft:paper" }, { - "value" : "minecraft:element_23" + "value" : "minecraft:magenta_shulker_box" }, { - "value" : "minecraft:granite" + "value" : "minecraft:element_23" }, { - "value" : "minecraft:paper" + "value" : "minecraft:heartbreak_pottery_sherd" }, { - "value" : "minecraft:magenta_shulker_box" + "value" : "minecraft:yellow_terracotta" }, { "value" : "minecraft:tadpole_spawn_egg" @@ -19132,6 +19237,9 @@ { "value" : "minecraft:ink_sac" }, + { + "value" : "minecraft:compound_creator" + }, { "value" : "minecraft:medium_amethyst_bud" }, @@ -19252,9 +19360,6 @@ { "value" : "minecraft:pig_spawn_egg" }, - { - "value" : "minecraft:sheep_spawn_egg" - }, { "value" : "minecraft:mooshroom_spawn_egg" }, @@ -19285,9 +19390,6 @@ { "value" : "minecraft:colored_torch_rg" }, - { - "value" : "minecraft:element_21" - }, { "value" : "minecraft:zombie_spawn_egg" }, @@ -19498,12 +19600,6 @@ { "value" : "minecraft:host_armor_trim_smithing_template" }, - { - "value" : "minecraft:pufferfish_spawn_egg" - }, - { - "value" : "minecraft:red_mushroom_block" - }, { "value" : "minecraft:salmon_spawn_egg" }, @@ -19522,15 +19618,15 @@ { "value" : "minecraft:turtle_spawn_egg" }, - { - "value" : "minecraft:element_28" - }, { "value" : "minecraft:double_cut_copper_slab" }, { "value" : "minecraft:phantom_spawn_egg" }, + { + "value" : "minecraft:element_constructor" + }, { "value" : "minecraft:item.acacia_door" }, @@ -19604,10 +19700,10 @@ "value" : "minecraft:prismarine_slab" }, { - "value" : "minecraft:bolt_armor_trim_smithing_template" + "value" : "minecraft:element_4" }, { - "value" : "minecraft:element_4" + "value" : "minecraft:bolt_armor_trim_smithing_template" }, { "value" : "minecraft:iron_golem_spawn_egg" @@ -19723,6 +19819,12 @@ { "value" : "minecraft:skull" }, + { + "value" : "minecraft:exposed_chiseled_copper" + }, + { + "value" : "minecraft:end_stone_brick_wall" + }, { "value" : "minecraft:crimson_nylium" }, @@ -19817,10 +19919,10 @@ "value" : "minecraft:lead" }, { - "value" : "minecraft:brush" + "value" : "minecraft:element_32" }, { - "value" : "minecraft:element_32" + "value" : "minecraft:brush" }, { "value" : "minecraft:armor_stand" @@ -19837,6 +19939,9 @@ { "value" : "minecraft:birch_door" }, + { + "value" : "minecraft:granite_wall" + }, { "value" : "minecraft:element_42" }, @@ -19864,6 +19969,9 @@ { "value" : "minecraft:shulker_shell" }, + { + "value" : "minecraft:mossy_cobblestone_wall" + }, { "value" : "minecraft:light_blue_concrete" }, @@ -19985,10 +20093,10 @@ "value" : "minecraft:blue_candle_cake" }, { - "value" : "minecraft:magma" + "value" : "minecraft:element_22" }, { - "value" : "minecraft:element_22" + "value" : "minecraft:magma" }, { "value" : "minecraft:ominous_bottle" @@ -20377,6 +20485,9 @@ { "value" : "minecraft:wool" }, + { + "value" : "minecraft:red_nether_brick_wall" + }, { "value" : "minecraft:stone" }, @@ -20390,13 +20501,13 @@ "value" : "minecraft:green_stained_glass_pane" }, { - "value" : "minecraft:coarse_dirt" + "value" : "minecraft:element_11" }, { - "value" : "minecraft:cobblestone_double_slab" + "value" : "minecraft:coarse_dirt" }, { - "value" : "minecraft:element_11" + "value" : "minecraft:cobblestone_double_slab" }, { "value" : "minecraft:dark_oak_planks" @@ -20462,10 +20573,10 @@ "value" : "minecraft:deepslate_coal_ore" }, { - "value" : "minecraft:tuff_slab" + "value" : "minecraft:element_9" }, { - "value" : "minecraft:element_9" + "value" : "minecraft:tuff_slab" }, { "value" : "minecraft:waxed_oxidized_cut_copper" @@ -20482,6 +20593,9 @@ { "value" : "minecraft:birch_planks" }, + { + "value" : "minecraft:mossy_stone_brick_wall" + }, { "value" : "minecraft:tuff_brick_slab" }, @@ -20546,22 +20660,22 @@ "value" : "minecraft:cyan_wool" }, { - "value" : "minecraft:blue_wool" + "value" : "minecraft:element_18" }, { - "value" : "minecraft:element_18" + "value" : "minecraft:blue_wool" }, { - "value" : "minecraft:brown_wool" + "value" : "minecraft:cherry_double_slab" }, { - "value" : "minecraft:element_29" + "value" : "minecraft:brown_stained_glass" }, { - "value" : "minecraft:cherry_double_slab" + "value" : "minecraft:element_29" }, { - "value" : "minecraft:brown_stained_glass" + "value" : "minecraft:brown_wool" }, { "value" : "minecraft:red_wool" @@ -20732,13 +20846,13 @@ "value" : "minecraft:leaves" }, { - "value" : "minecraft:prismarine_brick_slab" + "value" : "minecraft:andesite_wall" }, { - "value" : "minecraft:mossy_cobblestone_slab" + "value" : "minecraft:prismarine_brick_slab" }, { - "value" : "minecraft:element_8" + "value" : "minecraft:mossy_cobblestone_slab" }, { "value" : "minecraft:smooth_sandstone_slab" @@ -20782,6 +20896,12 @@ { "value" : "minecraft:spruce_leaves" }, + { + "value" : "minecraft:birch_standing_sign" + }, + { + "value" : "minecraft:prismarine_wall" + }, { "value" : "minecraft:chiseled_polished_blackstone" }, @@ -20795,10 +20915,10 @@ "value" : "minecraft:cut_sandstone_slab" }, { - "value" : "minecraft:cyan_stained_glass_pane" + "value" : "minecraft:element_16" }, { - "value" : "minecraft:element_16" + "value" : "minecraft:cyan_stained_glass_pane" }, { "value" : "minecraft:sandstone_double_slab" @@ -20815,9 +20935,6 @@ { "value" : "minecraft:prismarine_brick_double_slab" }, - { - "value" : "minecraft:element_6" - }, { "value" : "minecraft:waxed_cut_copper_stairs" }, @@ -20849,10 +20966,10 @@ "value" : "minecraft:granite_double_slab" }, { - "value" : "minecraft:polished_granite_double_slab" + "value" : "minecraft:element_10" }, { - "value" : "minecraft:element_10" + "value" : "minecraft:polished_granite_double_slab" }, { "value" : "minecraft:mossy_stone_brick_double_slab" @@ -20867,10 +20984,10 @@ "value" : "minecraft:smooth_quartz_double_slab" }, { - "value" : "minecraft:dragon_egg" + "value" : "minecraft:cut_sandstone_double_slab" }, { - "value" : "minecraft:cut_sandstone_double_slab" + "value" : "minecraft:dragon_egg" }, { "value" : "minecraft:cut_red_sandstone_double_slab" @@ -20893,6 +21010,9 @@ { "value" : "minecraft:bubble_coral_fan" }, + { + "value" : "minecraft:nether_brick_wall" + }, { "value" : "minecraft:horn_coral_fan" }, @@ -21052,6 +21172,24 @@ { "value" : "minecraft:quartz_pillar" }, + { + "value" : "minecraft:deprecated_purpur_block_1" + }, + { + "value" : "minecraft:element_77" + }, + { + "value" : "minecraft:purpur_pillar" + }, + { + "value" : "minecraft:deprecated_purpur_block_2" + }, + { + "value" : "minecraft:sandstone_wall" + }, + { + "value" : "minecraft:stone_brick_wall" + }, { "value" : "minecraft:tube_coral" }, @@ -21358,6 +21496,12 @@ { "value" : "minecraft:music_disc_precipice" }, + { + "value" : "minecraft:material_reducer" + }, + { + "value" : "minecraft:lab_table" + }, { "value" : "minecraft:hard_white_stained_glass" }, @@ -21406,6 +21550,18 @@ { "value" : "minecraft:hard_stained_glass_pane" }, + { + "value" : "minecraft:gravel" + }, + { + "value" : "minecraft:colored_torch_red" + }, + { + "value" : "minecraft:chiseled_tuff" + }, + { + "value" : "minecraft:colored_torch_green" + }, { "value" : "minecraft:light_block_2" }, @@ -21478,6 +21634,18 @@ { "value" : "minecraft:element_5" }, + { + "value" : "minecraft:element_6" + }, + { + "value" : "minecraft:diamond_block" + }, + { + "value" : "minecraft:element_7" + }, + { + "value" : "minecraft:element_8" + }, { "value" : "minecraft:element_12" }, @@ -21499,12 +21667,21 @@ { "value" : "minecraft:element_20" }, + { + "value" : "minecraft:element_21" + }, { "value" : "minecraft:element_24" }, + { + "value" : "minecraft:element_25" + }, { "value" : "minecraft:element_26" }, + { + "value" : "minecraft:element_28" + }, { "value" : "minecraft:element_30" }, @@ -21613,9 +21790,6 @@ { "value" : "minecraft:element_76" }, - { - "value" : "minecraft:element_77" - }, { "value" : "minecraft:element_78" }, @@ -21757,9 +21931,6 @@ { "value" : "minecraft:glow_berries" }, - { - "value" : "minecraft:birch_standing_sign" - }, { "value" : "minecraft:polished_basalt" }, @@ -22168,12 +22339,6 @@ { "value" : "minecraft:bone_block" }, - { - "value" : "minecraft:crimson_fungus" - }, - { - "value" : "minecraft:item.frame" - }, { "value" : "minecraft:lapis_block" }, @@ -22567,9 +22732,6 @@ { "value" : "minecraft:weathered_copper_trapdoor" }, - { - "value" : "minecraft:exposed_chiseled_copper" - }, { "value" : "minecraft:mangrove_fence" }, @@ -22618,9 +22780,6 @@ { "value" : "minecraft:budding_amethyst" }, - { - "value" : "minecraft:sniffer_egg" - }, { "value" : "minecraft:jungle_double_slab" }, @@ -22762,9 +22921,6 @@ { "value" : "minecraft:crimson_fence" }, - { - "value" : "minecraft:chiseled_tuff" - }, { "value" : "minecraft:dispenser" }, @@ -22804,9 +22960,6 @@ { "value" : "minecraft:stripped_mangrove_log" }, - { - "value" : "minecraft:gravel" - }, { "value" : "minecraft:tube_coral_wall_fan" }, @@ -23025,6 +23178,102 @@ { "value" : "*" }, + { + "value" : "minecraft:bundle" + }, + { + "value" : "minecraft:andesite_wall" + }, + { + "value" : "minecraft:brick_wall" + }, + { + "value" : "minecraft:cobblestone_wall" + }, + { + "value" : "minecraft:cyan_dye_from_pitcher_plant" + }, + { + "value" : "minecraft:diorite_wall" + }, + { + "value" : "minecraft:end_brick_wall" + }, + { + "value" : "minecraft:granite_wall" + }, + { + "value" : "minecraft:mossy_cobblestone_wall" + }, + { + "value" : "minecraft:mossy_stone_brick_wall" + }, + { + "value" : "minecraft:nether_brick_wall" + }, + { + "value" : "minecraft:prismarine_wall" + }, + { + "value" : "minecraft:red_nether_brick_wall" + }, + { + "value" : "minecraft:red_sandstone_wall" + }, + { + "value" : "minecraft:sandstone_wall" + }, + { + "value" : "minecraft:stonecutter_andesite_wall" + }, + { + "value" : "minecraft:stonecutter_brick_wall" + }, + { + "value" : "minecraft:stonecutter_cobblestone_wall" + }, + { + "value" : "minecraft:stonecutter_diorite_wall" + }, + { + "value" : "minecraft:stonecutter_endbrick_wall" + }, + { + "value" : "minecraft:stonecutter_endbrick_wall2" + }, + { + "value" : "minecraft:stonecutter_granite_wall" + }, + { + "value" : "minecraft:stonecutter_mossy_cobblestone_wall" + }, + { + "value" : "minecraft:stonecutter_mossy_stonebrick_wall" + }, + { + "value" : "minecraft:stonecutter_nether_brick_wall" + }, + { + "value" : "minecraft:stonecutter_prismarine_wall" + }, + { + "value" : "minecraft:stonecutter_red_nether_brick_wall" + }, + { + "value" : "minecraft:stonecutter_red_sandstone_wall" + }, + { + "value" : "minecraft:stonecutter_sandstone_wall" + }, + { + "value" : "minecraft:stonecutter_stonebrick_wall" + }, + { + "value" : "minecraft:stonecutter_stonebrick_wall2" + }, + { + "value" : "minecraft:stone_brick_wall" + }, { "value" : "minecraft:coarse_dirt" }, @@ -23112,9 +23361,6 @@ { "value" : "minecraft:mossy_stone_brick_stairs" }, - { - "value" : "minecraft:mossy_stone_brick_wall" - }, { "value" : "minecraft:stonebrick" }, @@ -23139,9 +23385,6 @@ { "value" : "minecraft:stonecutter_mossy_stonebrick_stairs" }, - { - "value" : "minecraft:stonecutter_mossy_stonebrick_wall" - }, { "value" : "minecraft:stonecutter_polished_andesite_slab" }, @@ -23172,18 +23415,12 @@ { "value" : "minecraft:stonecutter_stonebrick_stairs2" }, - { - "value" : "minecraft:stonecutter_stonebrick_wall2" - }, { "value" : "minecraft:stonecutter_double_stone_slab" }, { "value" : "minecraft:stone_brick_stairs" }, - { - "value" : "minecraft:stone_brick_wall" - }, { "value" : "minecraft:armor_stand" }, @@ -23880,9 +24117,6 @@ { "value" : "minecraft:andesite_stairs" }, - { - "value" : "minecraft:andesite_wall" - }, { "value" : "minecraft:anvil" }, @@ -24120,9 +24354,6 @@ { "value" : "minecraft:brick_stairs" }, - { - "value" : "minecraft:brick_wall" - }, { "value" : "minecraft:brown_banner" }, @@ -24300,9 +24531,6 @@ { "value" : "minecraft:cobblestone_stairs" }, - { - "value" : "minecraft:cobblestone_wall" - }, { "value" : "minecraft:comparator" }, @@ -24468,9 +24696,6 @@ { "value" : "minecraft:cyan_dye_from_lapis_lazuli" }, - { - "value" : "minecraft:cyan_dye_from_pitcher_plant" - }, { "value" : "minecraft:cyan_stained_hardened_clay" }, @@ -24657,9 +24882,6 @@ { "value" : "minecraft:diorite_stairs" }, - { - "value" : "minecraft:diorite_wall" - }, { "value" : "minecraft:dispenser" }, @@ -24702,9 +24924,6 @@ { "value" : "minecraft:end_brick_stairs" }, - { - "value" : "minecraft:end_brick_wall" - }, { "value" : "minecraft:end_crystal" }, @@ -24813,9 +25032,6 @@ { "value" : "minecraft:granite_stairs" }, - { - "value" : "minecraft:granite_wall" - }, { "value" : "minecraft:gray_banner" }, @@ -25245,9 +25461,6 @@ { "value" : "minecraft:mossy_cobblestone_stairs" }, - { - "value" : "minecraft:mossy_cobblestone_wall" - }, { "value" : "minecraft:moss_carpet" }, @@ -25290,9 +25503,6 @@ { "value" : "minecraft:nether_brick_stairs" }, - { - "value" : "minecraft:nether_brick_wall" - }, { "value" : "minecraft:nether_wart_block" }, @@ -25485,9 +25695,6 @@ { "value" : "minecraft:prismarine_stairs_dark" }, - { - "value" : "minecraft:prismarine_wall" - }, { "value" : "minecraft:pumpkin_pie" }, @@ -25602,15 +25809,9 @@ { "value" : "minecraft:red_nether_brick_stairs" }, - { - "value" : "minecraft:red_nether_brick_wall" - }, { "value" : "minecraft:red_sandstone_stairs" }, - { - "value" : "minecraft:red_sandstone_wall" - }, { "value" : "minecraft:red_stained_hardened_clay" }, @@ -25626,9 +25827,6 @@ { "value" : "minecraft:sandstone_stairs" }, - { - "value" : "minecraft:sandstone_wall" - }, { "value" : "minecraft:scaffolding" }, @@ -25752,9 +25950,6 @@ { "value" : "minecraft:stonecutter_andesite_stairs" }, - { - "value" : "minecraft:stonecutter_andesite_wall" - }, { "value" : "minecraft:stonecutter_blackstone_slab_from_blackstone" }, @@ -25776,9 +25971,6 @@ { "value" : "minecraft:stonecutter_brick_stairs_from_polished_blackstone" }, - { - "value" : "minecraft:stonecutter_brick_wall" - }, { "value" : "minecraft:stonecutter_brick_wall_from_polished_blackstone" }, @@ -25794,9 +25986,6 @@ { "value" : "minecraft:stonecutter_cobblestone_stairs" }, - { - "value" : "minecraft:stonecutter_cobblestone_wall" - }, { "value" : "minecraft:stonecutter_copper_block_to_cut_copper" }, @@ -25821,9 +26010,6 @@ { "value" : "minecraft:stonecutter_diorite_stairs" }, - { - "value" : "minecraft:stonecutter_diorite_wall" - }, { "value" : "minecraft:stonecutter_endbricks" }, @@ -25833,12 +26019,6 @@ { "value" : "minecraft:stonecutter_endbrick_stairs2" }, - { - "value" : "minecraft:stonecutter_endbrick_wall" - }, - { - "value" : "minecraft:stonecutter_endbrick_wall2" - }, { "value" : "minecraft:stonecutter_exposed_copper_to_cut_copper" }, @@ -25857,18 +26037,12 @@ { "value" : "minecraft:stonecutter_granite_stairs" }, - { - "value" : "minecraft:stonecutter_granite_wall" - }, { "value" : "minecraft:stonecutter_mossy_cobbledouble_stone_slab" }, { "value" : "minecraft:stonecutter_mossy_cobblestone_stairs" }, - { - "value" : "minecraft:stonecutter_mossy_cobblestone_wall" - }, { "value" : "minecraft:stonecutter_mud_brick_slab" }, @@ -25881,9 +26055,6 @@ { "value" : "minecraft:stonecutter_nether_brick_stairs" }, - { - "value" : "minecraft:stonecutter_nether_brick_wall" - }, { "value" : "minecraft:stonecutter_oxidized_copper_to_cut_copper" }, @@ -25965,9 +26136,6 @@ { "value" : "minecraft:stonecutter_prismarine_stairs" }, - { - "value" : "minecraft:stonecutter_prismarine_wall" - }, { "value" : "minecraft:stonecutter_purpur_lines" }, @@ -25989,21 +26157,12 @@ { "value" : "minecraft:stonecutter_red_nether_brick_stairs" }, - { - "value" : "minecraft:stonecutter_red_nether_brick_wall" - }, { "value" : "minecraft:stonecutter_red_sandstone_stairs" }, - { - "value" : "minecraft:stonecutter_red_sandstone_wall" - }, { "value" : "minecraft:stonecutter_sandstone_stairs" }, - { - "value" : "minecraft:stonecutter_sandstone_wall" - }, { "value" : "minecraft:stonecutter_slab_from_polished_blackstone" }, @@ -26025,9 +26184,6 @@ { "value" : "minecraft:stonecutter_stonebrick_stairs" }, - { - "value" : "minecraft:stonecutter_stonebrick_wall" - }, { "value" : "minecraft:stonecutter_stone_stairs" }, @@ -29341,6 +29497,18 @@ { "value" : "npc" }, + { + "value" : "editor:ruler_pointer_selected" + }, + { + "value" : "editor:location_pointer_idle" + }, + { + "value" : "editor:location_pointer_selected" + }, + { + "value" : "editor:ruler_idle" + }, { "value" : "editor:map_marker" } @@ -37905,7 +38073,7 @@ "requires_cheats" : true } ], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 f7c2e2485..0e7788ad6 100644 --- a/metadata/engine_modules/engine-after-events-ordering.json +++ b/metadata/engine_modules/engine-after-events-ordering.json @@ -1339,6 +1339,183 @@ }, { "name" : "TripWireTripAfterEvent" + }, + { + "name" : "PlayerEmoteAfterEvent" + } + ], + "name" : "@minecraft/server 1.14.0", + "version" : "1.14.0" + }, + { + "event_order" : [ + { + "name" : "ScriptEventCommandMessageAfterEvent" + }, + { + "name" : "BlockComponentStepOnEvent" + }, + { + "name" : "BlockComponentRandomTickEvent" + }, + { + "name" : "BlockComponentStepOffEvent" + }, + { + "name" : "BlockComponentPlayerInteractEvent" + }, + { + "name" : "BlockComponentTickEvent" + }, + { + "name" : "BlockComponentEntityFallOnEvent" + }, + { + "name" : "BlockComponentPlayerDestroyEvent" + }, + { + "name" : "BlockComponentOnPlaceEvent" + }, + { + "name" : "ItemComponentHitEntityEvent" + }, + { + "name" : "ItemComponentUseEvent" + }, + { + "name" : "ItemComponentUseOnEvent" + }, + { + "name" : "ItemComponentCompleteUseEvent" + }, + { + "name" : "ItemComponentConsumeEvent" + }, + { + "name" : "ItemComponentMineBlockEvent" + }, + { + "name" : "WorldInitializeAfterEvent" + }, + { + "name" : "GameRuleChangeAfterEvent" + }, + { + "name" : "WeatherChangeAfterEvent" + }, + { + "name" : "ButtonPushAfterEvent" + }, + { + "name" : "LeverActionAfterEvent" + }, + { + "name" : "PlayerPlaceBlockAfterEvent" + }, + { + "name" : "BlockExplodeAfterEvent" + }, + { + "name" : "ExplosionAfterEvent" + }, + { + "name" : "PlayerBreakBlockAfterEvent" + }, + { + "name" : "EntityLoadAfterEvent" + }, + { + "name" : "EntitySpawnAfterEvent" + }, + { + "name" : "DataDrivenEntityTriggerAfterEvent" + }, + { + "name" : "EffectAddAfterEvent" + }, + { + "name" : "ProjectileHitEntityAfterEvent" + }, + { + "name" : "ProjectileHitBlockAfterEvent" + }, + { + "name" : "EntityHitEntityAfterEvent" + }, + { + "name" : "EntityHitBlockAfterEvent" + }, + { + "name" : "EntityHurtAfterEvent" + }, + { + "name" : "EntityHealthChangedAfterEvent" + }, + { + "name" : "EntityDieAfterEvent" + }, + { + "name" : "EntityRemoveAfterEvent" + }, + { + "name" : "ItemStartUseOnAfterEvent" + }, + { + "name" : "ItemUseOnAfterEvent" + }, + { + "name" : "ItemUseAfterEvent" + }, + { + "name" : "ItemStopUseOnAfterEvent" + }, + { + "name" : "ItemStartUseAfterEvent" + }, + { + "name" : "ItemCompleteUseAfterEvent" + }, + { + "name" : "ItemReleaseUseAfterEvent" + }, + { + "name" : "ItemStopUseAfterEvent" + }, + { + "name" : "PlayerJoinAfterEvent" + }, + { + "name" : "PlayerSpawnAfterEvent" + }, + { + "name" : "PlayerLeaveAfterEvent" + }, + { + "name" : "PlayerGameModeChangeAfterEvent" + }, + { + "name" : "PlayerDimensionChangeAfterEvent" + }, + { + "name" : "PlayerInputPermissionCategoryChangeAfterEvent" + }, + { + "name" : "PistonActivateAfterEvent" + }, + { + "name" : "PressurePlatePushAfterEvent" + }, + { + "name" : "PressurePlatePopAfterEvent" + }, + { + "name" : "TargetBlockHitAfterEvent" + }, + { + "name" : "TripWireTripAfterEvent" + }, + { + "name" : "PlayerEmoteAfterEvent" } ], "name" : "@minecraft/server 2.0.0-alpha", @@ -1527,8 +1704,8 @@ "name" : "PlayerEmoteAfterEvent" } ], - "name" : "@minecraft/server 1.14.0-beta", - "version" : "1.14.0-beta" + "name" : "@minecraft/server 1.15.0-beta", + "version" : "1.15.0-beta" }, { "event_order" : [ @@ -1696,10 +1873,13 @@ }, { "name" : "TripWireTripAfterEvent" + }, + { + "name" : "PlayerEmoteAfterEvent" } ], - "name" : "@minecraft/server 1.14.0-internal", - "version" : "1.14.0-internal" + "name" : "@minecraft/server 1.15.0-internal", + "version" : "1.15.0-internal" }, { "event_order" : [ @@ -1720,13 +1900,19 @@ }, { "name" : "ClipboardChangeAfterEvent" + }, + { + "name" : "CurrentThemeColorChangeAfterEvent" + }, + { + "name" : "CurrentThemeChangeAfterEvent" } ], "name" : "@minecraft/server-editor-bindings 0.1.0-beta", "version" : "0.1.0-beta" } ], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-beta.3", "module_type" : "after_events_ordering", "name" : "engine-after_events_ordering" } diff --git a/metadata/json_schemas/AllowOffHand v1.20.50.json b/metadata/json_schemas/AllowOffHand v1.20.50.json index 37e7b12e9..75d17e119 100644 --- a/metadata/json_schemas/AllowOffHand v1.20.50.json +++ b/metadata/json_schemas/AllowOffHand v1.20.50.json @@ -16,5 +16,9 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "AllowOffHand v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/AlwaysTrue v1.20.80.json b/metadata/json_schemas/AlwaysTrue v1.20.80.json deleted file mode 100644 index 973eaa057..000000000 --- a/metadata/json_schemas/AlwaysTrue v1.20.80.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "3404987451", - "title": "struct SharedTypes::v1_20_80::AlwaysTruePredicate", - "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified." -} \ No newline at end of file diff --git a/metadata/json_schemas/Ammunition v1.20.50.json b/metadata/json_schemas/Ammunition v1.20.50.json index 57749a659..ea1a71caa 100644 --- a/metadata/json_schemas/Ammunition v1.20.50.json +++ b/metadata/json_schemas/Ammunition v1.20.50.json @@ -5,17 +5,20 @@ "1531870811": { "title": "struct SharedTypes::Legacy::ItemDescriptor", "oneOf": [ + { + "type": "string" + }, { "title": "associative container", "type": "object", "additionalProperties": { "type": "string" } - }, - { - "type": "string" } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Item Descriptor" + } } }, "title": "struct SharedTypes::v1_20_50::ShooterItemComponent::Ammunition", @@ -40,5 +43,9 @@ }, "required": [ "item" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Ammunition v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/ArcheologyBlockLoot v1.20.80.json b/metadata/json_schemas/ArcheologyBlockLoot v1.20.80.json deleted file mode 100644 index d72f142fd..000000000 --- a/metadata/json_schemas/ArcheologyBlockLoot v1.20.80.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "380519526", - "title": "struct SharedTypes::v1_20_80::ArcheologyBlockLootPredicate", - "description": "Predicate that replaces a block and adds a loot table.", - "type": "object", - "properties": { - "block_mapping": { - "title": "associative container", - "description": "Mapping of block types to replace.", - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "limit": { - "description": "Maximum number of blocks to replace within the structure.", - "type": "integer" - }, - "loot_table": { - "description": "Loot table to assign to the replaced blocks.", - "type": "string" - } - }, - "required": [ - "block_mapping", - "limit", - "loot_table" - ] -} \ 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 dfc22c60b..77b855136 100644 --- a/metadata/json_schemas/Block Culling v1.20.60.json +++ b/metadata/json_schemas/Block Culling v1.20.60.json @@ -20,7 +20,10 @@ "required": [ "description", "rules" - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Contents v1.20.60" + } }, "2510182014": { "title": "struct SharedTypes::v1_20_60::BlockCulling::Contents::Description", @@ -32,7 +35,10 @@ }, "required": [ "identifier" - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Contents Description v1.20.60" + } }, "3215886026": { "title": "struct SharedTypes::v1_20_60::BlockCulling::Contents::Rule", @@ -57,7 +63,10 @@ "required": [ "direction", "geometry_part" - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Contents Rule v1.20.60" + } }, "371596787": { "title": "struct SharedTypes::v1_20_60::BlockCulling::Contents::Rule::GeometryPart", @@ -85,7 +94,10 @@ }, "required": [ "bone" - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Contents Rule Geometry Part v1.20.60" + } } }, "title": "struct SharedTypes::v1_20_60::BlockCulling", @@ -101,5 +113,8 @@ "required": [ "format_version", "minecraft:block_culling_rules" - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Block Culling v1.20.60" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Block Descriptor v1.20.50.json b/metadata/json_schemas/Block Descriptor v1.20.50.json index 5e64eb24d..b2e6241c6 100644 --- a/metadata/json_schemas/Block Descriptor v1.20.50.json +++ b/metadata/json_schemas/Block Descriptor v1.20.50.json @@ -45,5 +45,8 @@ "type": "string", "minLength": 1 } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Block Descriptor v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Block Specifier v1.20.60.json b/metadata/json_schemas/Block Specifier v1.20.60.json index a54aa89f3..821edc3d5 100644 --- a/metadata/json_schemas/Block Specifier v1.20.60.json +++ b/metadata/json_schemas/Block Specifier v1.20.60.json @@ -37,5 +37,9 @@ "name" ] } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Block Specifier v1.20.60" + } } \ No newline at end of file diff --git a/metadata/json_schemas/BlockInfo v1.20.50.json b/metadata/json_schemas/BlockInfo v1.20.50.json index 0aecda86b..52a509d8f 100644 --- a/metadata/json_schemas/BlockInfo v1.20.50.json +++ b/metadata/json_schemas/BlockInfo v1.20.50.json @@ -26,7 +26,10 @@ "type": "string", "minLength": 1 } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Block Descriptor v1.20.50" + } }, "970386766": { "title": "struct SharedTypes::v1_20_50::BlockDescriptorSerializer::BlockDescriptorProxy", @@ -63,5 +66,9 @@ "required": [ "block", "speed" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "BlockInfo v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/BlockMatch v1.20.80.json b/metadata/json_schemas/BlockMatch v1.20.80.json deleted file mode 100644 index 4506e25ba..000000000 --- a/metadata/json_schemas/BlockMatch v1.20.80.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "2388192566", - "title": "struct SharedTypes::v1_20_80::BlockMatchPredicate", - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "type": "object", - "properties": { - "block": { - "description": "Block to match against.", - "type": "string" - } - }, - "required": [ - "block" - ] -} \ No newline at end of file diff --git a/metadata/json_schemas/BlockPredicate 1.20.80.json b/metadata/json_schemas/BlockPredicate 1.20.80.json deleted file mode 100644 index 1d4e23914..000000000 --- a/metadata/json_schemas/BlockPredicate 1.20.80.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "3820273351", - "definitions": { - "2388192566": { - "title": "struct SharedTypes::v1_20_80::BlockMatchPredicate", - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "type": "object", - "properties": { - "block": { - "description": "Block to match against.", - "type": "string" - } - }, - "required": [ - "block" - ] - }, - "3404987451": { - "title": "struct SharedTypes::v1_20_80::AlwaysTruePredicate", - "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified." - }, - "380519526": { - "title": "struct SharedTypes::v1_20_80::ArcheologyBlockLootPredicate", - "description": "Predicate that replaces a block and adds a loot table.", - "type": "object", - "properties": { - "block_mapping": { - "title": "associative container", - "description": "Mapping of block types to replace.", - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "limit": { - "description": "Maximum number of blocks to replace within the structure.", - "type": "integer" - }, - "loot_table": { - "description": "Loot table to assign to the replaced blocks.", - "type": "string" - } - }, - "required": [ - "block_mapping", - "limit", - "loot_table" - ] - }, - "913609579": { - "title": "struct SharedTypes::v1_20_80::RandomBlockMatchPredicate", - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "type": "object", - "properties": { - "block": { - "description": "Block to match against.", - "type": "string" - }, - "probability": { - "description": "Probability of the evaluating to true when the block matches.", - "type": "number", - "minimum": 0.0, - "maximum": 1.0 - } - }, - "required": [ - "block", - "probability" - ] - } - }, - "title": "struct SharedTypes::v1_20_80::BlockRulePredicate", - "description": "Predicate type used by input_predicate, location_predicate and distance_predicate.", - "type": "object", - "properties": { - "always_true": { - "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified.", - "$ref": "#/definitions/3404987451" - }, - "archeology_block_loot": { - "description": "Predicate that replaces a block and adds a loot table.", - "$ref": "#/definitions/380519526" - }, - "block_match": { - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "$ref": "#/definitions/2388192566" - }, - "random_block_match": { - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "$ref": "#/definitions/913609579" - } - } -} \ No newline at end of file diff --git a/metadata/json_schemas/BlockRulesProcessor v1.20.80.json b/metadata/json_schemas/BlockRulesProcessor v1.20.80.json deleted file mode 100644 index 387febacd..000000000 --- a/metadata/json_schemas/BlockRulesProcessor v1.20.80.json +++ /dev/null @@ -1,174 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "2204200647", - "definitions": { - "2388192566": { - "title": "struct SharedTypes::v1_20_80::BlockMatchPredicate", - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "type": "object", - "properties": { - "block": { - "description": "Block to match against.", - "type": "string" - } - }, - "required": [ - "block" - ] - }, - "3076687790": { - "title": "Block Specifier", - "description": "Specifies a particular block. Can be a string block name or a JSON object", - "oneOf": [ - { - "type": "string" - }, - { - "type": "object", - "properties": { - "name": { - "description": "Name of the block", - "type": "string" - }, - "states": { - "title": "associative container", - "description": "Contains members named after each state, with boolean, integer, or string values.", - "type": "object", - "additionalProperties": { - "oneOf": [ - { - "type": "boolean" - }, - { - "type": "integer" - }, - { - "type": "string" - } - ] - } - } - }, - "required": [ - "name" - ] - } - ] - }, - "3404987451": { - "title": "struct SharedTypes::v1_20_80::AlwaysTruePredicate", - "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified." - }, - "380519526": { - "title": "struct SharedTypes::v1_20_80::ArcheologyBlockLootPredicate", - "description": "Predicate that replaces a block and adds a loot table.", - "type": "object", - "properties": { - "block_mapping": { - "title": "associative container", - "description": "Mapping of block types to replace.", - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "limit": { - "description": "Maximum number of blocks to replace within the structure.", - "type": "integer" - }, - "loot_table": { - "description": "Loot table to assign to the replaced blocks.", - "type": "string" - } - }, - "required": [ - "block_mapping", - "limit", - "loot_table" - ] - }, - "3820273351": { - "title": "struct SharedTypes::v1_20_80::BlockRulePredicate", - "description": "Predicate type used by input_predicate, location_predicate and distance_predicate.", - "type": "object", - "properties": { - "always_true": { - "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified.", - "$ref": "#/definitions/3404987451" - }, - "archeology_block_loot": { - "description": "Predicate that replaces a block and adds a loot table.", - "$ref": "#/definitions/380519526" - }, - "block_match": { - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "$ref": "#/definitions/2388192566" - }, - "random_block_match": { - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "$ref": "#/definitions/913609579" - } - } - }, - "913609579": { - "title": "struct SharedTypes::v1_20_80::RandomBlockMatchPredicate", - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "type": "object", - "properties": { - "block": { - "description": "Block to match against.", - "type": "string" - }, - "probability": { - "description": "Probability of the evaluating to true when the block matches.", - "type": "number", - "minimum": 0.0, - "maximum": 1.0 - } - }, - "required": [ - "block", - "probability" - ] - }, - "986592995": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureProcessorList::Contents::Rule", - "description": "A block rule that is evaluated on all blocks of a Structure Template. All predicates must evaluate to true in order for a block to be replaced by the output_state.", - "type": "object", - "properties": { - "input_predicate": { - "description": "A predicate evaluated on the Structure Template block.", - "$ref": "#/definitions/3820273351" - }, - "location_predicate": { - "description": "A predicate evaluated on the world block.", - "$ref": "#/definitions/3820273351" - }, - "output_state": { - "description": "Block to replace the world block with if all predicates evaluate to true.", - "$ref": "#/definitions/3076687790" - }, - "position_predicate": { - "description": "A predicate evaluated on the distance between the structure's world origin and the world block.", - "$ref": "#/definitions/3820273351" - } - } - } - }, - "title": "struct SharedTypes::v1_20_80::JigsawStructureProcessorList::Contents::BlockRulesProcessor", - "type": "object", - "properties": { - "rules": { - "title": "sequence container", - "description": "List of block rules evaluated on all blocks of a Structure Template. Block rules are evaluated in order.If a block rule succeeds and the output_state is set, the output_state block will be used as the input_predicate block for subsequent rules.", - "type": "array", - "items": { - "description": "A block rule that is evaluated on all blocks of a Structure Template. All predicates must evaluate to true in order for a block to be replaced by the output_state.", - "$ref": "#/definitions/986592995" - } - } - }, - "required": [ - "rules" - ] -} \ No newline at end of file diff --git a/metadata/json_schemas/Bundle Interaction v1.21.30.json b/metadata/json_schemas/Bundle Interaction v1.21.30.json new file mode 100644 index 000000000..d26896e6a --- /dev/null +++ b/metadata/json_schemas/Bundle Interaction v1.21.30.json @@ -0,0 +1,19 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "2333685719", + "title": "minecraft:bundle_interaction v1.21.30", + "description": "[EXPERIMENTAL] Adds bundle-specific interactions and tooltip to the item. Requires a \"minecraft:storage_item\" component.", + "type": "object", + "properties": { + "num_viewable_slots": { + "description": "The maximum number of slots in the bundle viewable by the plater. Can be from 1 to 64. Default is 12.", + "type": "integer", + "minimum": 1.0, + "maximum": 64.0 + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Bundle Interaction v1.21.30" + } +} \ No newline at end of file diff --git a/metadata/json_schemas/CanDestroyInCreative v1.20.50.json b/metadata/json_schemas/CanDestroyInCreative v1.20.50.json index 86dff7f5e..aca10d3c4 100644 --- a/metadata/json_schemas/CanDestroyInCreative v1.20.50.json +++ b/metadata/json_schemas/CanDestroyInCreative v1.20.50.json @@ -16,5 +16,9 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "CanDestroyInCreative v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Component v1.20.50.json b/metadata/json_schemas/Component v1.20.50.json index 4ac23973d..6b5a7175e 100644 --- a/metadata/json_schemas/Component v1.20.50.json +++ b/metadata/json_schemas/Component v1.20.50.json @@ -20,7 +20,11 @@ "required": [ "slot", "value" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Enchantable v1.20.50" + } }, "1206516236": { "title": "minecraft:glint v1.20.50", @@ -38,7 +42,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Glint v1.20.50" + } }, "1302400215": { "title": "minecraft:icon v1.20.50", @@ -55,7 +63,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Icon v1.20.50" + } }, "1398826300": { "title": "struct SharedTypes::IntRange", @@ -72,17 +84,20 @@ "1531870811": { "title": "struct SharedTypes::Legacy::ItemDescriptor", "oneOf": [ + { + "type": "string" + }, { "title": "associative container", "type": "object", "additionalProperties": { "type": "string" } - }, - { - "type": "string" } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Item Descriptor" + } }, "1658474219": { "title": "minecraft:repairable v1.20.50", @@ -97,6 +112,10 @@ "$ref": "#/definitions/3256164975" } } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Repairable v1.20.50" } }, "1661309668": { @@ -115,19 +134,27 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "HoverTextColor v1.20.50" + } }, "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": "string" + "type": "boolean" }, { - "type": "boolean" + "type": "string" } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "InteractButton v1.20.50" + } }, "1889822164": { "title": "minecraft:hand_equipped v1.20.50", @@ -145,7 +172,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "HandEquipped v1.20.50" + } }, "1899103179": { "title": "struct SharedTypes::v1_20_50::DiggerItemComponent::BlockInfo", @@ -163,7 +194,11 @@ "required": [ "block", "speed" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "BlockInfo v1.20.50" + } }, "2041267453": { "title": "minecraft:wearable v1.20.50", @@ -190,7 +225,11 @@ }, "required": [ "slot" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Wearable v1.20.50" + } }, "2359991381": { "title": "minecraft:liquid_clipped v1.20.50", @@ -208,7 +247,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "LiquidClipped v1.20.50" + } }, "239137998": { "title": "minecraft:block_placer v1.20.50", @@ -230,7 +273,11 @@ }, "required": [ "block" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Planter v1.20.50" + } }, "2499855414": { "title": "minecraft:digger v1.20.50", @@ -249,6 +296,10 @@ "description": "Determines whether this item should be impacted if the efficiency enchantment is applied to it.", "type": "boolean" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Digger v1.20.50" } }, "268086052": { @@ -273,6 +324,10 @@ "description": "When used, converts to the item specified by the string in this field. Default does not convert item.", "$ref": "#/definitions/1531870811" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Food v1.20.50" } }, "2681068491": { @@ -298,7 +353,11 @@ }, "required": [ "item" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Ammunition v1.20.50" + } }, "2817495317": { "title": "minecraft:max_stack_size v1.20.50", @@ -320,7 +379,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "MaxStackSize v1.20.50" + } }, "2942400907": { "title": "minecraft:display_name v1.20.50", @@ -331,6 +394,10 @@ "description": "Name shown for an item.", "type": "string" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DisplayName v1.20.50" } }, "3053237679": { @@ -359,6 +426,7 @@ "ambient.baby", "ambient.basalt_deltas.additions", "ambient.basalt_deltas.loop", + "ambient.basalt_deltas.mood", "ambient.candle", "ambient.cave", "ambient.crimson_forest.additions", @@ -489,6 +557,7 @@ "bullet.hit", "bundle.drop_contents", "bundle.insert", + "bundle.insert_fail", "bundle.remove_one", "burp", "button.click_off", @@ -602,9 +671,11 @@ "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", @@ -760,7 +831,6 @@ "reflect", "remedy", "respawn_anchor.ambient", - "respawn_anchor.basalt_deltas.mood", "respawn_anchor.charge", "respawn_anchor.deplete", "respawn_anchor.set_spawn", @@ -839,6 +909,10 @@ "wind_charge.burst" ] } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Record v1.20.50" } }, "3126701690": { @@ -857,7 +931,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "CanDestroyInCreative v1.20.50" + } }, "3168558347": { "title": "minecraft:tags v1.20.50", @@ -872,6 +950,10 @@ "type": "string" } } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Tags v1.20.50" } }, "3173009623": { @@ -892,7 +974,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Damage v1.20.50" + } }, "3178615832": { "title": "minecraft:stacked_by_data v1.20.50", @@ -910,7 +996,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "StackedByData v1.20.50" + } }, "3178719147": { "title": "struct SharedTypes::Legacy::ExpressionNode", @@ -936,7 +1026,10 @@ "version" ] } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Expression Node" + } }, "3246981949": { "title": "minecraft:use_animation v1.20.50", @@ -980,7 +1073,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "UseAnimation v1.20.50" + } }, "3256164975": { "title": "struct SharedTypes::v1_20_50::RepairableItemComponent::RepairItemEntry", @@ -1012,7 +1109,11 @@ "items" ] } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Repair v1.20.50" + } }, "3308324084": { "title": "minecraft:fuel v1.20.50", @@ -1032,7 +1133,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Fuel v1.20.50" + } }, "3389099981": { "title": "minecraft:allow_off_hand v1.20.50", @@ -1050,7 +1155,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "AllowOffHand v1.20.50" + } }, "3494639353": { "title": "minecraft:durability v1.20.50", @@ -1069,7 +1178,11 @@ }, "required": [ "max_durability" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Durability v1.20.50" + } }, "3715727616": { "title": "minecraft:throwable v1.20.50", @@ -1100,6 +1213,10 @@ "description": "Whether or not the power of the throw increases with duration charged. Default is set to false.", "type": "boolean" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Throwable v1.20.50" } }, "3781185164": { @@ -1127,6 +1244,10 @@ "description": "Scale power by draw duration? Default is set to false.", "type": "boolean" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Shooter v1.20.50" } }, "3875281249": { @@ -1145,7 +1266,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "ShouldDespawn v1.20.50" + } }, "435751873": { "title": "minecraft:use_modifiers v1.20.50", @@ -1163,6 +1288,10 @@ "type": "number", "minimum": 0.0 } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "UseModifiers v1.20.50" } }, "49501551": { @@ -1197,7 +1326,11 @@ }, "required": [ "projectile_entity" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Projectile v1.20.50" + } }, "748032502": { "title": "struct SharedTypes::v1_20_50::BlockDescriptor", @@ -1209,7 +1342,10 @@ "type": "string", "minLength": 1 } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Block Descriptor v1.20.50" + } }, "853889472": { "title": "minecraft:entity_placer v1.20.50", @@ -1238,6 +1374,10 @@ "$ref": "#/definitions/748032502" } } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "EntityPlacer v1.20.50" } }, "886176099": { @@ -1257,7 +1397,11 @@ "required": [ "category", "duration" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Cooldown v1.20.50" + } }, "970386766": { "title": "struct SharedTypes::v1_20_50::BlockDescriptorSerializer::BlockDescriptorProxy", @@ -1402,5 +1546,9 @@ "description": "Wearable items can be worn by a player in the head, chest, legs, feet, or off-hand slots.", "$ref": "#/definitions/2041267453" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Component v1.20.50" } } \ No newline at end of file diff --git a/metadata/json_schemas/Component v1.20.60.json b/metadata/json_schemas/Component v1.20.60.json index aa4d76814..169edc3d2 100644 --- a/metadata/json_schemas/Component v1.20.60.json +++ b/metadata/json_schemas/Component v1.20.60.json @@ -20,7 +20,11 @@ "required": [ "slot", "value" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Enchantable v1.20.50" + } }, "1206516236": { "title": "minecraft:glint v1.20.50", @@ -38,7 +42,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Glint v1.20.50" + } }, "1398826300": { "title": "struct SharedTypes::IntRange", @@ -55,17 +63,20 @@ "1531870811": { "title": "struct SharedTypes::Legacy::ItemDescriptor", "oneOf": [ + { + "type": "string" + }, { "title": "associative container", "type": "object", "additionalProperties": { "type": "string" } - }, - { - "type": "string" } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Item Descriptor" + } }, "1618184314": { "title": "minecraft:icon v1.20.60", @@ -87,7 +98,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Icon v1.20.60" + } }, "1658474219": { "title": "minecraft:repairable v1.20.50", @@ -102,6 +117,10 @@ "$ref": "#/definitions/3256164975" } } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Repairable v1.20.50" } }, "1661309668": { @@ -120,19 +139,27 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "HoverTextColor v1.20.50" + } }, "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": "string" + "type": "boolean" }, { - "type": "boolean" + "type": "string" } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "InteractButton v1.20.50" + } }, "1889822164": { "title": "minecraft:hand_equipped v1.20.50", @@ -150,7 +177,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "HandEquipped v1.20.50" + } }, "1899103179": { "title": "struct SharedTypes::v1_20_50::DiggerItemComponent::BlockInfo", @@ -168,7 +199,11 @@ "required": [ "block", "speed" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "BlockInfo v1.20.50" + } }, "2041267453": { "title": "minecraft:wearable v1.20.50", @@ -195,7 +230,11 @@ }, "required": [ "slot" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Wearable v1.20.50" + } }, "2359991381": { "title": "minecraft:liquid_clipped v1.20.50", @@ -213,7 +252,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "LiquidClipped v1.20.50" + } }, "239137998": { "title": "minecraft:block_placer v1.20.50", @@ -235,7 +278,11 @@ }, "required": [ "block" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Planter v1.20.50" + } }, "2499855414": { "title": "minecraft:digger v1.20.50", @@ -254,6 +301,10 @@ "description": "Determines whether this item should be impacted if the efficiency enchantment is applied to it.", "type": "boolean" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Digger v1.20.50" } }, "268086052": { @@ -278,6 +329,10 @@ "description": "When used, converts to the item specified by the string in this field. Default does not convert item.", "$ref": "#/definitions/1531870811" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Food v1.20.50" } }, "2681068491": { @@ -303,7 +358,11 @@ }, "required": [ "item" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Ammunition v1.20.50" + } }, "2817495317": { "title": "minecraft:max_stack_size v1.20.50", @@ -325,7 +384,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "MaxStackSize v1.20.50" + } }, "2942400907": { "title": "minecraft:display_name v1.20.50", @@ -336,6 +399,10 @@ "description": "Name shown for an item.", "type": "string" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DisplayName v1.20.50" } }, "3053237679": { @@ -364,6 +431,7 @@ "ambient.baby", "ambient.basalt_deltas.additions", "ambient.basalt_deltas.loop", + "ambient.basalt_deltas.mood", "ambient.candle", "ambient.cave", "ambient.crimson_forest.additions", @@ -494,6 +562,7 @@ "bullet.hit", "bundle.drop_contents", "bundle.insert", + "bundle.insert_fail", "bundle.remove_one", "burp", "button.click_off", @@ -607,9 +676,11 @@ "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", @@ -765,7 +836,6 @@ "reflect", "remedy", "respawn_anchor.ambient", - "respawn_anchor.basalt_deltas.mood", "respawn_anchor.charge", "respawn_anchor.deplete", "respawn_anchor.set_spawn", @@ -844,6 +914,10 @@ "wind_charge.burst" ] } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Record v1.20.50" } }, "3126701690": { @@ -862,7 +936,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "CanDestroyInCreative v1.20.50" + } }, "3168558347": { "title": "minecraft:tags v1.20.50", @@ -877,6 +955,10 @@ "type": "string" } } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Tags v1.20.50" } }, "3173009623": { @@ -897,7 +979,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Damage v1.20.50" + } }, "3178615832": { "title": "minecraft:stacked_by_data v1.20.50", @@ -915,7 +1001,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "StackedByData v1.20.50" + } }, "3178719147": { "title": "struct SharedTypes::Legacy::ExpressionNode", @@ -941,7 +1031,10 @@ "version" ] } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Expression Node" + } }, "3246981949": { "title": "minecraft:use_animation v1.20.50", @@ -985,7 +1078,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "UseAnimation v1.20.50" + } }, "3256164975": { "title": "struct SharedTypes::v1_20_50::RepairableItemComponent::RepairItemEntry", @@ -1017,7 +1114,11 @@ "items" ] } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Repair v1.20.50" + } }, "3308324084": { "title": "minecraft:fuel v1.20.50", @@ -1037,7 +1138,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Fuel v1.20.50" + } }, "3389099981": { "title": "minecraft:allow_off_hand v1.20.50", @@ -1055,7 +1160,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "AllowOffHand v1.20.50" + } }, "3494639353": { "title": "minecraft:durability v1.20.50", @@ -1074,7 +1183,11 @@ }, "required": [ "max_durability" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Durability v1.20.50" + } }, "3715727616": { "title": "minecraft:throwable v1.20.50", @@ -1105,6 +1218,10 @@ "description": "Whether or not the power of the throw increases with duration charged. Default is set to false.", "type": "boolean" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Throwable v1.20.50" } }, "3781185164": { @@ -1132,6 +1249,10 @@ "description": "Scale power by draw duration? Default is set to false.", "type": "boolean" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Shooter v1.20.50" } }, "3875281249": { @@ -1150,7 +1271,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "ShouldDespawn v1.20.50" + } }, "435751873": { "title": "minecraft:use_modifiers v1.20.50", @@ -1168,6 +1293,10 @@ "type": "number", "minimum": 0.0 } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "UseModifiers v1.20.50" } }, "49501551": { @@ -1202,7 +1331,11 @@ }, "required": [ "projectile_entity" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Projectile v1.20.50" + } }, "748032502": { "title": "struct SharedTypes::v1_20_50::BlockDescriptor", @@ -1214,7 +1347,10 @@ "type": "string", "minLength": 1 } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Block Descriptor v1.20.50" + } }, "853889472": { "title": "minecraft:entity_placer v1.20.50", @@ -1243,6 +1379,10 @@ "$ref": "#/definitions/748032502" } } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "EntityPlacer v1.20.50" } }, "886176099": { @@ -1262,7 +1402,11 @@ "required": [ "category", "duration" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Cooldown v1.20.50" + } }, "970386766": { "title": "struct SharedTypes::v1_20_50::BlockDescriptorSerializer::BlockDescriptorProxy", @@ -1408,5 +1552,9 @@ "description": "Wearable items can be worn by a player in the head, chest, legs, feet, or off-hand slots.", "$ref": "#/definitions/2041267453" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Component v1.20.60" } } \ No newline at end of file diff --git a/metadata/json_schemas/Components v1.20.80.json b/metadata/json_schemas/Components v1.20.80.json index 8132e4e25..fd6c6c38e 100644 --- a/metadata/json_schemas/Components v1.20.80.json +++ b/metadata/json_schemas/Components v1.20.80.json @@ -20,7 +20,11 @@ "required": [ "slot", "value" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Enchantable v1.20.50" + } }, "1206516236": { "title": "minecraft:glint v1.20.50", @@ -38,7 +42,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Glint v1.20.50" + } }, "1398826300": { "title": "struct SharedTypes::IntRange", @@ -55,17 +63,20 @@ "1531870811": { "title": "struct SharedTypes::Legacy::ItemDescriptor", "oneOf": [ + { + "type": "string" + }, { "title": "associative container", "type": "object", "additionalProperties": { "type": "string" } - }, - { - "type": "string" } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Item Descriptor" + } }, "1618184314": { "title": "minecraft:icon v1.20.60", @@ -87,7 +98,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Icon v1.20.60" + } }, "1658474219": { "title": "minecraft:repairable v1.20.50", @@ -102,6 +117,10 @@ "$ref": "#/definitions/3256164975" } } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Repairable v1.20.50" } }, "1661309668": { @@ -120,19 +139,27 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "HoverTextColor v1.20.50" + } }, "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": "string" + "type": "boolean" }, { - "type": "boolean" + "type": "string" } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "InteractButton v1.20.50" + } }, "1889822164": { "title": "minecraft:hand_equipped v1.20.50", @@ -150,7 +177,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "HandEquipped v1.20.50" + } }, "1899103179": { "title": "struct SharedTypes::v1_20_50::DiggerItemComponent::BlockInfo", @@ -168,7 +199,11 @@ "required": [ "block", "speed" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "BlockInfo v1.20.50" + } }, "2041267453": { "title": "minecraft:wearable v1.20.50", @@ -195,7 +230,11 @@ }, "required": [ "slot" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Wearable v1.20.50" + } }, "2359991381": { "title": "minecraft:liquid_clipped v1.20.50", @@ -213,7 +252,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "LiquidClipped v1.20.50" + } }, "239137998": { "title": "minecraft:block_placer v1.20.50", @@ -235,7 +278,11 @@ }, "required": [ "block" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Planter v1.20.50" + } }, "2499855414": { "title": "minecraft:digger v1.20.50", @@ -254,6 +301,10 @@ "description": "Determines whether this item should be impacted if the efficiency enchantment is applied to it.", "type": "boolean" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Digger v1.20.50" } }, "268086052": { @@ -278,6 +329,10 @@ "description": "When used, converts to the item specified by the string in this field. Default does not convert item.", "$ref": "#/definitions/1531870811" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Food v1.20.50" } }, "2681068491": { @@ -303,7 +358,11 @@ }, "required": [ "item" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Ammunition v1.20.50" + } }, "2817495317": { "title": "minecraft:max_stack_size v1.20.50", @@ -325,7 +384,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "MaxStackSize v1.20.50" + } }, "2942400907": { "title": "minecraft:display_name v1.20.50", @@ -336,6 +399,10 @@ "description": "Name shown for an item.", "type": "string" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DisplayName v1.20.50" } }, "3053237679": { @@ -364,6 +431,7 @@ "ambient.baby", "ambient.basalt_deltas.additions", "ambient.basalt_deltas.loop", + "ambient.basalt_deltas.mood", "ambient.candle", "ambient.cave", "ambient.crimson_forest.additions", @@ -494,6 +562,7 @@ "bullet.hit", "bundle.drop_contents", "bundle.insert", + "bundle.insert_fail", "bundle.remove_one", "burp", "button.click_off", @@ -607,9 +676,11 @@ "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", @@ -765,7 +836,6 @@ "reflect", "remedy", "respawn_anchor.ambient", - "respawn_anchor.basalt_deltas.mood", "respawn_anchor.charge", "respawn_anchor.deplete", "respawn_anchor.set_spawn", @@ -844,6 +914,10 @@ "wind_charge.burst" ] } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Record v1.20.50" } }, "3126701690": { @@ -862,7 +936,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "CanDestroyInCreative v1.20.50" + } }, "3168558347": { "title": "minecraft:tags v1.20.50", @@ -877,6 +955,10 @@ "type": "string" } } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Tags v1.20.50" } }, "3173009623": { @@ -897,7 +979,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Damage v1.20.50" + } }, "3178615832": { "title": "minecraft:stacked_by_data v1.20.50", @@ -915,7 +1001,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "StackedByData v1.20.50" + } }, "3178719147": { "title": "struct SharedTypes::Legacy::ExpressionNode", @@ -941,7 +1031,10 @@ "version" ] } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Expression Node" + } }, "3246981949": { "title": "minecraft:use_animation v1.20.50", @@ -985,7 +1078,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "UseAnimation v1.20.50" + } }, "3256164975": { "title": "struct SharedTypes::v1_20_50::RepairableItemComponent::RepairItemEntry", @@ -1017,7 +1114,11 @@ "items" ] } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Repair v1.20.50" + } }, "3308324084": { "title": "minecraft:fuel v1.20.50", @@ -1037,7 +1138,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Fuel v1.20.50" + } }, "3389099981": { "title": "minecraft:allow_off_hand v1.20.50", @@ -1055,7 +1160,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "AllowOffHand v1.20.50" + } }, "3438816014": { "title": "minecraft:custom_components v1.20.80", @@ -1064,6 +1173,10 @@ "items": { "type": "string", "pattern": "^(?:(?!^(minecraft):).)+:(?:.)+$" + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "CustomComponents v1.20.80" } }, "3494639353": { @@ -1083,7 +1196,11 @@ }, "required": [ "max_durability" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Durability v1.20.50" + } }, "3715727616": { "title": "minecraft:throwable v1.20.50", @@ -1114,6 +1231,10 @@ "description": "Whether or not the power of the throw increases with duration charged. Default is set to false.", "type": "boolean" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Throwable v1.20.50" } }, "3781185164": { @@ -1141,6 +1262,10 @@ "description": "Scale power by draw duration? Default is set to false.", "type": "boolean" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Shooter v1.20.50" } }, "3875281249": { @@ -1159,7 +1284,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "ShouldDespawn v1.20.50" + } }, "435751873": { "title": "minecraft:use_modifiers v1.20.50", @@ -1177,6 +1306,10 @@ "type": "number", "minimum": 0.0 } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "UseModifiers v1.20.50" } }, "49501551": { @@ -1211,7 +1344,11 @@ }, "required": [ "projectile_entity" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Projectile v1.20.50" + } }, "748032502": { "title": "struct SharedTypes::v1_20_50::BlockDescriptor", @@ -1223,7 +1360,10 @@ "type": "string", "minLength": 1 } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Block Descriptor v1.20.50" + } }, "853889472": { "title": "minecraft:entity_placer v1.20.50", @@ -1252,6 +1392,10 @@ "$ref": "#/definitions/748032502" } } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "EntityPlacer v1.20.50" } }, "886176099": { @@ -1271,7 +1415,11 @@ "required": [ "category", "duration" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Cooldown v1.20.50" + } }, "970386766": { "title": "struct SharedTypes::v1_20_50::BlockDescriptorSerializer::BlockDescriptorProxy", @@ -1421,5 +1569,9 @@ "description": "Wearable items can be worn by a player in the head, chest, legs, feet, or off-hand slots.", "$ref": "#/definitions/2041267453" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Components v1.20.80" } } \ No newline at end of file diff --git a/metadata/json_schemas/Components v1.21.10.json b/metadata/json_schemas/Components v1.21.10.json index 8c03ab39c..f39f934bb 100644 --- a/metadata/json_schemas/Components v1.21.10.json +++ b/metadata/json_schemas/Components v1.21.10.json @@ -20,7 +20,11 @@ "required": [ "slot", "value" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Enchantable v1.20.50" + } }, "1206516236": { "title": "minecraft:glint v1.20.50", @@ -38,7 +42,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Glint v1.20.50" + } }, "1398826300": { "title": "struct SharedTypes::IntRange", @@ -55,17 +63,20 @@ "1531870811": { "title": "struct SharedTypes::Legacy::ItemDescriptor", "oneOf": [ + { + "type": "string" + }, { "title": "associative container", "type": "object", "additionalProperties": { "type": "string" } - }, - { - "type": "string" } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Item Descriptor" + } }, "1618184314": { "title": "minecraft:icon v1.20.60", @@ -87,7 +98,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Icon v1.20.60" + } }, "1658474219": { "title": "minecraft:repairable v1.20.50", @@ -102,6 +117,10 @@ "$ref": "#/definitions/3256164975" } } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Repairable v1.20.50" } }, "1661309668": { @@ -120,19 +139,27 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "HoverTextColor v1.20.50" + } }, "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": "string" + "type": "boolean" }, { - "type": "boolean" + "type": "string" } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "InteractButton v1.20.50" + } }, "1889822164": { "title": "minecraft:hand_equipped v1.20.50", @@ -150,7 +177,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "HandEquipped v1.20.50" + } }, "1899103179": { "title": "struct SharedTypes::v1_20_50::DiggerItemComponent::BlockInfo", @@ -168,7 +199,11 @@ "required": [ "block", "speed" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "BlockInfo v1.20.50" + } }, "1956551060": { "title": "minecraft:durability_sensor v1.21.10", @@ -188,7 +223,11 @@ }, "required": [ "durability_thresholds" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DurabilitySensor v1.21.10" + } }, "2041267453": { "title": "minecraft:wearable v1.20.50", @@ -215,7 +254,11 @@ }, "required": [ "slot" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Wearable v1.20.50" + } }, "2063418195": { "title": "minecraft:damage_absorption v1.21.10", @@ -234,7 +277,11 @@ }, "required": [ "absorbable_causes" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DamageAbsorption v1.21.10" + } }, "2359991381": { "title": "minecraft:liquid_clipped v1.20.50", @@ -252,7 +299,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "LiquidClipped v1.20.50" + } }, "239137998": { "title": "minecraft:block_placer v1.20.50", @@ -274,7 +325,11 @@ }, "required": [ "block" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Planter v1.20.50" + } }, "2499855414": { "title": "minecraft:digger v1.20.50", @@ -293,6 +348,10 @@ "description": "Determines whether this item should be impacted if the efficiency enchantment is applied to it.", "type": "boolean" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Digger v1.20.50" } }, "268086052": { @@ -317,6 +376,10 @@ "description": "When used, converts to the item specified by the string in this field. Default does not convert item.", "$ref": "#/definitions/1531870811" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Food v1.20.50" } }, "2681068491": { @@ -342,7 +405,11 @@ }, "required": [ "item" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Ammunition v1.20.50" + } }, "2817495317": { "title": "minecraft:max_stack_size v1.20.50", @@ -364,7 +431,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "MaxStackSize v1.20.50" + } }, "2942400907": { "title": "minecraft:display_name v1.20.50", @@ -375,6 +446,10 @@ "description": "Name shown for an item.", "type": "string" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DisplayName v1.20.50" } }, "3053237679": { @@ -403,6 +478,7 @@ "ambient.baby", "ambient.basalt_deltas.additions", "ambient.basalt_deltas.loop", + "ambient.basalt_deltas.mood", "ambient.candle", "ambient.cave", "ambient.crimson_forest.additions", @@ -533,6 +609,7 @@ "bullet.hit", "bundle.drop_contents", "bundle.insert", + "bundle.insert_fail", "bundle.remove_one", "burp", "button.click_off", @@ -646,9 +723,11 @@ "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", @@ -804,7 +883,6 @@ "reflect", "remedy", "respawn_anchor.ambient", - "respawn_anchor.basalt_deltas.mood", "respawn_anchor.charge", "respawn_anchor.deplete", "respawn_anchor.set_spawn", @@ -883,6 +961,10 @@ "wind_charge.burst" ] } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Record v1.20.50" } }, "3126701690": { @@ -901,7 +983,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "CanDestroyInCreative v1.20.50" + } }, "3168558347": { "title": "minecraft:tags v1.20.50", @@ -916,6 +1002,10 @@ "type": "string" } } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Tags v1.20.50" } }, "3173009623": { @@ -936,7 +1026,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Damage v1.20.50" + } }, "3178615832": { "title": "minecraft:stacked_by_data v1.20.50", @@ -954,7 +1048,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "StackedByData v1.20.50" + } }, "3178719147": { "title": "struct SharedTypes::Legacy::ExpressionNode", @@ -980,7 +1078,10 @@ "version" ] } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Expression Node" + } }, "3246981949": { "title": "minecraft:use_animation v1.20.50", @@ -1024,7 +1125,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "UseAnimation v1.20.50" + } }, "3256164975": { "title": "struct SharedTypes::v1_20_50::RepairableItemComponent::RepairItemEntry", @@ -1056,7 +1161,11 @@ "items" ] } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Repair v1.20.50" + } }, "3308324084": { "title": "minecraft:fuel v1.20.50", @@ -1076,7 +1185,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Fuel v1.20.50" + } }, "3389099981": { "title": "minecraft:allow_off_hand v1.20.50", @@ -1094,7 +1207,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "AllowOffHand v1.20.50" + } }, "3438816014": { "title": "minecraft:custom_components v1.20.80", @@ -1103,6 +1220,10 @@ "items": { "type": "string", "pattern": "^(?:(?!^(minecraft):).)+:(?:.)+$" + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "CustomComponents v1.20.80" } }, "3494639353": { @@ -1122,7 +1243,11 @@ }, "required": [ "max_durability" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Durability v1.20.50" + } }, "3715727616": { "title": "minecraft:throwable v1.20.50", @@ -1153,6 +1278,10 @@ "description": "Whether or not the power of the throw increases with duration charged. Default is set to false.", "type": "boolean" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Throwable v1.20.50" } }, "3781185164": { @@ -1180,6 +1309,10 @@ "description": "Scale power by draw duration? Default is set to false.", "type": "boolean" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Shooter v1.20.50" } }, "3875281249": { @@ -1198,7 +1331,11 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "ShouldDespawn v1.20.50" + } }, "435751873": { "title": "minecraft:use_modifiers v1.20.50", @@ -1216,6 +1353,10 @@ "type": "number", "minimum": 0.0 } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "UseModifiers v1.20.50" } }, "49501551": { @@ -1250,7 +1391,11 @@ }, "required": [ "projectile_entity" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Projectile v1.20.50" + } }, "748032502": { "title": "struct SharedTypes::v1_20_50::BlockDescriptor", @@ -1262,7 +1407,10 @@ "type": "string", "minLength": 1 } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Block Descriptor v1.20.50" + } }, "764203503": { "title": "minecraft:durability_sensor durability_threshold v1.21.10", @@ -1290,6 +1438,7 @@ "ambient.baby", "ambient.basalt_deltas.additions", "ambient.basalt_deltas.loop", + "ambient.basalt_deltas.mood", "ambient.candle", "ambient.cave", "ambient.crimson_forest.additions", @@ -1420,6 +1569,7 @@ "bullet.hit", "bundle.drop_contents", "bundle.insert", + "bundle.insert_fail", "bundle.remove_one", "burp", "button.click_off", @@ -1533,9 +1683,11 @@ "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", @@ -1691,7 +1843,6 @@ "reflect", "remedy", "respawn_anchor.ambient", - "respawn_anchor.basalt_deltas.mood", "respawn_anchor.charge", "respawn_anchor.deplete", "respawn_anchor.set_spawn", @@ -1770,6 +1921,10 @@ "wind_charge.burst" ] } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DurabilityThreshold v1.21.10" } }, "853889472": { @@ -1799,6 +1954,10 @@ "$ref": "#/definitions/748032502" } } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "EntityPlacer v1.20.50" } }, "886176099": { @@ -1818,7 +1977,11 @@ "required": [ "category", "duration" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Cooldown v1.20.50" + } }, "970386766": { "title": "struct SharedTypes::v1_20_50::BlockDescriptorSerializer::BlockDescriptorProxy", @@ -1976,5 +2139,9 @@ "description": "Wearable items can be worn by a player in the head, chest, legs, feet, or off-hand slots.", "$ref": "#/definitions/2041267453" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Components v1.21.10" } } \ No newline at end of file diff --git a/metadata/json_schemas/Components v1.21.30.json b/metadata/json_schemas/Components v1.21.30.json new file mode 100644 index 000000000..5b05bc244 --- /dev/null +++ b/metadata/json_schemas/Components v1.21.30.json @@ -0,0 +1,2280 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "3253453142", + "definitions": { + "1095951327": { + "title": "minecraft:enchantable v1.20.50", + "description": "The enchantable component specifies what enchantments can be applied to the item. Not all enchantments will have an effect on all item components.", + "type": "object", + "properties": { + "slot": { + "description": "Specifies which types of enchantments can be applied. For example, `bow` would allow this item to be enchanted as if it were a bow.", + "type": "string" + }, + "value": { + "description": "Specifies the value of the enchantment (minimum of 0).", + "type": "integer", + "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", + "description": "The glint component determines whether the item has the enchanted glint render effect on it.", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "object", + "properties": { + "value": { + "description": "Determines whether the item has the glint effect.", + "type": "boolean" + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Glint v1.20.50" + } + }, + "120997796": { + "title": "minecraft:storage_item v1.21.30", + "description": "[EXPERIMENTAL] Storage Items can be used by other components to store other items within this item.", + "type": "object", + "properties": { + "allow_nested_storage_items": { + "description": "Determines whether another Storage Item is allowed inside of this item. Default is true.", + "type": "boolean" + }, + "allowed_items": { + "title": "sequence container", + "description": "List of items that are exclusively allowed in this Storage Item. If empty all items are allowed.", + "type": "array", + "items": { + "$ref": "#/definitions/1531870811" + } + }, + "banned_items": { + "title": "sequence container", + "description": "List of items that are not allowed in this Storage Item.", + "type": "array", + "items": { + "$ref": "#/definitions/1531870811" + } + }, + "max_slots": { + "description": "The maximum number of different item stacks. Maximum is 64. Default is 64.", + "type": "integer", + "maximum": 64.0 + }, + "max_weight_limit": { + "description": "The maximum allowed weight of the sum of all contained items. Maximum is 64. Default is 64.", + "type": "integer", + "maximum": 64.0 + }, + "weight_in_storage_item": { + "description": "The weight of this item when inside another Storage Item. Default is 4. 0 means item is not allowed in another Storage Item.", + "type": "integer", + "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" + }, + "min": { + "type": "integer" + } + } + }, + "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", + "description": "Icon item component determines which icon graphic will be used to represent the item in the UI and elsewhere.", + "oneOf": [ + { + "type": "string" + }, + { + "type": "object", + "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": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Icon v1.20.60" + } + }, + "1658474219": { + "title": "minecraft:repairable v1.20.50", + "description": "The repairable item component specifies which items can be used to repair this item, along with how much durability is gained.", + "type": "object", + "properties": { + "repair_items": { + "title": "sequence container", + "description": "List of repair item entries. Each entry needs to define a list of strings for `items` that can be used for the repair and an optional `repair_amount` for how much durability is gained.", + "type": "array", + "items": { + "$ref": "#/definitions/3256164975" + } + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Repairable v1.20.50" + } + }, + "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" + }, + { + "type": "object", + "properties": { + "value": { + "description": "Specifies the color of the item's hover text.", + "type": "string" + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "HoverTextColor v1.20.50" + } + }, + "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" + }, + { + "type": "string" + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "InteractButton v1.20.50" + } + }, + "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" + }, + { + "type": "object", + "properties": { + "value": { + "description": "Determines whether the item is rendered like a tool while in the player's hand.", + "type": "boolean" + } + } + } + ], + "$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": { + "description": "Block to be dug.", + "$ref": "#/definitions/748032502" + }, + "speed": { + "description": "Digging speed for the correlating block(s).", + "type": "integer" + } + }, + "required": [ + "block", + "speed" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "BlockInfo v1.20.50" + } + }, + "1956551060": { + "title": "minecraft:durability_sensor v1.21.10", + "description": "Enables an item to emit effects when it receives damage. Because of this, the item also needs a `minecraft:durability` component.", + "type": "object", + "properties": { + "durability_thresholds": { + "title": "sequence container", + "description": "The list of both durability thresholds and effects emitted when each threshold is met. When multiple thresholds are met, only the threshold with the lowest durability after applying the damage is considered.", + "type": "array", + "items": { + "description": "Defines both the durability threshold, and the effects emitted when that threshold is met.", + "$ref": "#/definitions/764203503" + }, + "minItems": 1 + } + }, + "required": [ + "durability_thresholds" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DurabilitySensor v1.21.10" + } + }, + "2041267453": { + "title": "minecraft:wearable v1.20.50", + "description": "Wearable items can be worn by a player in the head, chest, legs, feet, or off-hand slots.", + "type": "object", + "properties": { + "protection": { + "description": "How much protection the wearable item provides. Default is set to 0.", + "type": "integer", + "minimum": 0.0 + }, + "slot": { + "title": "enum SharedTypes::Legacy::EquipmentSlot", + "description": "Specifies where the item can be worn. If any non-hand slot is chosen, the max stack size is set to 1.", + "type": "string", + "enum": [ + "slot.armor.chest", + "slot.armor.feet", + "slot.armor.head", + "slot.armor.legs", + "slot.weapon.offhand" + ] + } + }, + "required": [ + "slot" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Wearable v1.20.50" + } + }, + "2063418195": { + "title": "minecraft:damage_absorption v1.21.10", + "description": "It allows an item to absorb damage that would otherwise be dealt to its wearer. For this to happen, the item needs to be equipped in an armor slot. The absorbed damage reduces the item's durability, with any excess damage being ignored. Because of this, the item also needs a `minecraft:durability` component.", + "type": "object", + "properties": { + "absorbable_causes": { + "title": "sequence container", + "description": "List of damage causes that can be absorbed by the item. By default, no damage cause is absorbed.", + "type": "array", + "items": { + "type": "string" + }, + "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", + "description": "[EXPERIMENTAL] Adds bundle-specific interactions and tooltip to the item. Requires a \"minecraft:storage_item\" component.", + "type": "object", + "properties": { + "num_viewable_slots": { + "description": "The maximum number of slots in the bundle viewable by the plater. Can be from 1 to 64. Default is 12.", + "type": "integer", + "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", + "description": "The liquid_clipped component determines whether the item interacts with liquid blocks on use.", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "object", + "properties": { + "value": { + "description": "Deterines whether the item interacts with liquid blocks on use.", + "type": "boolean" + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "LiquidClipped v1.20.50" + } + }, + "239137998": { + "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" + }, + "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" + } + } + }, + "required": [ + "block" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Planter v1.20.50" + } + }, + "2499855414": { + "title": "minecraft:digger v1.20.50", + "description": "Digger item component specifies how quickly this item can dig specific blocks.", + "type": "object", + "properties": { + "destroy_speeds": { + "title": "sequence container", + "description": "A list of blocks to dig with correlating speeds of digging.", + "type": "array", + "items": { + "$ref": "#/definitions/1899103179" + } + }, + "use_efficiency": { + "description": "Determines whether this item should be impacted if the efficiency enchantment is applied to it.", + "type": "boolean" + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Digger v1.20.50" + } + }, + "268086052": { + "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" + }, + "nutrition": { + "description": "Value that is added to the entity's nutrition when the item is used. Default is set to 0.", + "type": "integer" + }, + "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", + "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" + } + }, + "$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": { + "description": "Ammunition item description identifier.", + "$ref": "#/definitions/1531870811" + }, + "search_inventory": { + "description": "Can search inventory? Default is set to false.", + "type": "boolean" + }, + "use_in_creative": { + "description": "Can use in creative mode? Default is set to false.", + "type": "boolean" + }, + "use_offhand": { + "description": "Can use off-hand? Default is set to false.", + "type": "boolean" + } + }, + "required": [ + "item" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Ammunition v1.20.50" + } + }, + "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", + "minimum": 1.0, + "maximum": 64.0 + }, + { + "type": "object", + "properties": { + "value": { + "description": "Specifies how many of the item that can be stacked.", + "type": "integer", + "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", + "description": "The display_name item component specifies the text shown whenever an item's name is displayed, like in hover text.", + "type": "object", + "properties": { + "value": { + "description": "Name shown for an item.", + "type": "string" + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DisplayName v1.20.50" + } + }, + "3053237679": { + "title": "minecraft:record v1.20.50", + "description": "Record Item Component. Used by record items to play music.", + "type": "object", + "properties": { + "comparator_signal": { + "description": "Specifies signal strength for comparator blocks to use, from 1 - 13.", + "type": "integer" + }, + "duration": { + "description": "Specifies duration of sound event in seconds, float value.", + "type": "number" + }, + "sound_event": { + "title": "enum SharedTypes::Legacy::LevelSoundEvent", + "description": "Sound event type: 13, cat, blocks, chirp, far, mall, mellohi, stal, strad, ward, 11, wait, pigstep, otherside, 5, relic.", + "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": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Record v1.20.50" + } + }, + "3126701690": { + "title": "minecraft:can_destroy_in_creative v1.20.50", + "description": "The can_destroy_in_creative component determines if the item can be used by a player to break blocks when in creative mode.", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "object", + "properties": { + "value": { + "description": "Determines whether the item can be used to destroy blocks while in creative mode.", + "type": "boolean" + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "CanDestroyInCreative v1.20.50" + } + }, + "3168558347": { + "title": "minecraft:tags v1.20.50", + "description": "The tags component specifies which tags an item has on it.", + "type": "object", + "properties": { + "tags": { + "title": "sequence container", + "description": "An array that can contain multiple item tags.", + "type": "array", + "items": { + "type": "string" + } + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Tags v1.20.50" + } + }, + "3173009623": { + "title": "minecraft:damage v1.20.50", + "description": "The damage component determines how much extra damage the item does on attack.", + "oneOf": [ + { + "type": "integer", + "minimum": 0.0 + }, + { + "type": "object", + "properties": { + "value": { + "description": "Specifies how much extra damage the item does, must be a positive number.", + "type": "integer", + "minimum": 0.0 + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Damage v1.20.50" + } + }, + "3178615832": { + "title": "minecraft:stacked_by_data v1.20.50", + "description": "The stacked_by_data component determines whether the same items with different aux values can stack. Also defines whether the item entities can merge while floating in the world.", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "object", + "properties": { + "value": { + "description": "Determines whether the same item with different aux values can stack. Also defines whether the item entities can merge while floating in the world.", + "type": "boolean" + } + } + } + ], + "$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" + }, + "version": { + "type": "integer" + } + }, + "required": [ + "expression", + "version" + ] + } + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Expression Node" + } + }, + "3246981949": { + "title": "minecraft:use_animation v1.20.50", + "description": "Use_animation specifies which animation is played when the player uses the item.", + "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", + "description": "Specifies which animation to play when the the item is used.", + "type": "string", + "enum": [ + "block", + "bow", + "brush", + "camera", + "crossbow", + "drink", + "eat", + "none", + "spear", + "spyglass" + ] + } + } + } + ], + "$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", + "description": "Items that may be used to repair an item.", + "type": "array", + "items": { + "$ref": "#/definitions/1531870811" + } + }, + "repair_amount": { + "description": "How much the item is repaired.", + "$ref": "#/definitions/3178719147" + } + }, + "required": [ + "items" + ] + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Repair v1.20.50" + } + }, + "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", + "minimum": 0.05000000074505806 + }, + { + "type": "object", + "properties": { + "duration": { + "description": "Amount of time, in seconds, this fuel will cook items.", + "type": "number", + "minimum": 0.05000000074505806 + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Fuel v1.20.50" + } + }, + "3375297728": { + "title": "minecraft:rarity v1.21.30", + "description": "Specifies the base rarity and subsequently color of the item name when the player hovers the cursor over the item.", + "oneOf": [ + { + "type": "string" + }, + { + "type": "object", + "properties": { + "value": { + "description": "Sets the base rarity of the item. The rarity of an item automatically increases when enchanted, either to Rare when the base rarity is Common or Uncommon, or Epic when the base rarity is Rare.", + "type": "string" + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Rarity v1.21.30" + } + }, + "3389099981": { + "title": "minecraft:allow_off_hand v1.20.50", + "description": "The allow_off_hand component determines whether the item can be placed in the off hand slot of the inventory.", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "object", + "properties": { + "value": { + "description": "Determines whether the item can be placed in the off hand slot.", + "type": "boolean" + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "AllowOffHand v1.20.50" + } + }, + "3438816014": { + "title": "minecraft:custom_components v1.20.80", + "description": "Specifies an array of custom components defined in a script that should be added to this item.", + "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", + "description": "The durability item component specifies how much damage the item takes before breaking, and allows the item to be combined to repair or augment them.", + "type": "object", + "properties": { + "damage_chance": { + "description": "Specifies the percentage chance of this item losing durability. Default is set to 100. Defined as an int range with min and max value.", + "$ref": "#/definitions/1398826300" + }, + "max_durability": { + "description": "Max durability is the amount of damage that this item can take before breaking. This is a required parameter and has a minimum of 0.", + "type": "integer", + "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": { + "description": "[editor(type:color)]", + "$ref": "#/definitions/3915697282" + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Dyeable v1.21.30" + } + }, + "3715727616": { + "title": "minecraft:throwable v1.20.50", + "description": "Throwable items can be thrown by the player, such as a snowball.", + "type": "object", + "properties": { + "do_swing_animation": { + "description": "Determines whether the item should use the swing animation when thrown. Default is set to false.", + "type": "boolean" + }, + "launch_power_scale": { + "description": "The scale at which the power of the throw increases. Default is set to 1.0.", + "type": "number" + }, + "max_draw_duration": { + "description": "The maximum duration to draw a throwable item. Default is set to 0.0.", + "type": "number" + }, + "max_launch_power": { + "description": "The maximum power to launch the throwable item. Default is set to 1.0.", + "type": "number" + }, + "min_draw_duration": { + "description": "The minimum duration to draw a throwable item. Default is set to 0.0.", + "type": "number" + }, + "scale_power_by_draw_duration": { + "description": "Whether or not the power of the throw increases with duration charged. Default is set to false.", + "type": "boolean" + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Throwable v1.20.50" + } + }, + "3781185164": { + "title": "minecraft:shooter v1.20.50", + "description": "Shooter Item Component.", + "type": "object", + "properties": { + "ammunition": { + "title": "sequence container", + "description": "Ammunition.", + "type": "array", + "items": { + "$ref": "#/definitions/2681068491" + } + }, + "charge_on_draw": { + "description": "Charge on draw? Default is set to false.", + "type": "boolean" + }, + "max_draw_duration": { + "description": "Draw Duration. Default is set to 0.", + "type": "number" + }, + "scale_power_by_draw_duration": { + "description": "Scale power by draw duration? Default is set to false.", + "type": "boolean" + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Shooter v1.20.50" + } + }, + "3875281249": { + "title": "minecraft:should_despawn v1.20.50", + "description": "Should_despawn component determines if the item should eventually despawn while floating in the world", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "object", + "properties": { + "value": { + "description": "Determines whether the item should eventually despawn while floating in the world.", + "type": "boolean" + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "ShouldDespawn v1.20.50" + } + }, + "3915697282": { + "title": "Color255RGB", + "description": "[editor(type:color)]", + "oneOf": [ + { + "type": "string", + "pattern": "^#[a-fA-F0-9]{6}$" + }, + { + "title": "sequence container", + "type": "array", + "items": { + "type": "integer" + }, + "minItems": 3, + "maxItems": 3 + } + ] + }, + "435751873": { + "title": "minecraft:use_modifiers v1.20.50", + "description": "This component modifies use effects, including how long the item takes to use and the player's speed when used in combination with components like \"shooter\", \"throwable\", or \"food\".", + "type": "object", + "properties": { + "movement_modifier": { + "description": "Modifier value to scale the players movement speed when item is in use.", + "type": "number", + "minimum": 0.0, + "maximum": 1.0 + }, + "use_duration": { + "description": "How long the item takes to use in seconds.", + "type": "number", + "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" + } + ] + }, + "608914689": { + "title": "minecraft:projectile v1.20.50", + "description": "Projectile items shoot out, like an arrow.", + "type": "object", + "properties": { + "minimum_critical_power": { + "description": "Specifies how long a player must charge a projectile for it to critically hit.", + "type": "number" + }, + "projectile_entity": { + "description": "Which entity is to be fired as a projectile.", + "type": "string", + "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", + "description": "Defines both the durability threshold, and the effects emitted when that threshold is met.", + "type": "object", + "properties": { + "durability": { + "description": "The effects are emitted when the item durability value is less than or equal to this value.", + "type": "integer" + }, + "particle_type": { + "description": "Particle effect to emit when the threshold is met.", + "type": "string" + }, + "sound_event": { + "title": "enum SharedTypes::Legacy::LevelSoundEvent", + "description": "Sound effect to emit when the threshold is met.", + "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": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DurabilityThreshold v1.21.10" + } + }, + "853889472": { + "title": "minecraft:entity_placer v1.20.50", + "description": "The entity_placer item component specifies the blocks that the item can be placed on.", + "type": "object", + "properties": { + "dispense_on": { + "title": "sequence container", + "description": "List of block descriptors of the blocks that this item can be dispensed on. If left empty, all blocks will be allowed.", + "type": "array", + "items": { + "$ref": "#/definitions/748032502" + } + }, + "entity": { + "description": "The entity to be placed in the world.", + "type": "string", + "minLength": 0, + "pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$" + }, + "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": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "EntityPlacer v1.20.50" + } + }, + "886176099": { + "title": "minecraft:cooldown v1.20.50", + "description": "After you use an item, all items specified with the same `cool down category` setting becomes unusable for the duration specified by the 'cool down time' setting in this component.", + "type": "object", + "properties": { + "category": { + "description": "The type of cool down for this item. All items with a cool down component with the same category are put on cool down when one is used.", + "type": "string" + }, + "duration": { + "description": "The duration of time (in seconds) items with a matching category will spend cooling down before becoming usable again.", + "type": "number" + } + }, + "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" + }, + "states": { + "title": "associative container", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/49501551" + } + }, + "tags": { + "type": "string" + } + } + } + }, + "title": "components v1.21.30", + "description": "List of all components used in this item.", + "type": "object", + "properties": { + "minecraft:allow_off_hand": { + "description": "The allow_off_hand component determines whether the item can be placed in the off hand slot of the inventory.", + "$ref": "#/definitions/3389099981" + }, + "minecraft:block_placer": { + "description": "Items with the block_placer component will place a block when used.", + "$ref": "#/definitions/239137998" + }, + "minecraft:bundle_interaction": { + "description": "[EXPERIMENTAL] Adds bundle-specific interactions and tooltip to the item. Requires a \"minecraft:storage_item\" component.", + "$ref": "#/definitions/2333685719" + }, + "minecraft:can_destroy_in_creative": { + "description": "The can_destroy_in_creative component determines if the item can be used by a player to break blocks when in creative mode.", + "$ref": "#/definitions/3126701690" + }, + "minecraft:cooldown": { + "description": "After you use an item, all items specified with the same `cool down category` setting becomes unusable for the duration specified by the 'cool down time' setting in this component.", + "$ref": "#/definitions/886176099" + }, + "minecraft:custom_components": { + "description": "Specifies an array of custom components defined in a script that should be added to this item.", + "$ref": "#/definitions/3438816014" + }, + "minecraft:damage": { + "description": "The damage component determines how much extra damage the item does on attack.", + "$ref": "#/definitions/3173009623" + }, + "minecraft:damage_absorption": { + "description": "It allows an item to absorb damage that would otherwise be dealt to its wearer. For this to happen, the item needs to be equipped in an armor slot. The absorbed damage reduces the item's durability, with any excess damage being ignored. Because of this, the item also needs a `minecraft:durability` component.", + "$ref": "#/definitions/2063418195" + }, + "minecraft:digger": { + "description": "Digger item component specifies how quickly this item can dig specific blocks.", + "$ref": "#/definitions/2499855414" + }, + "minecraft:display_name": { + "description": "The display_name item component specifies the text shown whenever an item's name is displayed, like in hover text.", + "$ref": "#/definitions/2942400907" + }, + "minecraft:durability": { + "description": "The durability item component specifies how much damage the item takes before breaking, and allows the item to be combined to repair or augment them.", + "$ref": "#/definitions/3494639353" + }, + "minecraft:durability_sensor": { + "description": "Enables an item to emit effects when it receives damage. Because of this, the item also needs a `minecraft:durability` component.", + "$ref": "#/definitions/1956551060" + }, + "minecraft:dyeable": { + "$ref": "#/definitions/3602397325" + }, + "minecraft:enchantable": { + "description": "The enchantable component specifies what enchantments can be applied to the item. Not all enchantments will have an effect on all item components.", + "$ref": "#/definitions/1095951327" + }, + "minecraft:entity_placer": { + "description": "The entity_placer item component specifies the blocks that the item can be placed on.", + "$ref": "#/definitions/853889472" + }, + "minecraft:food": { + "description": "When an item has a food component, it becomes edible to the player. Must have the 'minecraft:use_duration' component in order to function properly.", + "$ref": "#/definitions/268086052" + }, + "minecraft:fuel": { + "description": "Fuel item component allows this item to be used as fuel in a furnace to 'cook' other items.", + "$ref": "#/definitions/3308324084" + }, + "minecraft:glint": { + "description": "The glint component determines whether the item has the enchanted glint render effect on it.", + "$ref": "#/definitions/1206516236" + }, + "minecraft:hand_equipped": { + "description": "The hand_equipped component determines if an item is rendered like a tool while it is in a player's hand.", + "$ref": "#/definitions/1889822164" + }, + "minecraft:hover_text_color": { + "description": "The hover_text_color component specifies the color of the item name when the players hovers the cursor over the item.", + "$ref": "#/definitions/1661309668" + }, + "minecraft:icon": { + "description": "Icon item component determines which icon graphic will be used to represent the item in the UI and elsewhere.", + "$ref": "#/definitions/1618184314" + }, + "minecraft:interact_button": { + "description": "This component is a boolean or string that determines if the interact button is shown in touch controls and what text is displayed on the button. When set as true, default \"Use Item\" text will be displayed.", + "$ref": "#/definitions/1754804474" + }, + "minecraft:liquid_clipped": { + "description": "The liquid_clipped component determines whether the item interacts with liquid blocks on use.", + "$ref": "#/definitions/2359991381" + }, + "minecraft:max_stack_size": { + "description": "The max_stack_size component specifies how many of the item can be stacked together.", + "$ref": "#/definitions/2817495317" + }, + "minecraft:projectile": { + "description": "Projectile items shoot out, like an arrow.", + "$ref": "#/definitions/608914689" + }, + "minecraft:rarity": { + "description": "Specifies the base rarity and subsequently color of the item name when the player hovers the cursor over the item.", + "$ref": "#/definitions/3375297728" + }, + "minecraft:record": { + "description": "Record Item Component. Used by record items to play music.", + "$ref": "#/definitions/3053237679" + }, + "minecraft:repairable": { + "description": "The repairable item component specifies which items can be used to repair this item, along with how much durability is gained.", + "$ref": "#/definitions/1658474219" + }, + "minecraft:shooter": { + "description": "Shooter Item Component.", + "$ref": "#/definitions/3781185164" + }, + "minecraft:should_despawn": { + "description": "Should_despawn component determines if the item should eventually despawn while floating in the world", + "$ref": "#/definitions/3875281249" + }, + "minecraft:stacked_by_data": { + "description": "The stacked_by_data component determines whether the same items with different aux values can stack. Also defines whether the item entities can merge while floating in the world.", + "$ref": "#/definitions/3178615832" + }, + "minecraft:storage_item": { + "description": "[EXPERIMENTAL] Storage Items can be used by other components to store other items within this item.", + "$ref": "#/definitions/120997796" + }, + "minecraft:tags": { + "description": "The tags component specifies which tags an item has on it.", + "$ref": "#/definitions/3168558347" + }, + "minecraft:throwable": { + "description": "Throwable items can be thrown by the player, such as a snowball.", + "$ref": "#/definitions/3715727616" + }, + "minecraft:use_animation": { + "description": "Use_animation specifies which animation is played when the player uses the item.", + "$ref": "#/definitions/3246981949" + }, + "minecraft:use_modifiers": { + "description": "This component modifies use effects, including how long the item takes to use and the player's speed when used in combination with components like \"shooter\", \"throwable\", or \"food\".", + "$ref": "#/definitions/435751873" + }, + "minecraft:wearable": { + "description": "Wearable items can be worn by a player in the head, chest, legs, feet, or off-hand slots.", + "$ref": "#/definitions/2041267453" + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Components v1.21.30" + } +} \ 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 b6f72434c..57907b7aa 100644 --- a/metadata/json_schemas/Contents Description v1.20.60.json +++ b/metadata/json_schemas/Contents Description v1.20.60.json @@ -10,5 +10,8 @@ }, "required": [ "identifier" - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Contents Description v1.20.60" + } } \ No newline at end of file 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 5dc1db3c7..19fb92524 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 @@ -26,5 +26,8 @@ }, "required": [ "bone" - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Contents Rule Geometry Part v1.20.60" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Contents Rule v1.20.60.json b/metadata/json_schemas/Contents Rule v1.20.60.json index a0627abe4..927d2b30f 100644 --- a/metadata/json_schemas/Contents Rule v1.20.60.json +++ b/metadata/json_schemas/Contents Rule v1.20.60.json @@ -28,7 +28,10 @@ }, "required": [ "bone" - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Contents Rule Geometry Part v1.20.60" + } } }, "title": "struct SharedTypes::v1_20_60::BlockCulling::Contents::Rule", @@ -53,5 +56,8 @@ "required": [ "direction", "geometry_part" - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Contents Rule v1.20.60" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Contents v1.20.60.json b/metadata/json_schemas/Contents v1.20.60.json index 13abfefe5..1dc254e47 100644 --- a/metadata/json_schemas/Contents v1.20.60.json +++ b/metadata/json_schemas/Contents v1.20.60.json @@ -12,7 +12,10 @@ }, "required": [ "identifier" - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Contents Description v1.20.60" + } }, "3215886026": { "title": "struct SharedTypes::v1_20_60::BlockCulling::Contents::Rule", @@ -37,7 +40,10 @@ "required": [ "direction", "geometry_part" - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Contents Rule v1.20.60" + } }, "371596787": { "title": "struct SharedTypes::v1_20_60::BlockCulling::Contents::Rule::GeometryPart", @@ -65,7 +71,10 @@ }, "required": [ "bone" - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Contents Rule Geometry Part v1.20.60" + } } }, "title": "struct SharedTypes::v1_20_60::BlockCulling::Contents", @@ -85,5 +94,8 @@ "required": [ "description", "rules" - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Contents v1.20.60" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Cooldown v1.20.50.json b/metadata/json_schemas/Cooldown v1.20.50.json index a00f09daf..69a92e1cb 100644 --- a/metadata/json_schemas/Cooldown v1.20.50.json +++ b/metadata/json_schemas/Cooldown v1.20.50.json @@ -17,5 +17,9 @@ "required": [ "category", "duration" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Cooldown v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Coordinate Range v1.21.10.json b/metadata/json_schemas/Coordinate Range v1.21.10.json index 161d5d0f9..f66da477c 100644 --- a/metadata/json_schemas/Coordinate Range v1.21.10.json +++ b/metadata/json_schemas/Coordinate Range v1.21.10.json @@ -26,7 +26,10 @@ "version" ] } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Expression Node" + } } }, "title": "Coordinate Range", @@ -77,5 +80,9 @@ "extent" ] } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Coordinate Range v1.21.10" + } } \ No newline at end of file diff --git a/metadata/json_schemas/CustomComponents v1.20.80.json b/metadata/json_schemas/CustomComponents v1.20.80.json index 6fb7a1721..9f33750f4 100644 --- a/metadata/json_schemas/CustomComponents v1.20.80.json +++ b/metadata/json_schemas/CustomComponents v1.20.80.json @@ -7,5 +7,9 @@ "items": { "type": "string", "pattern": "^(?:(?!^(minecraft):).)+:(?:.)+$" + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "CustomComponents v1.20.80" } } \ No newline at end of file diff --git a/metadata/json_schemas/Damage v1.20.50.json b/metadata/json_schemas/Damage v1.20.50.json index 7043f4182..766b627f6 100644 --- a/metadata/json_schemas/Damage v1.20.50.json +++ b/metadata/json_schemas/Damage v1.20.50.json @@ -18,5 +18,9 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Damage v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/DamageAbsorption v1.21.10.json b/metadata/json_schemas/DamageAbsorption v1.21.10.json index 412d38e1d..8731e00c0 100644 --- a/metadata/json_schemas/DamageAbsorption v1.21.10.json +++ b/metadata/json_schemas/DamageAbsorption v1.21.10.json @@ -17,5 +17,9 @@ }, "required": [ "absorbable_causes" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DamageAbsorption v1.21.10" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Digger v1.20.50.json b/metadata/json_schemas/Digger v1.20.50.json index 990aa2a2d..4dbf08bb9 100644 --- a/metadata/json_schemas/Digger v1.20.50.json +++ b/metadata/json_schemas/Digger v1.20.50.json @@ -18,7 +18,11 @@ "required": [ "block", "speed" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "BlockInfo v1.20.50" + } }, "49501551": { "title": "compound_proxy", @@ -44,7 +48,10 @@ "type": "string", "minLength": 1 } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Block Descriptor v1.20.50" + } }, "970386766": { "title": "struct SharedTypes::v1_20_50::BlockDescriptorSerializer::BlockDescriptorProxy", @@ -82,5 +89,9 @@ "description": "Determines whether this item should be impacted if the efficiency enchantment is applied to it.", "type": "boolean" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Digger v1.20.50" } } \ No newline at end of file diff --git a/metadata/json_schemas/DisplayName v1.20.50.json b/metadata/json_schemas/DisplayName v1.20.50.json index 7f40904b9..c1781bbc9 100644 --- a/metadata/json_schemas/DisplayName v1.20.50.json +++ b/metadata/json_schemas/DisplayName v1.20.50.json @@ -9,5 +9,9 @@ "description": "Name shown for an item.", "type": "string" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DisplayName v1.20.50" } } \ No newline at end of file diff --git a/metadata/json_schemas/Durability v1.20.50.json b/metadata/json_schemas/Durability v1.20.50.json index d49745eba..1170c4a09 100644 --- a/metadata/json_schemas/Durability v1.20.50.json +++ b/metadata/json_schemas/Durability v1.20.50.json @@ -31,5 +31,9 @@ }, "required": [ "max_durability" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Durability v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/DurabilitySensor v1.21.10.json b/metadata/json_schemas/DurabilitySensor v1.21.10.json index 7b05d804b..1a55f88ab 100644 --- a/metadata/json_schemas/DurabilitySensor v1.21.10.json +++ b/metadata/json_schemas/DurabilitySensor v1.21.10.json @@ -28,6 +28,7 @@ "ambient.baby", "ambient.basalt_deltas.additions", "ambient.basalt_deltas.loop", + "ambient.basalt_deltas.mood", "ambient.candle", "ambient.cave", "ambient.crimson_forest.additions", @@ -158,6 +159,7 @@ "bullet.hit", "bundle.drop_contents", "bundle.insert", + "bundle.insert_fail", "bundle.remove_one", "burp", "button.click_off", @@ -271,9 +273,11 @@ "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", @@ -429,7 +433,6 @@ "reflect", "remedy", "respawn_anchor.ambient", - "respawn_anchor.basalt_deltas.mood", "respawn_anchor.charge", "respawn_anchor.deplete", "respawn_anchor.set_spawn", @@ -508,6 +511,10 @@ "wind_charge.burst" ] } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DurabilityThreshold v1.21.10" } } }, @@ -528,5 +535,9 @@ }, "required": [ "durability_thresholds" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DurabilitySensor v1.21.10" + } } \ No newline at end of file diff --git a/metadata/json_schemas/DurabilityThreshold v1.21.10.json b/metadata/json_schemas/DurabilityThreshold v1.21.10.json index 46890ea91..b3b03567d 100644 --- a/metadata/json_schemas/DurabilityThreshold v1.21.10.json +++ b/metadata/json_schemas/DurabilityThreshold v1.21.10.json @@ -26,6 +26,7 @@ "ambient.baby", "ambient.basalt_deltas.additions", "ambient.basalt_deltas.loop", + "ambient.basalt_deltas.mood", "ambient.candle", "ambient.cave", "ambient.crimson_forest.additions", @@ -156,6 +157,7 @@ "bullet.hit", "bundle.drop_contents", "bundle.insert", + "bundle.insert_fail", "bundle.remove_one", "burp", "button.click_off", @@ -269,9 +271,11 @@ "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", @@ -427,7 +431,6 @@ "reflect", "remedy", "respawn_anchor.ambient", - "respawn_anchor.basalt_deltas.mood", "respawn_anchor.charge", "respawn_anchor.deplete", "respawn_anchor.set_spawn", @@ -506,5 +509,9 @@ "wind_charge.burst" ] } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "DurabilityThreshold v1.21.10" } } \ No newline at end of file diff --git a/metadata/json_schemas/Dyeable v1.21.30.json b/metadata/json_schemas/Dyeable v1.21.30.json new file mode 100644 index 000000000..73a2676e8 --- /dev/null +++ b/metadata/json_schemas/Dyeable v1.21.30.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "3602397325", + "definitions": { + "3915697282": { + "title": "Color255RGB", + "description": "[editor(type:color)]", + "oneOf": [ + { + "type": "string", + "pattern": "^#[a-fA-F0-9]{6}$" + }, + { + "title": "sequence container", + "type": "array", + "items": { + "type": "integer" + }, + "minItems": 3, + "maxItems": 3 + } + ] + } + }, + "title": "minecraft:dyeable v1.21.30", + "type": "object", + "properties": { + "default_color": { + "description": "[editor(type:color)]", + "$ref": "#/definitions/3915697282" + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Dyeable v1.21.30" + } +} \ No newline at end of file diff --git a/metadata/json_schemas/Enchantable v1.20.50.json b/metadata/json_schemas/Enchantable v1.20.50.json index 26e184568..285a058d6 100644 --- a/metadata/json_schemas/Enchantable v1.20.50.json +++ b/metadata/json_schemas/Enchantable v1.20.50.json @@ -18,5 +18,9 @@ "required": [ "slot", "value" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Enchantable v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/EntityPlacer v1.20.50.json b/metadata/json_schemas/EntityPlacer v1.20.50.json index e7c0482b0..3096cb060 100644 --- a/metadata/json_schemas/EntityPlacer v1.20.50.json +++ b/metadata/json_schemas/EntityPlacer v1.20.50.json @@ -26,7 +26,10 @@ "type": "string", "minLength": 1 } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Block Descriptor v1.20.50" + } }, "970386766": { "title": "struct SharedTypes::v1_20_50::BlockDescriptorSerializer::BlockDescriptorProxy", @@ -74,5 +77,9 @@ "$ref": "#/definitions/748032502" } } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "EntityPlacer v1.20.50" } } \ No newline at end of file diff --git a/metadata/json_schemas/Expression Node.json b/metadata/json_schemas/Expression Node.json index 8e492ffb8..6aecb7df1 100644 --- a/metadata/json_schemas/Expression Node.json +++ b/metadata/json_schemas/Expression Node.json @@ -24,5 +24,8 @@ "version" ] } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Expression Node" + } } \ 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 f3f989ba9..ea1e3c894 100644 --- a/metadata/json_schemas/Filter Group v1.21.20.json +++ b/metadata/json_schemas/Filter Group v1.21.20.json @@ -81,7 +81,11 @@ }, "required": [ "test" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Filter Test v1.21.20" + } } }, "title": "Filter Group", @@ -135,5 +139,9 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Filter Group v1.21.20" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Filter Test v1.21.20.json b/metadata/json_schemas/Filter Test v1.21.20.json index 221c5d378..c6f56a520 100644 --- a/metadata/json_schemas/Filter Test v1.21.20.json +++ b/metadata/json_schemas/Filter Test v1.21.20.json @@ -79,5 +79,9 @@ }, "required": [ "test" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Filter Test v1.21.20" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Food v1.20.50.json b/metadata/json_schemas/Food v1.20.50.json index b5f9fd555..353bb42b4 100644 --- a/metadata/json_schemas/Food v1.20.50.json +++ b/metadata/json_schemas/Food v1.20.50.json @@ -5,17 +5,20 @@ "1531870811": { "title": "struct SharedTypes::Legacy::ItemDescriptor", "oneOf": [ + { + "type": "string" + }, { "title": "associative container", "type": "object", "additionalProperties": { "type": "string" } - }, - { - "type": "string" } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Item Descriptor" + } } }, "title": "minecraft:food v1.20.50", @@ -39,5 +42,9 @@ "description": "When used, converts to the item specified by the string in this field. Default does not convert item.", "$ref": "#/definitions/1531870811" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Food v1.20.50" } } \ No newline at end of file diff --git a/metadata/json_schemas/Fuel v1.20.50.json b/metadata/json_schemas/Fuel v1.20.50.json index b59393f79..974622fc1 100644 --- a/metadata/json_schemas/Fuel v1.20.50.json +++ b/metadata/json_schemas/Fuel v1.20.50.json @@ -18,5 +18,9 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Fuel v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Glint v1.20.50.json b/metadata/json_schemas/Glint v1.20.50.json index 240ac38c4..68c4718ec 100644 --- a/metadata/json_schemas/Glint v1.20.50.json +++ b/metadata/json_schemas/Glint v1.20.50.json @@ -16,5 +16,9 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Glint v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/HandEquipped v1.20.50.json b/metadata/json_schemas/HandEquipped v1.20.50.json index a5a38749d..7491dbf81 100644 --- a/metadata/json_schemas/HandEquipped v1.20.50.json +++ b/metadata/json_schemas/HandEquipped v1.20.50.json @@ -16,5 +16,9 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "HandEquipped v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/HoverTextColor v1.20.50.json b/metadata/json_schemas/HoverTextColor v1.20.50.json index dd66eda9d..fad1e6a98 100644 --- a/metadata/json_schemas/HoverTextColor v1.20.50.json +++ b/metadata/json_schemas/HoverTextColor v1.20.50.json @@ -16,5 +16,9 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "HoverTextColor v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Icon v1.20.50.json b/metadata/json_schemas/Icon v1.20.50.json index a6d7c5671..b56fd448f 100644 --- a/metadata/json_schemas/Icon v1.20.50.json +++ b/metadata/json_schemas/Icon v1.20.50.json @@ -15,5 +15,9 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Icon v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Icon v1.20.60.json b/metadata/json_schemas/Icon v1.20.60.json index 3fd1f73cc..fdb19c624 100644 --- a/metadata/json_schemas/Icon v1.20.60.json +++ b/metadata/json_schemas/Icon v1.20.60.json @@ -20,5 +20,9 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Icon v1.20.60" + } } \ No newline at end of file diff --git a/metadata/json_schemas/InteractButton v1.20.50.json b/metadata/json_schemas/InteractButton v1.20.50.json index 57de3955b..cd694cc07 100644 --- a/metadata/json_schemas/InteractButton v1.20.50.json +++ b/metadata/json_schemas/InteractButton v1.20.50.json @@ -5,10 +5,14 @@ "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": "string" + "type": "boolean" }, { - "type": "boolean" + "type": "string" } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "InteractButton v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Item Descriptor.json b/metadata/json_schemas/Item Descriptor.json index 36b24273a..47a2da790 100644 --- a/metadata/json_schemas/Item Descriptor.json +++ b/metadata/json_schemas/Item Descriptor.json @@ -3,15 +3,18 @@ "$id": "1531870811", "title": "struct SharedTypes::Legacy::ItemDescriptor", "oneOf": [ + { + "type": "string" + }, { "title": "associative container", "type": "object", "additionalProperties": { "type": "string" } - }, - { - "type": "string" } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Item Descriptor" + } } \ No newline at end of file diff --git a/metadata/json_schemas/JigsawStructure v1.20.80.json b/metadata/json_schemas/Jigsaw v1.21.20.json similarity index 79% rename from metadata/json_schemas/JigsawStructure v1.20.80.json rename to metadata/json_schemas/Jigsaw v1.21.20.json index c207b2776..95524f1c3 100644 --- a/metadata/json_schemas/JigsawStructure v1.20.80.json +++ b/metadata/json_schemas/Jigsaw v1.21.20.json @@ -1,75 +1,21 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "3292540060", + "$id": "2548654400", "definitions": { - "1088251937": { - "title": "Filter Group", - "description": "Filters allow data objects to specify test criteria which allows their use. Filters can be defined by a single object of type (Filter Test), an array of tests, collection groups, or a combination of these objects.", - "oneOf": [ - { - "$ref": "#/definitions/4150989894" - }, - { - "title": "sequence container", - "type": "array", - "items": { - "description": "Filters allow data objects to specify test criteria which allows their use. Filters can be defined by a single object of type (Filter Test), an array of tests, collection groups, or a combination of these objects.", - "$ref": "#/definitions/1088251937" - } - }, - { - "type": "object", - "properties": { - "AND": { - "description": "Evaluates all tests in the group, all must pass in order for the group to pass.", - "$ref": "#/definitions/1088251937" - }, - "NOT": { - "description": "Evaluates all tests in the group, all must fail in order for the group to pass.", - "$ref": "#/definitions/1088251937" - }, - "OR": { - "description": "Evaluates tests in the group, one or more must pass in order for the group to pass.", - "$ref": "#/definitions/1088251937" - }, - "all": { - "description": "Evaluates all tests in the group, all must pass in order for the group to pass.", - "$ref": "#/definitions/1088251937" - }, - "all_of": { - "description": "Evaluates all tests in the group, all must pass in order for the group to pass.", - "$ref": "#/definitions/1088251937" - }, - "any": { - "description": "Evaluates tests in the group, one or more must pass in order for the group to pass.", - "$ref": "#/definitions/1088251937" - }, - "any_of": { - "description": "Evaluates tests in the group, one or more must pass in order for the group to pass.", - "$ref": "#/definitions/1088251937" - }, - "none_of": { - "description": "Evaluates all tests in the group, all must fail in order for the group to pass.", - "$ref": "#/definitions/1088251937" - } - } - } - ] - }, - "1887097258": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureDefinition::Contents", + "1007525655": { + "title": "struct SharedTypes::v1_21_20::JigsawStructureDefinition::Contents", "type": "object", "properties": { "biome_filters": { - "description": "Biomes in which the Jigsaw Structure can be placed.", + "description": "Biomes in which the Jigsaw Structure can generate.", "$ref": "#/definitions/1088251937" }, "description": { - "description": "Description of the Jigsaw Structure.", - "$ref": "#/definitions/2029183264" + "$ref": "#/definitions/1292959213" }, "heightmap_projection": { - "title": "enum SharedTypes::v1_20_80::HeightmapProjection", + "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", @@ -77,7 +23,7 @@ ] }, "max_depth": { - "description": "Maximum number of Template Pools a Jigsaw Structure can place recursively.", + "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", "minimum": 0.0, "maximum": 20.0 @@ -87,12 +33,12 @@ "type": "integer" }, "start_pool": { - "description": "Starting Template pool to use when placing the Jigsaw Structure.", + "description": "The first Template Pool to use when generating the Jigsaw Structure.", "type": "string" }, "step": { "title": "GenerationStep", - "description": "Step in the world generation process at which the Jigsaw Structure is placed.", + "description": "Species the world generation phase in which the structure is generated.", "type": "string", "enum": [ "fluid_springs", @@ -109,8 +55,8 @@ ] }, "terrain_adaptation": { - "title": "enum SharedTypes::v1_20_80::TerrainAdaptation", - "description": "How the Jigsaw Structure should be placed relative to the terrain.", + "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", @@ -130,8 +76,66 @@ "step" ] }, - "2029183264": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureDefinition::Contents::Description", + "1088251937": { + "title": "Filter Group", + "description": "Filters allow data objects to specify test criteria which allows their use. Filters can be defined by a single object of type (Filter Test), an array of tests, collection groups, or a combination of these objects.", + "oneOf": [ + { + "$ref": "#/definitions/4150989894" + }, + { + "title": "sequence container", + "type": "array", + "items": { + "description": "Filters allow data objects to specify test criteria which allows their use. Filters can be defined by a single object of type (Filter Test), an array of tests, collection groups, or a combination of these objects.", + "$ref": "#/definitions/1088251937" + } + }, + { + "type": "object", + "properties": { + "AND": { + "description": "Evaluates all tests in the group, all must pass in order for the group to pass.", + "$ref": "#/definitions/1088251937" + }, + "NOT": { + "description": "Evaluates all tests in the group, all must fail in order for the group to pass.", + "$ref": "#/definitions/1088251937" + }, + "OR": { + "description": "Evaluates tests in the group, one or more must pass in order for the group to pass.", + "$ref": "#/definitions/1088251937" + }, + "all": { + "description": "Evaluates all tests in the group, all must pass in order for the group to pass.", + "$ref": "#/definitions/1088251937" + }, + "all_of": { + "description": "Evaluates all tests in the group, all must pass in order for the group to pass.", + "$ref": "#/definitions/1088251937" + }, + "any": { + "description": "Evaluates tests in the group, one or more must pass in order for the group to pass.", + "$ref": "#/definitions/1088251937" + }, + "any_of": { + "description": "Evaluates tests in the group, one or more must pass in order for the group to pass.", + "$ref": "#/definitions/1088251937" + }, + "none_of": { + "description": "Evaluates all tests in the group, all must fail in order for the group to pass.", + "$ref": "#/definitions/1088251937" + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Filter Group v1.21.20" + } + }, + "1292959213": { + "title": "struct SharedTypes::v1_21_20::JigsawStructureDefinition::Description", "type": "object", "properties": { "identifier": { @@ -222,22 +226,30 @@ }, "required": [ "test" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Filter Test v1.21.20" + } } }, - "title": "struct SharedTypes::v1_20_80::JigsawStructureDefinition", + "title": "struct SharedTypes::v1_21_20::JigsawStructureDefinition::Document", "type": "object", "properties": { "format_version": { "type": "string" }, "minecraft:jigsaw": { - "description": "A Jigsaw Structure is a a group of Structure Templates that make up a larger structure. Jigsaw Structures are placed during world generation.", - "$ref": "#/definitions/1887097258" + "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" } }, "required": [ "format_version", "minecraft:jigsaw" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Jigsaw v1.21.20" + } } \ No newline at end of file diff --git a/metadata/json_schemas/LiquidClipped v1.20.50.json b/metadata/json_schemas/LiquidClipped v1.20.50.json index c963aabc3..f716ef751 100644 --- a/metadata/json_schemas/LiquidClipped v1.20.50.json +++ b/metadata/json_schemas/LiquidClipped v1.20.50.json @@ -16,5 +16,9 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "LiquidClipped v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/MaxStackSize v1.20.50.json b/metadata/json_schemas/MaxStackSize v1.20.50.json index 6954ce488..5fc38366f 100644 --- a/metadata/json_schemas/MaxStackSize v1.20.50.json +++ b/metadata/json_schemas/MaxStackSize v1.20.50.json @@ -20,5 +20,9 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "MaxStackSize v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Planter v1.20.50.json b/metadata/json_schemas/Planter v1.20.50.json index 21f7b1e22..e6d79b482 100644 --- a/metadata/json_schemas/Planter v1.20.50.json +++ b/metadata/json_schemas/Planter v1.20.50.json @@ -26,7 +26,10 @@ "type": "string", "minLength": 1 } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Block Descriptor v1.20.50" + } }, "970386766": { "title": "struct SharedTypes::v1_20_50::BlockDescriptorSerializer::BlockDescriptorProxy", @@ -67,5 +70,9 @@ }, "required": [ "block" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Planter v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Processor List v1.21.20.json b/metadata/json_schemas/Processor List v1.21.20.json new file mode 100644 index 000000000..ed3e47d43 --- /dev/null +++ b/metadata/json_schemas/Processor List v1.21.20.json @@ -0,0 +1,654 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "2288298513", + "definitions": { + "1134690608": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::AppendLoot", + "description": "Modifier will attempt to add loot to a block entity.", + "type": "object", + "properties": { + "loot_table": { + "description": "The loot table to append", + "type": "string" + }, + "type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockEntityModifierType", + "type": "string", + "enum": [ + "minecraft:append_loot" + ] + } + }, + "required": [ + "loot_table", + "type" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "1218029234": { + "title": "struct SharedTypes::v1_21_20::JigsawStructureProcessorList::Description", + "type": "object", + "properties": { + "identifier": { + "description": "Identifier of the Processor List. This is referenced by Template Pools when pairing processors with Structure Templates.", + "type": "string" + } + }, + "required": [ + "identifier" + ] + }, + "1354340864": { + "title": "struct SharedTypes::v1_21_20::ConstantIntProvider", + "description": "Specifies a constant integer", + "type": "object", + "properties": { + "type": { + "title": "enum SharedTypes::v1_21_20::IntProviderType", + "type": "string", + "enum": [ + "constant" + ] + }, + "value": { + "description": "Constant value", + "type": "integer" + } + }, + "required": [ + "type", + "value" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "1391327946": { + "title": "struct SharedTypes::v1_21_20::JigsawStructureProcessorList::Contents", + "type": "object", + "properties": { + "description": { + "$ref": "#/definitions/1218029234" + }, + "processors": { + "title": "sequence container", + "description": "List of processors to run on the Structure Template.", + "type": "array", + "items": { + "oneOf": [ + { + "description": "Replaces and modifies blocks based on a series of rules", + "$ref": "#/definitions/3016468321" + }, + { + "description": "Protect blocks from this structure's placement in the world. Ensuring that it does not replace matching blocks in the world", + "$ref": "#/definitions/1810898542" + }, + { + "description": "Specifies block types in the template that should be ignored by other processors.", + "$ref": "#/definitions/3518228880" + }, + { + "description": "Processor that wraps a processor and caps the number of times the delegated processor can be applied.", + "$ref": "#/definitions/2581260060" + } + ] + } + } + }, + "required": [ + "description", + "processors" + ] + }, + "1556792771": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::AlwaysTruePos", + "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified.", + "type": "object", + "properties": { + "predicate_type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::PosType", + "type": "string", + "enum": [ + "minecraft:always_true" + ] + } + }, + "required": [ + "predicate_type" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "1740413124": { + "title": "struct SharedTypes::v1_21_20::UniformIntProvider", + "description": "Specifies a uniformly distributed integer", + "type": "object", + "properties": { + "max_inclusive": { + "description": "Maximum value (inclusive)", + "type": "integer" + }, + "min_inclusive": { + "description": "Minimum value (inclusive)", + "type": "integer" + }, + "type": { + "title": "enum SharedTypes::v1_21_20::IntProviderType", + "type": "string", + "enum": [ + "uniform" + ] + } + }, + "required": [ + "max_inclusive", + "min_inclusive", + "type" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "1790427995": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::ArcheologyBlockLootMatch", + "description": "Predicate that replaces a block and adds loot.", + "type": "object", + "properties": { + "block_mapping": { + "title": "associative container", + "description": "Mapping of block types to replace.", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "limit": { + "description": "Maximum number of blocks to replace within the structure.", + "type": "integer" + }, + "loot_table": { + "description": "Loot table to assign to the replaced blocks.", + "type": "string" + }, + "predicate_type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockType", + "description": "Predicate that replaces a block and adds a loot table.", + "type": "string", + "enum": [ + "minecraft:archeology_block_loot" + ] + } + }, + "required": [ + "block_mapping", + "limit", + "loot_table", + "predicate_type" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "1810898542": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::Processors::ProtectedBlock", + "description": "Protect blocks from this structure's placement in the world. Ensuring that it does not replace matching blocks in the world", + "type": "object", + "properties": { + "processor_type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::Processors::Type", + "type": "string", + "enum": [ + "minecraft:protected_blocks" + ] + }, + "value": { + "description": "Block tag for the blocks that will be protected", + "type": "string" + } + }, + "required": [ + "processor_type", + "value" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "2198589344": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockMatch", + "description": "Predicate that evaluates to true if the block at the specified location matches the specified block.", + "type": "object", + "properties": { + "block": { + "description": "The block to match against.", + "type": "string" + }, + "predicate_type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockType", + "type": "string", + "enum": [ + "minecraft:block_match" + ] + } + }, + "required": [ + "block", + "predicate_type" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "2581260060": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::Processors::Capped", + "description": "Processor that wraps a processor and caps the number of times the delegated processor can be applied.", + "type": "object", + "properties": { + "delegate": { + "description": "The processor that will be executed.", + "oneOf": [ + { + "description": "Replaces and modifies blocks based on a series of rules", + "$ref": "#/definitions/3016468321" + }, + { + "description": "Specifies block types in the template that should be ignored by other processors.", + "$ref": "#/definitions/3518228880" + }, + { + "description": "Protect blocks from this structure's placement in the world. Ensuring that it does not replace matching blocks in the world", + "$ref": "#/definitions/1810898542" + } + ] + }, + "limit": { + "description": "The maximum number of times that this delegate can be applied.", + "oneOf": [ + { + "type": "integer" + }, + { + "description": "Specifies a constant integer", + "$ref": "#/definitions/1354340864" + }, + { + "description": "Specifies a uniformly distributed integer", + "$ref": "#/definitions/1740413124" + } + ] + }, + "processor_type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::Processors::Type", + "type": "string", + "enum": [ + "minecraft:capped" + ] + } + }, + "required": [ + "delegate", + "limit", + "processor_type" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "3016468321": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::Processors::BlockRules", + "description": "Replaces and modifies blocks based on a series of rules", + "type": "object", + "properties": { + "processor_type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::Processors::Type", + "type": "string", + "enum": [ + "minecraft:rule" + ] + }, + "rules": { + "title": "sequence container", + "description": "List of block rules evaluated on all blocks of a Structure Template. Block rules are evaluated in order. If a block rule succeeds and the output_state is set, the output_state block will be used as the input_predicate block for subsequent rules.", + "type": "array", + "items": { + "description": "A block rule that is evaluated on all blocks of a Structure Template. All predicates must evaluate to true in order for a block to be replaced by the output_state.", + "$ref": "#/definitions/3035388266" + } + } + }, + "required": [ + "processor_type", + "rules" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "3034820683": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::TagMatch", + "description": "Predicate that evaluates to true if the block at the specified location constains the tag.", + "type": "object", + "properties": { + "predicate_type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockType", + "type": "string", + "enum": [ + "minecraft:tag_match" + ] + }, + "tag": { + "description": "The tag to be matched", + "type": "string" + } + }, + "required": [ + "predicate_type", + "tag" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "3035388266": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::Rule", + "description": "A block rule that is evaluated on all blocks of a Structure Template. All predicates must evaluate to true in order for a block to be replaced by the output_state.", + "type": "object", + "properties": { + "block_entity_modifier": { + "description": "A block state modifier for block entities when all predicate match.", + "oneOf": [ + { + "description": "Modifier that leaves the state unchanged. This is the default block modifier if no other block modifier is specified.", + "$ref": "#/definitions/45584192" + }, + { + "description": "Modifier will attempt to add loot to a block entity.", + "$ref": "#/definitions/1134690608" + } + ] + }, + "input_predicate": { + "description": "A predicate evaluated on the Structure Template block.", + "oneOf": [ + { + "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified.", + "$ref": "#/definitions/4275912652" + }, + { + "description": "Predicate that evaluates to true if the block at the specified location matches the specified block.", + "$ref": "#/definitions/2198589344" + }, + { + "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", + "$ref": "#/definitions/3523914459" + }, + { + "description": "Predicate that evaluates to true if the block at the specified location constains the tag.", + "$ref": "#/definitions/3034820683" + } + ] + }, + "location_predicate": { + "description": "A predicate evaluated on the world block.", + "oneOf": [ + { + "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified.", + "$ref": "#/definitions/4275912652" + }, + { + "description": "Predicate that evaluates to true if the block at the specified location matches the specified block.", + "$ref": "#/definitions/2198589344" + }, + { + "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", + "$ref": "#/definitions/3523914459" + }, + { + "description": "Predicate that evaluates to true if the block at the specified location constains the tag.", + "$ref": "#/definitions/3034820683" + } + ] + }, + "output_state": { + "description": "Block to replace the world block with if all predicates evaluate to true.", + "$ref": "#/definitions/3076687790" + }, + "position_predicate": { + "description": "A predicate evaluated on the distance between the structure's world origin and the world block.", + "oneOf": [ + { + "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified.", + "$ref": "#/definitions/1556792771" + }, + { + "description": "Predicate that evalutes to true if the block is within the distance range along the provided axis and and random number is generated between chance range", + "$ref": "#/definitions/3839910888" + }, + { + "description": "Predicate that replaces a block and adds loot.", + "$ref": "#/definitions/1790427995" + } + ] + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Processor Rule v1.21.20" + } + }, + "3076687790": { + "title": "Block Specifier", + "description": "Specifies a particular block. Can be a string block name or a JSON object", + "oneOf": [ + { + "type": "string" + }, + { + "type": "object", + "properties": { + "name": { + "description": "Name of the block", + "type": "string" + }, + "states": { + "title": "associative container", + "description": "Contains members named after each state, with boolean, integer, or string values.", + "type": "object", + "additionalProperties": { + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "integer" + }, + { + "type": "string" + } + ] + } + } + }, + "required": [ + "name" + ] + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Block Specifier v1.20.60" + } + }, + "3518228880": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::Processors::BlockIgnore", + "description": "Specifies block types in the template that should be ignored by other processors.", + "type": "object", + "properties": { + "blocks": { + "title": "sequence container", + "description": "List of blocks evaluated on all blocks of a Structure Template. If a block is matched in the provided list the block will be ignored for processing.", + "type": "array", + "items": { + "type": "string" + } + }, + "processor_type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::Processors::Type", + "type": "string", + "enum": [ + "minecraft:block_ignore" + ] + } + }, + "required": [ + "blocks", + "processor_type" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "3523914459": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::RandomBlockMatch", + "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", + "type": "object", + "properties": { + "block": { + "description": "The block to match against.", + "type": "string" + }, + "predicate_type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockType", + "type": "string", + "enum": [ + "minecraft:random_block_match" + ] + }, + "probability": { + "description": "Probability of the evaluating to true when the block matches.", + "type": "number", + "minimum": 0.0, + "exclusiveMaximum": 1.0 + } + }, + "required": [ + "block", + "predicate_type", + "probability" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "3839910888": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::AxisAlignedLinear", + "description": "Predicate that evalutes to true if the block is within the distance range along the provided axis and and random number is generated between chance range", + "type": "object", + "properties": { + "axis": { + "title": "PositionalBlockRuleAxis", + "type": "string", + "enum": [ + "x", + "y", + "z" + ] + }, + "max_chance": { + "type": "number", + "minimum": 0.0, + "exclusiveMaximum": 1.0 + }, + "max_dist": { + "type": "integer", + "minimum": 0.0 + }, + "min_chance": { + "type": "number", + "minimum": 0.0, + "exclusiveMaximum": 1.0 + }, + "min_dist": { + "type": "integer", + "minimum": 0.0 + }, + "predicate_type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::PosType", + "type": "string", + "enum": [ + "minecraft:axis_aligned_linear_pos" + ] + } + }, + "required": [ + "predicate_type" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "4275912652": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::AlwaysTrueBlock", + "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified.", + "type": "object", + "properties": { + "predicate_type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockType", + "type": "string", + "enum": [ + "minecraft:always_true" + ] + } + }, + "required": [ + "predicate_type" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "45584192": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::Passthrough", + "description": "Modifier that leaves the state unchanged. This is the default block modifier if no other block modifier is specified.", + "type": "object", + "properties": { + "type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockEntityModifierType", + "type": "string", + "enum": [ + "minecraft:passthrough" + ] + } + }, + "required": [ + "type" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + } + }, + "title": "struct SharedTypes::v1_21_20::JigsawStructureProcessorList::Document", + "type": "object", + "properties": { + "format_version": { + "type": "string" + }, + "minecraft:processor_list": { + "description": "Rules used by Jigsaw Structures to determine which blocks to modify or replace when placing a Structure Template in the world.", + "$ref": "#/definitions/1391327946" + } + }, + "required": [ + "format_version", + "minecraft:processor_list" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Processor List v1.21.20" + } +} \ No newline at end of file diff --git a/metadata/json_schemas/Processor Rule v1.21.20.json b/metadata/json_schemas/Processor Rule v1.21.20.json new file mode 100644 index 000000000..627b3e957 --- /dev/null +++ b/metadata/json_schemas/Processor Rule v1.21.20.json @@ -0,0 +1,388 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "3035388266", + "definitions": { + "1134690608": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::AppendLoot", + "description": "Modifier will attempt to add loot to a block entity.", + "type": "object", + "properties": { + "loot_table": { + "description": "The loot table to append", + "type": "string" + }, + "type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockEntityModifierType", + "type": "string", + "enum": [ + "minecraft:append_loot" + ] + } + }, + "required": [ + "loot_table", + "type" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "1556792771": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::AlwaysTruePos", + "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified.", + "type": "object", + "properties": { + "predicate_type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::PosType", + "type": "string", + "enum": [ + "minecraft:always_true" + ] + } + }, + "required": [ + "predicate_type" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "1790427995": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::ArcheologyBlockLootMatch", + "description": "Predicate that replaces a block and adds loot.", + "type": "object", + "properties": { + "block_mapping": { + "title": "associative container", + "description": "Mapping of block types to replace.", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "limit": { + "description": "Maximum number of blocks to replace within the structure.", + "type": "integer" + }, + "loot_table": { + "description": "Loot table to assign to the replaced blocks.", + "type": "string" + }, + "predicate_type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockType", + "description": "Predicate that replaces a block and adds a loot table.", + "type": "string", + "enum": [ + "minecraft:archeology_block_loot" + ] + } + }, + "required": [ + "block_mapping", + "limit", + "loot_table", + "predicate_type" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "2198589344": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockMatch", + "description": "Predicate that evaluates to true if the block at the specified location matches the specified block.", + "type": "object", + "properties": { + "block": { + "description": "The block to match against.", + "type": "string" + }, + "predicate_type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockType", + "type": "string", + "enum": [ + "minecraft:block_match" + ] + } + }, + "required": [ + "block", + "predicate_type" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "3034820683": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::TagMatch", + "description": "Predicate that evaluates to true if the block at the specified location constains the tag.", + "type": "object", + "properties": { + "predicate_type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockType", + "type": "string", + "enum": [ + "minecraft:tag_match" + ] + }, + "tag": { + "description": "The tag to be matched", + "type": "string" + } + }, + "required": [ + "predicate_type", + "tag" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "3076687790": { + "title": "Block Specifier", + "description": "Specifies a particular block. Can be a string block name or a JSON object", + "oneOf": [ + { + "type": "string" + }, + { + "type": "object", + "properties": { + "name": { + "description": "Name of the block", + "type": "string" + }, + "states": { + "title": "associative container", + "description": "Contains members named after each state, with boolean, integer, or string values.", + "type": "object", + "additionalProperties": { + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "integer" + }, + { + "type": "string" + } + ] + } + } + }, + "required": [ + "name" + ] + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Block Specifier v1.20.60" + } + }, + "3523914459": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::RandomBlockMatch", + "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", + "type": "object", + "properties": { + "block": { + "description": "The block to match against.", + "type": "string" + }, + "predicate_type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockType", + "type": "string", + "enum": [ + "minecraft:random_block_match" + ] + }, + "probability": { + "description": "Probability of the evaluating to true when the block matches.", + "type": "number", + "minimum": 0.0, + "exclusiveMaximum": 1.0 + } + }, + "required": [ + "block", + "predicate_type", + "probability" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "3839910888": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::AxisAlignedLinear", + "description": "Predicate that evalutes to true if the block is within the distance range along the provided axis and and random number is generated between chance range", + "type": "object", + "properties": { + "axis": { + "title": "PositionalBlockRuleAxis", + "type": "string", + "enum": [ + "x", + "y", + "z" + ] + }, + "max_chance": { + "type": "number", + "minimum": 0.0, + "exclusiveMaximum": 1.0 + }, + "max_dist": { + "type": "integer", + "minimum": 0.0 + }, + "min_chance": { + "type": "number", + "minimum": 0.0, + "exclusiveMaximum": 1.0 + }, + "min_dist": { + "type": "integer", + "minimum": 0.0 + }, + "predicate_type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::PosType", + "type": "string", + "enum": [ + "minecraft:axis_aligned_linear_pos" + ] + } + }, + "required": [ + "predicate_type" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "4275912652": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::AlwaysTrueBlock", + "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified.", + "type": "object", + "properties": { + "predicate_type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockType", + "type": "string", + "enum": [ + "minecraft:always_true" + ] + } + }, + "required": [ + "predicate_type" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "45584192": { + "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::Passthrough", + "description": "Modifier that leaves the state unchanged. This is the default block modifier if no other block modifier is specified.", + "type": "object", + "properties": { + "type": { + "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockEntityModifierType", + "type": "string", + "enum": [ + "minecraft:passthrough" + ] + } + }, + "required": [ + "type" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + } + }, + "title": "struct SharedTypes::v1_21_20::JigsawStructure::Rule", + "description": "A block rule that is evaluated on all blocks of a Structure Template. All predicates must evaluate to true in order for a block to be replaced by the output_state.", + "type": "object", + "properties": { + "block_entity_modifier": { + "description": "A block state modifier for block entities when all predicate match.", + "oneOf": [ + { + "description": "Modifier that leaves the state unchanged. This is the default block modifier if no other block modifier is specified.", + "$ref": "#/definitions/45584192" + }, + { + "description": "Modifier will attempt to add loot to a block entity.", + "$ref": "#/definitions/1134690608" + } + ] + }, + "input_predicate": { + "description": "A predicate evaluated on the Structure Template block.", + "oneOf": [ + { + "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified.", + "$ref": "#/definitions/4275912652" + }, + { + "description": "Predicate that evaluates to true if the block at the specified location matches the specified block.", + "$ref": "#/definitions/2198589344" + }, + { + "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", + "$ref": "#/definitions/3523914459" + }, + { + "description": "Predicate that evaluates to true if the block at the specified location constains the tag.", + "$ref": "#/definitions/3034820683" + } + ] + }, + "location_predicate": { + "description": "A predicate evaluated on the world block.", + "oneOf": [ + { + "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified.", + "$ref": "#/definitions/4275912652" + }, + { + "description": "Predicate that evaluates to true if the block at the specified location matches the specified block.", + "$ref": "#/definitions/2198589344" + }, + { + "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", + "$ref": "#/definitions/3523914459" + }, + { + "description": "Predicate that evaluates to true if the block at the specified location constains the tag.", + "$ref": "#/definitions/3034820683" + } + ] + }, + "output_state": { + "description": "Block to replace the world block with if all predicates evaluate to true.", + "$ref": "#/definitions/3076687790" + }, + "position_predicate": { + "description": "A predicate evaluated on the distance between the structure's world origin and the world block.", + "oneOf": [ + { + "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified.", + "$ref": "#/definitions/1556792771" + }, + { + "description": "Predicate that evalutes to true if the block is within the distance range along the provided axis and and random number is generated between chance range", + "$ref": "#/definitions/3839910888" + }, + { + "description": "Predicate that replaces a block and adds loot.", + "$ref": "#/definitions/1790427995" + } + ] + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Processor Rule v1.21.20" + } +} \ No newline at end of file diff --git a/metadata/json_schemas/Processor v1.20.80.json b/metadata/json_schemas/Processor v1.20.80.json deleted file mode 100644 index 76566d1de..000000000 --- a/metadata/json_schemas/Processor v1.20.80.json +++ /dev/null @@ -1,187 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "3007821911", - "definitions": { - "2204200647": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureProcessorList::Contents::BlockRulesProcessor", - "type": "object", - "properties": { - "rules": { - "title": "sequence container", - "description": "List of block rules evaluated on all blocks of a Structure Template. Block rules are evaluated in order.If a block rule succeeds and the output_state is set, the output_state block will be used as the input_predicate block for subsequent rules.", - "type": "array", - "items": { - "description": "A block rule that is evaluated on all blocks of a Structure Template. All predicates must evaluate to true in order for a block to be replaced by the output_state.", - "$ref": "#/definitions/986592995" - } - } - }, - "required": [ - "rules" - ] - }, - "2388192566": { - "title": "struct SharedTypes::v1_20_80::BlockMatchPredicate", - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "type": "object", - "properties": { - "block": { - "description": "Block to match against.", - "type": "string" - } - }, - "required": [ - "block" - ] - }, - "3076687790": { - "title": "Block Specifier", - "description": "Specifies a particular block. Can be a string block name or a JSON object", - "oneOf": [ - { - "type": "string" - }, - { - "type": "object", - "properties": { - "name": { - "description": "Name of the block", - "type": "string" - }, - "states": { - "title": "associative container", - "description": "Contains members named after each state, with boolean, integer, or string values.", - "type": "object", - "additionalProperties": { - "oneOf": [ - { - "type": "boolean" - }, - { - "type": "integer" - }, - { - "type": "string" - } - ] - } - } - }, - "required": [ - "name" - ] - } - ] - }, - "3404987451": { - "title": "struct SharedTypes::v1_20_80::AlwaysTruePredicate", - "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified." - }, - "380519526": { - "title": "struct SharedTypes::v1_20_80::ArcheologyBlockLootPredicate", - "description": "Predicate that replaces a block and adds a loot table.", - "type": "object", - "properties": { - "block_mapping": { - "title": "associative container", - "description": "Mapping of block types to replace.", - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "limit": { - "description": "Maximum number of blocks to replace within the structure.", - "type": "integer" - }, - "loot_table": { - "description": "Loot table to assign to the replaced blocks.", - "type": "string" - } - }, - "required": [ - "block_mapping", - "limit", - "loot_table" - ] - }, - "3820273351": { - "title": "struct SharedTypes::v1_20_80::BlockRulePredicate", - "description": "Predicate type used by input_predicate, location_predicate and distance_predicate.", - "type": "object", - "properties": { - "always_true": { - "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified.", - "$ref": "#/definitions/3404987451" - }, - "archeology_block_loot": { - "description": "Predicate that replaces a block and adds a loot table.", - "$ref": "#/definitions/380519526" - }, - "block_match": { - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "$ref": "#/definitions/2388192566" - }, - "random_block_match": { - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "$ref": "#/definitions/913609579" - } - } - }, - "913609579": { - "title": "struct SharedTypes::v1_20_80::RandomBlockMatchPredicate", - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "type": "object", - "properties": { - "block": { - "description": "Block to match against.", - "type": "string" - }, - "probability": { - "description": "Probability of the evaluating to true when the block matches.", - "type": "number", - "minimum": 0.0, - "maximum": 1.0 - } - }, - "required": [ - "block", - "probability" - ] - }, - "986592995": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureProcessorList::Contents::Rule", - "description": "A block rule that is evaluated on all blocks of a Structure Template. All predicates must evaluate to true in order for a block to be replaced by the output_state.", - "type": "object", - "properties": { - "input_predicate": { - "description": "A predicate evaluated on the Structure Template block.", - "$ref": "#/definitions/3820273351" - }, - "location_predicate": { - "description": "A predicate evaluated on the world block.", - "$ref": "#/definitions/3820273351" - }, - "output_state": { - "description": "Block to replace the world block with if all predicates evaluate to true.", - "$ref": "#/definitions/3076687790" - }, - "position_predicate": { - "description": "A predicate evaluated on the distance between the structure's world origin and the world block.", - "$ref": "#/definitions/3820273351" - } - } - } - }, - "title": "struct SharedTypes::v1_20_80::JigsawStructureProcessorList::Contents::Processor", - "type": "object", - "properties": { - "block_rules_processor": { - "description": "Processor that applies Block Rules to a Structure Template when it is placed in the world.", - "$ref": "#/definitions/2204200647" - } - }, - "required": [ - "block_rules_processor" - ] -} \ No newline at end of file diff --git a/metadata/json_schemas/ProcessorList v1.20.80.json b/metadata/json_schemas/ProcessorList v1.20.80.json deleted file mode 100644 index ec5f13780..000000000 --- a/metadata/json_schemas/ProcessorList v1.20.80.json +++ /dev/null @@ -1,238 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "3321437571", - "definitions": { - "1012123781": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureProcessorList::Contents", - "type": "object", - "properties": { - "description": { - "$ref": "#/definitions/387950809" - }, - "processors": { - "title": "sequence container", - "description": "List of processors to run on the Structure Template.", - "type": "array", - "items": { - "$ref": "#/definitions/3007821911" - } - } - }, - "required": [ - "description", - "processors" - ] - }, - "2204200647": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureProcessorList::Contents::BlockRulesProcessor", - "type": "object", - "properties": { - "rules": { - "title": "sequence container", - "description": "List of block rules evaluated on all blocks of a Structure Template. Block rules are evaluated in order.If a block rule succeeds and the output_state is set, the output_state block will be used as the input_predicate block for subsequent rules.", - "type": "array", - "items": { - "description": "A block rule that is evaluated on all blocks of a Structure Template. All predicates must evaluate to true in order for a block to be replaced by the output_state.", - "$ref": "#/definitions/986592995" - } - } - }, - "required": [ - "rules" - ] - }, - "2388192566": { - "title": "struct SharedTypes::v1_20_80::BlockMatchPredicate", - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "type": "object", - "properties": { - "block": { - "description": "Block to match against.", - "type": "string" - } - }, - "required": [ - "block" - ] - }, - "3007821911": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureProcessorList::Contents::Processor", - "type": "object", - "properties": { - "block_rules_processor": { - "description": "Processor that applies Block Rules to a Structure Template when it is placed in the world.", - "$ref": "#/definitions/2204200647" - } - }, - "required": [ - "block_rules_processor" - ] - }, - "3076687790": { - "title": "Block Specifier", - "description": "Specifies a particular block. Can be a string block name or a JSON object", - "oneOf": [ - { - "type": "string" - }, - { - "type": "object", - "properties": { - "name": { - "description": "Name of the block", - "type": "string" - }, - "states": { - "title": "associative container", - "description": "Contains members named after each state, with boolean, integer, or string values.", - "type": "object", - "additionalProperties": { - "oneOf": [ - { - "type": "boolean" - }, - { - "type": "integer" - }, - { - "type": "string" - } - ] - } - } - }, - "required": [ - "name" - ] - } - ] - }, - "3404987451": { - "title": "struct SharedTypes::v1_20_80::AlwaysTruePredicate", - "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified." - }, - "380519526": { - "title": "struct SharedTypes::v1_20_80::ArcheologyBlockLootPredicate", - "description": "Predicate that replaces a block and adds a loot table.", - "type": "object", - "properties": { - "block_mapping": { - "title": "associative container", - "description": "Mapping of block types to replace.", - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "limit": { - "description": "Maximum number of blocks to replace within the structure.", - "type": "integer" - }, - "loot_table": { - "description": "Loot table to assign to the replaced blocks.", - "type": "string" - } - }, - "required": [ - "block_mapping", - "limit", - "loot_table" - ] - }, - "3820273351": { - "title": "struct SharedTypes::v1_20_80::BlockRulePredicate", - "description": "Predicate type used by input_predicate, location_predicate and distance_predicate.", - "type": "object", - "properties": { - "always_true": { - "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified.", - "$ref": "#/definitions/3404987451" - }, - "archeology_block_loot": { - "description": "Predicate that replaces a block and adds a loot table.", - "$ref": "#/definitions/380519526" - }, - "block_match": { - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "$ref": "#/definitions/2388192566" - }, - "random_block_match": { - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "$ref": "#/definitions/913609579" - } - } - }, - "387950809": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureProcessorList::Contents::Description", - "type": "object", - "properties": { - "identifier": { - "description": "Identifier of the block rule. Used by template pools when assigning processors to Structure Templates.", - "type": "string" - } - }, - "required": [ - "identifier" - ] - }, - "913609579": { - "title": "struct SharedTypes::v1_20_80::RandomBlockMatchPredicate", - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "type": "object", - "properties": { - "block": { - "description": "Block to match against.", - "type": "string" - }, - "probability": { - "description": "Probability of the evaluating to true when the block matches.", - "type": "number", - "minimum": 0.0, - "maximum": 1.0 - } - }, - "required": [ - "block", - "probability" - ] - }, - "986592995": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureProcessorList::Contents::Rule", - "description": "A block rule that is evaluated on all blocks of a Structure Template. All predicates must evaluate to true in order for a block to be replaced by the output_state.", - "type": "object", - "properties": { - "input_predicate": { - "description": "A predicate evaluated on the Structure Template block.", - "$ref": "#/definitions/3820273351" - }, - "location_predicate": { - "description": "A predicate evaluated on the world block.", - "$ref": "#/definitions/3820273351" - }, - "output_state": { - "description": "Block to replace the world block with if all predicates evaluate to true.", - "$ref": "#/definitions/3076687790" - }, - "position_predicate": { - "description": "A predicate evaluated on the distance between the structure's world origin and the world block.", - "$ref": "#/definitions/3820273351" - } - } - } - }, - "title": "struct SharedTypes::v1_20_80::JigsawStructureProcessorList", - "type": "object", - "properties": { - "format_version": { - "type": "string" - }, - "minecraft:processor_list": { - "description": "Rules used by Jigsaw Structures to determine which blocks to modify or replace when placing a Structure Template in the world.", - "$ref": "#/definitions/1012123781" - } - }, - "required": [ - "format_version", - "minecraft:processor_list" - ] -} \ No newline at end of file diff --git a/metadata/json_schemas/Projectile v1.20.50.json b/metadata/json_schemas/Projectile v1.20.50.json index b42b1aba5..3297dd658 100644 --- a/metadata/json_schemas/Projectile v1.20.50.json +++ b/metadata/json_schemas/Projectile v1.20.50.json @@ -18,5 +18,9 @@ }, "required": [ "projectile_entity" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Projectile v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/RandomBlockMatch v1.20.80.json b/metadata/json_schemas/RandomBlockMatch v1.20.80.json deleted file mode 100644 index ce7eaa100..000000000 --- a/metadata/json_schemas/RandomBlockMatch v1.20.80.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "913609579", - "title": "struct SharedTypes::v1_20_80::RandomBlockMatchPredicate", - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "type": "object", - "properties": { - "block": { - "description": "Block to match against.", - "type": "string" - }, - "probability": { - "description": "Probability of the evaluating to true when the block matches.", - "type": "number", - "minimum": 0.0, - "maximum": 1.0 - } - }, - "required": [ - "block", - "probability" - ] -} \ No newline at end of file diff --git a/metadata/json_schemas/Rarity v1.21.30.json b/metadata/json_schemas/Rarity v1.21.30.json new file mode 100644 index 000000000..26457839b --- /dev/null +++ b/metadata/json_schemas/Rarity v1.21.30.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "3375297728", + "title": "minecraft:rarity v1.21.30", + "description": "Specifies the base rarity and subsequently color of the item name when the player hovers the cursor over the item.", + "oneOf": [ + { + "type": "string" + }, + { + "type": "object", + "properties": { + "value": { + "description": "Sets the base rarity of the item. The rarity of an item automatically increases when enchanted, either to Rare when the base rarity is Common or Uncommon, or Epic when the base rarity is Rare.", + "type": "string" + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Rarity v1.21.30" + } +} \ No newline at end of file diff --git a/metadata/json_schemas/Record v1.20.50.json b/metadata/json_schemas/Record v1.20.50.json index 52706816a..e034f7413 100644 --- a/metadata/json_schemas/Record v1.20.50.json +++ b/metadata/json_schemas/Record v1.20.50.json @@ -26,6 +26,7 @@ "ambient.baby", "ambient.basalt_deltas.additions", "ambient.basalt_deltas.loop", + "ambient.basalt_deltas.mood", "ambient.candle", "ambient.cave", "ambient.crimson_forest.additions", @@ -156,6 +157,7 @@ "bullet.hit", "bundle.drop_contents", "bundle.insert", + "bundle.insert_fail", "bundle.remove_one", "burp", "button.click_off", @@ -269,9 +271,11 @@ "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", @@ -427,7 +431,6 @@ "reflect", "remedy", "respawn_anchor.ambient", - "respawn_anchor.basalt_deltas.mood", "respawn_anchor.charge", "respawn_anchor.deplete", "respawn_anchor.set_spawn", @@ -506,5 +509,9 @@ "wind_charge.burst" ] } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Record v1.20.50" } } \ No newline at end of file diff --git a/metadata/json_schemas/Repair v1.20.50.json b/metadata/json_schemas/Repair v1.20.50.json index 0f673cc93..e8bfbaabd 100644 --- a/metadata/json_schemas/Repair v1.20.50.json +++ b/metadata/json_schemas/Repair v1.20.50.json @@ -5,17 +5,20 @@ "1531870811": { "title": "struct SharedTypes::Legacy::ItemDescriptor", "oneOf": [ + { + "type": "string" + }, { "title": "associative container", "type": "object", "additionalProperties": { "type": "string" } - }, - { - "type": "string" } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Item Descriptor" + } }, "3178719147": { "title": "struct SharedTypes::Legacy::ExpressionNode", @@ -41,7 +44,10 @@ "version" ] } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Expression Node" + } } }, "title": "struct SharedTypes::v1_20_50::RepairableItemComponent::RepairItemEntry", @@ -73,5 +79,9 @@ "items" ] } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Repair v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Repairable v1.20.50.json b/metadata/json_schemas/Repairable v1.20.50.json index c0492b7d0..b91e2a0a7 100644 --- a/metadata/json_schemas/Repairable v1.20.50.json +++ b/metadata/json_schemas/Repairable v1.20.50.json @@ -5,17 +5,20 @@ "1531870811": { "title": "struct SharedTypes::Legacy::ItemDescriptor", "oneOf": [ + { + "type": "string" + }, { "title": "associative container", "type": "object", "additionalProperties": { "type": "string" } - }, - { - "type": "string" } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Item Descriptor" + } }, "3178719147": { "title": "struct SharedTypes::Legacy::ExpressionNode", @@ -41,7 +44,10 @@ "version" ] } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Expression Node" + } }, "3256164975": { "title": "struct SharedTypes::v1_20_50::RepairableItemComponent::RepairItemEntry", @@ -73,7 +79,11 @@ "items" ] } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Repair v1.20.50" + } } }, "title": "minecraft:repairable v1.20.50", @@ -88,5 +98,9 @@ "$ref": "#/definitions/3256164975" } } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Repairable v1.20.50" } } \ No newline at end of file diff --git a/metadata/json_schemas/Rule v1.20.80.json b/metadata/json_schemas/Rule v1.20.80.json deleted file mode 100644 index 718c44128..000000000 --- a/metadata/json_schemas/Rule v1.20.80.json +++ /dev/null @@ -1,156 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "986592995", - "definitions": { - "2388192566": { - "title": "struct SharedTypes::v1_20_80::BlockMatchPredicate", - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "type": "object", - "properties": { - "block": { - "description": "Block to match against.", - "type": "string" - } - }, - "required": [ - "block" - ] - }, - "3076687790": { - "title": "Block Specifier", - "description": "Specifies a particular block. Can be a string block name or a JSON object", - "oneOf": [ - { - "type": "string" - }, - { - "type": "object", - "properties": { - "name": { - "description": "Name of the block", - "type": "string" - }, - "states": { - "title": "associative container", - "description": "Contains members named after each state, with boolean, integer, or string values.", - "type": "object", - "additionalProperties": { - "oneOf": [ - { - "type": "boolean" - }, - { - "type": "integer" - }, - { - "type": "string" - } - ] - } - } - }, - "required": [ - "name" - ] - } - ] - }, - "3404987451": { - "title": "struct SharedTypes::v1_20_80::AlwaysTruePredicate", - "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified." - }, - "380519526": { - "title": "struct SharedTypes::v1_20_80::ArcheologyBlockLootPredicate", - "description": "Predicate that replaces a block and adds a loot table.", - "type": "object", - "properties": { - "block_mapping": { - "title": "associative container", - "description": "Mapping of block types to replace.", - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "limit": { - "description": "Maximum number of blocks to replace within the structure.", - "type": "integer" - }, - "loot_table": { - "description": "Loot table to assign to the replaced blocks.", - "type": "string" - } - }, - "required": [ - "block_mapping", - "limit", - "loot_table" - ] - }, - "3820273351": { - "title": "struct SharedTypes::v1_20_80::BlockRulePredicate", - "description": "Predicate type used by input_predicate, location_predicate and distance_predicate.", - "type": "object", - "properties": { - "always_true": { - "description": "Predicate that always evaluates to true. This is the default predicate if no other predicate is specified.", - "$ref": "#/definitions/3404987451" - }, - "archeology_block_loot": { - "description": "Predicate that replaces a block and adds a loot table.", - "$ref": "#/definitions/380519526" - }, - "block_match": { - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "$ref": "#/definitions/2388192566" - }, - "random_block_match": { - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "$ref": "#/definitions/913609579" - } - } - }, - "913609579": { - "title": "struct SharedTypes::v1_20_80::RandomBlockMatchPredicate", - "description": "Predicate that evaluates to true with a given probability if the block at the specified location matches the specified block.", - "type": "object", - "properties": { - "block": { - "description": "Block to match against.", - "type": "string" - }, - "probability": { - "description": "Probability of the evaluating to true when the block matches.", - "type": "number", - "minimum": 0.0, - "maximum": 1.0 - } - }, - "required": [ - "block", - "probability" - ] - } - }, - "title": "struct SharedTypes::v1_20_80::JigsawStructureProcessorList::Contents::Rule", - "description": "A block rule that is evaluated on all blocks of a Structure Template. All predicates must evaluate to true in order for a block to be replaced by the output_state.", - "type": "object", - "properties": { - "input_predicate": { - "description": "A predicate evaluated on the Structure Template block.", - "$ref": "#/definitions/3820273351" - }, - "location_predicate": { - "description": "A predicate evaluated on the world block.", - "$ref": "#/definitions/3820273351" - }, - "output_state": { - "description": "Block to replace the world block with if all predicates evaluate to true.", - "$ref": "#/definitions/3076687790" - }, - "position_predicate": { - "description": "A predicate evaluated on the distance between the structure's world origin and the world block.", - "$ref": "#/definitions/3820273351" - } - } -} \ No newline at end of file diff --git a/metadata/json_schemas/Scatter Chance v1.21.10.json b/metadata/json_schemas/Scatter Chance v1.21.10.json index 05c7e3073..17153ec1e 100644 --- a/metadata/json_schemas/Scatter Chance v1.21.10.json +++ b/metadata/json_schemas/Scatter Chance v1.21.10.json @@ -26,7 +26,10 @@ "version" ] } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Expression Node" + } } }, "title": "Scatter Chance", @@ -54,5 +57,9 @@ "numerator" ] } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Scatter Chance v1.21.10" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Scatter Params v1.21.10.json b/metadata/json_schemas/Scatter Params v1.21.10.json index 2af3ca1cd..7bb75d6d7 100644 --- a/metadata/json_schemas/Scatter Params v1.21.10.json +++ b/metadata/json_schemas/Scatter Params v1.21.10.json @@ -28,7 +28,11 @@ "numerator" ] } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Scatter Chance v1.21.10" + } }, "3178719147": { "title": "struct SharedTypes::Legacy::ExpressionNode", @@ -54,7 +58,10 @@ "version" ] } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Expression Node" + } }, "4150871210": { "title": "Coordinate Range", @@ -105,7 +112,11 @@ "extent" ] } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Coordinate Range v1.21.10" + } } }, "title": "Scatter Params", @@ -151,5 +162,9 @@ "x", "y", "z" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Scatter Params v1.21.10" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Shooter v1.20.50.json b/metadata/json_schemas/Shooter v1.20.50.json index 77029f05e..bfcab5b9a 100644 --- a/metadata/json_schemas/Shooter v1.20.50.json +++ b/metadata/json_schemas/Shooter v1.20.50.json @@ -5,17 +5,20 @@ "1531870811": { "title": "struct SharedTypes::Legacy::ItemDescriptor", "oneOf": [ + { + "type": "string" + }, { "title": "associative container", "type": "object", "additionalProperties": { "type": "string" } - }, - { - "type": "string" } - ] + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Item Descriptor" + } }, "2681068491": { "title": "struct SharedTypes::v1_20_50::ShooterItemComponent::Ammunition", @@ -40,7 +43,11 @@ }, "required": [ "item" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Ammunition v1.20.50" + } } }, "title": "minecraft:shooter v1.20.50", @@ -67,5 +74,9 @@ "description": "Scale power by draw duration? Default is set to false.", "type": "boolean" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Shooter v1.20.50" } } \ No newline at end of file diff --git a/metadata/json_schemas/ShouldDespawn v1.20.50.json b/metadata/json_schemas/ShouldDespawn v1.20.50.json index 1839a619e..372cfa618 100644 --- a/metadata/json_schemas/ShouldDespawn v1.20.50.json +++ b/metadata/json_schemas/ShouldDespawn v1.20.50.json @@ -16,5 +16,9 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "ShouldDespawn v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/SinglePoolElement v1.20.80.json b/metadata/json_schemas/SinglePoolElement v1.20.80.json deleted file mode 100644 index fbab07ee8..000000000 --- a/metadata/json_schemas/SinglePoolElement v1.20.80.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "3089229227", - "title": "struct SharedTypes::v1_20_80::JigsawStructureTemplatePool::Contents::SinglePoolElement", - "type": "object", - "properties": { - "element_type": { - "title": "enum SharedTypes::v1_20_80::JigsawStructureTemplatePool::Contents::ElementType", - "type": "string", - "enum": [ - "minecraft:single_pool_element" - ] - }, - "location": { - "description": "Relative path of the Structure Template.", - "type": "string" - }, - "processors": { - "description": "Identifier of the processor list to apply to the Structure Template.", - "type": "string" - } - }, - "required": [ - "element_type", - "location", - "processors" - ] -} \ No newline at end of file diff --git a/metadata/json_schemas/StackedByData v1.20.50.json b/metadata/json_schemas/StackedByData v1.20.50.json index b68831607..d1b8fedb5 100644 --- a/metadata/json_schemas/StackedByData v1.20.50.json +++ b/metadata/json_schemas/StackedByData v1.20.50.json @@ -16,5 +16,9 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "StackedByData v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Storage Item v1.21.30.json b/metadata/json_schemas/Storage Item v1.21.30.json new file mode 100644 index 000000000..ece9d6970 --- /dev/null +++ b/metadata/json_schemas/Storage Item v1.21.30.json @@ -0,0 +1,68 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "120997796", + "definitions": { + "1531870811": { + "title": "struct SharedTypes::Legacy::ItemDescriptor", + "oneOf": [ + { + "type": "string" + }, + { + "title": "associative container", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Item Descriptor" + } + } + }, + "title": "minecraft:storage_item v1.21.30", + "description": "[EXPERIMENTAL] Storage Items can be used by other components to store other items within this item.", + "type": "object", + "properties": { + "allow_nested_storage_items": { + "description": "Determines whether another Storage Item is allowed inside of this item. Default is true.", + "type": "boolean" + }, + "allowed_items": { + "title": "sequence container", + "description": "List of items that are exclusively allowed in this Storage Item. If empty all items are allowed.", + "type": "array", + "items": { + "$ref": "#/definitions/1531870811" + } + }, + "banned_items": { + "title": "sequence container", + "description": "List of items that are not allowed in this Storage Item.", + "type": "array", + "items": { + "$ref": "#/definitions/1531870811" + } + }, + "max_slots": { + "description": "The maximum number of different item stacks. Maximum is 64. Default is 64.", + "type": "integer", + "maximum": 64.0 + }, + "max_weight_limit": { + "description": "The maximum allowed weight of the sum of all contained items. Maximum is 64. Default is 64.", + "type": "integer", + "maximum": 64.0 + }, + "weight_in_storage_item": { + "description": "The weight of this item when inside another Storage Item. Default is 4. 0 means item is not allowed in another Storage Item.", + "type": "integer", + "minimum": 0.0 + } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Storage Item v1.21.30" + } +} \ No newline at end of file diff --git a/metadata/json_schemas/JigsawStructureSet v1.20.80.json b/metadata/json_schemas/Structure Set v1.21.20.json similarity index 67% rename from metadata/json_schemas/JigsawStructureSet v1.20.80.json rename to metadata/json_schemas/Structure Set v1.21.20.json index dbe5bb0ab..a6565e567 100644 --- a/metadata/json_schemas/JigsawStructureSet v1.20.80.json +++ b/metadata/json_schemas/Structure Set v1.21.20.json @@ -1,9 +1,22 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "1183708975", + "$id": "1246141269", "definitions": { - "1291913506": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureSet::Contents::Structure", + "1509348670": { + "title": "struct SharedTypes::v1_21_20::JigsawStructureSet::Description", + "type": "object", + "properties": { + "identifier": { + "description": "Identifier of the Jigsaw Structure Set.", + "type": "string" + } + }, + "required": [ + "identifier" + ] + }, + "3295675449": { + "title": "struct SharedTypes::v1_21_20::JigsawStructureSet::Structure", "type": "object", "properties": { "structure": { @@ -22,12 +35,12 @@ "weight" ] }, - "1733122864": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureSet::Contents::RandomSpreadPlacement", + "741112715": { + "title": "struct SharedTypes::v1_21_20::JigsawStructureSet::RandomSpreadPlacement", "type": "object", "properties": { "salt": { - "description": "Seed for the random spread placement.", + "description": "Seed used for the random generator to provide a unique scatter pattern. This is used to prevent overlap in the case where multiple structure sets use the same placement values.", "type": "integer" }, "separation": { @@ -41,8 +54,8 @@ "minimum": 1.0 }, "spread_type": { - "title": "enum SharedTypes::v1_20_80::JigsawStructureSet::Contents::SpreadType", - "description": "Type of spread for the Jigsaw Structure Set.", + "title": "enum SharedTypes::v1_21_20::JigsawStructureSet::SpreadType", + "description": "Randomness algorithm used when placing structures.", "type": "string", "enum": [ "linear", @@ -50,7 +63,7 @@ ] }, "type": { - "title": "enum SharedTypes::v1_20_80::JigsawStructureSet::Contents::PlacementType", + "title": "enum SharedTypes::v1_21_20::JigsawStructureSet::PlacementType", "description": "Type of placement for the Jigsaw Structure Set.", "type": "string", "enum": [ @@ -65,24 +78,23 @@ "type" ] }, - "199627185": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureSet::Contents", + "760104054": { + "title": "struct SharedTypes::v1_21_20::JigsawStructureSet::Contents", "type": "object", "properties": { "description": { - "description": "Description of the Structure Set", - "$ref": "#/definitions/4165405077" + "$ref": "#/definitions/1509348670" }, "placement": { - "description": "Placement settings for the Structure Set.", - "$ref": "#/definitions/1733122864" + "description": "Describes where structures in the set spawn relative to one another. Currently, the only placement type supported is random_spread, which scatters structures randomly with a given separation and spacing.", + "$ref": "#/definitions/741112715" }, "structures": { "title": "sequence container", "description": "Weighted list of Jigsaw Structures in the set.", "type": "array", "items": { - "$ref": "#/definitions/1291913506" + "$ref": "#/definitions/3295675449" } } }, @@ -91,22 +103,9 @@ "placement", "structures" ] - }, - "4165405077": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureSet::Contents::Description", - "type": "object", - "properties": { - "identifier": { - "description": "Identifier of the Jigsaw Structure Set.", - "type": "string" - } - }, - "required": [ - "identifier" - ] } }, - "title": "struct SharedTypes::v1_20_80::JigsawStructureSet", + "title": "struct SharedTypes::v1_21_20::JigsawStructureSet::Document", "type": "object", "properties": { "format_version": { @@ -114,11 +113,15 @@ }, "minecraft:structure_set": { "description": "A Jigsaw Structure Set is a collection of Jigsaw Structures that are placed according to a set of rules.", - "$ref": "#/definitions/199627185" + "$ref": "#/definitions/760104054" } }, "required": [ "format_version", "minecraft:structure_set" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Structure Set v1.21.20" + } } \ No newline at end of file diff --git a/metadata/json_schemas/Tags v1.20.50.json b/metadata/json_schemas/Tags v1.20.50.json index fe3eca0d9..df8fa2a1e 100644 --- a/metadata/json_schemas/Tags v1.20.50.json +++ b/metadata/json_schemas/Tags v1.20.50.json @@ -13,5 +13,9 @@ "type": "string" } } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Tags v1.20.50" } } \ No newline at end of file diff --git a/metadata/json_schemas/TemplatePool v1.20.80.json b/metadata/json_schemas/Template Pool v1.21.20.json similarity index 57% rename from metadata/json_schemas/TemplatePool v1.20.80.json rename to metadata/json_schemas/Template Pool v1.21.20.json index 5e2a5322b..16880e52f 100644 --- a/metadata/json_schemas/TemplatePool v1.20.80.json +++ b/metadata/json_schemas/Template Pool v1.21.20.json @@ -1,21 +1,20 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "1478872341", + "$id": "257927197", "definitions": { - "2083648323": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureTemplatePool::Contents", + "1382973118": { + "title": "struct SharedTypes::v1_21_20::JigsawStructureTemplatePool::Contents", "type": "object", "properties": { "description": { - "description": "Description of the template pool.", - "$ref": "#/definitions/2395068999" + "$ref": "#/definitions/1872243302" }, "elements": { "title": "sequence container", "description": "List of Structure Template and processor list pairs.", "type": "array", "items": { - "$ref": "#/definitions/727330729" + "$ref": "#/definitions/1755372388" } }, "fallback": { @@ -28,8 +27,36 @@ "elements" ] }, - "2395068999": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureTemplatePool::Contents::Description", + "1755372388": { + "title": "struct SharedTypes::v1_21_20::JigsawStructureTemplatePool::TemplatePoolElement", + "type": "object", + "properties": { + "element": { + "description": "A grouping of a Structure Template, the Processor List to use when placing the structure, and its weight that determines the likelihood of the element being chosen.", + "$ref": "#/definitions/2726507774" + }, + "projection": { + "title": "enum SharedTypes::v1_21_20::JigsawStructureTemplatePool::Projection", + "description": "Specifies how structures should be placed relative to the terrain.", + "type": "string", + "enum": [ + "rigid", + "terrain_matching" + ] + }, + "weight": { + "description": "The weighted probability of choosing the element from the pool. For example, a template pool containing 2 structures with weights of 1 and 3 will have a 25% and 75% chance of being chosen respectively.", + "type": "integer", + "minimum": 1.0, + "maximum": 200.0 + } + }, + "required": [ + "element" + ] + }, + "1872243302": { + "title": "struct SharedTypes::v1_21_20::JigsawStructureTemplatePool::Description", "type": "object", "properties": { "identifier": { @@ -41,23 +68,24 @@ "identifier" ] }, - "3089229227": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureTemplatePool::Contents::SinglePoolElement", + "2726507774": { + "title": "struct SharedTypes::v1_21_20::JigsawStructureTemplatePool::SinglePoolElement", "type": "object", "properties": { "element_type": { - "title": "enum SharedTypes::v1_20_80::JigsawStructureTemplatePool::Contents::ElementType", + "title": "enum SharedTypes::v1_21_20::JigsawStructureTemplatePool::ElementType", + "description": "The type of element. Currently, only minecraft:single_pool_element is supported.", "type": "string", "enum": [ "minecraft:single_pool_element" ] }, "location": { - "description": "Relative path of the Structure Template.", + "description": "The path of the structure file. This path is relative to the behavior pack's structures folder.", "type": "string" }, "processors": { - "description": "Identifier of the processor list to apply to the Structure Template.", + "description": "The identifier of the processor list to use when placing the structure.", "type": "string" } }, @@ -66,37 +94,9 @@ "location", "processors" ] - }, - "727330729": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureTemplatePool::Contents::TemplatePoolElement", - "type": "object", - "properties": { - "element": { - "description": "Structure Template and processor list to assign to the Structure Template.", - "$ref": "#/definitions/3089229227" - }, - "projection": { - "title": "enum SharedTypes::v1_20_80::Projection", - "description": "How the Structure Template should be placed in the world relative to the terrain.", - "type": "string", - "enum": [ - "rigid", - "terrain_matching" - ] - }, - "weight": { - "description": "Weight of the Structure Template in the pool. Higher weights are more likely to be selected.", - "type": "integer", - "minimum": 1.0, - "maximum": 200.0 - } - }, - "required": [ - "element" - ] } }, - "title": "struct SharedTypes::v1_20_80::JigsawStructureTemplatePool", + "title": "struct SharedTypes::v1_21_20::JigsawStructureTemplatePool::Document", "type": "object", "properties": { "format_version": { @@ -104,11 +104,15 @@ }, "minecraft:template_pool": { "description": "Used to pair block rules with Structure Templates and to randomly place Structure Templates using a weighted list.", - "$ref": "#/definitions/2083648323" + "$ref": "#/definitions/1382973118" } }, "required": [ "format_version", "minecraft:template_pool" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Template Pool v1.21.20" + } } \ No newline at end of file diff --git a/metadata/json_schemas/TemplatePoolElement v1.20.80.json b/metadata/json_schemas/TemplatePoolElement v1.20.80.json deleted file mode 100644 index 6bfb758db..000000000 --- a/metadata/json_schemas/TemplatePoolElement v1.20.80.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "727330729", - "definitions": { - "3089229227": { - "title": "struct SharedTypes::v1_20_80::JigsawStructureTemplatePool::Contents::SinglePoolElement", - "type": "object", - "properties": { - "element_type": { - "title": "enum SharedTypes::v1_20_80::JigsawStructureTemplatePool::Contents::ElementType", - "type": "string", - "enum": [ - "minecraft:single_pool_element" - ] - }, - "location": { - "description": "Relative path of the Structure Template.", - "type": "string" - }, - "processors": { - "description": "Identifier of the processor list to apply to the Structure Template.", - "type": "string" - } - }, - "required": [ - "element_type", - "location", - "processors" - ] - } - }, - "title": "struct SharedTypes::v1_20_80::JigsawStructureTemplatePool::Contents::TemplatePoolElement", - "type": "object", - "properties": { - "element": { - "description": "Structure Template and processor list to assign to the Structure Template.", - "$ref": "#/definitions/3089229227" - }, - "projection": { - "title": "enum SharedTypes::v1_20_80::Projection", - "description": "How the Structure Template should be placed in the world relative to the terrain.", - "type": "string", - "enum": [ - "rigid", - "terrain_matching" - ] - }, - "weight": { - "description": "Weight of the Structure Template in the pool. Higher weights are more likely to be selected.", - "type": "integer", - "minimum": 1.0, - "maximum": 200.0 - } - }, - "required": [ - "element" - ] -} \ No newline at end of file diff --git a/metadata/json_schemas/Throwable v1.20.50.json b/metadata/json_schemas/Throwable v1.20.50.json index bae2464d5..3edbb906c 100644 --- a/metadata/json_schemas/Throwable v1.20.50.json +++ b/metadata/json_schemas/Throwable v1.20.50.json @@ -29,5 +29,9 @@ "description": "Whether or not the power of the throw increases with duration charged. Default is set to false.", "type": "boolean" } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Throwable v1.20.50" } } \ No newline at end of file diff --git a/metadata/json_schemas/UseAnimation v1.20.50.json b/metadata/json_schemas/UseAnimation v1.20.50.json index 041ededba..465df0b74 100644 --- a/metadata/json_schemas/UseAnimation v1.20.50.json +++ b/metadata/json_schemas/UseAnimation v1.20.50.json @@ -42,5 +42,9 @@ } } } - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "UseAnimation v1.20.50" + } } \ No newline at end of file diff --git a/metadata/json_schemas/UseModifiers v1.20.50.json b/metadata/json_schemas/UseModifiers v1.20.50.json index 05a19e7b4..7df495144 100644 --- a/metadata/json_schemas/UseModifiers v1.20.50.json +++ b/metadata/json_schemas/UseModifiers v1.20.50.json @@ -16,5 +16,9 @@ "type": "number", "minimum": 0.0 } + }, + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "UseModifiers v1.20.50" } } \ No newline at end of file diff --git a/metadata/json_schemas/Wearable v1.20.50.json b/metadata/json_schemas/Wearable v1.20.50.json index 9c7c84b88..2199b1c47 100644 --- a/metadata/json_schemas/Wearable v1.20.50.json +++ b/metadata/json_schemas/Wearable v1.20.50.json @@ -25,5 +25,9 @@ }, "required": [ "slot" - ] + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Wearable v1.20.50" + } } \ No newline at end of file diff --git a/metadata/script_modules/@minecraft/common_1.0.0.json b/metadata/script_modules/@minecraft/common_1.0.0.json index 916b3e3f7..940a3d00d 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.20-beta.3", + "minecraft_version" : "1.21.30-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 9786a33dd..2f766baae 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.20-beta.3", + "minecraft_version" : "1.21.30-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 f85b0b303..159bb4fd1 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.20-beta.3", + "minecraft_version" : "1.21.30-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 f0365de02..a2a9c6723 100644 --- a/metadata/script_modules/@minecraft/debug-utilities_1.0.0-beta.json +++ b/metadata/script_modules/@minecraft/debug-utilities_1.0.0-beta.json @@ -40,7 +40,7 @@ } ], "interfaces" : [], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 53e9c94f0..f79120cad 100644 --- a/metadata/script_modules/@minecraft/server-admin_1.0.0-beta.json +++ b/metadata/script_modules/@minecraft/server-admin_1.0.0-beta.json @@ -157,7 +157,7 @@ "errors" : [], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 9376931ab..b2a46a9e3 100644 --- a/metadata/script_modules/@minecraft/server-gametest_1.0.0-beta.json +++ b/metadata/script_modules/@minecraft/server-gametest_1.0.0-beta.json @@ -5673,7 +5673,7 @@ } } ], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 0138eacc2..a61450e98 100644 --- a/metadata/script_modules/@minecraft/server-net_1.0.0-beta.json +++ b/metadata/script_modules/@minecraft/server-net_1.0.0-beta.json @@ -566,7 +566,7 @@ "errors" : [], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 fe1ebd765..ea3fb05d0 100644 --- a/metadata/script_modules/@minecraft/server-ui_1.0.0.json +++ b/metadata/script_modules/@minecraft/server-ui_1.0.0.json @@ -1068,7 +1068,7 @@ ], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 5ee5805e9..5c3aa700d 100644 --- a/metadata/script_modules/@minecraft/server-ui_1.1.0.json +++ b/metadata/script_modules/@minecraft/server-ui_1.1.0.json @@ -1119,7 +1119,7 @@ ], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 8727220a3..a077377ba 100644 --- a/metadata/script_modules/@minecraft/server-ui_1.2.0.json +++ b/metadata/script_modules/@minecraft/server-ui_1.2.0.json @@ -1158,7 +1158,7 @@ ], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 new file mode 100644 index 000000000..03c0af002 --- /dev/null +++ b/metadata/script_modules/@minecraft/server-ui_1.3.0.json @@ -0,0 +1,1219 @@ +{ + "classes" : [ + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "bodyText", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "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" : "body", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ActionFormData" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "text", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "iconPath", + "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" : "button", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ActionFormData" + } + }, + { + "arguments" : [], + "is_constructor" : true, + "name" : "constructor", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ActionFormData" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "player", + "type" : { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "show", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "promise", + "promise_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ActionFormResponse" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "titleText", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "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" : "title", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ActionFormData" + } + } + ], + "name" : "ActionFormData", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ActionFormData" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "FormResponse" + } + ], + "constants" : [], + "functions" : [], + "name" : "ActionFormResponse", + "properties" : [ + { + "is_read_only" : true, + "name" : "selection", + "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 + } + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ActionFormResponse" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "FormResponse", + "properties" : [ + { + "is_read_only" : true, + "name" : "cancelationReason", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "FormCancelationReason" + } + } + }, + { + "is_read_only" : true, + "name" : "canceled", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "FormResponse" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "bodyText", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "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" : "body", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MessageFormData" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "text", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "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" : "button1", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MessageFormData" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "text", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "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" : "button2", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MessageFormData" + } + }, + { + "arguments" : [], + "is_constructor" : true, + "name" : "constructor", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MessageFormData" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "player", + "type" : { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "show", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "promise", + "promise_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MessageFormResponse" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "titleText", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "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" : "title", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MessageFormData" + } + } + ], + "name" : "MessageFormData", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MessageFormData" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "FormResponse" + } + ], + "constants" : [], + "functions" : [], + "name" : "MessageFormResponse", + "properties" : [ + { + "is_read_only" : true, + "name" : "selection", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint8", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MessageFormResponse" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : true, + "name" : "constructor", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ModalFormData" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "label", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "details" : null, + "name" : "options", + "type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "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" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "defaultValueIndex", + "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" : "dropdown", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ModalFormData" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "player", + "type" : { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "show", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "promise", + "promise_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ModalFormResponse" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "label", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "details" : { + "max_value" : 3.402823466385289e+38, + "min_value" : -3.402823466385289e+38 + }, + "name" : "minimumValue", + "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" : "maximumValue", + "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" : "valueStep", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "defaultValue", + "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" : "slider", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ModalFormData" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "submitButtonText", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "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" : "submitButton", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ModalFormData" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "label", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "details" : null, + "name" : "placeholderText", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "defaultValue", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "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" : "textField", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ModalFormData" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "titleText", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "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" : "title", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ModalFormData" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "label", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "defaultValue", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "toggle", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ModalFormData" + } + } + ], + "name" : "ModalFormData", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ModalFormData" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "FormResponse" + } + ], + "constants" : [], + "functions" : [], + "name" : "ModalFormResponse", + "properties" : [ + { + "is_read_only" : true, + "name" : "formValues", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_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" : "float", + "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" : "ModalFormResponse" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "player", + "type" : { + "from_module" : { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "closeAllForms", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "UIManager", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "UIManager" + } + } + ], + "constants" : [], + "dependencies" : [ + { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.0.0" + }, + { + "name" : "@minecraft/server", + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.3.0" + } + ], + "enums" : [ + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "UserBusy", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "UserBusy" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "UserClosed", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "UserClosed" + } + ], + "name" : "FormCancelationReason" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "MalformedResponse", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "MalformedResponse" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "PlayerQuit", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "PlayerQuit" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "ServerShutdown", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "ServerShutdown" + } + ], + "name" : "FormRejectReason" + } + ], + "errors" : [ + { + "name" : "FormRejectError", + "properties" : [ + { + "is_read_only" : true, + "name" : "reason", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "FormRejectReason" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "FormRejectError" + } + } + ], + "functions" : [], + "interfaces" : [], + "minecraft_version" : "1.21.30-beta.3", + "module_type" : "script", + "name" : "@minecraft/server-ui", + "objects" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "uiManager", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "UIManager" + } + } + ], + "type_aliases" : [], + "uuid" : "2bd50a27-ab5f-4f40-a596-3641627c635e", + "version" : "1.3.0" +} diff --git a/metadata/script_modules/@minecraft/server-ui_1.3.0-beta.json b/metadata/script_modules/@minecraft/server-ui_1.4.0-beta.json similarity index 99% rename from metadata/script_modules/@minecraft/server-ui_1.3.0-beta.json rename to metadata/script_modules/@minecraft/server-ui_1.4.0-beta.json index 6c79b9855..3156a43b4 100644 --- a/metadata/script_modules/@minecraft/server-ui_1.3.0-beta.json +++ b/metadata/script_modules/@minecraft/server-ui_1.4.0-beta.json @@ -1198,7 +1198,7 @@ ], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-beta.3", "module_type" : "script", "name" : "@minecraft/server-ui", "objects" : [ @@ -1215,5 +1215,5 @@ ], "type_aliases" : [], "uuid" : "2bd50a27-ab5f-4f40-a596-3641627c635e", - "version" : "1.3.0-beta" + "version" : "1.4.0-beta" } diff --git a/metadata/script_modules/@minecraft/server_1.0.0.json b/metadata/script_modules/@minecraft/server_1.0.0.json index 9f3f08929..402db8bdb 100644 --- a/metadata/script_modules/@minecraft/server_1.0.0.json +++ b/metadata/script_modules/@minecraft/server_1.0.0.json @@ -321,7 +321,7 @@ "errors" : [], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 aebdd88a6..9796432b8 100644 --- a/metadata/script_modules/@minecraft/server_1.1.0.json +++ b/metadata/script_modules/@minecraft/server_1.1.0.json @@ -1847,7 +1847,7 @@ } } ], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 1d43bb081..677015228 100644 --- a/metadata/script_modules/@minecraft/server_1.10.0.json +++ b/metadata/script_modules/@minecraft/server_1.10.0.json @@ -20226,6 +20226,17 @@ }, "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, @@ -24031,7 +24042,7 @@ } } ], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 4f561b36e..811d76296 100644 --- a/metadata/script_modules/@minecraft/server_1.11.0.json +++ b/metadata/script_modules/@minecraft/server_1.11.0.json @@ -23951,6 +23951,17 @@ }, "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, @@ -28598,7 +28609,7 @@ } } ], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 a836aef88..7df982b5f 100644 --- a/metadata/script_modules/@minecraft/server_1.12.0.json +++ b/metadata/script_modules/@minecraft/server_1.12.0.json @@ -26342,6 +26342,17 @@ }, "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, @@ -31639,7 +31650,7 @@ } } ], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 b071a9de9..965cfc96c 100644 --- a/metadata/script_modules/@minecraft/server_1.13.0.json +++ b/metadata/script_modules/@minecraft/server_1.13.0.json @@ -11279,6 +11279,63 @@ "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" : [ { @@ -26293,6 +26350,17 @@ }, "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, @@ -26551,6 +26619,17 @@ }, "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, @@ -31885,7 +31964,7 @@ } } ], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 new file mode 100644 index 000000000..95028a654 --- /dev/null +++ b/metadata/script_modules/@minecraft/server_1.14.0.json @@ -0,0 +1,32698 @@ +{ + "classes" : [ + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : { + "default_value" : 1, + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "steps", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "above", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : 1, + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "steps", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "below", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "bottomCenter", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "center", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : 1, + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "steps", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "east", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getComponent", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponent" + } + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : 1, + "max_value" : 255, + "min_value" : 1 + }, + "name" : "amount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "default_value" : false + }, + "name" : "withData", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getItemStack", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getTags", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "tag", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasTag", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "blockName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "states", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "key_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "name" : "map", + "value_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "matches", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : 1, + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "steps", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "north", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "offset", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "offset", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "permutation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setPermutation", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "blockType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setType", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : 1, + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "steps", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "south", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : 1, + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "steps", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "west", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + } + ], + "name" : "Block", + "properties" : [ + { + "is_read_only" : true, + "name" : "dimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "is_read_only" : true, + "name" : "isAir", + "type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isLiquid", + "type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "permutation", + "type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "BlockPermutation" + } + }, + { + "is_read_only" : true, + "name" : "type", + "type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "BlockType" + } + }, + { + "is_read_only" : true, + "name" : "typeId", + "type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "x", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "y", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "z", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Component" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponentEntityFallOnEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "entity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + }, + { + "is_read_only" : true, + "name" : "fallDistance", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentEntityFallOnEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponentOnPlaceEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "previousBlock", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentOnPlaceEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponentPlayerDestroyEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "destroyedBlockPermutation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentPlayerDestroyEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponentPlayerInteractEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "face", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Direction" + } + }, + { + "is_read_only" : true, + "name" : "faceLocation", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentPlayerInteractEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponentPlayerPlaceBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "face", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Direction" + } + }, + { + "is_read_only" : false, + "name" : "permutationToPlace", + "privilege" : "read_only", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentPlayerPlaceBeforeEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponentRandomTickEvent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentRandomTickEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "name", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "customComponent", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockCustomComponent" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "registerCustomComponent", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockCustomComponentAlreadyRegisteredError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockCustomComponentReloadNewComponentError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockCustomComponentReloadNewEventError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockCustomComponentReloadVersionError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CustomComponentInvalidRegistryError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CustomComponentNameError" + }, + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EngineError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "BlockComponentRegistry", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentRegistry" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponentStepOffEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "entity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentStepOffEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponentStepOnEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "entity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentStepOnEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponentTickEvent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentTickEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "BlockEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : true, + "name" : "dimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockExplodeAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "explodedBlockPermutation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockExplodeAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockExplodeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockExplodeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockExplodeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "BlockExplodeAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockExplodeAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:inventory" + } + ], + "functions" : [], + "name" : "BlockInventoryComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "container", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Container" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockInventoryComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getAllStates", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "key_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "name" : "map", + "value_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : 1, + "max_value" : 255, + "min_value" : 1 + }, + "name" : "amount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getItemStack", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "stateName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getState", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getTags", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "tag", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasTag", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "blockName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "states", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "key_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "name" : "map", + "value_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "matches", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "blockName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "states", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "key_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "name" : "map", + "value_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + } + } + ], + "is_constructor" : false, + "is_static" : true, + "name" : "resolve", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "BlockPermutation" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "name", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "withState", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "BlockPermutation" + } + } + ], + "name" : "BlockPermutation", + "properties" : [ + { + "is_read_only" : true, + "name" : "type", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockType" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:piston" + } + ], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getAttachedBlocks", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getAttachedBlocksLocations", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + } + ], + "name" : "BlockPistonComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "isMoving", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "state", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "BlockPistonState" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPistonComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:record_player" + } + ], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "ejectRecord", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getRecord", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isPlaying", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "pauseRecord", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "playRecord", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "recordItemType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + }, + { + "details" : { + "default_value" : true + }, + "name" : "startPlaying", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setRecord", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "BlockRecordPlayerComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockRecordPlayerComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:sign" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : { + "default_value" : 0 + }, + "name" : "side", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "SignSide" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getRawText", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawText" + } + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : 0 + }, + "name" : "side", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "SignSide" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getText", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : 0 + }, + "name" : "side", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "SignSide" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getTextDyeColor", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DyeColor" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "message", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawText" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "details" : { + "default_value" : 0 + }, + "name" : "side", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "SignSide" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setText", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "color", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DyeColor" + } + } + }, + { + "details" : { + "default_value" : 0 + }, + "name" : "side", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "SignSide" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setTextDyeColor", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "waxed", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setWaxed", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "BlockSignComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "isWaxed", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockSignComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "stateName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : true, + "name" : "get", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockStateType" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : true, + "name" : "getAll", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockStateType" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "BlockStates", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockStates" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "BlockStateType", + "properties" : [ + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "validValues", + "type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockStateType" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "BlockType", + "properties" : [ + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockType" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "typeName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : true, + "name" : "get", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockType" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : true, + "name" : "getAll", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockType" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "BlockTypes", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockTypes" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getCapacity", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getMax", + "privilege" : "none", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getMin", + "privilege" : "none", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getSpan", + "privilege" : "none", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "isInside", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "delta", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "translate", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "BlockVolumeBase", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockVolumeBase" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "ButtonPushAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ButtonPushAfterEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "IButtonPushAfterEventSignal" + } + ], + "constants" : [], + "functions" : [], + "name" : "ButtonPushAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ButtonPushAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clear", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "fadeCameraOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraFadeOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "fade", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "cameraPreset", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "setOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraDefaultOptions" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraSetFacingOptions" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraSetLocationOptions" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraSetPosOptions" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraSetRotOptions" + } + ] + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setCamera", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "Camera", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Camera" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "CommandResult", + "properties" : [ + { + "is_read_only" : true, + "name" : "successCount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CommandResult" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "name" : "Component", + "properties" : [ + { + "is_read_only" : true, + "name" : "typeId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Component" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addItem", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clearAll", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "slot", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getItem", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "slot", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getSlot", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "ContainerSlot" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "fromSlot", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "toSlot", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : null, + "name" : "toContainer", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Container" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "moveItem", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "slot", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setItem", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "slot", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "otherSlot", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : null, + "name" : "otherContainer", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Container" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "swapItems", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "fromSlot", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : null, + "name" : "toContainer", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Container" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "transferItem", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + } + ], + "name" : "Container", + "properties" : [ + { + "is_read_only" : true, + "name" : "emptySlotsCount", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "size", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Container" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clearDynamicProperties", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getCanDestroy", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getCanPlaceOn", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicProperty", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "double", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + ] + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicPropertyIds", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicPropertyTotalByteCount", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getItem", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getLore", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getTags", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "hasItem", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "tag", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasTag", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "isStackableWith", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "blockIdentifiers", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setCanDestroy", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "blockIdentifiers", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setCanPlaceOn", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "double", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + ] + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setDynamicProperty", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setItem", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "loreList", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setLore", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "ContainerSlot", + "properties" : [ + { + "is_read_only" : false, + "name" : "amount", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "isStackable", + "type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "keepOnDeath", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "lockMode", + "privilege" : "none", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemLockMode" + } + }, + { + "is_read_only" : true, + "name" : "maxAmount", + "type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "nameTag", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : true, + "name" : "type", + "type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EngineError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "ItemType" + } + }, + { + "is_read_only" : true, + "name" : "typeId", + "type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ContainerSlot" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getModifiers", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DefinitionModifier" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "DataDrivenEntityTriggerAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "entity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : true, + "name" : "eventId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DataDrivenEntityTriggerAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DataDrivenEntityTriggerAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDataDrivenTriggerEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DataDrivenEntityTriggerAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DataDrivenEntityTriggerAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "DataDrivenEntityTriggerAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DataDrivenEntityTriggerAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "max_value" : 1000.0, + "min_value" : 0.0 + }, + "name" : "radius", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "explosionOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "createExplosion", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getBlock", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : null, + "name" : "direction", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockRaycastOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getBlockFromRay", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockRaycastHit" + } + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityQueryOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getEntities", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getEntitiesAtBlockLocation", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : null, + "name" : "direction", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRaycastOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getEntitiesFromRay", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRaycastHit" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityQueryOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getPlayers", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "locationXZ", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "VectorXZ" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "minHeight", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getTopmostBlock", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "soundId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "soundOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldSoundOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "playSound", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "commandString", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "runCommand", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CommandError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "CommandResult" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "commandString", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "runCommandAsync", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "promise", + "promise_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CommandResult" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : null, + "name" : "permutation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setBlockPermutation", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : null, + "name" : "blockType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setBlockType", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "weatherType", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherType" + } + }, + { + "details" : { + "default_value" : "null", + "max_value" : 1000000, + "min_value" : 1 + }, + "name" : "duration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setWeather", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "spawnEntity", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Entity" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + }, + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "spawnItem", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Entity" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "effectName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "molangVariables", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MolangVariableMap" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "spawnParticle", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "Dimension", + "properties" : [ + { + "is_read_only" : true, + "name" : "heightRange", + "type" : { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : true, + "name" : "NumberRange" + } + }, + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "DimensionType", + "properties" : [ + { + "is_read_only" : true, + "name" : "typeId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DimensionType" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "dimensionTypeId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : true, + "name" : "get", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DimensionType" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : true, + "name" : "getAll", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DimensionType" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "DimensionTypes", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DimensionTypes" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "name" : "Effect", + "properties" : [ + { + "is_read_only" : true, + "name" : "amplifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "displayName", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "duration", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "typeId", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Effect" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EffectAddAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "effect", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Effect" + } + }, + { + "is_read_only" : true, + "name" : "entity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EffectAddAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EffectAddBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "duration", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "effectType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "entity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EffectAddBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddBeforeEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getName", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "name" : "EffectType", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectType" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : true, + "name" : "get", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectType" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : true, + "name" : "getAll", + "privilege" : "none", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectType" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "EffectTypes", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectTypes" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "enchantmentType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : true, + "name" : "constructor", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "EnchantmentType" + } + } + ], + "name" : "EnchantmentType", + "properties" : [ + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "maxLevel", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentType" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "enchantmentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : true, + "name" : "get", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentType" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : true, + "name" : "getAll", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentType" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "EnchantmentTypes", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypes" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "effectType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "details" : { + "max_value" : 20000000, + "min_value" : 1 + }, + "name" : "duration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEffectOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addEffect", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Effect" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "tag", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addTag", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 3.402823466385289e+38, + "min_value" : -3.402823466385289e+38 + }, + "name" : "amount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityApplyDamageByProjectileOptions" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityApplyDamageOptions" + } + ] + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "applyDamage", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "vector", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "applyImpulse", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 3.402823466385289e+38, + "min_value" : -3.402823466385289e+38 + }, + "name" : "directionX", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "max_value" : 3.402823466385289e+38, + "min_value" : -3.402823466385289e+38 + }, + "name" : "directionZ", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "max_value" : 3.402823466385289e+38, + "min_value" : -3.402823466385289e+38 + }, + "name" : "horizontalStrength", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "max_value" : 3.402823466385289e+38, + "min_value" : -3.402823466385289e+38 + }, + "name" : "verticalStrength", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "applyKnockback", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clearDynamicProperties", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clearVelocity", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : true + }, + "name" : "useEffects", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "extinguishFire", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockRaycastOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getBlockFromViewDirection", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockRaycastHit" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getComponent", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getComponents", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicProperty", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "double", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + ] + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicPropertyIds", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicPropertyTotalByteCount", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "effectType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getEffect", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Effect" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getEffects", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Effect" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRaycastOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getEntitiesFromViewDirection", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRaycastHit" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getHeadLocation", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getProperty", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getRotation", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector2" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getTags", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getVelocity", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getViewDirection", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasComponent", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "tag", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasTag", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "kill", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "options", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityQueryOptions" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "matches", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "animationName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayAnimationOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "playAnimation", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "remove", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "effectType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "removeEffect", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "tag", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "removeTag", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "resetProperty", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EngineError" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "commandString", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "runCommand", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CommandError" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "CommandResult" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "commandString", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "runCommandAsync", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "promise", + "promise_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CommandResult" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "double", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + ] + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setDynamicProperty", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "seconds", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "default_value" : true + }, + "name" : "useEffects", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setOnFire", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setProperty", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "rotation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector2" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setRotation", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "teleportOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TeleportOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "teleport", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "eventName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "triggerEvent", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "teleportOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TeleportOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "tryTeleport", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "name" : "Entity", + "properties" : [ + { + "is_read_only" : true, + "name" : "dimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Dimension" + } + }, + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "isClimbing", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isFalling", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isInWater", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isOnGround", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isSleeping", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "isSneaking", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isSprinting", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isSwimming", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + }, + { + "is_read_only" : false, + "name" : "nameTag", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "scoreboardIdentity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + } + } + }, + { + "is_read_only" : true, + "name" : "typeId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:addrider" + } + ], + "functions" : [], + "name" : "EntityAddRiderComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "entityType", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "spawnEvent", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityAddRiderComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:ageable" + } + ], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDropItems", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getFeedItems", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDefinitionFeedItem" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + } + ], + "name" : "EntityAgeableComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "duration", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "growUp", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Trigger" + } + }, + { + "is_read_only" : true, + "name" : "transformToItem", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityAgeableComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "resetToDefaultValue", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "resetToMaxValue", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "resetToMinValue", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setCurrentValue", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "name" : "EntityAttributeComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "currentValue", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "defaultValue", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "effectiveMax", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "effectiveMin", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityAttributeComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [], + "functions" : [], + "name" : "EntityBaseMovementComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "maxTurn", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:can_climb" + } + ], + "functions" : [], + "name" : "EntityCanClimbComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityCanClimbComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:can_fly" + } + ], + "functions" : [], + "name" : "EntityCanFlyComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityCanFlyComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:can_power_jump" + } + ], + "functions" : [], + "name" : "EntityCanPowerJumpComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityCanPowerJumpComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:color2" + } + ], + "functions" : [], + "name" : "EntityColor2Component", + "properties" : [ + { + "is_read_only" : true, + "name" : "value", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "PaletteColor" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityColor2Component" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:color" + } + ], + "functions" : [], + "name" : "EntityColorComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "value", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityColorComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Component" + } + ], + "constants" : [], + "functions" : [], + "name" : "EntityComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "entity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityDefinitionFeedItem", + "properties" : [ + { + "is_read_only" : true, + "name" : "growth", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "item", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDefinitionFeedItem" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityDieAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "damageSource", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDamageSource" + } + }, + { + "is_read_only" : true, + "name" : "deadEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDieAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDieAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDieAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDieAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EntityDieAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDieAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:equippable" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "equipmentSlot", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EquipmentSlot" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getEquipment", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "equipmentSlot", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EquipmentSlot" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getEquipmentSlot", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "ContainerSlot" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "equipmentSlot", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EquipmentSlot" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setEquipment", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "name" : "EntityEquippableComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEquippableComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:fire_immune" + } + ], + "functions" : [], + "name" : "EntityFireImmuneComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityFireImmuneComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:floats_in_liquid" + } + ], + "functions" : [], + "name" : "EntityFloatsInLiquidComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityFloatsInLiquidComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:flying_speed" + } + ], + "functions" : [], + "name" : "EntityFlyingSpeedComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "value", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityFlyingSpeedComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:friction_modifier" + } + ], + "functions" : [], + "name" : "EntityFrictionModifierComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "value", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityFrictionModifierComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:ground_offset" + } + ], + "functions" : [], + "name" : "EntityGroundOffsetComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "value", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityGroundOffsetComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:healable" + } + ], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getFeedItems", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "FeedItem" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + } + ], + "name" : "EntityHealableComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "forceUse", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHealableComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityHealthChangedAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "entity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : true, + "name" : "newValue", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "oldValue", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHealthChangedAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHealthChangedAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHealthChangedAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHealthChangedAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EntityHealthChangedAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHealthChangedAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityAttributeComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:health" + } + ], + "functions" : [], + "name" : "EntityHealthComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHealthComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityHitBlockAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "blockFace", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Direction" + } + }, + { + "is_read_only" : true, + "name" : "damagingEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : true, + "name" : "hitBlock", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : true, + "name" : "hitBlockPermutation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitBlockAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EntityHitBlockAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitBlockAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityHitEntityAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "damagingEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : true, + "name" : "hitEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitEntityAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitEntityAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitEntityAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitEntityAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EntityHitEntityAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitEntityAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityHurtAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "damage", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "damageSource", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDamageSource" + } + }, + { + "is_read_only" : true, + "name" : "hurtEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHurtAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHurtAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHurtAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHurtAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EntityHurtAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHurtAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:inventory" + } + ], + "functions" : [], + "name" : "EntityInventoryComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "additionalSlotsPerStrength", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "canBeSiphonedFrom", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "container", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Container" + } + } + }, + { + "is_read_only" : true, + "name" : "containerType", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "inventorySize", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "private", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "restrictToOwner", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityInventoryComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_baby" + } + ], + "functions" : [], + "name" : "EntityIsBabyComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsBabyComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_charged" + } + ], + "functions" : [], + "name" : "EntityIsChargedComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsChargedComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_chested" + } + ], + "functions" : [], + "name" : "EntityIsChestedComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsChestedComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_dyeable" + } + ], + "functions" : [], + "name" : "EntityIsDyeableComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsDyeableComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_hidden_when_invisible" + } + ], + "functions" : [], + "name" : "EntityIsHiddenWhenInvisibleComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsHiddenWhenInvisibleComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_ignited" + } + ], + "functions" : [], + "name" : "EntityIsIgnitedComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsIgnitedComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_illager_captain" + } + ], + "functions" : [], + "name" : "EntityIsIllagerCaptainComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsIllagerCaptainComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_saddled" + } + ], + "functions" : [], + "name" : "EntityIsSaddledComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsSaddledComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_shaking" + } + ], + "functions" : [], + "name" : "EntityIsShakingComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsShakingComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_sheared" + } + ], + "functions" : [], + "name" : "EntityIsShearedComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsShearedComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_stackable" + } + ], + "functions" : [], + "name" : "EntityIsStackableComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsStackableComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_stunned" + } + ], + "functions" : [], + "name" : "EntityIsStunnedComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsStunnedComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_tamed" + } + ], + "functions" : [], + "name" : "EntityIsTamedComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsTamedComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:item" + } + ], + "functions" : [], + "name" : "EntityItemComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "ItemStack" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityItemComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityAttributeComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:lava_movement" + } + ], + "functions" : [], + "name" : "EntityLavaMovementComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityLavaMovementComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:leashable" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "leashHolder", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "leashTo", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "unleash", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "EntityLeashableComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "canBeStolen", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "hardDistance", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "isLeashed", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "leashHolder", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + }, + { + "is_read_only" : true, + "name" : "leashHolderEntityId", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : true, + "name" : "maxDistance", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "softDistance", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityLeashableComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityLoadAfterEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "entity", + "privilege" : "none", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityLoadAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityLoadAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityLoadAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityLoadAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EntityLoadAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityLoadAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:mark_variant" + } + ], + "functions" : [], + "name" : "EntityMarkVariantComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "value", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMarkVariantComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.amphibious" + } + ], + "functions" : [], + "name" : "EntityMovementAmphibiousComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementAmphibiousComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.basic" + } + ], + "functions" : [], + "name" : "EntityMovementBasicComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementBasicComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityAttributeComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement" + } + ], + "functions" : [], + "name" : "EntityMovementComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.fly" + } + ], + "functions" : [], + "name" : "EntityMovementFlyComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementFlyComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.generic" + } + ], + "functions" : [], + "name" : "EntityMovementGenericComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementGenericComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.glide" + } + ], + "functions" : [], + "name" : "EntityMovementGlideComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "speedWhenTurning", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "startSpeed", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementGlideComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.hover" + } + ], + "functions" : [], + "name" : "EntityMovementHoverComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementHoverComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.jump" + } + ], + "functions" : [], + "name" : "EntityMovementJumpComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementJumpComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.skip" + } + ], + "functions" : [], + "name" : "EntityMovementSkipComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementSkipComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.sway" + } + ], + "functions" : [], + "name" : "EntityMovementSwayComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "swayAmplitude", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "swayFrequency", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementSwayComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:navigation.climb" + } + ], + "functions" : [], + "name" : "EntityNavigationClimbComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationClimbComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [], + "functions" : [], + "name" : "EntityNavigationComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "avoidDamageBlocks", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "avoidPortals", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "avoidSun", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "avoidWater", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canBreach", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canBreakDoors", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canFloat", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canJump", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canOpenDoors", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canOpenIronDoors", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canPassDoors", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canPathFromAir", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canPathOverLava", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canPathOverWater", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canSink", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canSwim", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canWalk", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canWalkInLava", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isAmphibious", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:navigation.float" + } + ], + "functions" : [], + "name" : "EntityNavigationFloatComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationFloatComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:navigation.fly" + } + ], + "functions" : [], + "name" : "EntityNavigationFlyComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationFlyComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:navigation.generic" + } + ], + "functions" : [], + "name" : "EntityNavigationGenericComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationGenericComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:navigation.hover" + } + ], + "functions" : [], + "name" : "EntityNavigationHoverComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationHoverComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:navigation.walk" + } + ], + "functions" : [], + "name" : "EntityNavigationWalkComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationWalkComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:onfire" + } + ], + "functions" : [], + "name" : "EntityOnFireComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "onFireTicksRemaining", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityOnFireComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:projectile" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "velocity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileShootOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "shoot", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "EntityProjectileComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "airInertia", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "catchFireOnHurt", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "critParticlesOnProjectileHurt", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "destroyOnProjectileHurt", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "gravity", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "hitEntitySound", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : false, + "name" : "hitGroundSound", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : false, + "name" : "hitParticle", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : false, + "name" : "lightningStrikeOnHit", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "liquidInertia", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "onFireTime", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "owner", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + }, + { + "is_read_only" : false, + "name" : "shouldBounceOnHit", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "stopOnHit", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityProjectileComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:push_through" + } + ], + "functions" : [], + "name" : "EntityPushThroughComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "value", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityPushThroughComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityRemoveAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "removedEntityId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "typeId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EntityRemoveAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityRemoveBeforeEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "removedEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EntityRemoveBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveBeforeEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:rideable" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "rider", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addRider", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "rider", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "ejectRider", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "ejectRiders", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getFamilyTypes", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getRiders", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getSeats", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Seat" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + } + ], + "name" : "EntityRideableComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "controllingSeat", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "crouchingSkipInteract", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "interactText", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "passengerMaxWidth", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "pullInEntities", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "riderCanInteract", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "seatCount", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRideableComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:riding" + } + ], + "functions" : [], + "name" : "EntityRidingComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "entityRidingOn", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRidingComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:scale" + } + ], + "functions" : [], + "name" : "EntityScaleComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "value", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityScaleComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:skin_id" + } + ], + "functions" : [], + "name" : "EntitySkinIdComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "value", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntitySkinIdComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntitySpawnAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "cause", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityInitializationCause" + } + }, + { + "is_read_only" : false, + "name" : "entity", + "privilege" : "none", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntitySpawnAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntitySpawnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntitySpawnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntitySpawnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EntitySpawnAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntitySpawnAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:strength" + } + ], + "functions" : [], + "name" : "EntityStrengthComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "max", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityStrengthComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:tameable" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "tame", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "name" : "EntityTameableComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "getTameItems", + "type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "is_read_only" : true, + "name" : "isTamed", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "probability", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "tamedToPlayer", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + }, + { + "is_read_only" : true, + "name" : "tamedToPlayerId", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityTameableComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:tamemount" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "showParticles", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "tame", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "showParticles", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "details" : null, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "tameToPlayer", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "name" : "EntityTameMountComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "isTamed", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isTamedToPlayer", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "tamedToPlayer", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + }, + { + "is_read_only" : true, + "name" : "tamedToPlayerId", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityTameMountComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityType", + "properties" : [ + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityType" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:type_family" + } + ], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getTypeFamilies", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "typeFamily", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasTypeFamily", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "name" : "EntityTypeFamilyComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityTypeFamilyComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : true, + "name" : "get", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityType" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : true, + "name" : "getAll", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityType" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "EntityTypes", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityTypes" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityAttributeComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:underwater_movement" + } + ], + "functions" : [], + "name" : "EntityUnderwaterMovementComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityUnderwaterMovementComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:variant" + } + ], + "functions" : [], + "name" : "EntityVariantComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityVariantComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:wants_jockey" + } + ], + "functions" : [], + "name" : "EntityWantsJockeyComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityWantsJockeyComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getImpactedBlocks", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "ExplosionAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "dimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ExplosionAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionAfterEvent" + } + ], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "blocks", + "type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setImpactedBlocks", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ExplosionBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ExplosionBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionBeforeEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getEffects", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "FeedItemEffect" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "FeedItem", + "properties" : [ + { + "is_read_only" : true, + "name" : "healAmount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "item", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "FeedItem" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "FeedItemEffect", + "properties" : [ + { + "is_read_only" : true, + "name" : "amplifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "chance", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "duration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "name", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "FeedItemEffect" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "GameRuleChangeAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "rule", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameRule" + } + }, + { + "is_read_only" : true, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + ] + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameRuleChangeAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameRuleChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameRuleChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameRuleChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "GameRuleChangeAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameRuleChangeAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "GameRules", + "properties" : [ + { + "is_read_only" : false, + "name" : "commandBlockOutput", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "commandBlocksEnabled", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doDayLightCycle", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doEntityDrops", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doFireTick", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doImmediateRespawn", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doInsomnia", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doLimitedCrafting", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doMobLoot", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doMobSpawning", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doTileDrops", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doWeatherCycle", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "drowningDamage", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "fallDamage", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "fireDamage", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "freezeDamage", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "functionCommandLimit", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "keepInventory", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "maxCommandChainLength", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "mobGriefing", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "naturalRegeneration", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "playersSleepingPercentage", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "projectilesCanBreakBlocks", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "pvp", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "randomTickSpeed", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "recipesUnlock", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "respawnBlocksExplode", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "sendCommandFeedback", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "showBorderEffect", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "showCoordinates", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "showDaysPlayed", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "showDeathMessages", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "showRecipeMessages", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "showTags", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "spawnRadius", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "tntExplodes", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "tntExplosionDropDecay", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameRules" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ButtonPushAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ButtonPushAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ButtonPushAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "IButtonPushAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "IButtonPushAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LeverActionAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LeverActionAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LeverActionAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ILeverActionAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ILeverActionAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerJoinAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerJoinAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerJoinAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "IPlayerJoinAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "IPlayerJoinAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "IPlayerLeaveAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "IPlayerLeaveAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerSpawnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerSpawnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerSpawnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "IPlayerSpawnAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "IPlayerSpawnAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemCompleteUseAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "is_read_only" : true, + "name" : "useDuration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCompleteUseAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCompleteUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCompleteUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCompleteUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemCompleteUseAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCompleteUseAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemCompleteUseEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCompleteUseEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Component" + } + ], + "constants" : [], + "functions" : [], + "name" : "ItemComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemComponentBeforeDurabilityDamageEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "attackingEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : false, + "name" : "durabilityDamage", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "hitEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : false, + "name" : "itemStack", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentBeforeDurabilityDamageEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCompleteUseEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "ItemComponentCompleteUseEvent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentCompleteUseEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemComponentConsumeEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentConsumeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemComponentHitEntityEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "attackingEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : true, + "name" : "hadEffect", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "hitEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentHitEntityEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemComponentMineBlockEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "minedBlockPermutation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentMineBlockEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "name", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "itemCustomComponent", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCustomComponent" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "registerCustomComponent", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CustomComponentInvalidRegistryError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CustomComponentNameError" + }, + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EngineError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCustomComponentAlreadyRegisteredError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCustomComponentReloadNewComponentError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCustomComponentReloadNewEventError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCustomComponentReloadVersionError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "ItemComponentRegistry", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentRegistry" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemComponentUseEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentUseEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "ItemComponentUseOnEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : true, + "name" : "usedOnBlockPermutation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentUseOnEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:cooldown" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getCooldownTicksRemaining", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "cooldownCategory", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "isCooldownCategory", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "startCooldown", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "ItemCooldownComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "cooldownCategory", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "cooldownTicks", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCooldownComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:durability" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : { + "default_value" : 0, + "max_value" : 3, + "min_value" : 0 + }, + "name" : "unbreakingEnchantmentLevel", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getDamageChance", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDamageChanceRange", + "privilege" : "none", + "return_type" : { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : true, + "name" : "NumberRange" + } + } + ], + "name" : "ItemDurabilityComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "damage", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "maxDurability", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemDurabilityComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:enchantable" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "enchantment", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Enchantment" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addEnchantment", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentLevelOutOfBoundsError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypeNotCompatibleError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypeUnknownIdError" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "enchantments", + "type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Enchantment" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addEnchantments", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentLevelOutOfBoundsError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypeNotCompatibleError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypeUnknownIdError" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "enchantment", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Enchantment" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "canAddEnchantment", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentLevelOutOfBoundsError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypeUnknownIdError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "enchantmentType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getEnchantment", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypeUnknownIdError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Enchantment" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getEnchantments", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Enchantment" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "enchantmentType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasEnchantment", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypeUnknownIdError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "removeAllEnchantments", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "enchantmentType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "removeEnchantment", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypeUnknownIdError" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "ItemEnchantableComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "slots", + "type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentSlot" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemEnchantableComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:food" + } + ], + "functions" : [], + "name" : "ItemFoodComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "canAlwaysEat", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "nutrition", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "saturationModifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "usingConvertsTo", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemFoodComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemReleaseUseAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "is_read_only" : true, + "name" : "useDuration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemReleaseUseAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemReleaseUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemReleaseUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemReleaseUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemReleaseUseAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemReleaseUseAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clearDynamicProperties", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clone", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "itemType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "details" : { + "default_value" : 1, + "max_value" : 255, + "min_value" : 1 + }, + "name" : "amount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : true, + "name" : "constructor", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "ItemStack" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getCanDestroy", + "privilege" : "none", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getCanPlaceOn", + "privilege" : "none", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getComponent", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponent" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getComponents", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponent" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicProperty", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "double", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + ] + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicPropertyIds", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicPropertyTotalByteCount", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getLore", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getTags", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasComponent", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "tag", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasTag", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "isStackableWith", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "itemName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "states", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "key_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "name" : "map", + "value_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "matches", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "blockIdentifiers", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setCanDestroy", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "blockIdentifiers", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setCanPlaceOn", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "double", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + ] + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setDynamicProperty", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "loreList", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setLore", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "ItemStack", + "properties" : [ + { + "is_read_only" : false, + "name" : "amount", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "isStackable", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "keepOnDeath", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "lockMode", + "privilege" : "none", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemLockMode" + } + }, + { + "is_read_only" : true, + "name" : "maxAmount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "nameTag", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : true, + "name" : "type", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemType" + } + }, + { + "is_read_only" : true, + "name" : "typeId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemStartUseAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "is_read_only" : true, + "name" : "useDuration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemStartUseAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemStartUseOnAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : true, + "name" : "blockFace", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Direction" + } + }, + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseOnAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseOnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseOnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseOnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemStartUseOnAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseOnAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemStopUseAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "is_read_only" : true, + "name" : "useDuration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemStopUseAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemStopUseOnAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseOnAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseOnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseOnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseOnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemStopUseOnAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseOnAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemType", + "properties" : [ + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemType" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "itemId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : true, + "name" : "get", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemType" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : true, + "name" : "getAll", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemType" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "ItemTypes", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemTypes" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemUseAfterEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "itemStack", + "privilege" : "read_only", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemUseAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseAfterEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "ItemUseBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemUseBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseBeforeEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemUseOnAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : true, + "name" : "blockFace", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Direction" + } + }, + { + "is_read_only" : true, + "name" : "faceLocation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemUseOnAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnAfterEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "ItemUseOnBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemUseOnBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnBeforeEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemUseOnEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : true, + "name" : "blockFace", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Direction" + } + }, + { + "is_read_only" : true, + "name" : "faceLocation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "LeverActionAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "isPowered", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LeverActionAfterEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ILeverActionAfterEventSignal" + } + ], + "constants" : [], + "functions" : [], + "name" : "LeverActionAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LeverActionAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockVolumeBase" + } + ], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "locations", + "type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "add", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "locations", + "type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "is_constructor" : true, + "name" : "constructor", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ListBlockVolume" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "locations", + "type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "remove", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ListBlockVolume", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ListBlockVolume" + } + }, + { + "base_types" : [], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "nether", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:nether" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "overworld", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:overworld" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "theEnd", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:the_end" + } + ], + "functions" : [], + "name" : "MinecraftDimensionTypes", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MinecraftDimensionTypes" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : true, + "name" : "constructor", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MolangVariableMap" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "variableName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "color", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RGB" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setColorRGB", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "variableName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "color", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RGBA" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setColorRGBA", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "variableName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "max_value" : 3.402823466385289e+38, + "min_value" : -3.402823466385289e+38 + }, + "name" : "number", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setFloat", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "variableName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "max_value" : 3.402823466385289e+38, + "min_value" : -3.402823466385289e+38 + }, + "name" : "speed", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : null, + "name" : "direction", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setSpeedAndDirection", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "variableName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "vector", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setVector3", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "MolangVariableMap", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MolangVariableMap" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "PistonActivateAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "isExpanding", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "piston", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPistonComponent" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PistonActivateAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PistonActivateAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PistonActivateAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PistonActivateAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PistonActivateAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PistonActivateAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + ], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : { + "max_value" : 16777216, + "min_value" : -16777216 + }, + "name" : "amount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addExperience", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 16777216, + "min_value" : -16777216 + }, + "name" : "amount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addLevels", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getGameMode", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "GameMode" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "cooldownCategory", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getItemCooldown", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getSpawnPoint", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DimensionLocation" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getTotalXp", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "trackId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "musicOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MusicOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "playMusic", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "soundId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "soundOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerSoundOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "playSound", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "trackId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "musicOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MusicOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "queueMusic", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "resetLevel", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "message", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "sendMessage", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "gameMode", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameMode" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setGameMode", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "spawnPoint", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DimensionLocation" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setSpawnPoint", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "cooldownCategory", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "max_value" : 32767, + "min_value" : 0 + }, + "name" : "tickDuration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "startItemCooldown", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "stopMusic", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "Player", + "properties" : [ + { + "is_read_only" : true, + "name" : "camera", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Camera" + } + }, + { + "is_read_only" : true, + "name" : "inputPermissions", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInputPermissions" + } + }, + { + "is_read_only" : true, + "name" : "isEmoting", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isFlying", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isGliding", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isJumping", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "level", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "name", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "onScreenDisplay", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "ScreenDisplay" + } + }, + { + "is_read_only" : false, + "name" : "selectedSlotIndex", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "totalXpNeededForNextLevel", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "xpEarnedAtCurrentLevel", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "PlayerBreakBlockAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "brokenBlockPermutation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + }, + { + "is_read_only" : true, + "name" : "itemStackAfterBreak", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "itemStackBeforeBreak", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerBreakBlockAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "PlayerBreakBlockBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "itemStack", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerBreakBlockBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockBeforeEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:cursor_inventory" + } + ], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clear", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "PlayerCursorInventoryComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "item", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerCursorInventoryComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerDimensionChangeAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "fromDimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "is_read_only" : true, + "name" : "fromLocation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "is_read_only" : true, + "name" : "toDimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "is_read_only" : true, + "name" : "toLocation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerDimensionChangeAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerDimensionChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerDimensionChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerDimensionChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerDimensionChangeAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerDimensionChangeAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerEmoteAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "personaPieceId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerEmoteAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerEmoteAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerEmoteAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerEmoteAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerEmoteAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerEmoteAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerGameModeChangeAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "fromGameMode", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameMode" + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "is_read_only" : true, + "name" : "toGameMode", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameMode" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerGameModeChangeAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerGameModeChangeBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "fromGameMode", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameMode" + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "is_read_only" : false, + "name" : "toGameMode", + "privilege" : "read_only", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameMode" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerGameModeChangeBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeBeforeEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerInputPermissionCategoryChangeAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "category", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InputPermissionCategory" + } + }, + { + "is_read_only" : true, + "name" : "enabled", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInputPermissionCategoryChangeAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInputPermissionCategoryChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInputPermissionCategoryChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInputPermissionCategoryChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerInputPermissionCategoryChangeAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInputPermissionCategoryChangeAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerInputPermissions", + "properties" : [ + { + "is_read_only" : false, + "name" : "cameraEnabled", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "movementEnabled", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInputPermissions" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerInteractWithBlockAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : true, + "name" : "blockFace", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Direction" + } + }, + { + "is_read_only" : true, + "name" : "faceLocation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerInteractWithBlockAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerInteractWithBlockBeforeEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : true, + "name" : "blockFace", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Direction" + } + }, + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "faceLocation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerInteractWithBlockBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockBeforeEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerInteractWithEntityAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "is_read_only" : true, + "name" : "target", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerInteractWithEntityAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerInteractWithEntityBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "is_read_only" : true, + "name" : "target", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerInteractWithEntityBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityBeforeEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerJoinAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "playerId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "playerName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerJoinAfterEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "IPlayerJoinAfterEventSignal" + } + ], + "constants" : [], + "functions" : [], + "name" : "PlayerJoinAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerJoinAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerLeaveAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "playerId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "playerName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveAfterEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "IPlayerLeaveAfterEventSignal" + } + ], + "constants" : [], + "functions" : [], + "name" : "PlayerLeaveAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerLeaveBeforeEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerLeaveBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveBeforeEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "PlayerPlaceBlockAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerPlaceBlockAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerPlaceBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerPlaceBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerPlaceBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerPlaceBlockAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerPlaceBlockAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerSpawnAfterEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "initialSpawn", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "player", + "privilege" : "none", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerSpawnAfterEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "IPlayerSpawnAfterEventSignal" + } + ], + "constants" : [], + "functions" : [], + "name" : "PlayerSpawnAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerSpawnAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "PressurePlatePopAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "previousRedstonePower", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "redstonePower", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePopAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePopAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePopAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePopAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PressurePlatePopAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePopAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "PressurePlatePushAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "previousRedstonePower", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "redstonePower", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePushAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePushAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePushAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePushAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PressurePlatePushAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePushAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getBlockHit", + "privilege" : "none", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockHitInformation" + } + } + ], + "name" : "ProjectileHitBlockAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "dimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "is_read_only" : true, + "name" : "hitVector", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "projectile", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitBlockAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ProjectileHitBlockAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitBlockAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getEntityHit", + "privilege" : "none", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitInformation" + } + } + ], + "name" : "ProjectileHitEntityAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "dimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "is_read_only" : true, + "name" : "hitVector", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "projectile", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitEntityAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitEntityAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitEntityAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitEntityAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ProjectileHitEntityAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitEntityAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "objectiveId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "displayName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addObjective", + "privilege" : "none", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "ScoreboardObjective" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "displaySlotId", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DisplaySlotId" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "clearObjectiveAtDisplaySlot", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardObjective" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "objectiveId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getObjective", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardObjective" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "displaySlotId", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DisplaySlotId" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getObjectiveAtDisplaySlot", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardObjectiveDisplayOptions" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getObjectives", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardObjective" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getParticipants", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "objectiveId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardObjective" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "removeObjective", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "displaySlotId", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DisplaySlotId" + } + }, + { + "details" : null, + "name" : "objectiveDisplaySetting", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardObjectiveDisplayOptions" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setObjectiveAtDisplaySlot", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardObjective" + } + } + } + ], + "name" : "Scoreboard", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Scoreboard" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getEntity", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "name" : "ScoreboardIdentity", + "properties" : [ + { + "is_read_only" : true, + "name" : "displayName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int64", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "type", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentityType" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "participant", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "scoreToAdd", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addScore", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getParticipants", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "participant", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getScore", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getScores", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardScoreInfo" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "participant", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasParticipant", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "participant", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "removeParticipant", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "participant", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "score", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setScore", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "ScoreboardObjective", + "properties" : [ + { + "is_read_only" : true, + "name" : "displayName", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardObjective" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ScoreboardScoreInfo", + "properties" : [ + { + "is_read_only" : true, + "name" : "participant", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + } + }, + { + "is_read_only" : true, + "name" : "score", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardScoreInfo" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getHiddenHudElements", + "privilege" : "none", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "hudElements", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hideAllExcept", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "hudElement", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "isForcedHidden", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "resetHudElements", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "text", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setActionBar", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "visible", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudVisibility" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "hudElements", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setHudVisibility", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "title", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TitleDisplayOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setTitle", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "subtitle", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "updateSubtitle", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "ScreenDisplay", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScreenDisplay" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ScriptEventCommandMessageAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "initiator", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + }, + { + "is_read_only" : true, + "name" : "message", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "sourceBlock", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + }, + { + "is_read_only" : true, + "name" : "sourceEntity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + }, + { + "is_read_only" : true, + "name" : "sourceType", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScriptEventSource" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScriptEventCommandMessageAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScriptEventCommandMessageAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScriptEventMessageFilterOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScriptEventCommandMessageAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScriptEventCommandMessageAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ScriptEventCommandMessageAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScriptEventCommandMessageAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "Seat", + "properties" : [ + { + "is_read_only" : true, + "name" : "lockRiderRotation", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "maxRiderCount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "minRiderCount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "position", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "seatRotation", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Seat" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getBlockPermutation", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidArgumentError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidStructureError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getIsWaterlogged", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidArgumentError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidStructureError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : 1 + }, + "name" : "saveMode", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "StructureSaveMode" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "saveAs", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EngineError" + }, + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidArgumentError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidStructureError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Structure" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "saveToWorld", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidStructureError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "blockPermutation", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setBlockPermutation", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidArgumentError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidStructureError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "Structure", + "properties" : [ + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "size", + "type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidStructureError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Structure" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "size", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : 0 + }, + "name" : "saveMode", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "StructureSaveMode" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "createEmpty", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EngineError" + }, + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidArgumentError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Structure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "dimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "details" : null, + "name" : "from", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : null, + "name" : "to", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "StructureCreateOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "createFromWorld", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidArgumentError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Structure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "structure", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Structure" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "delete", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidArgumentError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "get", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Structure" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getWorldStructureIds", + "privilege" : "none", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "structure", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Structure" + } + ] + } + }, + { + "details" : null, + "name" : "dimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "StructurePlaceOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "place", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ArgumentOutOfBoundsError" + }, + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidArgumentError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidStructureError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "StructureManager", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "StructureManager" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : { + "max_value" : 4294967295, + "min_value" : 0 + }, + "name" : "jobId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "clearJob", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 4294967295, + "min_value" : 0 + }, + "name" : "runId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "clearRun", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "run", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "tickInterval", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "runInterval", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "generator", + "type" : { + "generator_type" : { + "next_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + }, + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + }, + "yield_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "generator" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "runJob", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "tickDelay", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "runTimeout", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 4294967295, + "min_value" : 1 + }, + "name" : "ticks", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "waitTicks", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EngineError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "promise", + "promise_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + } + ], + "name" : "System", + "properties" : [ + { + "is_read_only" : true, + "name" : "afterEvents", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "SystemAfterEvents" + } + }, + { + "is_read_only" : true, + "name" : "currentTick", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "System" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "SystemAfterEvents", + "properties" : [ + { + "is_read_only" : true, + "name" : "scriptEventReceive", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScriptEventCommandMessageAfterEventSignal" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "SystemAfterEvents" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "TargetBlockHitAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "hitVector", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "previousRedstonePower", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "redstonePower", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TargetBlockHitAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TargetBlockHitAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TargetBlockHitAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TargetBlockHitAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "TargetBlockHitAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TargetBlockHitAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "eventName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : true, + "name" : "constructor", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Trigger" + } + } + ], + "name" : "Trigger", + "properties" : [ + { + "is_read_only" : false, + "name" : "eventName", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Trigger" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "TripWireTripAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "isPowered", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "sources", + "type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TripWireTripAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TripWireTripAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TripWireTripAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TripWireTripAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "TripWireTripAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TripWireTripAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "WeatherChangeAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "dimension", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "newWeather", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherType" + } + }, + { + "is_read_only" : true, + "name" : "previousWeather", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherType" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "WeatherChangeAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "WeatherChangeBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "duration", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "newWeather", + "privilege" : "read_only", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherType" + } + }, + { + "is_read_only" : true, + "name" : "previousWeather", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherType" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "WeatherChangeBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeBeforeEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clearDynamicProperties", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getAbsoluteTime", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getAllPlayers", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDay", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDefaultSpawnLocation", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "dimensionId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getDimension", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Dimension" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicProperty", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "double", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + ] + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicPropertyIds", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicPropertyTotalByteCount", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getEntity", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getMoonPhase", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MoonPhase" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityQueryOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getPlayers", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getTimeOfDay", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "trackId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "musicOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MusicOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "playMusic", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "soundId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "soundOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldSoundOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "playSound", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "trackId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "musicOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MusicOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "queueMusic", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "message", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "sendMessage", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "absoluteTime", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setAbsoluteTime", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "spawnLocation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setDefaultSpawnLocation", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "double", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + ] + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setDynamicProperty", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "timeOfDay", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TimeOfDay" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setTimeOfDay", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "stopMusic", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "World", + "properties" : [ + { + "is_read_only" : true, + "name" : "afterEvents", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldAfterEvents" + } + }, + { + "is_read_only" : true, + "name" : "beforeEvents", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldBeforeEvents" + } + }, + { + "is_read_only" : true, + "name" : "gameRules", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameRules" + } + }, + { + "is_read_only" : true, + "name" : "scoreboard", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Scoreboard" + } + }, + { + "is_read_only" : true, + "name" : "structureManager", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "StructureManager" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "World" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "WorldAfterEvents", + "properties" : [ + { + "is_read_only" : true, + "name" : "blockExplode", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockExplodeAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "buttonPush", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ButtonPushAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "dataDrivenEntityTrigger", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DataDrivenEntityTriggerAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "effectAdd", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "entityDie", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDieAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "entityHealthChanged", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHealthChangedAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "entityHitBlock", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitBlockAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "entityHitEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitEntityAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "entityHurt", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHurtAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "entityLoad", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityLoadAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "entityRemove", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "entitySpawn", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntitySpawnAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "explosion", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "gameRuleChange", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameRuleChangeAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemCompleteUse", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCompleteUseAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemReleaseUse", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemReleaseUseAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemStartUse", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemStartUseOn", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseOnAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemStopUse", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemStopUseOn", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseOnAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemUse", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemUseOn", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "leverAction", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LeverActionAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "pistonActivate", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PistonActivateAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerBreakBlock", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerDimensionChange", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerDimensionChangeAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerEmote", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerEmoteAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerGameModeChange", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerInputPermissionCategoryChange", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInputPermissionCategoryChangeAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerJoin", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerJoinAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerLeave", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerPlaceBlock", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerPlaceBlockAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerSpawn", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerSpawnAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "pressurePlatePop", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePopAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "pressurePlatePush", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePushAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "projectileHitBlock", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitBlockAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "projectileHitEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitEntityAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "targetBlockHit", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TargetBlockHitAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "tripWireTrip", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TripWireTripAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "weatherChange", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "worldInitialize", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeAfterEventSignal" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldAfterEvents" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "WorldBeforeEvents", + "properties" : [ + { + "is_read_only" : true, + "name" : "effectAdd", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "entityRemove", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "explosion", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemUse", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemUseOn", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerBreakBlock", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerGameModeChange", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerLeave", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "weatherChange", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "worldInitialize", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeBeforeEventSignal" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldBeforeEvents" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "WorldInitializeAfterEvent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "WorldInitializeAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "WorldInitializeBeforeEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "blockComponentRegistry", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentRegistry" + } + }, + { + "is_read_only" : true, + "name" : "itemComponentRegistry", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentRegistry" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "WorldInitializeBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeBeforeEventSignal" + } + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "HudElementsCount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + "value" : 13 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "HudVisibilityCount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + "value" : 2 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "MoonPhaseCount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + "value" : 8 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "TicksPerSecond", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + "value" : 20 + } + ], + "dependencies" : [ + { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + } + ], + "enums" : [ + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Inventory", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:inventory" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Piston", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:piston" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "RecordPlayer", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:record_player" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Sign", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:sign" + } + ], + "name" : "BlockComponentTypes" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Expanded", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Expanded" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Expanding", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Expanding" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Retracted", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Retracted" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Retracting", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Retracting" + } + ], + "name" : "BlockPistonState" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "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" : "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" : "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.30-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.14.0" +} diff --git a/metadata/script_modules/@minecraft/server_1.14.0-beta.json b/metadata/script_modules/@minecraft/server_1.15.0-beta.json similarity index 99% rename from metadata/script_modules/@minecraft/server_1.14.0-beta.json rename to metadata/script_modules/@minecraft/server_1.15.0-beta.json index 93dbec3d7..74cafc9da 100644 --- a/metadata/script_modules/@minecraft/server_1.14.0-beta.json +++ b/metadata/script_modules/@minecraft/server_1.15.0-beta.json @@ -1925,6 +1925,13 @@ "constants": [], "functions": [], "iterator": { + "error_types": [ + { + "is_bind_type": true, + "is_errorable": false, + "name": "InvalidIteratorError" + } + ], "is_bind_type": false, "is_errorable": true, "name": "optional", @@ -11635,7 +11642,7 @@ "functions": [], "iterator": { "is_bind_type": false, - "is_errorable": true, + "is_errorable": false, "name": "optional", "optional_type": { "is_bind_type": true, @@ -14269,7 +14276,7 @@ "functions": [], "iterator": { "is_bind_type": false, - "is_errorable": true, + "is_errorable": false, "name": "optional", "optional_type": { "is_bind_type": true, @@ -19056,6 +19063,15 @@ "name": "Vector3" } }, + { + "is_read_only": true, + "name": "isFirstEvent", + "type": { + "is_bind_type": false, + "is_errorable": false, + "name": "boolean" + } + }, { "is_read_only": true, "name": "itemStack", @@ -21830,6 +21846,20 @@ "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", @@ -21857,6 +21887,15 @@ "name": "Vector3" } }, + { + "is_read_only": true, + "name": "isFirstEvent", + "type": { + "is_bind_type": false, + "is_errorable": false, + "name": "boolean" + } + }, { "is_read_only": true, "name": "itemStack", @@ -22029,6 +22068,15 @@ "name": "Vector3" } }, + { + "is_read_only": true, + "name": "isFirstEvent", + "type": { + "is_bind_type": false, + "is_errorable": false, + "name": "boolean" + } + }, { "is_read_only": true, "name": "itemStack", @@ -22164,6 +22212,20 @@ "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", @@ -22462,7 +22524,7 @@ "functions": [], "iterator": { "is_bind_type": false, - "is_errorable": true, + "is_errorable": false, "name": "optional", "optional_type": { "is_bind_type": true, @@ -30724,6 +30786,17 @@ }, "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, @@ -32713,6 +32786,15 @@ "name": "InvalidContainerSlotError" } }, + { + "name": "InvalidIteratorError", + "properties": [], + "type": { + "is_bind_type": true, + "is_errorable": false, + "name": "InvalidIteratorError" + } + }, { "name": "InvalidStructureError", "properties": [], @@ -36741,7 +36823,7 @@ } } ], - "minecraft_version": "1.21.20-beta.3", + "minecraft_version": "1.21.30-beta.3", "module_type": "script", "name": "@minecraft/server", "objects": [ @@ -37118,5 +37200,5 @@ } ], "uuid": "b26a4d4c-afdf-4690-88f8-931846312678", - "version": "1.14.0-beta" + "version": "1.15.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 eaaed2e89..f957113f3 100644 --- a/metadata/script_modules/@minecraft/server_1.2.0.json +++ b/metadata/script_modules/@minecraft/server_1.2.0.json @@ -5105,7 +5105,7 @@ } } ], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 7dbd33629..1ad733a43 100644 --- a/metadata/script_modules/@minecraft/server_1.3.0.json +++ b/metadata/script_modules/@minecraft/server_1.3.0.json @@ -6903,7 +6903,7 @@ } } ], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 01c128d31..b7bd41251 100644 --- a/metadata/script_modules/@minecraft/server_1.4.0.json +++ b/metadata/script_modules/@minecraft/server_1.4.0.json @@ -12422,7 +12422,7 @@ } } ], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 2fe5cbc52..8b30c0f2b 100644 --- a/metadata/script_modules/@minecraft/server_1.5.0.json +++ b/metadata/script_modules/@minecraft/server_1.5.0.json @@ -13383,7 +13383,7 @@ } } ], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 5ea77e16e..f0f37f435 100644 --- a/metadata/script_modules/@minecraft/server_1.6.0.json +++ b/metadata/script_modules/@minecraft/server_1.6.0.json @@ -13440,6 +13440,17 @@ }, "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, @@ -16429,7 +16440,7 @@ } } ], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 1abc2dba1..502b4d71e 100644 --- a/metadata/script_modules/@minecraft/server_1.7.0.json +++ b/metadata/script_modules/@minecraft/server_1.7.0.json @@ -15306,6 +15306,17 @@ }, "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, @@ -18295,7 +18306,7 @@ } } ], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 1845207d6..595db2037 100644 --- a/metadata/script_modules/@minecraft/server_1.8.0.json +++ b/metadata/script_modules/@minecraft/server_1.8.0.json @@ -15954,6 +15954,17 @@ }, "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, @@ -19099,7 +19110,7 @@ } } ], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 5b027a166..ac25221fc 100644 --- a/metadata/script_modules/@minecraft/server_1.9.0.json +++ b/metadata/script_modules/@minecraft/server_1.9.0.json @@ -18502,6 +18502,17 @@ }, "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, @@ -21870,7 +21881,7 @@ } } ], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 976018fca..2d06eef7f 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.20-beta.3", + "minecraft_version" : "1.21.30-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 24d7570e7..20fdc8326 100644 --- a/metadata/vanilladata_modules/mojang-blocks.json +++ b/metadata/vanilladata_modules/mojang-blocks.json @@ -3338,7 +3338,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 395, + "serialization_id" : "tile.acacia_button" }, { "name" : "minecraft:acacia_door", @@ -3355,7 +3357,9 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 196, + "serialization_id" : "tile.acacia_door" }, { "name" : "minecraft:acacia_double_slab", @@ -3363,11 +3367,15 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1067, + "serialization_id" : "tile.double_wooden_slab.acacia" }, { "name" : "minecraft:acacia_fence", - "properties" : [] + "properties" : [], + "raw_id" : 830, + "serialization_id" : "tile.acacia_fence" }, { "name" : "minecraft:acacia_fence_gate", @@ -3381,7 +3389,9 @@ { "name" : "open_bit" } - ] + ], + "raw_id" : 187, + "serialization_id" : "tile.acacia_fence_gate" }, { "name" : "minecraft:acacia_hanging_sign", @@ -3398,7 +3408,9 @@ { "name" : "hanging" } - ] + ], + "raw_id" : 759, + "serialization_id" : "tile.acacia_hanging_sign" }, { "name" : "minecraft:acacia_leaves", @@ -3409,7 +3421,9 @@ { "name" : "update_bit" } - ] + ], + "raw_id" : 161, + "serialization_id" : "tile.leaves.acacia" }, { "name" : "minecraft:acacia_log", @@ -3417,11 +3431,15 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 162, + "serialization_id" : "tile.log.acacia" }, { "name" : "minecraft:acacia_planks", - "properties" : [] + "properties" : [], + "raw_id" : 997, + "serialization_id" : "tile.acacia_planks" }, { "name" : "minecraft:acacia_pressure_plate", @@ -3429,7 +3447,9 @@ { "name" : "redstone_signal" } - ] + ], + "raw_id" : 405, + "serialization_id" : "tile.acacia_pressure_plate" }, { "name" : "minecraft:acacia_sapling", @@ -3437,7 +3457,9 @@ { "name" : "age_bit" } - ] + ], + "raw_id" : 1083, + "serialization_id" : "tile.sapling.acacia" }, { "name" : "minecraft:acacia_slab", @@ -3445,7 +3467,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1062, + "serialization_id" : "tile.wooden_slab.acacia" }, { "name" : "minecraft:acacia_stairs", @@ -3456,7 +3480,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 163, + "serialization_id" : "tile.acacia_stairs" }, { "name" : "minecraft:acacia_standing_sign", @@ -3464,7 +3490,9 @@ { "name" : "ground_sign_direction" } - ] + ], + "raw_id" : 445, + "serialization_id" : "tile.acacia_standing_sign" }, { "name" : "minecraft:acacia_trapdoor", @@ -3478,7 +3506,9 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 400, + "serialization_id" : "tile.acacia_trapdoor" }, { "name" : "minecraft:acacia_wall_sign", @@ -3486,7 +3516,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 446, + "serialization_id" : "tile.acacia_wall_sign" }, { "name" : "minecraft:acacia_wood", @@ -3494,7 +3526,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 1072, + "serialization_id" : "tile.wood.acacia" }, { "name" : "minecraft:activator_rail", @@ -3505,23 +3539,33 @@ { "name" : "rail_direction" } - ] + ], + "raw_id" : 126, + "serialization_id" : "tile.activator_rail" }, { "name" : "minecraft:air", - "properties" : [] + "properties" : [], + "raw_id" : 0, + "serialization_id" : "tile.air" }, { "name" : "minecraft:allium", - "properties" : [] + "properties" : [], + "raw_id" : 1086, + "serialization_id" : "tile.red_flower.allium" }, { "name" : "minecraft:allow", - "properties" : [] + "properties" : [], + "raw_id" : 210, + "serialization_id" : "tile.allow" }, { "name" : "minecraft:amethyst_block", - "properties" : [] + "properties" : [], + "raw_id" : 582, + "serialization_id" : "tile.amethyst_block" }, { "name" : "minecraft:amethyst_cluster", @@ -3529,15 +3573,21 @@ { "name" : "minecraft:block_face" } - ] + ], + "raw_id" : 584, + "serialization_id" : "tile.amethyst_cluster" }, { "name" : "minecraft:ancient_debris", - "properties" : [] + "properties" : [], + "raw_id" : 526, + "serialization_id" : "tile.ancient_debris" }, { "name" : "minecraft:andesite", - "properties" : [] + "properties" : [], + "raw_id" : 849, + "serialization_id" : "tile.stone.andesite" }, { "name" : "minecraft:andesite_double_slab", @@ -3545,7 +3595,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1175, + "serialization_id" : "tile.double_stone_slab3.andesite" }, { "name" : "minecraft:andesite_slab", @@ -3553,7 +3605,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1148, + "serialization_id" : "tile.stone_slab3.andesite" }, { "name" : "minecraft:andesite_stairs", @@ -3564,7 +3618,31 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 426, + "serialization_id" : "tile.andesite_stairs" + }, + { + "name" : "minecraft:andesite_wall", + "properties" : [ + { + "name" : "wall_connection_type_east" + }, + { + "name" : "wall_connection_type_north" + }, + { + "name" : "wall_connection_type_south" + }, + { + "name" : "wall_connection_type_west" + }, + { + "name" : "wall_post_bit" + } + ], + "raw_id" : 1229, + "serialization_id" : "tile.cobblestone_wall.andesite" }, { "name" : "minecraft:anvil", @@ -3572,11 +3650,15 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 145, + "serialization_id" : "tile.anvil.intact" }, { "name" : "minecraft:azalea", - "properties" : [] + "properties" : [], + "raw_id" : 592, + "serialization_id" : "tile.azalea" }, { "name" : "minecraft:azalea_leaves", @@ -3587,7 +3669,9 @@ { "name" : "update_bit" } - ] + ], + "raw_id" : 579, + "serialization_id" : "tile.azalea_leaves" }, { "name" : "minecraft:azalea_leaves_flowered", @@ -3598,11 +3682,15 @@ { "name" : "update_bit" } - ] + ], + "raw_id" : 580, + "serialization_id" : "tile.azalea_leaves_flowered" }, { "name" : "minecraft:azure_bluet", - "properties" : [] + "properties" : [], + "raw_id" : 1087, + "serialization_id" : "tile.red_flower.houstonia" }, { "name" : "minecraft:bamboo", @@ -3616,7 +3704,9 @@ { "name" : "bamboo_stalk_thickness" } - ] + ], + "raw_id" : 418, + "serialization_id" : "tile.bamboo" }, { "name" : "minecraft:bamboo_block", @@ -3624,7 +3714,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 782, + "serialization_id" : "tile.bamboo_block" }, { "name" : "minecraft:bamboo_button", @@ -3635,7 +3727,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 766, + "serialization_id" : "tile.bamboo_button" }, { "name" : "minecraft:bamboo_door", @@ -3652,7 +3746,9 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 772, + "serialization_id" : "tile.bamboo_door" }, { "name" : "minecraft:bamboo_double_slab", @@ -3660,11 +3756,15 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 776, + "serialization_id" : "tile.bamboo_double_slab" }, { "name" : "minecraft:bamboo_fence", - "properties" : [] + "properties" : [], + "raw_id" : 770, + "serialization_id" : "tile.bamboo_fence" }, { "name" : "minecraft:bamboo_fence_gate", @@ -3678,7 +3778,9 @@ { "name" : "open_bit" } - ] + ], + "raw_id" : 771, + "serialization_id" : "tile.bamboo_fence_gate" }, { "name" : "minecraft:bamboo_hanging_sign", @@ -3695,11 +3797,15 @@ { "name" : "hanging" } - ] + ], + "raw_id" : 777, + "serialization_id" : "tile.bamboo_hanging_sign" }, { "name" : "minecraft:bamboo_mosaic", - "properties" : [] + "properties" : [], + "raw_id" : 764, + "serialization_id" : "tile.bamboo_mosaic" }, { "name" : "minecraft:bamboo_mosaic_double_slab", @@ -3707,7 +3813,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 780, + "serialization_id" : "tile.bamboo_mosaic_double_slab" }, { "name" : "minecraft:bamboo_mosaic_slab", @@ -3715,7 +3823,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 779, + "serialization_id" : "tile.bamboo_mosaic_slab" }, { "name" : "minecraft:bamboo_mosaic_stairs", @@ -3726,11 +3836,15 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 778, + "serialization_id" : "tile.bamboo_mosaic_stairs" }, { "name" : "minecraft:bamboo_planks", - "properties" : [] + "properties" : [], + "raw_id" : 765, + "serialization_id" : "tile.bamboo_planks" }, { "name" : "minecraft:bamboo_pressure_plate", @@ -3738,7 +3852,9 @@ { "name" : "redstone_signal" } - ] + ], + "raw_id" : 769, + "serialization_id" : "tile.bamboo_pressure_plate" }, { "name" : "minecraft:bamboo_sapling", @@ -3746,7 +3862,9 @@ { "name" : "age_bit" } - ] + ], + "raw_id" : 419, + "serialization_id" : "tile.bamboo_sapling" }, { "name" : "minecraft:bamboo_slab", @@ -3754,7 +3872,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 768, + "serialization_id" : "tile.bamboo_slab" }, { "name" : "minecraft:bamboo_stairs", @@ -3765,7 +3885,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 767, + "serialization_id" : "tile.bamboo_stairs" }, { "name" : "minecraft:bamboo_standing_sign", @@ -3773,7 +3895,9 @@ { "name" : "ground_sign_direction" } - ] + ], + "raw_id" : 773, + "serialization_id" : "tile.bamboo_standing_sign" }, { "name" : "minecraft:bamboo_trapdoor", @@ -3787,7 +3911,9 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 775, + "serialization_id" : "tile.bamboo_trapdoor" }, { "name" : "minecraft:bamboo_wall_sign", @@ -3795,7 +3921,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 774, + "serialization_id" : "tile.bamboo_wall_sign" }, { "name" : "minecraft:barrel", @@ -3806,11 +3934,15 @@ { "name" : "open_bit" } - ] + ], + "raw_id" : 458, + "serialization_id" : "tile.barrel" }, { "name" : "minecraft:barrier", - "properties" : [] + "properties" : [], + "raw_id" : 416, + "serialization_id" : "tile.barrier" }, { "name" : "minecraft:basalt", @@ -3818,11 +3950,15 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 489, + "serialization_id" : "tile.basalt" }, { "name" : "minecraft:beacon", - "properties" : [] + "properties" : [], + "raw_id" : 138, + "serialization_id" : "tile.beacon" }, { "name" : "minecraft:bed", @@ -3836,7 +3972,9 @@ { "name" : "occupied_bit" } - ] + ], + "raw_id" : 26, + "serialization_id" : "tile.bed" }, { "name" : "minecraft:bedrock", @@ -3844,7 +3982,9 @@ { "name" : "infiniburn_bit" } - ] + ], + "raw_id" : 7, + "serialization_id" : "tile.bedrock" }, { "name" : "minecraft:bee_nest", @@ -3855,7 +3995,9 @@ { "name" : "honey_level" } - ] + ], + "raw_id" : 473, + "serialization_id" : "tile.bee_nest" }, { "name" : "minecraft:beehive", @@ -3866,7 +4008,9 @@ { "name" : "honey_level" } - ] + ], + "raw_id" : 474, + "serialization_id" : "tile.beehive" }, { "name" : "minecraft:beetroot", @@ -3874,7 +4018,9 @@ { "name" : "growth" } - ] + ], + "raw_id" : 244, + "serialization_id" : "tile.beetroot" }, { "name" : "minecraft:bell", @@ -3888,7 +4034,9 @@ { "name" : "toggle_bit" } - ] + ], + "raw_id" : 461, + "serialization_id" : "tile.bell" }, { "name" : "minecraft:big_dripleaf", @@ -3902,7 +4050,9 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 578, + "serialization_id" : "tile.big_dripleaf" }, { "name" : "minecraft:birch_button", @@ -3913,7 +4063,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 396, + "serialization_id" : "tile.birch_button" }, { "name" : "minecraft:birch_door", @@ -3930,7 +4082,9 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 194, + "serialization_id" : "tile.birch_door" }, { "name" : "minecraft:birch_double_slab", @@ -3938,11 +4092,15 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1065, + "serialization_id" : "tile.double_wooden_slab.birch" }, { "name" : "minecraft:birch_fence", - "properties" : [] + "properties" : [], + "raw_id" : 831, + "serialization_id" : "tile.birch_fence" }, { "name" : "minecraft:birch_fence_gate", @@ -3956,7 +4114,9 @@ { "name" : "open_bit" } - ] + ], + "raw_id" : 184, + "serialization_id" : "tile.birch_fence_gate" }, { "name" : "minecraft:birch_hanging_sign", @@ -3973,7 +4133,9 @@ { "name" : "hanging" } - ] + ], + "raw_id" : 757, + "serialization_id" : "tile.birch_hanging_sign" }, { "name" : "minecraft:birch_leaves", @@ -3984,7 +4146,9 @@ { "name" : "update_bit" } - ] + ], + "raw_id" : 1056, + "serialization_id" : "tile.leaves.birch" }, { "name" : "minecraft:birch_log", @@ -3992,11 +4156,15 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 825, + "serialization_id" : "tile.log.birch" }, { "name" : "minecraft:birch_planks", - "properties" : [] + "properties" : [], + "raw_id" : 995, + "serialization_id" : "tile.birch_planks" }, { "name" : "minecraft:birch_pressure_plate", @@ -4004,7 +4172,9 @@ { "name" : "redstone_signal" } - ] + ], + "raw_id" : 406, + "serialization_id" : "tile.birch_pressure_plate" }, { "name" : "minecraft:birch_sapling", @@ -4012,7 +4182,9 @@ { "name" : "age_bit" } - ] + ], + "raw_id" : 1081, + "serialization_id" : "tile.sapling.birch" }, { "name" : "minecraft:birch_slab", @@ -4020,7 +4192,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1060, + "serialization_id" : "tile.wooden_slab.birch" }, { "name" : "minecraft:birch_stairs", @@ -4031,7 +4205,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 135, + "serialization_id" : "tile.birch_stairs" }, { "name" : "minecraft:birch_standing_sign", @@ -4039,7 +4215,9 @@ { "name" : "ground_sign_direction" } - ] + ], + "raw_id" : 441, + "serialization_id" : "tile.birch_standing_sign" }, { "name" : "minecraft:birch_trapdoor", @@ -4053,7 +4231,9 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 401, + "serialization_id" : "tile.birch_trapdoor" }, { "name" : "minecraft:birch_wall_sign", @@ -4061,7 +4241,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 442, + "serialization_id" : "tile.birch_wall_sign" }, { "name" : "minecraft:birch_wood", @@ -4069,7 +4251,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 1070, + "serialization_id" : "tile.wood.birch" }, { "name" : "minecraft:black_candle", @@ -4080,7 +4264,9 @@ { "name" : "lit" } - ] + ], + "raw_id" : 683, + "serialization_id" : "tile.black_candle" }, { "name" : "minecraft:black_candle_cake", @@ -4088,19 +4274,27 @@ { "name" : "lit" } - ] + ], + "raw_id" : 700, + "serialization_id" : "tile.black_candle_cake" }, { "name" : "minecraft:black_carpet", - "properties" : [] + "properties" : [], + "raw_id" : 866, + "serialization_id" : "tile.carpet.black" }, { "name" : "minecraft:black_concrete", - "properties" : [] + "properties" : [], + "raw_id" : 897, + "serialization_id" : "tile.concrete.black" }, { "name" : "minecraft:black_concrete_powder", - "properties" : [] + "properties" : [], + "raw_id" : 978, + "serialization_id" : "tile.concretePowder.black" }, { "name" : "minecraft:black_glazed_terracotta", @@ -4108,31 +4302,45 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 235, + "serialization_id" : "tile.glazedTerracotta.black" }, { "name" : "minecraft:black_shulker_box", - "properties" : [] + "properties" : [], + "raw_id" : 882, + "serialization_id" : "tile.shulkerBox" }, { "name" : "minecraft:black_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 942, + "serialization_id" : "tile.stained_glass.black" }, { "name" : "minecraft:black_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 912, + "serialization_id" : "tile.stained_glass_pane.black" }, { "name" : "minecraft:black_terracotta", - "properties" : [] + "properties" : [], + "raw_id" : 993, + "serialization_id" : "tile.stained_hardened_clay.black" }, { "name" : "minecraft:black_wool", - "properties" : [] + "properties" : [], + "raw_id" : 809, + "serialization_id" : "tile.wool.black" }, { "name" : "minecraft:blackstone", - "properties" : [] + "properties" : [], + "raw_id" : 528, + "serialization_id" : "tile.blackstone" }, { "name" : "minecraft:blackstone_double_slab", @@ -4140,7 +4348,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 538, + "serialization_id" : "tile.blackstone_double_slab" }, { "name" : "minecraft:blackstone_slab", @@ -4148,7 +4358,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 537, + "serialization_id" : "tile.blackstone_slab" }, { "name" : "minecraft:blackstone_stairs", @@ -4159,7 +4371,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 531, + "serialization_id" : "tile.blackstone_stairs" }, { "name" : "minecraft:blackstone_wall", @@ -4179,7 +4393,9 @@ { "name" : "wall_post_bit" } - ] + ], + "raw_id" : 532, + "serialization_id" : "tile.blackstone_wall" }, { "name" : "minecraft:blast_furnace", @@ -4187,7 +4403,9 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 451, + "serialization_id" : "tile.blast_furnace" }, { "name" : "minecraft:blue_candle", @@ -4198,7 +4416,9 @@ { "name" : "lit" } - ] + ], + "raw_id" : 679, + "serialization_id" : "tile.blue_candle" }, { "name" : "minecraft:blue_candle_cake", @@ -4206,19 +4426,27 @@ { "name" : "lit" } - ] + ], + "raw_id" : 696, + "serialization_id" : "tile.blue_candle_cake" }, { "name" : "minecraft:blue_carpet", - "properties" : [] + "properties" : [], + "raw_id" : 862, + "serialization_id" : "tile.carpet.blue" }, { "name" : "minecraft:blue_concrete", - "properties" : [] + "properties" : [], + "raw_id" : 893, + "serialization_id" : "tile.concrete.blue" }, { "name" : "minecraft:blue_concrete_powder", - "properties" : [] + "properties" : [], + "raw_id" : 974, + "serialization_id" : "tile.concretePowder.blue" }, { "name" : "minecraft:blue_glazed_terracotta", @@ -4226,35 +4454,51 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 231, + "serialization_id" : "tile.glazedTerracotta.blue" }, { "name" : "minecraft:blue_ice", - "properties" : [] + "properties" : [], + "raw_id" : 266, + "serialization_id" : "tile.blue_ice" }, { "name" : "minecraft:blue_orchid", - "properties" : [] + "properties" : [], + "raw_id" : 1085, + "serialization_id" : "tile.red_flower.blueOrchid" }, { "name" : "minecraft:blue_shulker_box", - "properties" : [] + "properties" : [], + "raw_id" : 878, + "serialization_id" : "tile.shulkerBox" }, { "name" : "minecraft:blue_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 938, + "serialization_id" : "tile.stained_glass.blue" }, { "name" : "minecraft:blue_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 908, + "serialization_id" : "tile.stained_glass_pane.blue" }, { "name" : "minecraft:blue_terracotta", - "properties" : [] + "properties" : [], + "raw_id" : 989, + "serialization_id" : "tile.stained_hardened_clay.blue" }, { "name" : "minecraft:blue_wool", - "properties" : [] + "properties" : [], + "raw_id" : 818, + "serialization_id" : "tile.wool.blue" }, { "name" : "minecraft:bone_block", @@ -4265,11 +4509,15 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 216, + "serialization_id" : "tile.bone_block" }, { "name" : "minecraft:bookshelf", - "properties" : [] + "properties" : [], + "raw_id" : 47, + "serialization_id" : "tile.bookshelf" }, { "name" : "minecraft:border_block", @@ -4289,15 +4537,21 @@ { "name" : "wall_post_bit" } - ] + ], + "raw_id" : 212, + "serialization_id" : "tile.border_block" }, { "name" : "minecraft:brain_coral", - "properties" : [] + "properties" : [], + "raw_id" : 836, + "serialization_id" : "tile.coral.pink" }, { "name" : "minecraft:brain_coral_block", - "properties" : [] + "properties" : [], + "raw_id" : 1104, + "serialization_id" : "tile.coral_block.pink" }, { "name" : "minecraft:brain_coral_fan", @@ -4305,7 +4559,9 @@ { "name" : "coral_fan_direction" } - ] + ], + "raw_id" : 1095, + "serialization_id" : "tile.coral_fan.pink_fan" }, { "name" : "minecraft:brain_coral_wall_fan", @@ -4313,7 +4569,9 @@ { "name" : "coral_direction" } - ] + ], + "raw_id" : 1159, + "serialization_id" : "tile.brain_coral_wall_fan" }, { "name" : "minecraft:brewing_stand", @@ -4327,11 +4585,15 @@ { "name" : "brewing_stand_slot_c_bit" } - ] + ], + "raw_id" : 117, + "serialization_id" : "tile.brewing_stand" }, { "name" : "minecraft:brick_block", - "properties" : [] + "properties" : [], + "raw_id" : 45, + "serialization_id" : "tile.brick_block" }, { "name" : "minecraft:brick_double_slab", @@ -4339,7 +4601,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1135, + "serialization_id" : "tile.double_stone_slab.brick" }, { "name" : "minecraft:brick_slab", @@ -4347,7 +4611,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1129, + "serialization_id" : "tile.stone_slab.brick" }, { "name" : "minecraft:brick_stairs", @@ -4358,7 +4624,31 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 108, + "serialization_id" : "tile.brick_stairs" + }, + { + "name" : "minecraft:brick_wall", + "properties" : [ + { + "name" : "wall_connection_type_east" + }, + { + "name" : "wall_connection_type_north" + }, + { + "name" : "wall_connection_type_south" + }, + { + "name" : "wall_connection_type_west" + }, + { + "name" : "wall_post_bit" + } + ], + "raw_id" : 1231, + "serialization_id" : "tile.cobblestone_wall.brick" }, { "name" : "minecraft:brown_candle", @@ -4369,7 +4659,9 @@ { "name" : "lit" } - ] + ], + "raw_id" : 680, + "serialization_id" : "tile.brown_candle" }, { "name" : "minecraft:brown_candle_cake", @@ -4377,19 +4669,27 @@ { "name" : "lit" } - ] + ], + "raw_id" : 697, + "serialization_id" : "tile.brown_candle_cake" }, { "name" : "minecraft:brown_carpet", - "properties" : [] + "properties" : [], + "raw_id" : 863, + "serialization_id" : "tile.carpet.brown" }, { "name" : "minecraft:brown_concrete", - "properties" : [] + "properties" : [], + "raw_id" : 894, + "serialization_id" : "tile.concrete.brown" }, { "name" : "minecraft:brown_concrete_powder", - "properties" : [] + "properties" : [], + "raw_id" : 975, + "serialization_id" : "tile.concretePowder.brown" }, { "name" : "minecraft:brown_glazed_terracotta", @@ -4397,11 +4697,15 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 232, + "serialization_id" : "tile.glazedTerracotta.brown" }, { "name" : "minecraft:brown_mushroom", - "properties" : [] + "properties" : [], + "raw_id" : 39, + "serialization_id" : "tile.brown_mushroom" }, { "name" : "minecraft:brown_mushroom_block", @@ -4409,27 +4713,39 @@ { "name" : "huge_mushroom_bits" } - ] + ], + "raw_id" : 99, + "serialization_id" : "tile.brown_mushroom_block" }, { "name" : "minecraft:brown_shulker_box", - "properties" : [] + "properties" : [], + "raw_id" : 879, + "serialization_id" : "tile.shulkerBox" }, { "name" : "minecraft:brown_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 939, + "serialization_id" : "tile.stained_glass.brown" }, { "name" : "minecraft:brown_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 909, + "serialization_id" : "tile.stained_glass_pane.brown" }, { "name" : "minecraft:brown_terracotta", - "properties" : [] + "properties" : [], + "raw_id" : 990, + "serialization_id" : "tile.stained_hardened_clay.brown" }, { "name" : "minecraft:brown_wool", - "properties" : [] + "properties" : [], + "raw_id" : 810, + "serialization_id" : "tile.wool.brown" }, { "name" : "minecraft:bubble_column", @@ -4437,15 +4753,21 @@ { "name" : "drag_down" } - ] + ], + "raw_id" : 415, + "serialization_id" : "tile.bubble_column" }, { "name" : "minecraft:bubble_coral", - "properties" : [] + "properties" : [], + "raw_id" : 837, + "serialization_id" : "tile.coral.purple" }, { "name" : "minecraft:bubble_coral_block", - "properties" : [] + "properties" : [], + "raw_id" : 1105, + "serialization_id" : "tile.coral_block.purple" }, { "name" : "minecraft:bubble_coral_fan", @@ -4453,7 +4775,9 @@ { "name" : "coral_fan_direction" } - ] + ], + "raw_id" : 1096, + "serialization_id" : "tile.coral_fan.purple_fan" }, { "name" : "minecraft:bubble_coral_wall_fan", @@ -4461,11 +4785,15 @@ { "name" : "coral_direction" } - ] + ], + "raw_id" : 391, + "serialization_id" : "tile.bubble_coral_wall_fan" }, { "name" : "minecraft:budding_amethyst", - "properties" : [] + "properties" : [], + "raw_id" : 583, + "serialization_id" : "tile.budding_amethyst" }, { "name" : "minecraft:cactus", @@ -4473,7 +4801,9 @@ { "name" : "age" } - ] + ], + "raw_id" : 81, + "serialization_id" : "tile.cactus" }, { "name" : "minecraft:cake", @@ -4481,11 +4811,15 @@ { "name" : "bite_counter" } - ] + ], + "raw_id" : 92, + "serialization_id" : "tile.cake" }, { "name" : "minecraft:calcite", - "properties" : [] + "properties" : [], + "raw_id" : 581, + "serialization_id" : "tile.calcite" }, { "name" : "minecraft:calibrated_sculk_sensor", @@ -4496,11 +4830,15 @@ { "name" : "sculk_sensor_phase" } - ] + ], + "raw_id" : 835, + "serialization_id" : "tile.calibrated_sculk_sensor" }, { "name" : "minecraft:camera", - "properties" : [] + "properties" : [], + "raw_id" : 242, + "serialization_id" : "tile.camera" }, { "name" : "minecraft:campfire", @@ -4511,7 +4849,9 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 464, + "serialization_id" : "tile.campfire" }, { "name" : "minecraft:candle", @@ -4522,7 +4862,9 @@ { "name" : "lit" } - ] + ], + "raw_id" : 667, + "serialization_id" : "tile.candle" }, { "name" : "minecraft:candle_cake", @@ -4530,7 +4872,9 @@ { "name" : "lit" } - ] + ], + "raw_id" : 684, + "serialization_id" : "tile.candle_cake" }, { "name" : "minecraft:carrots", @@ -4538,11 +4882,15 @@ { "name" : "growth" } - ] + ], + "raw_id" : 141, + "serialization_id" : "tile.carrots" }, { "name" : "minecraft:cartography_table", - "properties" : [] + "properties" : [], + "raw_id" : 455, + "serialization_id" : "tile.cartography_table" }, { "name" : "minecraft:carved_pumpkin", @@ -4550,7 +4898,9 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 410, + "serialization_id" : "tile.carved_pumpkin" }, { "name" : "minecraft:cauldron", @@ -4561,7 +4911,9 @@ { "name" : "fill_level" } - ] + ], + "raw_id" : 118, + "serialization_id" : "tile.cauldron" }, { "name" : "minecraft:cave_vines", @@ -4569,7 +4921,9 @@ { "name" : "growing_plant_age" } - ] + ], + "raw_id" : 577, + "serialization_id" : "tile.cave_vines" }, { "name" : "minecraft:cave_vines_body_with_berries", @@ -4577,7 +4931,9 @@ { "name" : "growing_plant_age" } - ] + ], + "raw_id" : 630, + "serialization_id" : "tile.cave_vines_body_with_berries" }, { "name" : "minecraft:cave_vines_head_with_berries", @@ -4585,7 +4941,9 @@ { "name" : "growing_plant_age" } - ] + ], + "raw_id" : 631, + "serialization_id" : "tile.cave_vines_head_with_berries" }, { "name" : "minecraft:chain", @@ -4593,7 +4951,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 541, + "serialization_id" : "tile.chain" }, { "name" : "minecraft:chain_command_block", @@ -4604,22 +4964,15 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 189, + "serialization_id" : "tile.chain_command_block" }, { "name" : "minecraft:chemical_heat", - "properties" : [] - }, - { - "name" : "minecraft:chemistry_table", - "properties" : [ - { - "name" : "chemistry_table_type" - }, - { - "name" : "direction" - } - ] + "properties" : [], + "raw_id" : 192, + "serialization_id" : "tile.chemical_heat" }, { "name" : "minecraft:cherry_button", @@ -4630,7 +4983,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 785, + "serialization_id" : "tile.cherry_button" }, { "name" : "minecraft:cherry_door", @@ -4647,7 +5002,9 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 786, + "serialization_id" : "tile.cherry_door" }, { "name" : "minecraft:cherry_double_slab", @@ -4655,11 +5012,15 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 795, + "serialization_id" : "tile.cherry_double_slab" }, { "name" : "minecraft:cherry_fence", - "properties" : [] + "properties" : [], + "raw_id" : 787, + "serialization_id" : "tile.cherry_fence" }, { "name" : "minecraft:cherry_fence_gate", @@ -4673,7 +5034,9 @@ { "name" : "open_bit" } - ] + ], + "raw_id" : 788, + "serialization_id" : "tile.cherry_fence_gate" }, { "name" : "minecraft:cherry_hanging_sign", @@ -4690,7 +5053,9 @@ { "name" : "hanging" } - ] + ], + "raw_id" : 789, + "serialization_id" : "tile.cherry_hanging_sign" }, { "name" : "minecraft:cherry_leaves", @@ -4701,7 +5066,9 @@ { "name" : "update_bit" } - ] + ], + "raw_id" : 803, + "serialization_id" : "tile.cherry_leaves" }, { "name" : "minecraft:cherry_log", @@ -4709,11 +5076,15 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 791, + "serialization_id" : "tile.cherry_log" }, { "name" : "minecraft:cherry_planks", - "properties" : [] + "properties" : [], + "raw_id" : 792, + "serialization_id" : "tile.cherry_planks" }, { "name" : "minecraft:cherry_pressure_plate", @@ -4721,7 +5092,9 @@ { "name" : "redstone_signal" } - ] + ], + "raw_id" : 793, + "serialization_id" : "tile.cherry_pressure_plate" }, { "name" : "minecraft:cherry_sapling", @@ -4729,7 +5102,9 @@ { "name" : "age_bit" } - ] + ], + "raw_id" : 802, + "serialization_id" : "tile.cherry_sapling" }, { "name" : "minecraft:cherry_slab", @@ -4737,7 +5112,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 794, + "serialization_id" : "tile.cherry_slab" }, { "name" : "minecraft:cherry_stairs", @@ -4748,7 +5125,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 796, + "serialization_id" : "tile.cherry_stairs" }, { "name" : "minecraft:cherry_standing_sign", @@ -4756,7 +5135,9 @@ { "name" : "ground_sign_direction" } - ] + ], + "raw_id" : 797, + "serialization_id" : "tile.cherry_standing_sign" }, { "name" : "minecraft:cherry_trapdoor", @@ -4770,7 +5151,9 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 798, + "serialization_id" : "tile.cherry_trapdoor" }, { "name" : "minecraft:cherry_wall_sign", @@ -4778,7 +5161,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 799, + "serialization_id" : "tile.cherry_wall_sign" }, { "name" : "minecraft:cherry_wood", @@ -4789,7 +5174,9 @@ { "name" : "stripped_bit" } - ] + ], + "raw_id" : 801, + "serialization_id" : "tile.cherry_wood" }, { "name" : "minecraft:chest", @@ -4797,7 +5184,9 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 54, + "serialization_id" : "tile.chest" }, { "name" : "minecraft:chipped_anvil", @@ -4805,7 +5194,9 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 1214, + "serialization_id" : "tile.anvil.slightlyDamaged" }, { "name" : "minecraft:chiseled_bookshelf", @@ -4816,23 +5207,33 @@ { "name" : "direction" } - ] + ], + "raw_id" : 781, + "serialization_id" : "tile.chiseled_bookshelf" }, { "name" : "minecraft:chiseled_copper", - "properties" : [] + "properties" : [], + "raw_id" : 1015, + "serialization_id" : "tile.chiseled_copper" }, { "name" : "minecraft:chiseled_deepslate", - "properties" : [] + "properties" : [], + "raw_id" : 650, + "serialization_id" : "tile.chiseled_deepslate" }, { "name" : "minecraft:chiseled_nether_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 557, + "serialization_id" : "tile.chiseled_nether_bricks" }, { "name" : "minecraft:chiseled_polished_blackstone", - "properties" : [] + "properties" : [], + "raw_id" : 534, + "serialization_id" : "tile.chiseled_polished_blackstone" }, { "name" : "minecraft:chiseled_quartz_block", @@ -4840,27 +5241,39 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 1208, + "serialization_id" : "tile.quartz_block.chiseled" }, { "name" : "minecraft:chiseled_red_sandstone", - "properties" : [] + "properties" : [], + "raw_id" : 1211, + "serialization_id" : "tile.red_sandstone.chiseled" }, { "name" : "minecraft:chiseled_sandstone", - "properties" : [] + "properties" : [], + "raw_id" : 1199, + "serialization_id" : "tile.sandstone.chiseled" }, { "name" : "minecraft:chiseled_stone_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 1125, + "serialization_id" : "tile.stonebrick.chiseled" }, { "name" : "minecraft:chiseled_tuff", - "properties" : [] + "properties" : [], + "raw_id" : 1008, + "serialization_id" : "tile.chiseled_tuff" }, { "name" : "minecraft:chiseled_tuff_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 1014, + "serialization_id" : "tile.chiseled_tuff_bricks" }, { "name" : "minecraft:chorus_flower", @@ -4868,35 +5281,51 @@ { "name" : "age" } - ] + ], + "raw_id" : 200, + "serialization_id" : "tile.chorus_flower" }, { "name" : "minecraft:chorus_plant", - "properties" : [] + "properties" : [], + "raw_id" : 240, + "serialization_id" : "tile.chorus_plant" }, { "name" : "minecraft:clay", - "properties" : [] + "properties" : [], + "raw_id" : 82, + "serialization_id" : "tile.clay" }, { "name" : "minecraft:client_request_placeholder_block", - "properties" : [] + "properties" : [], + "raw_id" : 720, + "serialization_id" : "tile.client_request_placeholder_block" }, { "name" : "minecraft:coal_block", - "properties" : [] + "properties" : [], + "raw_id" : 173, + "serialization_id" : "tile.coal_block" }, { "name" : "minecraft:coal_ore", - "properties" : [] + "properties" : [], + "raw_id" : 16, + "serialization_id" : "tile.coal_ore" }, { "name" : "minecraft:coarse_dirt", - "properties" : [] + "properties" : [], + "raw_id" : 1217, + "serialization_id" : "tile.dirt.coarse" }, { "name" : "minecraft:cobbled_deepslate", - "properties" : [] + "properties" : [], + "raw_id" : 634, + "serialization_id" : "tile.cobbled_deepslate" }, { "name" : "minecraft:cobbled_deepslate_double_slab", @@ -4904,7 +5333,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 651, + "serialization_id" : "tile.cobbled_deepslate_double_slab" }, { "name" : "minecraft:cobbled_deepslate_slab", @@ -4912,7 +5343,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 635, + "serialization_id" : "tile.cobbled_deepslate_slab" }, { "name" : "minecraft:cobbled_deepslate_stairs", @@ -4923,7 +5356,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 636, + "serialization_id" : "tile.cobbled_deepslate_stairs" }, { "name" : "minecraft:cobbled_deepslate_wall", @@ -4943,11 +5378,15 @@ { "name" : "wall_post_bit" } - ] + ], + "raw_id" : 637, + "serialization_id" : "tile.cobbled_deepslate_wall" }, { "name" : "minecraft:cobblestone", - "properties" : [] + "properties" : [], + "raw_id" : 4, + "serialization_id" : "tile.cobblestone" }, { "name" : "minecraft:cobblestone_double_slab", @@ -4955,7 +5394,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1134, + "serialization_id" : "tile.double_stone_slab.cobble" }, { "name" : "minecraft:cobblestone_slab", @@ -4963,14 +5404,13 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1128, + "serialization_id" : "tile.stone_slab.cobble" }, { "name" : "minecraft:cobblestone_wall", "properties" : [ - { - "name" : "wall_block_type" - }, { "name" : "wall_connection_type_east" }, @@ -4986,7 +5426,9 @@ { "name" : "wall_post_bit" } - ] + ], + "raw_id" : 139, + "serialization_id" : "tile.cobblestone_wall.normal" }, { "name" : "minecraft:cocoa", @@ -4997,29 +5439,49 @@ { "name" : "direction" } - ] + ], + "raw_id" : 127, + "serialization_id" : "tile.cocoa" }, { - "name" : "minecraft:colored_torch_bp", + "name" : "minecraft:colored_torch_blue", "properties" : [ { - "name" : "color_bit" - }, + "name" : "torch_facing_direction" + } + ], + "raw_id" : 204, + "serialization_id" : "tile.colored_torch.blue" + }, + { + "name" : "minecraft:colored_torch_green", + "properties" : [ { "name" : "torch_facing_direction" } - ] + ], + "raw_id" : 1218, + "serialization_id" : "tile.colored_torch.green" }, { - "name" : "minecraft:colored_torch_rg", + "name" : "minecraft:colored_torch_purple", "properties" : [ { - "name" : "color_bit" - }, + "name" : "torch_facing_direction" + } + ], + "raw_id" : 1219, + "serialization_id" : "tile.colored_torch.purple" + }, + { + "name" : "minecraft:colored_torch_red", + "properties" : [ { "name" : "torch_facing_direction" } - ] + ], + "raw_id" : 202, + "serialization_id" : "tile.colored_torch.red" }, { "name" : "minecraft:command_block", @@ -5030,7 +5492,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 137, + "serialization_id" : "tile.command_block" }, { "name" : "minecraft:composter", @@ -5038,15 +5502,31 @@ { "name" : "composter_fill_level" } - ] + ], + "raw_id" : 468, + "serialization_id" : "tile.composter" + }, + { + "name" : "minecraft:compound_creator", + "properties" : [ + { + "name" : "direction" + } + ], + "raw_id" : 238, + "serialization_id" : "tile.compoundcreator" }, { "name" : "minecraft:conduit", - "properties" : [] + "properties" : [], + "raw_id" : 412, + "serialization_id" : "tile.conduit" }, { "name" : "minecraft:copper_block", - "properties" : [] + "properties" : [], + "raw_id" : 595, + "serialization_id" : "tile.copper_block" }, { "name" : "minecraft:copper_bulb", @@ -5057,7 +5537,9 @@ { "name" : "powered_bit" } - ] + ], + "raw_id" : 1031, + "serialization_id" : "tile.copper_bulb" }, { "name" : "minecraft:copper_door", @@ -5074,15 +5556,21 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 1039, + "serialization_id" : "tile.copper_door" }, { "name" : "minecraft:copper_grate", - "properties" : [] + "properties" : [], + "raw_id" : 1023, + "serialization_id" : "tile.copper_grate" }, { "name" : "minecraft:copper_ore", - "properties" : [] + "properties" : [], + "raw_id" : 566, + "serialization_id" : "tile.copper_ore" }, { "name" : "minecraft:copper_trapdoor", @@ -5096,31 +5584,45 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 1047, + "serialization_id" : "tile.copper_trapdoor" }, { "name" : "minecraft:cornflower", - "properties" : [] + "properties" : [], + "raw_id" : 1093, + "serialization_id" : "tile.red_flower.cornflower" }, { "name" : "minecraft:cracked_deepslate_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 665, + "serialization_id" : "tile.cracked_deepslate_bricks" }, { "name" : "minecraft:cracked_deepslate_tiles", - "properties" : [] + "properties" : [], + "raw_id" : 664, + "serialization_id" : "tile.cracked_deepslate_tiles" }, { "name" : "minecraft:cracked_nether_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 558, + "serialization_id" : "tile.cracked_nether_bricks" }, { "name" : "minecraft:cracked_polished_blackstone_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 535, + "serialization_id" : "tile.cracked_polished_blackstone_bricks" }, { "name" : "minecraft:cracked_stone_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 1124, + "serialization_id" : "tile.stonebrick.cracked" }, { "name" : "minecraft:crafter", @@ -5134,11 +5636,15 @@ { "name" : "triggered_bit" } - ] + ], + "raw_id" : 568, + "serialization_id" : "tile.crafter" }, { "name" : "minecraft:crafting_table", - "properties" : [] + "properties" : [], + "raw_id" : 58, + "serialization_id" : "tile.crafting_table" }, { "name" : "minecraft:crimson_button", @@ -5149,7 +5655,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 515, + "serialization_id" : "tile.crimson_button" }, { "name" : "minecraft:crimson_door", @@ -5166,7 +5674,9 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 499, + "serialization_id" : "tile.crimson_door" }, { "name" : "minecraft:crimson_double_slab", @@ -5174,11 +5684,15 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 521, + "serialization_id" : "tile.crimson_double_slab" }, { "name" : "minecraft:crimson_fence", - "properties" : [] + "properties" : [], + "raw_id" : 511, + "serialization_id" : "tile.crimson_fence" }, { "name" : "minecraft:crimson_fence_gate", @@ -5192,11 +5706,15 @@ { "name" : "open_bit" } - ] + ], + "raw_id" : 513, + "serialization_id" : "tile.crimson_fence_gate" }, { "name" : "minecraft:crimson_fungus", - "properties" : [] + "properties" : [], + "raw_id" : 483, + "serialization_id" : "tile.crimson_fungus" }, { "name" : "minecraft:crimson_hanging_sign", @@ -5213,7 +5731,9 @@ { "name" : "hanging" } - ] + ], + "raw_id" : 761, + "serialization_id" : "tile.crimson_hanging_sign" }, { "name" : "minecraft:crimson_hyphae", @@ -5221,15 +5741,21 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 554, + "serialization_id" : "tile.crimson_hyphae" }, { "name" : "minecraft:crimson_nylium", - "properties" : [] + "properties" : [], + "raw_id" : 487, + "serialization_id" : "tile.crimson_nylium" }, { "name" : "minecraft:crimson_planks", - "properties" : [] + "properties" : [], + "raw_id" : 497, + "serialization_id" : "tile.crimson_planks" }, { "name" : "minecraft:crimson_pressure_plate", @@ -5237,11 +5763,15 @@ { "name" : "redstone_signal" } - ] + ], + "raw_id" : 517, + "serialization_id" : "tile.crimson_pressure_plate" }, { "name" : "minecraft:crimson_roots", - "properties" : [] + "properties" : [], + "raw_id" : 478, + "serialization_id" : "tile.crimson_roots.crimsonRoots" }, { "name" : "minecraft:crimson_slab", @@ -5249,7 +5779,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 519, + "serialization_id" : "tile.crimson_slab" }, { "name" : "minecraft:crimson_stairs", @@ -5260,7 +5792,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 509, + "serialization_id" : "tile.crimson_stairs" }, { "name" : "minecraft:crimson_standing_sign", @@ -5268,7 +5802,9 @@ { "name" : "ground_sign_direction" } - ] + ], + "raw_id" : 505, + "serialization_id" : "tile.crimson_standing_sign" }, { "name" : "minecraft:crimson_stem", @@ -5276,7 +5812,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 480, + "serialization_id" : "tile.crimson_stem" }, { "name" : "minecraft:crimson_trapdoor", @@ -5290,7 +5828,9 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 501, + "serialization_id" : "tile.crimson_trapdoor" }, { "name" : "minecraft:crimson_wall_sign", @@ -5298,15 +5838,21 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 507, + "serialization_id" : "tile.crimson_wall_sign" }, { "name" : "minecraft:crying_obsidian", - "properties" : [] + "properties" : [], + "raw_id" : 544, + "serialization_id" : "tile.crying_obsidian" }, { "name" : "minecraft:cut_copper", - "properties" : [] + "properties" : [], + "raw_id" : 602, + "serialization_id" : "tile.cut_copper" }, { "name" : "minecraft:cut_copper_slab", @@ -5314,7 +5860,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 616, + "serialization_id" : "tile.cut_copper_slab" }, { "name" : "minecraft:cut_copper_stairs", @@ -5325,11 +5873,15 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 609, + "serialization_id" : "tile.cut_copper_stairs" }, { "name" : "minecraft:cut_red_sandstone", - "properties" : [] + "properties" : [], + "raw_id" : 1212, + "serialization_id" : "tile.red_sandstone.cut" }, { "name" : "minecraft:cut_red_sandstone_double_slab", @@ -5337,7 +5889,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1183, + "serialization_id" : "tile.double_stone_slab4.cut_red_sandstone" }, { "name" : "minecraft:cut_red_sandstone_slab", @@ -5345,11 +5899,15 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1156, + "serialization_id" : "tile.stone_slab4.cut_red_sandstone" }, { "name" : "minecraft:cut_sandstone", - "properties" : [] + "properties" : [], + "raw_id" : 1200, + "serialization_id" : "tile.sandstone.cut" }, { "name" : "minecraft:cut_sandstone_double_slab", @@ -5357,7 +5915,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1182, + "serialization_id" : "tile.double_stone_slab4.cut_sandstone" }, { "name" : "minecraft:cut_sandstone_slab", @@ -5365,7 +5925,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1155, + "serialization_id" : "tile.stone_slab4.cut_sandstone" }, { "name" : "minecraft:cyan_candle", @@ -5376,7 +5938,9 @@ { "name" : "lit" } - ] + ], + "raw_id" : 677, + "serialization_id" : "tile.cyan_candle" }, { "name" : "minecraft:cyan_candle_cake", @@ -5384,19 +5948,27 @@ { "name" : "lit" } - ] + ], + "raw_id" : 694, + "serialization_id" : "tile.cyan_candle_cake" }, { "name" : "minecraft:cyan_carpet", - "properties" : [] + "properties" : [], + "raw_id" : 860, + "serialization_id" : "tile.carpet.cyan" }, { "name" : "minecraft:cyan_concrete", - "properties" : [] + "properties" : [], + "raw_id" : 891, + "serialization_id" : "tile.concrete.cyan" }, { "name" : "minecraft:cyan_concrete_powder", - "properties" : [] + "properties" : [], + "raw_id" : 972, + "serialization_id" : "tile.concretePowder.cyan" }, { "name" : "minecraft:cyan_glazed_terracotta", @@ -5404,27 +5976,39 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 229, + "serialization_id" : "tile.glazedTerracotta.cyan" }, { "name" : "minecraft:cyan_shulker_box", - "properties" : [] + "properties" : [], + "raw_id" : 876, + "serialization_id" : "tile.shulkerBox" }, { "name" : "minecraft:cyan_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 936, + "serialization_id" : "tile.stained_glass.cyan" }, { "name" : "minecraft:cyan_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 906, + "serialization_id" : "tile.stained_glass_pane.cyan" }, { "name" : "minecraft:cyan_terracotta", - "properties" : [] + "properties" : [], + "raw_id" : 987, + "serialization_id" : "tile.stained_hardened_clay.cyan" }, { "name" : "minecraft:cyan_wool", - "properties" : [] + "properties" : [], + "raw_id" : 816, + "serialization_id" : "tile.wool.cyan" }, { "name" : "minecraft:damaged_anvil", @@ -5432,11 +6016,15 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 1215, + "serialization_id" : "tile.anvil.veryDamaged" }, { "name" : "minecraft:dandelion", - "properties" : [] + "properties" : [], + "raw_id" : 37, + "serialization_id" : "tile.yellow_flower.dandelion" }, { "name" : "minecraft:dark_oak_button", @@ -5447,7 +6035,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 397, + "serialization_id" : "tile.dark_oak_button" }, { "name" : "minecraft:dark_oak_door", @@ -5464,7 +6054,9 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 197, + "serialization_id" : "tile.dark_oak_door" }, { "name" : "minecraft:dark_oak_double_slab", @@ -5472,11 +6064,15 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1068, + "serialization_id" : "tile.double_wooden_slab.big_oak" }, { "name" : "minecraft:dark_oak_fence", - "properties" : [] + "properties" : [], + "raw_id" : 832, + "serialization_id" : "tile.dark_oak_fence" }, { "name" : "minecraft:dark_oak_fence_gate", @@ -5490,7 +6086,9 @@ { "name" : "open_bit" } - ] + ], + "raw_id" : 186, + "serialization_id" : "tile.dark_oak_fence_gate" }, { "name" : "minecraft:dark_oak_hanging_sign", @@ -5507,7 +6105,9 @@ { "name" : "hanging" } - ] + ], + "raw_id" : 760, + "serialization_id" : "tile.dark_oak_hanging_sign" }, { "name" : "minecraft:dark_oak_leaves", @@ -5518,7 +6118,9 @@ { "name" : "update_bit" } - ] + ], + "raw_id" : 1058, + "serialization_id" : "tile.leaves.big_oak" }, { "name" : "minecraft:dark_oak_log", @@ -5526,11 +6128,15 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 827, + "serialization_id" : "tile.log.big_oak" }, { "name" : "minecraft:dark_oak_planks", - "properties" : [] + "properties" : [], + "raw_id" : 998, + "serialization_id" : "tile.dark_oak_planks" }, { "name" : "minecraft:dark_oak_pressure_plate", @@ -5538,7 +6144,9 @@ { "name" : "redstone_signal" } - ] + ], + "raw_id" : 407, + "serialization_id" : "tile.dark_oak_pressure_plate" }, { "name" : "minecraft:dark_oak_sapling", @@ -5546,7 +6154,9 @@ { "name" : "age_bit" } - ] + ], + "raw_id" : 1084, + "serialization_id" : "tile.sapling.big_oak" }, { "name" : "minecraft:dark_oak_slab", @@ -5554,7 +6164,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1063, + "serialization_id" : "tile.wooden_slab.big_oak" }, { "name" : "minecraft:dark_oak_stairs", @@ -5565,7 +6177,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 164, + "serialization_id" : "tile.dark_oak_stairs" }, { "name" : "minecraft:dark_oak_trapdoor", @@ -5579,7 +6193,9 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 402, + "serialization_id" : "tile.dark_oak_trapdoor" }, { "name" : "minecraft:dark_oak_wood", @@ -5587,11 +6203,15 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 1073, + "serialization_id" : "tile.wood.dark_oak" }, { "name" : "minecraft:dark_prismarine", - "properties" : [] + "properties" : [], + "raw_id" : 1202, + "serialization_id" : "tile.prismarine.dark" }, { "name" : "minecraft:dark_prismarine_double_slab", @@ -5599,7 +6219,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1168, + "serialization_id" : "tile.double_stone_slab2.prismarine.dark" }, { "name" : "minecraft:dark_prismarine_slab", @@ -5607,7 +6229,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1141, + "serialization_id" : "tile.stone_slab2.prismarine.dark" }, { "name" : "minecraft:dark_prismarine_stairs", @@ -5618,7 +6242,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 258, + "serialization_id" : "tile.dark_prismarine_stairs" }, { "name" : "minecraft:darkoak_standing_sign", @@ -5626,7 +6252,9 @@ { "name" : "ground_sign_direction" } - ] + ], + "raw_id" : 447, + "serialization_id" : "tile.darkoak_standing_sign" }, { "name" : "minecraft:darkoak_wall_sign", @@ -5634,7 +6262,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 448, + "serialization_id" : "tile.darkoak_wall_sign" }, { "name" : "minecraft:daylight_detector", @@ -5642,7 +6272,9 @@ { "name" : "redstone_signal" } - ] + ], + "raw_id" : 151, + "serialization_id" : "tile.daylight_detector" }, { "name" : "minecraft:daylight_detector_inverted", @@ -5650,15 +6282,21 @@ { "name" : "redstone_signal" } - ] + ], + "raw_id" : 178, + "serialization_id" : "tile.daylight_detector_inverted" }, { "name" : "minecraft:dead_brain_coral", - "properties" : [] + "properties" : [], + "raw_id" : 841, + "serialization_id" : "tile.coral.pink_dead" }, { "name" : "minecraft:dead_brain_coral_block", - "properties" : [] + "properties" : [], + "raw_id" : 1109, + "serialization_id" : "tile.coral_block.pink_dead" }, { "name" : "minecraft:dead_brain_coral_fan", @@ -5666,7 +6304,9 @@ { "name" : "coral_fan_direction" } - ] + ], + "raw_id" : 1099, + "serialization_id" : "tile.coral_fan_dead.pink_fan" }, { "name" : "minecraft:dead_brain_coral_wall_fan", @@ -5674,15 +6314,21 @@ { "name" : "coral_direction" } - ] + ], + "raw_id" : 1161, + "serialization_id" : "tile.dead_brain_coral_wall_fan" }, { "name" : "minecraft:dead_bubble_coral", - "properties" : [] + "properties" : [], + "raw_id" : 842, + "serialization_id" : "tile.coral.purple_dead" }, { "name" : "minecraft:dead_bubble_coral_block", - "properties" : [] + "properties" : [], + "raw_id" : 1110, + "serialization_id" : "tile.coral_block.purple_dead" }, { "name" : "minecraft:dead_bubble_coral_fan", @@ -5690,7 +6336,9 @@ { "name" : "coral_fan_direction" } - ] + ], + "raw_id" : 1100, + "serialization_id" : "tile.coral_fan_dead.purple_fan" }, { "name" : "minecraft:dead_bubble_coral_wall_fan", @@ -5698,15 +6346,21 @@ { "name" : "coral_direction" } - ] + ], + "raw_id" : 1163, + "serialization_id" : "tile.dead_bubble_coral_wall_fan" }, { "name" : "minecraft:dead_fire_coral", - "properties" : [] + "properties" : [], + "raw_id" : 843, + "serialization_id" : "tile.coral.red_dead" }, { "name" : "minecraft:dead_fire_coral_block", - "properties" : [] + "properties" : [], + "raw_id" : 1111, + "serialization_id" : "tile.coral_block.red_dead" }, { "name" : "minecraft:dead_fire_coral_fan", @@ -5714,7 +6368,9 @@ { "name" : "coral_fan_direction" } - ] + ], + "raw_id" : 1101, + "serialization_id" : "tile.coral_fan_dead.red_fan" }, { "name" : "minecraft:dead_fire_coral_wall_fan", @@ -5722,15 +6378,21 @@ { "name" : "coral_direction" } - ] + ], + "raw_id" : 1164, + "serialization_id" : "tile.dead_fire_coral_wall_fan" }, { "name" : "minecraft:dead_horn_coral", - "properties" : [] + "properties" : [], + "raw_id" : 844, + "serialization_id" : "tile.coral.yellow_dead" }, { "name" : "minecraft:dead_horn_coral_block", - "properties" : [] + "properties" : [], + "raw_id" : 1112, + "serialization_id" : "tile.coral_block.yellow_dead" }, { "name" : "minecraft:dead_horn_coral_fan", @@ -5738,7 +6400,9 @@ { "name" : "coral_fan_direction" } - ] + ], + "raw_id" : 1102, + "serialization_id" : "tile.coral_fan_dead.yellow_fan" }, { "name" : "minecraft:dead_horn_coral_wall_fan", @@ -5746,15 +6410,21 @@ { "name" : "coral_direction" } - ] + ], + "raw_id" : 1165, + "serialization_id" : "tile.dead_horn_coral_wall_fan" }, { "name" : "minecraft:dead_tube_coral", - "properties" : [] + "properties" : [], + "raw_id" : 840, + "serialization_id" : "tile.coral.blue_dead" }, { "name" : "minecraft:dead_tube_coral_block", - "properties" : [] + "properties" : [], + "raw_id" : 1108, + "serialization_id" : "tile.coral_block.blue_dead" }, { "name" : "minecraft:dead_tube_coral_fan", @@ -5762,7 +6432,9 @@ { "name" : "coral_fan_direction" } - ] + ], + "raw_id" : 389, + "serialization_id" : "tile.coral_fan_dead.blue_fan" }, { "name" : "minecraft:dead_tube_coral_wall_fan", @@ -5770,11 +6442,15 @@ { "name" : "coral_direction" } - ] + ], + "raw_id" : 1160, + "serialization_id" : "tile.dead_tube_coral_wall_fan" }, { "name" : "minecraft:deadbush", - "properties" : [] + "properties" : [], + "raw_id" : 32, + "serialization_id" : "tile.deadbush" }, { "name" : "minecraft:decorated_pot", @@ -5782,7 +6458,9 @@ { "name" : "direction" } - ] + ], + "raw_id" : 806, + "serialization_id" : "tile.decorated_pot" }, { "name" : "minecraft:deepslate", @@ -5790,7 +6468,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 633, + "serialization_id" : "tile.deepslate" }, { "name" : "minecraft:deepslate_brick_double_slab", @@ -5798,7 +6478,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 654, + "serialization_id" : "tile.deepslate_brick_double_slab" }, { "name" : "minecraft:deepslate_brick_slab", @@ -5806,7 +6488,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 647, + "serialization_id" : "tile.deepslate_brick_slab" }, { "name" : "minecraft:deepslate_brick_stairs", @@ -5817,7 +6501,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 648, + "serialization_id" : "tile.deepslate_brick_stairs" }, { "name" : "minecraft:deepslate_brick_wall", @@ -5837,43 +6523,63 @@ { "name" : "wall_post_bit" } - ] + ], + "raw_id" : 649, + "serialization_id" : "tile.deepslate_brick_wall" }, { "name" : "minecraft:deepslate_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 646, + "serialization_id" : "tile.deepslate_bricks" }, { "name" : "minecraft:deepslate_coal_ore", - "properties" : [] + "properties" : [], + "raw_id" : 661, + "serialization_id" : "tile.deepslate_coal_ore" }, { "name" : "minecraft:deepslate_copper_ore", - "properties" : [] + "properties" : [], + "raw_id" : 663, + "serialization_id" : "tile.deepslate_copper_ore" }, { "name" : "minecraft:deepslate_diamond_ore", - "properties" : [] + "properties" : [], + "raw_id" : 660, + "serialization_id" : "tile.deepslate_diamond_ore" }, { "name" : "minecraft:deepslate_emerald_ore", - "properties" : [] + "properties" : [], + "raw_id" : 662, + "serialization_id" : "tile.deepslate_emerald_ore" }, { "name" : "minecraft:deepslate_gold_ore", - "properties" : [] + "properties" : [], + "raw_id" : 657, + "serialization_id" : "tile.deepslate_gold_ore" }, { "name" : "minecraft:deepslate_iron_ore", - "properties" : [] + "properties" : [], + "raw_id" : 656, + "serialization_id" : "tile.deepslate_iron_ore" }, { "name" : "minecraft:deepslate_lapis_ore", - "properties" : [] + "properties" : [], + "raw_id" : 655, + "serialization_id" : "tile.deepslate_lapis_ore" }, { "name" : "minecraft:deepslate_redstone_ore", - "properties" : [] + "properties" : [], + "raw_id" : 658, + "serialization_id" : "tile.deepslate_redstone_ore" }, { "name" : "minecraft:deepslate_tile_double_slab", @@ -5881,7 +6587,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 653, + "serialization_id" : "tile.deepslate_tile_double_slab" }, { "name" : "minecraft:deepslate_tile_slab", @@ -5889,7 +6597,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 643, + "serialization_id" : "tile.deepslate_tile_slab" }, { "name" : "minecraft:deepslate_tile_stairs", @@ -5900,7 +6610,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 644, + "serialization_id" : "tile.deepslate_tile_stairs" }, { "name" : "minecraft:deepslate_tile_wall", @@ -5920,15 +6632,21 @@ { "name" : "wall_post_bit" } - ] + ], + "raw_id" : 645, + "serialization_id" : "tile.deepslate_tile_wall" }, { "name" : "minecraft:deepslate_tiles", - "properties" : [] + "properties" : [], + "raw_id" : 642, + "serialization_id" : "tile.deepslate_tiles" }, { "name" : "minecraft:deny", - "properties" : [] + "properties" : [], + "raw_id" : 211, + "serialization_id" : "tile.deny" }, { "name" : "minecraft:deprecated_anvil", @@ -5936,7 +6654,29 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 1216, + "serialization_id" : "tile.anvil.intact" + }, + { + "name" : "minecraft:deprecated_purpur_block_1", + "properties" : [ + { + "name" : "pillar_axis" + } + ], + "raw_id" : 1205, + "serialization_id" : "tile.purpur_block.chiseled" + }, + { + "name" : "minecraft:deprecated_purpur_block_2", + "properties" : [ + { + "name" : "pillar_axis" + } + ], + "raw_id" : 1207, + "serialization_id" : "tile.deprecated_purpur_block_2" }, { "name" : "minecraft:detector_rail", @@ -5947,19 +6687,27 @@ { "name" : "rail_direction" } - ] + ], + "raw_id" : 28, + "serialization_id" : "tile.detector_rail" }, { "name" : "minecraft:diamond_block", - "properties" : [] + "properties" : [], + "raw_id" : 57, + "serialization_id" : "tile.diamond_block" }, { "name" : "minecraft:diamond_ore", - "properties" : [] + "properties" : [], + "raw_id" : 56, + "serialization_id" : "tile.diamond_ore" }, { "name" : "minecraft:diorite", - "properties" : [] + "properties" : [], + "raw_id" : 847, + "serialization_id" : "tile.stone.diorite" }, { "name" : "minecraft:diorite_double_slab", @@ -5967,7 +6715,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1176, + "serialization_id" : "tile.double_stone_slab3.diorite" }, { "name" : "minecraft:diorite_slab", @@ -5975,7 +6725,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1149, + "serialization_id" : "tile.stone_slab3.diorite" }, { "name" : "minecraft:diorite_stairs", @@ -5986,15 +6738,43 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 425, + "serialization_id" : "tile.diorite_stairs" + }, + { + "name" : "minecraft:diorite_wall", + "properties" : [ + { + "name" : "wall_connection_type_east" + }, + { + "name" : "wall_connection_type_north" + }, + { + "name" : "wall_connection_type_south" + }, + { + "name" : "wall_connection_type_west" + }, + { + "name" : "wall_post_bit" + } + ], + "raw_id" : 1228, + "serialization_id" : "tile.cobblestone_wall.diorite" }, { "name" : "minecraft:dirt", - "properties" : [] + "properties" : [], + "raw_id" : 3, + "serialization_id" : "tile.dirt.default" }, { "name" : "minecraft:dirt_with_roots", - "properties" : [] + "properties" : [], + "raw_id" : 573, + "serialization_id" : "tile.dirt_with_roots" }, { "name" : "minecraft:dispenser", @@ -6005,7 +6785,9 @@ { "name" : "triggered_bit" } - ] + ], + "raw_id" : 23, + "serialization_id" : "tile.dispenser" }, { "name" : "minecraft:double_cut_copper_slab", @@ -6013,19 +6795,27 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 623, + "serialization_id" : "tile.double_cut_copper_slab" }, { "name" : "minecraft:dragon_egg", - "properties" : [] + "properties" : [], + "raw_id" : 122, + "serialization_id" : "tile.dragon_egg" }, { "name" : "minecraft:dried_kelp_block", - "properties" : [] + "properties" : [], + "raw_id" : 394, + "serialization_id" : "tile.dried_kelp_block" }, { "name" : "minecraft:dripstone_block", - "properties" : [] + "properties" : [], + "raw_id" : 572, + "serialization_id" : "tile.dripstone_block" }, { "name" : "minecraft:dropper", @@ -6036,495 +6826,751 @@ { "name" : "triggered_bit" } - ] + ], + "raw_id" : 125, + "serialization_id" : "tile.dropper" }, { "name" : "minecraft:element_0", - "properties" : [] + "properties" : [], + "raw_id" : 36, + "serialization_id" : "tile.element_0" }, { "name" : "minecraft:element_1", - "properties" : [] + "properties" : [], + "raw_id" : 267, + "serialization_id" : "tile.element_1" }, { "name" : "minecraft:element_10", - "properties" : [] + "properties" : [], + "raw_id" : 276, + "serialization_id" : "tile.element_10" }, { "name" : "minecraft:element_100", - "properties" : [] + "properties" : [], + "raw_id" : 366, + "serialization_id" : "tile.element_100" }, { "name" : "minecraft:element_101", - "properties" : [] + "properties" : [], + "raw_id" : 367, + "serialization_id" : "tile.element_101" }, { "name" : "minecraft:element_102", - "properties" : [] + "properties" : [], + "raw_id" : 368, + "serialization_id" : "tile.element_102" }, { "name" : "minecraft:element_103", - "properties" : [] + "properties" : [], + "raw_id" : 369, + "serialization_id" : "tile.element_103" }, { "name" : "minecraft:element_104", - "properties" : [] + "properties" : [], + "raw_id" : 370, + "serialization_id" : "tile.element_104" }, { "name" : "minecraft:element_105", - "properties" : [] + "properties" : [], + "raw_id" : 371, + "serialization_id" : "tile.element_105" }, { "name" : "minecraft:element_106", - "properties" : [] + "properties" : [], + "raw_id" : 372, + "serialization_id" : "tile.element_106" }, { "name" : "minecraft:element_107", - "properties" : [] + "properties" : [], + "raw_id" : 373, + "serialization_id" : "tile.element_107" }, { "name" : "minecraft:element_108", - "properties" : [] + "properties" : [], + "raw_id" : 374, + "serialization_id" : "tile.element_108" }, { "name" : "minecraft:element_109", - "properties" : [] + "properties" : [], + "raw_id" : 375, + "serialization_id" : "tile.element_109" }, { "name" : "minecraft:element_11", - "properties" : [] + "properties" : [], + "raw_id" : 277, + "serialization_id" : "tile.element_11" }, { "name" : "minecraft:element_110", - "properties" : [] + "properties" : [], + "raw_id" : 376, + "serialization_id" : "tile.element_110" }, { "name" : "minecraft:element_111", - "properties" : [] + "properties" : [], + "raw_id" : 377, + "serialization_id" : "tile.element_111" }, { "name" : "minecraft:element_112", - "properties" : [] + "properties" : [], + "raw_id" : 378, + "serialization_id" : "tile.element_112" }, { "name" : "minecraft:element_113", - "properties" : [] + "properties" : [], + "raw_id" : 379, + "serialization_id" : "tile.element_113" }, { "name" : "minecraft:element_114", - "properties" : [] + "properties" : [], + "raw_id" : 380, + "serialization_id" : "tile.element_114" }, { "name" : "minecraft:element_115", - "properties" : [] + "properties" : [], + "raw_id" : 381, + "serialization_id" : "tile.element_115" }, { "name" : "minecraft:element_116", - "properties" : [] + "properties" : [], + "raw_id" : 382, + "serialization_id" : "tile.element_116" }, { "name" : "minecraft:element_117", - "properties" : [] + "properties" : [], + "raw_id" : 383, + "serialization_id" : "tile.element_117" }, { "name" : "minecraft:element_118", - "properties" : [] + "properties" : [], + "raw_id" : 384, + "serialization_id" : "tile.element_118" }, { "name" : "minecraft:element_12", - "properties" : [] + "properties" : [], + "raw_id" : 278, + "serialization_id" : "tile.element_12" }, { "name" : "minecraft:element_13", - "properties" : [] + "properties" : [], + "raw_id" : 279, + "serialization_id" : "tile.element_13" }, { "name" : "minecraft:element_14", - "properties" : [] + "properties" : [], + "raw_id" : 280, + "serialization_id" : "tile.element_14" }, { "name" : "minecraft:element_15", - "properties" : [] + "properties" : [], + "raw_id" : 281, + "serialization_id" : "tile.element_15" }, { "name" : "minecraft:element_16", - "properties" : [] + "properties" : [], + "raw_id" : 282, + "serialization_id" : "tile.element_16" }, { "name" : "minecraft:element_17", - "properties" : [] + "properties" : [], + "raw_id" : 283, + "serialization_id" : "tile.element_17" }, { "name" : "minecraft:element_18", - "properties" : [] + "properties" : [], + "raw_id" : 284, + "serialization_id" : "tile.element_18" }, { "name" : "minecraft:element_19", - "properties" : [] + "properties" : [], + "raw_id" : 285, + "serialization_id" : "tile.element_19" }, { "name" : "minecraft:element_2", - "properties" : [] + "properties" : [], + "raw_id" : 268, + "serialization_id" : "tile.element_2" }, { "name" : "minecraft:element_20", - "properties" : [] + "properties" : [], + "raw_id" : 286, + "serialization_id" : "tile.element_20" }, { "name" : "minecraft:element_21", - "properties" : [] + "properties" : [], + "raw_id" : 287, + "serialization_id" : "tile.element_21" }, { "name" : "minecraft:element_22", - "properties" : [] + "properties" : [], + "raw_id" : 288, + "serialization_id" : "tile.element_22" }, { "name" : "minecraft:element_23", - "properties" : [] + "properties" : [], + "raw_id" : 289, + "serialization_id" : "tile.element_23" }, { "name" : "minecraft:element_24", - "properties" : [] + "properties" : [], + "raw_id" : 290, + "serialization_id" : "tile.element_24" }, { "name" : "minecraft:element_25", - "properties" : [] + "properties" : [], + "raw_id" : 291, + "serialization_id" : "tile.element_25" }, { "name" : "minecraft:element_26", - "properties" : [] + "properties" : [], + "raw_id" : 292, + "serialization_id" : "tile.element_26" }, { "name" : "minecraft:element_27", - "properties" : [] + "properties" : [], + "raw_id" : 293, + "serialization_id" : "tile.element_27" }, { "name" : "minecraft:element_28", - "properties" : [] + "properties" : [], + "raw_id" : 294, + "serialization_id" : "tile.element_28" }, { "name" : "minecraft:element_29", - "properties" : [] + "properties" : [], + "raw_id" : 295, + "serialization_id" : "tile.element_29" }, { "name" : "minecraft:element_3", - "properties" : [] + "properties" : [], + "raw_id" : 269, + "serialization_id" : "tile.element_3" }, { "name" : "minecraft:element_30", - "properties" : [] + "properties" : [], + "raw_id" : 296, + "serialization_id" : "tile.element_30" }, { "name" : "minecraft:element_31", - "properties" : [] + "properties" : [], + "raw_id" : 297, + "serialization_id" : "tile.element_31" }, { "name" : "minecraft:element_32", - "properties" : [] + "properties" : [], + "raw_id" : 298, + "serialization_id" : "tile.element_32" }, { "name" : "minecraft:element_33", - "properties" : [] + "properties" : [], + "raw_id" : 299, + "serialization_id" : "tile.element_33" }, { "name" : "minecraft:element_34", - "properties" : [] + "properties" : [], + "raw_id" : 300, + "serialization_id" : "tile.element_34" }, { "name" : "minecraft:element_35", - "properties" : [] + "properties" : [], + "raw_id" : 301, + "serialization_id" : "tile.element_35" }, { "name" : "minecraft:element_36", - "properties" : [] + "properties" : [], + "raw_id" : 302, + "serialization_id" : "tile.element_36" }, { "name" : "minecraft:element_37", - "properties" : [] + "properties" : [], + "raw_id" : 303, + "serialization_id" : "tile.element_37" }, { "name" : "minecraft:element_38", - "properties" : [] + "properties" : [], + "raw_id" : 304, + "serialization_id" : "tile.element_38" }, { "name" : "minecraft:element_39", - "properties" : [] + "properties" : [], + "raw_id" : 305, + "serialization_id" : "tile.element_39" }, { "name" : "minecraft:element_4", - "properties" : [] + "properties" : [], + "raw_id" : 270, + "serialization_id" : "tile.element_4" }, { "name" : "minecraft:element_40", - "properties" : [] + "properties" : [], + "raw_id" : 306, + "serialization_id" : "tile.element_40" }, { "name" : "minecraft:element_41", - "properties" : [] + "properties" : [], + "raw_id" : 307, + "serialization_id" : "tile.element_41" }, { "name" : "minecraft:element_42", - "properties" : [] + "properties" : [], + "raw_id" : 308, + "serialization_id" : "tile.element_42" }, { "name" : "minecraft:element_43", - "properties" : [] + "properties" : [], + "raw_id" : 309, + "serialization_id" : "tile.element_43" }, { "name" : "minecraft:element_44", - "properties" : [] + "properties" : [], + "raw_id" : 310, + "serialization_id" : "tile.element_44" }, { "name" : "minecraft:element_45", - "properties" : [] + "properties" : [], + "raw_id" : 311, + "serialization_id" : "tile.element_45" }, { "name" : "minecraft:element_46", - "properties" : [] + "properties" : [], + "raw_id" : 312, + "serialization_id" : "tile.element_46" }, { "name" : "minecraft:element_47", - "properties" : [] + "properties" : [], + "raw_id" : 313, + "serialization_id" : "tile.element_47" }, { "name" : "minecraft:element_48", - "properties" : [] + "properties" : [], + "raw_id" : 314, + "serialization_id" : "tile.element_48" }, { "name" : "minecraft:element_49", - "properties" : [] + "properties" : [], + "raw_id" : 315, + "serialization_id" : "tile.element_49" }, { "name" : "minecraft:element_5", - "properties" : [] + "properties" : [], + "raw_id" : 271, + "serialization_id" : "tile.element_5" }, { "name" : "minecraft:element_50", - "properties" : [] + "properties" : [], + "raw_id" : 316, + "serialization_id" : "tile.element_50" }, { "name" : "minecraft:element_51", - "properties" : [] + "properties" : [], + "raw_id" : 317, + "serialization_id" : "tile.element_51" }, { "name" : "minecraft:element_52", - "properties" : [] + "properties" : [], + "raw_id" : 318, + "serialization_id" : "tile.element_52" }, { "name" : "minecraft:element_53", - "properties" : [] + "properties" : [], + "raw_id" : 319, + "serialization_id" : "tile.element_53" }, { "name" : "minecraft:element_54", - "properties" : [] + "properties" : [], + "raw_id" : 320, + "serialization_id" : "tile.element_54" }, { "name" : "minecraft:element_55", - "properties" : [] + "properties" : [], + "raw_id" : 321, + "serialization_id" : "tile.element_55" }, { "name" : "minecraft:element_56", - "properties" : [] + "properties" : [], + "raw_id" : 322, + "serialization_id" : "tile.element_56" }, { "name" : "minecraft:element_57", - "properties" : [] + "properties" : [], + "raw_id" : 323, + "serialization_id" : "tile.element_57" }, { "name" : "minecraft:element_58", - "properties" : [] + "properties" : [], + "raw_id" : 324, + "serialization_id" : "tile.element_58" }, { "name" : "minecraft:element_59", - "properties" : [] + "properties" : [], + "raw_id" : 325, + "serialization_id" : "tile.element_59" }, { "name" : "minecraft:element_6", - "properties" : [] + "properties" : [], + "raw_id" : 272, + "serialization_id" : "tile.element_6" }, { "name" : "minecraft:element_60", - "properties" : [] + "properties" : [], + "raw_id" : 326, + "serialization_id" : "tile.element_60" }, { "name" : "minecraft:element_61", - "properties" : [] + "properties" : [], + "raw_id" : 327, + "serialization_id" : "tile.element_61" }, { "name" : "minecraft:element_62", - "properties" : [] + "properties" : [], + "raw_id" : 328, + "serialization_id" : "tile.element_62" }, { "name" : "minecraft:element_63", - "properties" : [] + "properties" : [], + "raw_id" : 329, + "serialization_id" : "tile.element_63" }, { "name" : "minecraft:element_64", - "properties" : [] + "properties" : [], + "raw_id" : 330, + "serialization_id" : "tile.element_64" }, { "name" : "minecraft:element_65", - "properties" : [] + "properties" : [], + "raw_id" : 331, + "serialization_id" : "tile.element_65" }, { "name" : "minecraft:element_66", - "properties" : [] + "properties" : [], + "raw_id" : 332, + "serialization_id" : "tile.element_66" }, { "name" : "minecraft:element_67", - "properties" : [] + "properties" : [], + "raw_id" : 333, + "serialization_id" : "tile.element_67" }, { "name" : "minecraft:element_68", - "properties" : [] + "properties" : [], + "raw_id" : 334, + "serialization_id" : "tile.element_68" }, { "name" : "minecraft:element_69", - "properties" : [] + "properties" : [], + "raw_id" : 335, + "serialization_id" : "tile.element_69" }, { "name" : "minecraft:element_7", - "properties" : [] + "properties" : [], + "raw_id" : 273, + "serialization_id" : "tile.element_7" }, { "name" : "minecraft:element_70", - "properties" : [] + "properties" : [], + "raw_id" : 336, + "serialization_id" : "tile.element_70" }, { "name" : "minecraft:element_71", - "properties" : [] + "properties" : [], + "raw_id" : 337, + "serialization_id" : "tile.element_71" }, { "name" : "minecraft:element_72", - "properties" : [] + "properties" : [], + "raw_id" : 338, + "serialization_id" : "tile.element_72" }, { "name" : "minecraft:element_73", - "properties" : [] + "properties" : [], + "raw_id" : 339, + "serialization_id" : "tile.element_73" }, { "name" : "minecraft:element_74", - "properties" : [] + "properties" : [], + "raw_id" : 340, + "serialization_id" : "tile.element_74" }, { "name" : "minecraft:element_75", - "properties" : [] + "properties" : [], + "raw_id" : 341, + "serialization_id" : "tile.element_75" }, { "name" : "minecraft:element_76", - "properties" : [] + "properties" : [], + "raw_id" : 342, + "serialization_id" : "tile.element_76" }, { "name" : "minecraft:element_77", - "properties" : [] + "properties" : [], + "raw_id" : 343, + "serialization_id" : "tile.element_77" }, { "name" : "minecraft:element_78", - "properties" : [] + "properties" : [], + "raw_id" : 344, + "serialization_id" : "tile.element_78" }, { "name" : "minecraft:element_79", - "properties" : [] + "properties" : [], + "raw_id" : 345, + "serialization_id" : "tile.element_79" }, { "name" : "minecraft:element_8", - "properties" : [] + "properties" : [], + "raw_id" : 274, + "serialization_id" : "tile.element_8" }, { "name" : "minecraft:element_80", - "properties" : [] + "properties" : [], + "raw_id" : 346, + "serialization_id" : "tile.element_80" }, { "name" : "minecraft:element_81", - "properties" : [] + "properties" : [], + "raw_id" : 347, + "serialization_id" : "tile.element_81" }, { "name" : "minecraft:element_82", - "properties" : [] + "properties" : [], + "raw_id" : 348, + "serialization_id" : "tile.element_82" }, { "name" : "minecraft:element_83", - "properties" : [] + "properties" : [], + "raw_id" : 349, + "serialization_id" : "tile.element_83" }, { "name" : "minecraft:element_84", - "properties" : [] + "properties" : [], + "raw_id" : 350, + "serialization_id" : "tile.element_84" }, { "name" : "minecraft:element_85", - "properties" : [] + "properties" : [], + "raw_id" : 351, + "serialization_id" : "tile.element_85" }, { "name" : "minecraft:element_86", - "properties" : [] + "properties" : [], + "raw_id" : 352, + "serialization_id" : "tile.element_86" }, { "name" : "minecraft:element_87", - "properties" : [] + "properties" : [], + "raw_id" : 353, + "serialization_id" : "tile.element_87" }, { "name" : "minecraft:element_88", - "properties" : [] + "properties" : [], + "raw_id" : 354, + "serialization_id" : "tile.element_88" }, { "name" : "minecraft:element_89", - "properties" : [] + "properties" : [], + "raw_id" : 355, + "serialization_id" : "tile.element_89" }, { "name" : "minecraft:element_9", - "properties" : [] + "properties" : [], + "raw_id" : 275, + "serialization_id" : "tile.element_9" }, { "name" : "minecraft:element_90", - "properties" : [] + "properties" : [], + "raw_id" : 356, + "serialization_id" : "tile.element_90" }, { "name" : "minecraft:element_91", - "properties" : [] + "properties" : [], + "raw_id" : 357, + "serialization_id" : "tile.element_91" }, { "name" : "minecraft:element_92", - "properties" : [] + "properties" : [], + "raw_id" : 358, + "serialization_id" : "tile.element_92" }, { "name" : "minecraft:element_93", - "properties" : [] + "properties" : [], + "raw_id" : 359, + "serialization_id" : "tile.element_93" }, { "name" : "minecraft:element_94", - "properties" : [] + "properties" : [], + "raw_id" : 360, + "serialization_id" : "tile.element_94" }, { "name" : "minecraft:element_95", - "properties" : [] + "properties" : [], + "raw_id" : 361, + "serialization_id" : "tile.element_95" }, { "name" : "minecraft:element_96", - "properties" : [] + "properties" : [], + "raw_id" : 362, + "serialization_id" : "tile.element_96" }, { "name" : "minecraft:element_97", - "properties" : [] + "properties" : [], + "raw_id" : 363, + "serialization_id" : "tile.element_97" }, { "name" : "minecraft:element_98", - "properties" : [] + "properties" : [], + "raw_id" : 364, + "serialization_id" : "tile.element_98" }, { "name" : "minecraft:element_99", - "properties" : [] + "properties" : [], + "raw_id" : 365, + "serialization_id" : "tile.element_99" + }, + { + "name" : "minecraft:element_constructor", + "properties" : [ + { + "name" : "direction" + } + ], + "raw_id" : 1242, + "serialization_id" : "tile.elementconstructor" }, { "name" : "minecraft:emerald_block", - "properties" : [] + "properties" : [], + "raw_id" : 133, + "serialization_id" : "tile.emerald_block" }, { "name" : "minecraft:emerald_ore", - "properties" : [] + "properties" : [], + "raw_id" : 129, + "serialization_id" : "tile.emerald_ore" }, { "name" : "minecraft:enchanting_table", - "properties" : [] + "properties" : [], + "raw_id" : 116, + "serialization_id" : "tile.enchanting_table" }, { "name" : "minecraft:end_brick_stairs", @@ -6535,19 +7581,27 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 433, + "serialization_id" : "tile.end_brick_stairs" }, { "name" : "minecraft:end_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 206, + "serialization_id" : "tile.end_bricks" }, { "name" : "minecraft:end_gateway", - "properties" : [] + "properties" : [], + "raw_id" : 209, + "serialization_id" : "tile.end_gateway" }, { "name" : "minecraft:end_portal", - "properties" : [] + "properties" : [], + "raw_id" : 119, + "serialization_id" : "tile.end_portal" }, { "name" : "minecraft:end_portal_frame", @@ -6558,7 +7612,9 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 120, + "serialization_id" : "tile.end_portal_frame" }, { "name" : "minecraft:end_rod", @@ -6566,11 +7622,15 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 208, + "serialization_id" : "tile.end_rod" }, { "name" : "minecraft:end_stone", - "properties" : [] + "properties" : [], + "raw_id" : 121, + "serialization_id" : "tile.end_stone" }, { "name" : "minecraft:end_stone_brick_double_slab", @@ -6578,7 +7638,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 422, + "serialization_id" : "tile.double_stone_slab3.end_brick" }, { "name" : "minecraft:end_stone_brick_slab", @@ -6586,7 +7648,31 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 417, + "serialization_id" : "tile.stone_slab3.end_brick" + }, + { + "name" : "minecraft:end_stone_brick_wall", + "properties" : [ + { + "name" : "wall_connection_type_east" + }, + { + "name" : "wall_connection_type_north" + }, + { + "name" : "wall_connection_type_south" + }, + { + "name" : "wall_connection_type_west" + }, + { + "name" : "wall_post_bit" + } + ], + "raw_id" : 1235, + "serialization_id" : "tile.cobblestone_wall.end_brick" }, { "name" : "minecraft:ender_chest", @@ -6594,15 +7680,21 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 130, + "serialization_id" : "tile.ender_chest" }, { "name" : "minecraft:exposed_chiseled_copper", - "properties" : [] + "properties" : [], + "raw_id" : 1016, + "serialization_id" : "tile.exposed_chiseled_copper" }, { "name" : "minecraft:exposed_copper", - "properties" : [] + "properties" : [], + "raw_id" : 596, + "serialization_id" : "tile.exposed_copper" }, { "name" : "minecraft:exposed_copper_bulb", @@ -6613,7 +7705,9 @@ { "name" : "powered_bit" } - ] + ], + "raw_id" : 1032, + "serialization_id" : "tile.exposed_copper_bulb" }, { "name" : "minecraft:exposed_copper_door", @@ -6630,11 +7724,15 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 1040, + "serialization_id" : "tile.exposed_copper_door" }, { "name" : "minecraft:exposed_copper_grate", - "properties" : [] + "properties" : [], + "raw_id" : 1024, + "serialization_id" : "tile.exposed_copper_grate" }, { "name" : "minecraft:exposed_copper_trapdoor", @@ -6648,11 +7746,15 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 1048, + "serialization_id" : "tile.exposed_copper_trapdoor" }, { "name" : "minecraft:exposed_cut_copper", - "properties" : [] + "properties" : [], + "raw_id" : 603, + "serialization_id" : "tile.exposed_cut_copper" }, { "name" : "minecraft:exposed_cut_copper_slab", @@ -6660,7 +7762,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 617, + "serialization_id" : "tile.exposed_cut_copper_slab" }, { "name" : "minecraft:exposed_cut_copper_stairs", @@ -6671,7 +7775,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 610, + "serialization_id" : "tile.exposed_cut_copper_stairs" }, { "name" : "minecraft:exposed_double_cut_copper_slab", @@ -6679,7 +7785,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 624, + "serialization_id" : "tile.exposed_double_cut_copper_slab" }, { "name" : "minecraft:farmland", @@ -6687,7 +7795,9 @@ { "name" : "moisturized_amount" } - ] + ], + "raw_id" : 60, + "serialization_id" : "tile.farmland" }, { "name" : "minecraft:fence_gate", @@ -6701,11 +7811,15 @@ { "name" : "open_bit" } - ] + ], + "raw_id" : 107, + "serialization_id" : "tile.fence_gate" }, { "name" : "minecraft:fern", - "properties" : [] + "properties" : [], + "raw_id" : 1103, + "serialization_id" : "tile.tallgrass.fern" }, { "name" : "minecraft:fire", @@ -6713,15 +7827,21 @@ { "name" : "age" } - ] + ], + "raw_id" : 51, + "serialization_id" : "tile.fire" }, { "name" : "minecraft:fire_coral", - "properties" : [] + "properties" : [], + "raw_id" : 838, + "serialization_id" : "tile.coral.red" }, { "name" : "minecraft:fire_coral_block", - "properties" : [] + "properties" : [], + "raw_id" : 1106, + "serialization_id" : "tile.coral_block.red" }, { "name" : "minecraft:fire_coral_fan", @@ -6729,7 +7849,9 @@ { "name" : "coral_fan_direction" } - ] + ], + "raw_id" : 1097, + "serialization_id" : "tile.coral_fan.red_fan" }, { "name" : "minecraft:fire_coral_wall_fan", @@ -6737,11 +7859,15 @@ { "name" : "coral_direction" } - ] + ], + "raw_id" : 1162, + "serialization_id" : "tile.fire_coral_wall_fan" }, { "name" : "minecraft:fletching_table", - "properties" : [] + "properties" : [], + "raw_id" : 456, + "serialization_id" : "tile.fletching_table" }, { "name" : "minecraft:flower_pot", @@ -6749,11 +7875,15 @@ { "name" : "update_bit" } - ] + ], + "raw_id" : 140, + "serialization_id" : "tile.flower_pot" }, { "name" : "minecraft:flowering_azalea", - "properties" : [] + "properties" : [], + "raw_id" : 593, + "serialization_id" : "tile.flowering_azalea" }, { "name" : "minecraft:flowing_lava", @@ -6761,7 +7891,9 @@ { "name" : "liquid_depth" } - ] + ], + "raw_id" : 10, + "serialization_id" : "tile.flowing_lava" }, { "name" : "minecraft:flowing_water", @@ -6769,7 +7901,9 @@ { "name" : "liquid_depth" } - ] + ], + "raw_id" : 8, + "serialization_id" : "tile.flowing_water" }, { "name" : "minecraft:frame", @@ -6783,11 +7917,15 @@ { "name" : "item_frame_photo_bit" } - ] + ], + "raw_id" : 199, + "serialization_id" : "tile.frame" }, { "name" : "minecraft:frog_spawn", - "properties" : [] + "properties" : [], + "raw_id" : 723, + "serialization_id" : "tile.frog_spawn" }, { "name" : "minecraft:frosted_ice", @@ -6795,7 +7933,9 @@ { "name" : "age" } - ] + ], + "raw_id" : 207, + "serialization_id" : "tile.frosted_ice" }, { "name" : "minecraft:furnace", @@ -6803,19 +7943,27 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 61, + "serialization_id" : "tile.furnace" }, { "name" : "minecraft:gilded_blackstone", - "properties" : [] + "properties" : [], + "raw_id" : 536, + "serialization_id" : "tile.gilded_blackstone" }, { "name" : "minecraft:glass", - "properties" : [] + "properties" : [], + "raw_id" : 20, + "serialization_id" : "tile.glass" }, { "name" : "minecraft:glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 102, + "serialization_id" : "tile.glass_pane" }, { "name" : "minecraft:glow_frame", @@ -6829,7 +7977,9 @@ { "name" : "item_frame_photo_bit" } - ] + ], + "raw_id" : 594, + "serialization_id" : "tile.glow_frame" }, { "name" : "minecraft:glow_lichen", @@ -6837,23 +7987,33 @@ { "name" : "multi_face_direction_bits" } - ] + ], + "raw_id" : 666, + "serialization_id" : "tile.glow_lichen" }, { "name" : "minecraft:glowingobsidian", - "properties" : [] + "properties" : [], + "raw_id" : 246, + "serialization_id" : "tile.glowingobsidian" }, { "name" : "minecraft:glowstone", - "properties" : [] + "properties" : [], + "raw_id" : 89, + "serialization_id" : "tile.glowstone" }, { "name" : "minecraft:gold_block", - "properties" : [] + "properties" : [], + "raw_id" : 41, + "serialization_id" : "tile.gold_block" }, { "name" : "minecraft:gold_ore", - "properties" : [] + "properties" : [], + "raw_id" : 14, + "serialization_id" : "tile.gold_ore" }, { "name" : "minecraft:golden_rail", @@ -6864,11 +8024,15 @@ { "name" : "rail_direction" } - ] + ], + "raw_id" : 27, + "serialization_id" : "tile.golden_rail" }, { "name" : "minecraft:granite", - "properties" : [] + "properties" : [], + "raw_id" : 845, + "serialization_id" : "tile.stone.granite" }, { "name" : "minecraft:granite_double_slab", @@ -6876,7 +8040,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1178, + "serialization_id" : "tile.double_stone_slab3.granite" }, { "name" : "minecraft:granite_slab", @@ -6884,7 +8050,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1151, + "serialization_id" : "tile.stone_slab3.granite" }, { "name" : "minecraft:granite_stairs", @@ -6895,19 +8063,49 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 424, + "serialization_id" : "tile.granite_stairs" + }, + { + "name" : "minecraft:granite_wall", + "properties" : [ + { + "name" : "wall_connection_type_east" + }, + { + "name" : "wall_connection_type_north" + }, + { + "name" : "wall_connection_type_south" + }, + { + "name" : "wall_connection_type_west" + }, + { + "name" : "wall_post_bit" + } + ], + "raw_id" : 1227, + "serialization_id" : "tile.cobblestone_wall.granite" }, { "name" : "minecraft:grass_block", - "properties" : [] + "properties" : [], + "raw_id" : 2, + "serialization_id" : "tile.grass" }, { "name" : "minecraft:grass_path", - "properties" : [] + "properties" : [], + "raw_id" : 198, + "serialization_id" : "tile.grass_path" }, { "name" : "minecraft:gravel", - "properties" : [] + "properties" : [], + "raw_id" : 13, + "serialization_id" : "tile.gravel" }, { "name" : "minecraft:gray_candle", @@ -6918,7 +8116,9 @@ { "name" : "lit" } - ] + ], + "raw_id" : 675, + "serialization_id" : "tile.gray_candle" }, { "name" : "minecraft:gray_candle_cake", @@ -6926,19 +8126,27 @@ { "name" : "lit" } - ] + ], + "raw_id" : 692, + "serialization_id" : "tile.gray_candle_cake" }, { "name" : "minecraft:gray_carpet", - "properties" : [] + "properties" : [], + "raw_id" : 858, + "serialization_id" : "tile.carpet.gray" }, { "name" : "minecraft:gray_concrete", - "properties" : [] + "properties" : [], + "raw_id" : 889, + "serialization_id" : "tile.concrete.gray" }, { "name" : "minecraft:gray_concrete_powder", - "properties" : [] + "properties" : [], + "raw_id" : 970, + "serialization_id" : "tile.concretePowder.gray" }, { "name" : "minecraft:gray_glazed_terracotta", @@ -6946,27 +8154,39 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 227, + "serialization_id" : "tile.glazedTerracotta.gray" }, { "name" : "minecraft:gray_shulker_box", - "properties" : [] + "properties" : [], + "raw_id" : 874, + "serialization_id" : "tile.shulkerBox" }, { "name" : "minecraft:gray_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 934, + "serialization_id" : "tile.stained_glass.gray" }, { "name" : "minecraft:gray_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 904, + "serialization_id" : "tile.stained_glass_pane.gray" }, { "name" : "minecraft:gray_terracotta", - "properties" : [] + "properties" : [], + "raw_id" : 985, + "serialization_id" : "tile.stained_hardened_clay.gray" }, { "name" : "minecraft:gray_wool", - "properties" : [] + "properties" : [], + "raw_id" : 808, + "serialization_id" : "tile.wool.gray" }, { "name" : "minecraft:green_candle", @@ -6977,7 +8197,9 @@ { "name" : "lit" } - ] + ], + "raw_id" : 681, + "serialization_id" : "tile.green_candle" }, { "name" : "minecraft:green_candle_cake", @@ -6985,19 +8207,27 @@ { "name" : "lit" } - ] + ], + "raw_id" : 698, + "serialization_id" : "tile.green_candle_cake" }, { "name" : "minecraft:green_carpet", - "properties" : [] + "properties" : [], + "raw_id" : 864, + "serialization_id" : "tile.carpet.green" }, { "name" : "minecraft:green_concrete", - "properties" : [] + "properties" : [], + "raw_id" : 895, + "serialization_id" : "tile.concrete.green" }, { "name" : "minecraft:green_concrete_powder", - "properties" : [] + "properties" : [], + "raw_id" : 976, + "serialization_id" : "tile.concretePowder.green" }, { "name" : "minecraft:green_glazed_terracotta", @@ -7005,27 +8235,39 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 233, + "serialization_id" : "tile.glazedTerracotta.green" }, { "name" : "minecraft:green_shulker_box", - "properties" : [] + "properties" : [], + "raw_id" : 880, + "serialization_id" : "tile.shulkerBox" }, { "name" : "minecraft:green_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 940, + "serialization_id" : "tile.stained_glass.green" }, { "name" : "minecraft:green_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 910, + "serialization_id" : "tile.stained_glass_pane.green" }, { "name" : "minecraft:green_terracotta", - "properties" : [] + "properties" : [], + "raw_id" : 991, + "serialization_id" : "tile.stained_hardened_clay.green" }, { "name" : "minecraft:green_wool", - "properties" : [] + "properties" : [], + "raw_id" : 815, + "serialization_id" : "tile.wool.green" }, { "name" : "minecraft:grindstone", @@ -7036,151 +8278,225 @@ { "name" : "direction" } - ] + ], + "raw_id" : 450, + "serialization_id" : "tile.grindstone" }, { "name" : "minecraft:hanging_roots", - "properties" : [] + "properties" : [], + "raw_id" : 574, + "serialization_id" : "tile.hanging_roots" }, { "name" : "minecraft:hard_black_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 957, + "serialization_id" : "tile.hard_stained_glass.black" }, { "name" : "minecraft:hard_black_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 927, + "serialization_id" : "tile.hard_stained_glass_pane.black" }, { "name" : "minecraft:hard_blue_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 953, + "serialization_id" : "tile.hard_stained_glass.blue" }, { "name" : "minecraft:hard_blue_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 923, + "serialization_id" : "tile.hard_stained_glass_pane.blue" }, { "name" : "minecraft:hard_brown_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 954, + "serialization_id" : "tile.hard_stained_glass.brown" }, { "name" : "minecraft:hard_brown_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 924, + "serialization_id" : "tile.hard_stained_glass_pane.brown" }, { "name" : "minecraft:hard_cyan_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 951, + "serialization_id" : "tile.hard_stained_glass.cyan" }, { "name" : "minecraft:hard_cyan_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 921, + "serialization_id" : "tile.hard_stained_glass_pane.cyan" }, { "name" : "minecraft:hard_glass", - "properties" : [] + "properties" : [], + "raw_id" : 253, + "serialization_id" : "tile.hard_glass" }, { "name" : "minecraft:hard_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 190, + "serialization_id" : "tile.hard_glass_pane" }, { "name" : "minecraft:hard_gray_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 949, + "serialization_id" : "tile.hard_stained_glass.gray" }, { "name" : "minecraft:hard_gray_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 919, + "serialization_id" : "tile.hard_stained_glass_pane.gray" }, { "name" : "minecraft:hard_green_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 955, + "serialization_id" : "tile.hard_stained_glass.green" }, { "name" : "minecraft:hard_green_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 925, + "serialization_id" : "tile.hard_stained_glass_pane.green" }, { "name" : "minecraft:hard_light_blue_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 945, + "serialization_id" : "tile.hard_stained_glass.light_blue" }, { "name" : "minecraft:hard_light_blue_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 915, + "serialization_id" : "tile.hard_stained_glass_pane.light_blue" }, { "name" : "minecraft:hard_light_gray_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 950, + "serialization_id" : "tile.hard_stained_glass.silver" }, { "name" : "minecraft:hard_light_gray_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 920, + "serialization_id" : "tile.hard_stained_glass_pane.silver" }, { "name" : "minecraft:hard_lime_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 947, + "serialization_id" : "tile.hard_stained_glass.lime" }, { "name" : "minecraft:hard_lime_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 917, + "serialization_id" : "tile.hard_stained_glass_pane.lime" }, { "name" : "minecraft:hard_magenta_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 944, + "serialization_id" : "tile.hard_stained_glass.magenta" }, { "name" : "minecraft:hard_magenta_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 914, + "serialization_id" : "tile.hard_stained_glass_pane.magenta" }, { "name" : "minecraft:hard_orange_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 943, + "serialization_id" : "tile.hard_stained_glass.orange" }, { "name" : "minecraft:hard_orange_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 913, + "serialization_id" : "tile.hard_stained_glass_pane.orange" }, { "name" : "minecraft:hard_pink_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 948, + "serialization_id" : "tile.hard_stained_glass.pink" }, { "name" : "minecraft:hard_pink_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 918, + "serialization_id" : "tile.hard_stained_glass_pane.pink" }, { "name" : "minecraft:hard_purple_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 952, + "serialization_id" : "tile.hard_stained_glass.purple" }, { "name" : "minecraft:hard_purple_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 922, + "serialization_id" : "tile.hard_stained_glass_pane.purple" }, { "name" : "minecraft:hard_red_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 956, + "serialization_id" : "tile.hard_stained_glass.red" }, { "name" : "minecraft:hard_red_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 926, + "serialization_id" : "tile.hard_stained_glass_pane.red" }, { "name" : "minecraft:hard_white_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 254, + "serialization_id" : "tile.hard_stained_glass.white" }, { "name" : "minecraft:hard_white_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 191, + "serialization_id" : "tile.hard_stained_glass_pane.white" }, { "name" : "minecraft:hard_yellow_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 946, + "serialization_id" : "tile.hard_stained_glass.yellow" }, { "name" : "minecraft:hard_yellow_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 916, + "serialization_id" : "tile.hard_stained_glass_pane.yellow" }, { "name" : "minecraft:hardened_clay", - "properties" : [] + "properties" : [], + "raw_id" : 172, + "serialization_id" : "tile.hardened_clay" }, { "name" : "minecraft:hay_block", @@ -7191,11 +8507,15 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 170, + "serialization_id" : "tile.hay_block" }, { "name" : "minecraft:heavy_core", - "properties" : [] + "properties" : [], + "raw_id" : 571, + "serialization_id" : "tile.heavy_core" }, { "name" : "minecraft:heavy_weighted_pressure_plate", @@ -7203,15 +8523,21 @@ { "name" : "redstone_signal" } - ] + ], + "raw_id" : 148, + "serialization_id" : "tile.heavy_weighted_pressure_plate" }, { "name" : "minecraft:honey_block", - "properties" : [] + "properties" : [], + "raw_id" : 475, + "serialization_id" : "tile.honey_block" }, { "name" : "minecraft:honeycomb_block", - "properties" : [] + "properties" : [], + "raw_id" : 476, + "serialization_id" : "tile.honeycomb_block" }, { "name" : "minecraft:hopper", @@ -7222,15 +8548,21 @@ { "name" : "toggle_bit" } - ] + ], + "raw_id" : 154, + "serialization_id" : "tile.hopper" }, { "name" : "minecraft:horn_coral", - "properties" : [] + "properties" : [], + "raw_id" : 839, + "serialization_id" : "tile.coral.yellow" }, { "name" : "minecraft:horn_coral_block", - "properties" : [] + "properties" : [], + "raw_id" : 1107, + "serialization_id" : "tile.coral_block.yellow" }, { "name" : "minecraft:horn_coral_fan", @@ -7238,7 +8570,9 @@ { "name" : "coral_fan_direction" } - ] + ], + "raw_id" : 1098, + "serialization_id" : "tile.coral_fan.yellow_fan" }, { "name" : "minecraft:horn_coral_wall_fan", @@ -7246,23 +8580,33 @@ { "name" : "coral_direction" } - ] + ], + "raw_id" : 392, + "serialization_id" : "tile.horn_coral_wall_fan" }, { "name" : "minecraft:ice", - "properties" : [] + "properties" : [], + "raw_id" : 79, + "serialization_id" : "tile.ice" }, { "name" : "minecraft:infested_chiseled_stone_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 1117, + "serialization_id" : "tile.monster_egg.chiseledbrick" }, { "name" : "minecraft:infested_cobblestone", - "properties" : [] + "properties" : [], + "raw_id" : 1113, + "serialization_id" : "tile.monster_egg.cobble" }, { "name" : "minecraft:infested_cracked_stone_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 1116, + "serialization_id" : "tile.monster_egg.crackedbrick" }, { "name" : "minecraft:infested_deepslate", @@ -7270,39 +8614,57 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 709, + "serialization_id" : "tile.infested_deepslate" }, { "name" : "minecraft:infested_mossy_stone_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 1115, + "serialization_id" : "tile.monster_egg.mossybrick" }, { "name" : "minecraft:infested_stone", - "properties" : [] + "properties" : [], + "raw_id" : 97, + "serialization_id" : "tile.monster_egg.stone" }, { "name" : "minecraft:infested_stone_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 1114, + "serialization_id" : "tile.monster_egg.brick" }, { "name" : "minecraft:info_update", - "properties" : [] + "properties" : [], + "raw_id" : 248, + "serialization_id" : "tile.info_update" }, { "name" : "minecraft:info_update2", - "properties" : [] + "properties" : [], + "raw_id" : 249, + "serialization_id" : "tile.info_update2" }, { "name" : "minecraft:invisible_bedrock", - "properties" : [] + "properties" : [], + "raw_id" : 95, + "serialization_id" : "tile.invisibleBedrock" }, { "name" : "minecraft:iron_bars", - "properties" : [] + "properties" : [], + "raw_id" : 101, + "serialization_id" : "tile.iron_bars" }, { "name" : "minecraft:iron_block", - "properties" : [] + "properties" : [], + "raw_id" : 42, + "serialization_id" : "tile.iron_block" }, { "name" : "minecraft:iron_door", @@ -7319,11 +8681,15 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 71, + "serialization_id" : "tile.iron_door" }, { "name" : "minecraft:iron_ore", - "properties" : [] + "properties" : [], + "raw_id" : 15, + "serialization_id" : "tile.iron_ore" }, { "name" : "minecraft:iron_trapdoor", @@ -7337,7 +8703,9 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 167, + "serialization_id" : "tile.iron_trapdoor" }, { "name" : "minecraft:jigsaw", @@ -7348,11 +8716,15 @@ { "name" : "rotation" } - ] + ], + "raw_id" : 466, + "serialization_id" : "tile.jigsaw" }, { "name" : "minecraft:jukebox", - "properties" : [] + "properties" : [], + "raw_id" : 84, + "serialization_id" : "tile.jukebox" }, { "name" : "minecraft:jungle_button", @@ -7363,7 +8735,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 398, + "serialization_id" : "tile.jungle_button" }, { "name" : "minecraft:jungle_door", @@ -7380,7 +8754,9 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 195, + "serialization_id" : "tile.jungle_door" }, { "name" : "minecraft:jungle_double_slab", @@ -7388,11 +8764,15 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1066, + "serialization_id" : "tile.double_wooden_slab.jungle" }, { "name" : "minecraft:jungle_fence", - "properties" : [] + "properties" : [], + "raw_id" : 833, + "serialization_id" : "tile.jungle_fence" }, { "name" : "minecraft:jungle_fence_gate", @@ -7406,7 +8786,9 @@ { "name" : "open_bit" } - ] + ], + "raw_id" : 185, + "serialization_id" : "tile.jungle_fence_gate" }, { "name" : "minecraft:jungle_hanging_sign", @@ -7423,7 +8805,9 @@ { "name" : "hanging" } - ] + ], + "raw_id" : 758, + "serialization_id" : "tile.jungle_hanging_sign" }, { "name" : "minecraft:jungle_leaves", @@ -7434,7 +8818,9 @@ { "name" : "update_bit" } - ] + ], + "raw_id" : 1057, + "serialization_id" : "tile.leaves.jungle" }, { "name" : "minecraft:jungle_log", @@ -7442,11 +8828,15 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 826, + "serialization_id" : "tile.log.jungle" }, { "name" : "minecraft:jungle_planks", - "properties" : [] + "properties" : [], + "raw_id" : 996, + "serialization_id" : "tile.jungle_planks" }, { "name" : "minecraft:jungle_pressure_plate", @@ -7454,7 +8844,9 @@ { "name" : "redstone_signal" } - ] + ], + "raw_id" : 408, + "serialization_id" : "tile.jungle_pressure_plate" }, { "name" : "minecraft:jungle_sapling", @@ -7462,7 +8854,9 @@ { "name" : "age_bit" } - ] + ], + "raw_id" : 1082, + "serialization_id" : "tile.sapling.jungle" }, { "name" : "minecraft:jungle_slab", @@ -7470,7 +8864,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1061, + "serialization_id" : "tile.wooden_slab.jungle" }, { "name" : "minecraft:jungle_stairs", @@ -7481,7 +8877,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 136, + "serialization_id" : "tile.jungle_stairs" }, { "name" : "minecraft:jungle_standing_sign", @@ -7489,7 +8887,9 @@ { "name" : "ground_sign_direction" } - ] + ], + "raw_id" : 443, + "serialization_id" : "tile.jungle_standing_sign" }, { "name" : "minecraft:jungle_trapdoor", @@ -7503,7 +8903,9 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 403, + "serialization_id" : "tile.jungle_trapdoor" }, { "name" : "minecraft:jungle_wall_sign", @@ -7511,7 +8913,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 444, + "serialization_id" : "tile.jungle_wall_sign" }, { "name" : "minecraft:jungle_wood", @@ -7519,7 +8923,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 1071, + "serialization_id" : "tile.wood.jungle" }, { "name" : "minecraft:kelp", @@ -7527,7 +8933,19 @@ { "name" : "kelp_age" } - ] + ], + "raw_id" : 393, + "serialization_id" : "tile.kelp" + }, + { + "name" : "minecraft:lab_table", + "properties" : [ + { + "name" : "direction" + } + ], + "raw_id" : 1243, + "serialization_id" : "tile.labtable" }, { "name" : "minecraft:ladder", @@ -7535,7 +8953,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 65, + "serialization_id" : "tile.ladder" }, { "name" : "minecraft:lantern", @@ -7543,15 +8963,21 @@ { "name" : "hanging" } - ] + ], + "raw_id" : 463, + "serialization_id" : "tile.lantern" }, { "name" : "minecraft:lapis_block", - "properties" : [] + "properties" : [], + "raw_id" : 22, + "serialization_id" : "tile.lapis_block" }, { "name" : "minecraft:lapis_ore", - "properties" : [] + "properties" : [], + "raw_id" : 21, + "serialization_id" : "tile.lapis_ore" }, { "name" : "minecraft:large_amethyst_bud", @@ -7559,7 +8985,9 @@ { "name" : "minecraft:block_face" } - ] + ], + "raw_id" : 585, + "serialization_id" : "tile.large_amethyst_bud" }, { "name" : "minecraft:large_fern", @@ -7567,7 +8995,9 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 1120, + "serialization_id" : "tile.double_plant.fern" }, { "name" : "minecraft:lava", @@ -7575,7 +9005,9 @@ { "name" : "liquid_depth" } - ] + ], + "raw_id" : 11, + "serialization_id" : "tile.lava" }, { "name" : "minecraft:lectern", @@ -7586,7 +9018,9 @@ { "name" : "powered_bit" } - ] + ], + "raw_id" : 449, + "serialization_id" : "tile.lectern" }, { "name" : "minecraft:lever", @@ -7597,71 +9031,105 @@ { "name" : "open_bit" } - ] + ], + "raw_id" : 69, + "serialization_id" : "tile.lever" }, { "name" : "minecraft:light_block_0", - "properties" : [] + "properties" : [], + "raw_id" : 470, + "serialization_id" : "tile.light_block" }, { "name" : "minecraft:light_block_1", - "properties" : [] + "properties" : [], + "raw_id" : 1184, + "serialization_id" : "tile.light_block" }, { "name" : "minecraft:light_block_10", - "properties" : [] + "properties" : [], + "raw_id" : 1193, + "serialization_id" : "tile.light_block" }, { "name" : "minecraft:light_block_11", - "properties" : [] + "properties" : [], + "raw_id" : 1194, + "serialization_id" : "tile.light_block" }, { "name" : "minecraft:light_block_12", - "properties" : [] + "properties" : [], + "raw_id" : 1195, + "serialization_id" : "tile.light_block" }, { "name" : "minecraft:light_block_13", - "properties" : [] + "properties" : [], + "raw_id" : 1196, + "serialization_id" : "tile.light_block" }, { "name" : "minecraft:light_block_14", - "properties" : [] + "properties" : [], + "raw_id" : 1197, + "serialization_id" : "tile.light_block" }, { "name" : "minecraft:light_block_15", - "properties" : [] + "properties" : [], + "raw_id" : 1198, + "serialization_id" : "tile.light_block" }, { "name" : "minecraft:light_block_2", - "properties" : [] + "properties" : [], + "raw_id" : 1185, + "serialization_id" : "tile.light_block" }, { "name" : "minecraft:light_block_3", - "properties" : [] + "properties" : [], + "raw_id" : 1186, + "serialization_id" : "tile.light_block" }, { "name" : "minecraft:light_block_4", - "properties" : [] + "properties" : [], + "raw_id" : 1187, + "serialization_id" : "tile.light_block" }, { "name" : "minecraft:light_block_5", - "properties" : [] + "properties" : [], + "raw_id" : 1188, + "serialization_id" : "tile.light_block" }, { "name" : "minecraft:light_block_6", - "properties" : [] + "properties" : [], + "raw_id" : 1189, + "serialization_id" : "tile.light_block" }, { "name" : "minecraft:light_block_7", - "properties" : [] + "properties" : [], + "raw_id" : 1190, + "serialization_id" : "tile.light_block" }, { "name" : "minecraft:light_block_8", - "properties" : [] + "properties" : [], + "raw_id" : 1191, + "serialization_id" : "tile.light_block" }, { "name" : "minecraft:light_block_9", - "properties" : [] + "properties" : [], + "raw_id" : 1192, + "serialization_id" : "tile.light_block" }, { "name" : "minecraft:light_blue_candle", @@ -7672,7 +9140,9 @@ { "name" : "lit" } - ] + ], + "raw_id" : 671, + "serialization_id" : "tile.light_blue_candle" }, { "name" : "minecraft:light_blue_candle_cake", @@ -7680,19 +9150,27 @@ { "name" : "lit" } - ] + ], + "raw_id" : 688, + "serialization_id" : "tile.light_blue_candle_cake" }, { "name" : "minecraft:light_blue_carpet", - "properties" : [] + "properties" : [], + "raw_id" : 854, + "serialization_id" : "tile.carpet.lightBlue" }, { "name" : "minecraft:light_blue_concrete", - "properties" : [] + "properties" : [], + "raw_id" : 885, + "serialization_id" : "tile.concrete.lightBlue" }, { "name" : "minecraft:light_blue_concrete_powder", - "properties" : [] + "properties" : [], + "raw_id" : 966, + "serialization_id" : "tile.concretePowder.lightBlue" }, { "name" : "minecraft:light_blue_glazed_terracotta", @@ -7700,27 +9178,39 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 223, + "serialization_id" : "tile.glazedTerracotta.light_blue" }, { "name" : "minecraft:light_blue_shulker_box", - "properties" : [] + "properties" : [], + "raw_id" : 870, + "serialization_id" : "tile.shulkerBox" }, { "name" : "minecraft:light_blue_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 930, + "serialization_id" : "tile.stained_glass.light_blue" }, { "name" : "minecraft:light_blue_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 900, + "serialization_id" : "tile.stained_glass_pane.light_blue" }, { "name" : "minecraft:light_blue_terracotta", - "properties" : [] + "properties" : [], + "raw_id" : 981, + "serialization_id" : "tile.stained_hardened_clay.lightBlue" }, { "name" : "minecraft:light_blue_wool", - "properties" : [] + "properties" : [], + "raw_id" : 817, + "serialization_id" : "tile.wool.lightBlue" }, { "name" : "minecraft:light_gray_candle", @@ -7731,7 +9221,9 @@ { "name" : "lit" } - ] + ], + "raw_id" : 676, + "serialization_id" : "tile.light_gray_candle" }, { "name" : "minecraft:light_gray_candle_cake", @@ -7739,39 +9231,57 @@ { "name" : "lit" } - ] + ], + "raw_id" : 693, + "serialization_id" : "tile.light_gray_candle_cake" }, { "name" : "minecraft:light_gray_carpet", - "properties" : [] + "properties" : [], + "raw_id" : 859, + "serialization_id" : "tile.carpet.silver" }, { "name" : "minecraft:light_gray_concrete", - "properties" : [] + "properties" : [], + "raw_id" : 890, + "serialization_id" : "tile.concrete.silver" }, { "name" : "minecraft:light_gray_concrete_powder", - "properties" : [] + "properties" : [], + "raw_id" : 971, + "serialization_id" : "tile.concretePowder.silver" }, { "name" : "minecraft:light_gray_shulker_box", - "properties" : [] + "properties" : [], + "raw_id" : 875, + "serialization_id" : "tile.shulkerBox" }, { "name" : "minecraft:light_gray_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 935, + "serialization_id" : "tile.stained_glass.silver" }, { "name" : "minecraft:light_gray_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 905, + "serialization_id" : "tile.stained_glass_pane.silver" }, { "name" : "minecraft:light_gray_terracotta", - "properties" : [] + "properties" : [], + "raw_id" : 986, + "serialization_id" : "tile.stained_hardened_clay.silver" }, { "name" : "minecraft:light_gray_wool", - "properties" : [] + "properties" : [], + "raw_id" : 807, + "serialization_id" : "tile.wool.silver" }, { "name" : "minecraft:light_weighted_pressure_plate", @@ -7779,7 +9289,9 @@ { "name" : "redstone_signal" } - ] + ], + "raw_id" : 147, + "serialization_id" : "tile.light_weighted_pressure_plate" }, { "name" : "minecraft:lightning_rod", @@ -7787,7 +9299,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 567, + "serialization_id" : "tile.lightning_rod" }, { "name" : "minecraft:lilac", @@ -7795,11 +9309,15 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 1118, + "serialization_id" : "tile.double_plant.syringa" }, { "name" : "minecraft:lily_of_the_valley", - "properties" : [] + "properties" : [], + "raw_id" : 1094, + "serialization_id" : "tile.red_flower.lilyOfTheValley" }, { "name" : "minecraft:lime_candle", @@ -7810,7 +9328,9 @@ { "name" : "lit" } - ] + ], + "raw_id" : 673, + "serialization_id" : "tile.lime_candle" }, { "name" : "minecraft:lime_candle_cake", @@ -7818,19 +9338,27 @@ { "name" : "lit" } - ] + ], + "raw_id" : 690, + "serialization_id" : "tile.lime_candle_cake" }, { "name" : "minecraft:lime_carpet", - "properties" : [] + "properties" : [], + "raw_id" : 856, + "serialization_id" : "tile.carpet.lime" }, { "name" : "minecraft:lime_concrete", - "properties" : [] + "properties" : [], + "raw_id" : 887, + "serialization_id" : "tile.concrete.lime" }, { "name" : "minecraft:lime_concrete_powder", - "properties" : [] + "properties" : [], + "raw_id" : 968, + "serialization_id" : "tile.concretePowder.lime" }, { "name" : "minecraft:lime_glazed_terracotta", @@ -7838,27 +9366,39 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 225, + "serialization_id" : "tile.glazedTerracotta.lime" }, { "name" : "minecraft:lime_shulker_box", - "properties" : [] + "properties" : [], + "raw_id" : 872, + "serialization_id" : "tile.shulkerBox" }, { "name" : "minecraft:lime_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 932, + "serialization_id" : "tile.stained_glass.lime" }, { "name" : "minecraft:lime_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 902, + "serialization_id" : "tile.stained_glass_pane.lime" }, { "name" : "minecraft:lime_terracotta", - "properties" : [] + "properties" : [], + "raw_id" : 983, + "serialization_id" : "tile.stained_hardened_clay.lime" }, { "name" : "minecraft:lime_wool", - "properties" : [] + "properties" : [], + "raw_id" : 814, + "serialization_id" : "tile.wool.lime" }, { "name" : "minecraft:lit_blast_furnace", @@ -7866,11 +9406,15 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 469, + "serialization_id" : "tile.lit_blast_furnace" }, { "name" : "minecraft:lit_deepslate_redstone_ore", - "properties" : [] + "properties" : [], + "raw_id" : 659, + "serialization_id" : "tile.lit_deepslate_redstone_ore" }, { "name" : "minecraft:lit_furnace", @@ -7878,7 +9422,9 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 62, + "serialization_id" : "tile.lit_furnace" }, { "name" : "minecraft:lit_pumpkin", @@ -7886,15 +9432,21 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 91, + "serialization_id" : "tile.lit_pumpkin" }, { "name" : "minecraft:lit_redstone_lamp", - "properties" : [] + "properties" : [], + "raw_id" : 124, + "serialization_id" : "tile.lit_redstone_lamp" }, { "name" : "minecraft:lit_redstone_ore", - "properties" : [] + "properties" : [], + "raw_id" : 74, + "serialization_id" : "tile.lit_redstone_ore" }, { "name" : "minecraft:lit_smoker", @@ -7902,11 +9454,15 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 454, + "serialization_id" : "tile.lit_smoker" }, { "name" : "minecraft:lodestone", - "properties" : [] + "properties" : [], + "raw_id" : 477, + "serialization_id" : "tile.lodestone" }, { "name" : "minecraft:loom", @@ -7914,7 +9470,9 @@ { "name" : "direction" } - ] + ], + "raw_id" : 459, + "serialization_id" : "tile.loom" }, { "name" : "minecraft:magenta_candle", @@ -7925,7 +9483,9 @@ { "name" : "lit" } - ] + ], + "raw_id" : 670, + "serialization_id" : "tile.magenta_candle" }, { "name" : "minecraft:magenta_candle_cake", @@ -7933,19 +9493,27 @@ { "name" : "lit" } - ] + ], + "raw_id" : 687, + "serialization_id" : "tile.magenta_candle_cake" }, { "name" : "minecraft:magenta_carpet", - "properties" : [] + "properties" : [], + "raw_id" : 853, + "serialization_id" : "tile.carpet.magenta" }, { "name" : "minecraft:magenta_concrete", - "properties" : [] + "properties" : [], + "raw_id" : 884, + "serialization_id" : "tile.concrete.magenta" }, { "name" : "minecraft:magenta_concrete_powder", - "properties" : [] + "properties" : [], + "raw_id" : 965, + "serialization_id" : "tile.concretePowder.magenta" }, { "name" : "minecraft:magenta_glazed_terracotta", @@ -7953,31 +9521,45 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 222, + "serialization_id" : "tile.glazedTerracotta.magenta" }, { "name" : "minecraft:magenta_shulker_box", - "properties" : [] + "properties" : [], + "raw_id" : 869, + "serialization_id" : "tile.shulkerBox" }, { "name" : "minecraft:magenta_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 929, + "serialization_id" : "tile.stained_glass.magenta" }, { "name" : "minecraft:magenta_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 899, + "serialization_id" : "tile.stained_glass_pane.magenta" }, { "name" : "minecraft:magenta_terracotta", - "properties" : [] + "properties" : [], + "raw_id" : 980, + "serialization_id" : "tile.stained_hardened_clay.magenta" }, { "name" : "minecraft:magenta_wool", - "properties" : [] + "properties" : [], + "raw_id" : 820, + "serialization_id" : "tile.wool.magenta" }, { "name" : "minecraft:magma", - "properties" : [] + "properties" : [], + "raw_id" : 213, + "serialization_id" : "tile.magma" }, { "name" : "minecraft:mangrove_button", @@ -7988,7 +9570,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 742, + "serialization_id" : "tile.mangrove_button" }, { "name" : "minecraft:mangrove_door", @@ -8005,7 +9589,9 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 748, + "serialization_id" : "tile.mangrove_door" }, { "name" : "minecraft:mangrove_double_slab", @@ -8013,11 +9599,15 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 754, + "serialization_id" : "tile.mangrove_double_slab" }, { "name" : "minecraft:mangrove_fence", - "properties" : [] + "properties" : [], + "raw_id" : 746, + "serialization_id" : "tile.mangrove_fence" }, { "name" : "minecraft:mangrove_fence_gate", @@ -8031,7 +9621,9 @@ { "name" : "open_bit" } - ] + ], + "raw_id" : 747, + "serialization_id" : "tile.mangrove_fence_gate" }, { "name" : "minecraft:mangrove_hanging_sign", @@ -8048,7 +9640,9 @@ { "name" : "hanging" } - ] + ], + "raw_id" : 763, + "serialization_id" : "tile.mangrove_hanging_sign" }, { "name" : "minecraft:mangrove_leaves", @@ -8059,7 +9653,9 @@ { "name" : "update_bit" } - ] + ], + "raw_id" : 727, + "serialization_id" : "tile.mangrove_leaves" }, { "name" : "minecraft:mangrove_log", @@ -8067,11 +9663,15 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 739, + "serialization_id" : "tile.mangrove_log" }, { "name" : "minecraft:mangrove_planks", - "properties" : [] + "properties" : [], + "raw_id" : 741, + "serialization_id" : "tile.mangrove_planks" }, { "name" : "minecraft:mangrove_pressure_plate", @@ -8079,7 +9679,9 @@ { "name" : "redstone_signal" } - ] + ], + "raw_id" : 745, + "serialization_id" : "tile.mangrove_pressure_plate" }, { "name" : "minecraft:mangrove_propagule", @@ -8090,11 +9692,15 @@ { "name" : "propagule_stage" } - ] + ], + "raw_id" : 729, + "serialization_id" : "tile.mangrove_propagule" }, { "name" : "minecraft:mangrove_roots", - "properties" : [] + "properties" : [], + "raw_id" : 737, + "serialization_id" : "tile.mangrove_roots" }, { "name" : "minecraft:mangrove_slab", @@ -8102,7 +9708,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 744, + "serialization_id" : "tile.mangrove_slab" }, { "name" : "minecraft:mangrove_stairs", @@ -8113,7 +9721,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 743, + "serialization_id" : "tile.mangrove_stairs" }, { "name" : "minecraft:mangrove_standing_sign", @@ -8121,7 +9731,9 @@ { "name" : "ground_sign_direction" } - ] + ], + "raw_id" : 749, + "serialization_id" : "tile.mangrove_standing_sign" }, { "name" : "minecraft:mangrove_trapdoor", @@ -8135,7 +9747,9 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 751, + "serialization_id" : "tile.mangrove_trapdoor" }, { "name" : "minecraft:mangrove_wall_sign", @@ -8143,7 +9757,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 750, + "serialization_id" : "tile.mangrove_wall_sign" }, { "name" : "minecraft:mangrove_wood", @@ -8154,7 +9770,19 @@ { "name" : "stripped_bit" } - ] + ], + "raw_id" : 752, + "serialization_id" : "tile.mangrove_wood" + }, + { + "name" : "minecraft:material_reducer", + "properties" : [ + { + "name" : "direction" + } + ], + "raw_id" : 1241, + "serialization_id" : "tile.materialreducer" }, { "name" : "minecraft:medium_amethyst_bud", @@ -8162,11 +9790,15 @@ { "name" : "minecraft:block_face" } - ] + ], + "raw_id" : 586, + "serialization_id" : "tile.medium_amethyst_bud" }, { "name" : "minecraft:melon_block", - "properties" : [] + "properties" : [], + "raw_id" : 103, + "serialization_id" : "tile.melon_block" }, { "name" : "minecraft:melon_stem", @@ -8177,23 +9809,33 @@ { "name" : "growth" } - ] + ], + "raw_id" : 105, + "serialization_id" : "tile.melon_stem" }, { "name" : "minecraft:mob_spawner", - "properties" : [] + "properties" : [], + "raw_id" : 52, + "serialization_id" : "tile.mob_spawner" }, { "name" : "minecraft:moss_block", - "properties" : [] + "properties" : [], + "raw_id" : 575, + "serialization_id" : "tile.moss_block" }, { "name" : "minecraft:moss_carpet", - "properties" : [] + "properties" : [], + "raw_id" : 590, + "serialization_id" : "tile.moss_carpet" }, { "name" : "minecraft:mossy_cobblestone", - "properties" : [] + "properties" : [], + "raw_id" : 48, + "serialization_id" : "tile.mossy_cobblestone" }, { "name" : "minecraft:mossy_cobblestone_double_slab", @@ -8201,7 +9843,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1170, + "serialization_id" : "tile.double_stone_slab2.mossy_cobblestone" }, { "name" : "minecraft:mossy_cobblestone_slab", @@ -8209,7 +9853,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1143, + "serialization_id" : "tile.stone_slab2.mossy_cobblestone" }, { "name" : "minecraft:mossy_cobblestone_stairs", @@ -8220,7 +9866,31 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 434, + "serialization_id" : "tile.mossy_cobblestone_stairs" + }, + { + "name" : "minecraft:mossy_cobblestone_wall", + "properties" : [ + { + "name" : "wall_connection_type_east" + }, + { + "name" : "wall_connection_type_north" + }, + { + "name" : "wall_connection_type_south" + }, + { + "name" : "wall_connection_type_west" + }, + { + "name" : "wall_post_bit" + } + ], + "raw_id" : 1226, + "serialization_id" : "tile.cobblestone_wall.mossy" }, { "name" : "minecraft:mossy_stone_brick_double_slab", @@ -8228,7 +9898,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 423, + "serialization_id" : "tile.double_stone_slab4.mossy_stone_brick" }, { "name" : "minecraft:mossy_stone_brick_slab", @@ -8236,7 +9908,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 421, + "serialization_id" : "tile.stone_slab4.mossy_stone_brick" }, { "name" : "minecraft:mossy_stone_brick_stairs", @@ -8247,19 +9921,49 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 430, + "serialization_id" : "tile.mossy_stone_brick_stairs" + }, + { + "name" : "minecraft:mossy_stone_brick_wall", + "properties" : [ + { + "name" : "wall_connection_type_east" + }, + { + "name" : "wall_connection_type_north" + }, + { + "name" : "wall_connection_type_south" + }, + { + "name" : "wall_connection_type_west" + }, + { + "name" : "wall_post_bit" + } + ], + "raw_id" : 1233, + "serialization_id" : "tile.cobblestone_wall.mossy_stone_brick" }, { "name" : "minecraft:mossy_stone_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 1123, + "serialization_id" : "tile.stonebrick.mossy" }, { "name" : "minecraft:moving_block", - "properties" : [] + "properties" : [], + "raw_id" : 250, + "serialization_id" : "tile.moving_block" }, { "name" : "minecraft:mud", - "properties" : [] + "properties" : [], + "raw_id" : 728, + "serialization_id" : "tile.mud" }, { "name" : "minecraft:mud_brick_double_slab", @@ -8267,7 +9971,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 734, + "serialization_id" : "tile.mud_brick_double_slab" }, { "name" : "minecraft:mud_brick_slab", @@ -8275,7 +9981,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 733, + "serialization_id" : "tile.mud_brick_slab" }, { "name" : "minecraft:mud_brick_stairs", @@ -8286,7 +9994,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 735, + "serialization_id" : "tile.mud_brick_stairs" }, { "name" : "minecraft:mud_brick_wall", @@ -8306,11 +10016,15 @@ { "name" : "wall_post_bit" } - ] + ], + "raw_id" : 736, + "serialization_id" : "tile.mud_brick_wall" }, { "name" : "minecraft:mud_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 730, + "serialization_id" : "tile.mud_bricks" }, { "name" : "minecraft:muddy_mangrove_roots", @@ -8318,15 +10032,21 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 738, + "serialization_id" : "tile.muddy_mangrove_roots" }, { "name" : "minecraft:mycelium", - "properties" : [] + "properties" : [], + "raw_id" : 110, + "serialization_id" : "tile.mycelium" }, { "name" : "minecraft:nether_brick", - "properties" : [] + "properties" : [], + "raw_id" : 112, + "serialization_id" : "tile.nether_brick" }, { "name" : "minecraft:nether_brick_double_slab", @@ -8334,11 +10054,15 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1138, + "serialization_id" : "tile.double_stone_slab.nether_brick" }, { "name" : "minecraft:nether_brick_fence", - "properties" : [] + "properties" : [], + "raw_id" : 113, + "serialization_id" : "tile.nether_brick_fence" }, { "name" : "minecraft:nether_brick_slab", @@ -8346,7 +10070,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1132, + "serialization_id" : "tile.stone_slab.nether_brick" }, { "name" : "minecraft:nether_brick_stairs", @@ -8357,15 +10083,43 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 114, + "serialization_id" : "tile.nether_brick_stairs" + }, + { + "name" : "minecraft:nether_brick_wall", + "properties" : [ + { + "name" : "wall_connection_type_east" + }, + { + "name" : "wall_connection_type_north" + }, + { + "name" : "wall_connection_type_south" + }, + { + "name" : "wall_connection_type_west" + }, + { + "name" : "wall_post_bit" + } + ], + "raw_id" : 1234, + "serialization_id" : "tile.cobblestone_wall.nether_brick" }, { "name" : "minecraft:nether_gold_ore", - "properties" : [] + "properties" : [], + "raw_id" : 543, + "serialization_id" : "tile.nether_gold_ore" }, { "name" : "minecraft:nether_sprouts", - "properties" : [] + "properties" : [], + "raw_id" : 493, + "serialization_id" : "tile.nether_sprouts" }, { "name" : "minecraft:nether_wart", @@ -8373,23 +10127,33 @@ { "name" : "age" } - ] + ], + "raw_id" : 115, + "serialization_id" : "tile.nether_wart" }, { "name" : "minecraft:nether_wart_block", - "properties" : [] + "properties" : [], + "raw_id" : 214, + "serialization_id" : "tile.nether_wart_block" }, { "name" : "minecraft:netherite_block", - "properties" : [] + "properties" : [], + "raw_id" : 525, + "serialization_id" : "tile.netherite_block" }, { "name" : "minecraft:netherrack", - "properties" : [] + "properties" : [], + "raw_id" : 87, + "serialization_id" : "tile.netherrack" }, { "name" : "minecraft:netherreactor", - "properties" : [] + "properties" : [], + "raw_id" : 247, + "serialization_id" : "tile.netherreactor" }, { "name" : "minecraft:normal_stone_double_slab", @@ -8397,7 +10161,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1181, + "serialization_id" : "tile.double_stone_slab4.stone" }, { "name" : "minecraft:normal_stone_slab", @@ -8405,7 +10171,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1154, + "serialization_id" : "tile.stone_slab4.stone" }, { "name" : "minecraft:normal_stone_stairs", @@ -8416,11 +10184,15 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 435, + "serialization_id" : "tile.normal_stone_stairs" }, { "name" : "minecraft:noteblock", - "properties" : [] + "properties" : [], + "raw_id" : 25, + "serialization_id" : "tile.noteblock" }, { "name" : "minecraft:oak_double_slab", @@ -8428,11 +10200,15 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 157, + "serialization_id" : "tile.double_wooden_slab.oak" }, { "name" : "minecraft:oak_fence", - "properties" : [] + "properties" : [], + "raw_id" : 85, + "serialization_id" : "tile.oak_fence" }, { "name" : "minecraft:oak_hanging_sign", @@ -8449,7 +10225,9 @@ { "name" : "hanging" } - ] + ], + "raw_id" : 755, + "serialization_id" : "tile.oak_hanging_sign" }, { "name" : "minecraft:oak_leaves", @@ -8460,7 +10238,9 @@ { "name" : "update_bit" } - ] + ], + "raw_id" : 18, + "serialization_id" : "tile.leaves.oak" }, { "name" : "minecraft:oak_log", @@ -8468,11 +10248,15 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 17, + "serialization_id" : "tile.log.oak" }, { "name" : "minecraft:oak_planks", - "properties" : [] + "properties" : [], + "raw_id" : 5, + "serialization_id" : "tile.oak_planks" }, { "name" : "minecraft:oak_sapling", @@ -8480,7 +10264,9 @@ { "name" : "age_bit" } - ] + ], + "raw_id" : 6, + "serialization_id" : "tile.sapling.oak" }, { "name" : "minecraft:oak_slab", @@ -8488,7 +10274,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 158, + "serialization_id" : "tile.wooden_slab.oak" }, { "name" : "minecraft:oak_stairs", @@ -8499,7 +10287,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 53, + "serialization_id" : "tile.oak_stairs" }, { "name" : "minecraft:oak_wood", @@ -8507,7 +10297,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 467, + "serialization_id" : "tile.wood.oak" }, { "name" : "minecraft:observer", @@ -8518,11 +10310,15 @@ { "name" : "powered_bit" } - ] + ], + "raw_id" : 251, + "serialization_id" : "tile.observer" }, { "name" : "minecraft:obsidian", - "properties" : [] + "properties" : [], + "raw_id" : 49, + "serialization_id" : "tile.obsidian" }, { "name" : "minecraft:ochre_froglight", @@ -8530,7 +10326,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 726, + "serialization_id" : "tile.ochre_froglight" }, { "name" : "minecraft:orange_candle", @@ -8541,7 +10339,9 @@ { "name" : "lit" } - ] + ], + "raw_id" : 669, + "serialization_id" : "tile.orange_candle" }, { "name" : "minecraft:orange_candle_cake", @@ -8549,19 +10349,27 @@ { "name" : "lit" } - ] + ], + "raw_id" : 686, + "serialization_id" : "tile.orange_candle_cake" }, { "name" : "minecraft:orange_carpet", - "properties" : [] + "properties" : [], + "raw_id" : 852, + "serialization_id" : "tile.carpet.orange" }, { "name" : "minecraft:orange_concrete", - "properties" : [] + "properties" : [], + "raw_id" : 883, + "serialization_id" : "tile.concrete.orange" }, { "name" : "minecraft:orange_concrete_powder", - "properties" : [] + "properties" : [], + "raw_id" : 964, + "serialization_id" : "tile.concretePowder.orange" }, { "name" : "minecraft:orange_glazed_terracotta", @@ -8569,43 +10377,63 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 221, + "serialization_id" : "tile.glazedTerracotta.orange" }, { "name" : "minecraft:orange_shulker_box", - "properties" : [] + "properties" : [], + "raw_id" : 868, + "serialization_id" : "tile.shulkerBox" }, { "name" : "minecraft:orange_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 928, + "serialization_id" : "tile.stained_glass.orange" }, { "name" : "minecraft:orange_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 898, + "serialization_id" : "tile.stained_glass_pane.orange" }, { "name" : "minecraft:orange_terracotta", - "properties" : [] + "properties" : [], + "raw_id" : 979, + "serialization_id" : "tile.stained_hardened_clay.orange" }, { "name" : "minecraft:orange_tulip", - "properties" : [] + "properties" : [], + "raw_id" : 1089, + "serialization_id" : "tile.red_flower.tulipOrange" }, { "name" : "minecraft:orange_wool", - "properties" : [] + "properties" : [], + "raw_id" : 812, + "serialization_id" : "tile.wool.orange" }, { "name" : "minecraft:oxeye_daisy", - "properties" : [] + "properties" : [], + "raw_id" : 1092, + "serialization_id" : "tile.red_flower.oxeyeDaisy" }, { "name" : "minecraft:oxidized_chiseled_copper", - "properties" : [] + "properties" : [], + "raw_id" : 1018, + "serialization_id" : "tile.oxidized_chiseled_copper" }, { "name" : "minecraft:oxidized_copper", - "properties" : [] + "properties" : [], + "raw_id" : 598, + "serialization_id" : "tile.oxidized_copper" }, { "name" : "minecraft:oxidized_copper_bulb", @@ -8616,7 +10444,9 @@ { "name" : "powered_bit" } - ] + ], + "raw_id" : 1034, + "serialization_id" : "tile.oxidized_copper_bulb" }, { "name" : "minecraft:oxidized_copper_door", @@ -8633,11 +10463,15 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 1042, + "serialization_id" : "tile.oxidized_copper_door" }, { "name" : "minecraft:oxidized_copper_grate", - "properties" : [] + "properties" : [], + "raw_id" : 1026, + "serialization_id" : "tile.oxidized_copper_grate" }, { "name" : "minecraft:oxidized_copper_trapdoor", @@ -8651,11 +10485,15 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 1050, + "serialization_id" : "tile.oxidized_copper_trapdoor" }, { "name" : "minecraft:oxidized_cut_copper", - "properties" : [] + "properties" : [], + "raw_id" : 605, + "serialization_id" : "tile.oxidized_cut_copper" }, { "name" : "minecraft:oxidized_cut_copper_slab", @@ -8663,7 +10501,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 619, + "serialization_id" : "tile.oxidized_cut_copper_slab" }, { "name" : "minecraft:oxidized_cut_copper_stairs", @@ -8674,7 +10514,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 612, + "serialization_id" : "tile.oxidized_cut_copper_stairs" }, { "name" : "minecraft:oxidized_double_cut_copper_slab", @@ -8682,15 +10524,21 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 626, + "serialization_id" : "tile.oxidized_double_cut_copper_slab" }, { "name" : "minecraft:packed_ice", - "properties" : [] + "properties" : [], + "raw_id" : 174, + "serialization_id" : "tile.packed_ice" }, { "name" : "minecraft:packed_mud", - "properties" : [] + "properties" : [], + "raw_id" : 732, + "serialization_id" : "tile.packed_mud" }, { "name" : "minecraft:pearlescent_froglight", @@ -8698,7 +10546,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 724, + "serialization_id" : "tile.pearlescent_froglight" }, { "name" : "minecraft:peony", @@ -8706,7 +10556,9 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 1122, + "serialization_id" : "tile.double_plant.paeonia" }, { "name" : "minecraft:petrified_oak_double_slab", @@ -8714,7 +10566,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1158, + "serialization_id" : "tile.double_stone_slab.wood" }, { "name" : "minecraft:petrified_oak_slab", @@ -8722,7 +10576,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1157, + "serialization_id" : "tile.stone_slab.wood" }, { "name" : "minecraft:pink_candle", @@ -8733,7 +10589,9 @@ { "name" : "lit" } - ] + ], + "raw_id" : 674, + "serialization_id" : "tile.pink_candle" }, { "name" : "minecraft:pink_candle_cake", @@ -8741,19 +10599,27 @@ { "name" : "lit" } - ] + ], + "raw_id" : 691, + "serialization_id" : "tile.pink_candle_cake" }, { "name" : "minecraft:pink_carpet", - "properties" : [] + "properties" : [], + "raw_id" : 857, + "serialization_id" : "tile.carpet.pink" }, { "name" : "minecraft:pink_concrete", - "properties" : [] + "properties" : [], + "raw_id" : 888, + "serialization_id" : "tile.concrete.pink" }, { "name" : "minecraft:pink_concrete_powder", - "properties" : [] + "properties" : [], + "raw_id" : 969, + "serialization_id" : "tile.concretePowder.pink" }, { "name" : "minecraft:pink_glazed_terracotta", @@ -8761,7 +10627,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 226, + "serialization_id" : "tile.glazedTerracotta.pink" }, { "name" : "minecraft:pink_petals", @@ -8772,31 +10640,45 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 804, + "serialization_id" : "tile.pink_petals" }, { "name" : "minecraft:pink_shulker_box", - "properties" : [] + "properties" : [], + "raw_id" : 873, + "serialization_id" : "tile.shulkerBox" }, { "name" : "minecraft:pink_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 933, + "serialization_id" : "tile.stained_glass.pink" }, { "name" : "minecraft:pink_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 903, + "serialization_id" : "tile.stained_glass_pane.pink" }, { "name" : "minecraft:pink_terracotta", - "properties" : [] + "properties" : [], + "raw_id" : 984, + "serialization_id" : "tile.stained_hardened_clay.pink" }, { "name" : "minecraft:pink_tulip", - "properties" : [] + "properties" : [], + "raw_id" : 1091, + "serialization_id" : "tile.red_flower.tulipPink" }, { "name" : "minecraft:pink_wool", - "properties" : [] + "properties" : [], + "raw_id" : 821, + "serialization_id" : "tile.wool.pink" }, { "name" : "minecraft:piston", @@ -8804,7 +10686,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 33, + "serialization_id" : "tile.piston" }, { "name" : "minecraft:piston_arm_collision", @@ -8812,7 +10696,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 34, + "serialization_id" : "tile.piston_arm_collision" }, { "name" : "minecraft:pitcher_crop", @@ -8823,7 +10709,9 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 829, + "serialization_id" : "tile.pitcher_crop" }, { "name" : "minecraft:pitcher_plant", @@ -8831,11 +10719,15 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 867, + "serialization_id" : "tile.pitcher_plant" }, { "name" : "minecraft:podzol", - "properties" : [] + "properties" : [], + "raw_id" : 243, + "serialization_id" : "tile.podzol" }, { "name" : "minecraft:pointed_dripstone", @@ -8846,11 +10738,15 @@ { "name" : "hanging" } - ] + ], + "raw_id" : 563, + "serialization_id" : "tile.pointed_dripstone" }, { "name" : "minecraft:polished_andesite", - "properties" : [] + "properties" : [], + "raw_id" : 850, + "serialization_id" : "tile.stone.andesiteSmooth" }, { "name" : "minecraft:polished_andesite_double_slab", @@ -8858,7 +10754,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1174, + "serialization_id" : "tile.double_stone_slab3.andesite.smooth" }, { "name" : "minecraft:polished_andesite_slab", @@ -8866,7 +10764,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1147, + "serialization_id" : "tile.stone_slab3.andesite.smooth" }, { "name" : "minecraft:polished_andesite_stairs", @@ -8877,7 +10777,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 429, + "serialization_id" : "tile.polished_andesite_stairs" }, { "name" : "minecraft:polished_basalt", @@ -8885,11 +10787,15 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 490, + "serialization_id" : "tile.polished_basalt" }, { "name" : "minecraft:polished_blackstone", - "properties" : [] + "properties" : [], + "raw_id" : 546, + "serialization_id" : "tile.polished_blackstone" }, { "name" : "minecraft:polished_blackstone_brick_double_slab", @@ -8897,7 +10803,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 540, + "serialization_id" : "tile.polished_blackstone_brick_double_slab" }, { "name" : "minecraft:polished_blackstone_brick_slab", @@ -8905,7 +10813,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 539, + "serialization_id" : "tile.polished_blackstone_brick_slab" }, { "name" : "minecraft:polished_blackstone_brick_stairs", @@ -8916,7 +10826,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 530, + "serialization_id" : "tile.polished_blackstone_brick_stairs" }, { "name" : "minecraft:polished_blackstone_brick_wall", @@ -8936,11 +10848,15 @@ { "name" : "wall_post_bit" } - ] + ], + "raw_id" : 533, + "serialization_id" : "tile.polished_blackstone_brick_wall" }, { "name" : "minecraft:polished_blackstone_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 529, + "serialization_id" : "tile.polished_blackstone_bricks" }, { "name" : "minecraft:polished_blackstone_button", @@ -8951,7 +10867,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 551, + "serialization_id" : "tile.polished_blackstone_button" }, { "name" : "minecraft:polished_blackstone_double_slab", @@ -8959,7 +10877,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 549, + "serialization_id" : "tile.polished_blackstone_double_slab" }, { "name" : "minecraft:polished_blackstone_pressure_plate", @@ -8967,7 +10887,9 @@ { "name" : "redstone_signal" } - ] + ], + "raw_id" : 550, + "serialization_id" : "tile.polished_blackstone_pressure_plate" }, { "name" : "minecraft:polished_blackstone_slab", @@ -8975,7 +10897,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 548, + "serialization_id" : "tile.polished_blackstone_slab" }, { "name" : "minecraft:polished_blackstone_stairs", @@ -8986,7 +10910,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 547, + "serialization_id" : "tile.polished_blackstone_stairs" }, { "name" : "minecraft:polished_blackstone_wall", @@ -9006,11 +10932,15 @@ { "name" : "wall_post_bit" } - ] + ], + "raw_id" : 552, + "serialization_id" : "tile.polished_blackstone_wall" }, { "name" : "minecraft:polished_deepslate", - "properties" : [] + "properties" : [], + "raw_id" : 638, + "serialization_id" : "tile.polished_deepslate" }, { "name" : "minecraft:polished_deepslate_double_slab", @@ -9018,7 +10948,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 652, + "serialization_id" : "tile.polished_deepslate_double_slab" }, { "name" : "minecraft:polished_deepslate_slab", @@ -9026,7 +10958,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 639, + "serialization_id" : "tile.polished_deepslate_slab" }, { "name" : "minecraft:polished_deepslate_stairs", @@ -9037,7 +10971,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 640, + "serialization_id" : "tile.polished_deepslate_stairs" }, { "name" : "minecraft:polished_deepslate_wall", @@ -9057,11 +10993,15 @@ { "name" : "wall_post_bit" } - ] + ], + "raw_id" : 641, + "serialization_id" : "tile.polished_deepslate_wall" }, { "name" : "minecraft:polished_diorite", - "properties" : [] + "properties" : [], + "raw_id" : 848, + "serialization_id" : "tile.stone.dioriteSmooth" }, { "name" : "minecraft:polished_diorite_double_slab", @@ -9069,7 +11009,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1177, + "serialization_id" : "tile.double_stone_slab3.diorite.smooth" }, { "name" : "minecraft:polished_diorite_slab", @@ -9077,7 +11019,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1150, + "serialization_id" : "tile.stone_slab3.diorite.smooth" }, { "name" : "minecraft:polished_diorite_stairs", @@ -9088,11 +11032,15 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 428, + "serialization_id" : "tile.polished_diorite_stairs" }, { "name" : "minecraft:polished_granite", - "properties" : [] + "properties" : [], + "raw_id" : 846, + "serialization_id" : "tile.stone.graniteSmooth" }, { "name" : "minecraft:polished_granite_double_slab", @@ -9100,7 +11048,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1179, + "serialization_id" : "tile.double_stone_slab3.granite.smooth" }, { "name" : "minecraft:polished_granite_slab", @@ -9108,7 +11058,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1152, + "serialization_id" : "tile.stone_slab3.granite.smooth" }, { "name" : "minecraft:polished_granite_stairs", @@ -9119,11 +11071,15 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 427, + "serialization_id" : "tile.polished_granite_stairs" }, { "name" : "minecraft:polished_tuff", - "properties" : [] + "properties" : [], + "raw_id" : 1003, + "serialization_id" : "tile.polished_tuff" }, { "name" : "minecraft:polished_tuff_double_slab", @@ -9131,7 +11087,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1005, + "serialization_id" : "tile.polished_tuff_double_slab" }, { "name" : "minecraft:polished_tuff_slab", @@ -9139,7 +11097,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1004, + "serialization_id" : "tile.polished_tuff_slab" }, { "name" : "minecraft:polished_tuff_stairs", @@ -9150,7 +11110,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 1006, + "serialization_id" : "tile.polished_tuff_stairs" }, { "name" : "minecraft:polished_tuff_wall", @@ -9170,11 +11132,15 @@ { "name" : "wall_post_bit" } - ] + ], + "raw_id" : 1007, + "serialization_id" : "tile.polished_tuff_wall" }, { "name" : "minecraft:poppy", - "properties" : [] + "properties" : [], + "raw_id" : 38, + "serialization_id" : "tile.red_flower.poppy" }, { "name" : "minecraft:portal", @@ -9182,7 +11148,9 @@ { "name" : "portal_axis" } - ] + ], + "raw_id" : 90, + "serialization_id" : "tile.portal" }, { "name" : "minecraft:potatoes", @@ -9190,11 +11158,15 @@ { "name" : "growth" } - ] + ], + "raw_id" : 142, + "serialization_id" : "tile.potatoes" }, { "name" : "minecraft:powder_snow", - "properties" : [] + "properties" : [], + "raw_id" : 561, + "serialization_id" : "tile.powder_snow" }, { "name" : "minecraft:powered_comparator", @@ -9208,7 +11180,9 @@ { "name" : "output_subtract_bit" } - ] + ], + "raw_id" : 150, + "serialization_id" : "tile.powered_comparator" }, { "name" : "minecraft:powered_repeater", @@ -9219,11 +11193,15 @@ { "name" : "repeater_delay" } - ] + ], + "raw_id" : 94, + "serialization_id" : "tile.powered_repeater" }, { "name" : "minecraft:prismarine", - "properties" : [] + "properties" : [], + "raw_id" : 168, + "serialization_id" : "tile.prismarine.rough" }, { "name" : "minecraft:prismarine_brick_double_slab", @@ -9231,7 +11209,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1169, + "serialization_id" : "tile.double_stone_slab2.prismarine.bricks" }, { "name" : "minecraft:prismarine_brick_slab", @@ -9239,11 +11219,15 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1142, + "serialization_id" : "tile.stone_slab2.prismarine.bricks" }, { "name" : "minecraft:prismarine_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 1203, + "serialization_id" : "tile.prismarine.bricks" }, { "name" : "minecraft:prismarine_bricks_stairs", @@ -9254,7 +11238,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 259, + "serialization_id" : "tile.prismarine_bricks_stairs" }, { "name" : "minecraft:prismarine_double_slab", @@ -9262,7 +11248,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1167, + "serialization_id" : "tile.double_stone_slab2.prismarine.rough" }, { "name" : "minecraft:prismarine_slab", @@ -9270,7 +11258,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1140, + "serialization_id" : "tile.stone_slab2.prismarine.rough" }, { "name" : "minecraft:prismarine_stairs", @@ -9281,7 +11271,31 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 257, + "serialization_id" : "tile.prismarine_stairs" + }, + { + "name" : "minecraft:prismarine_wall", + "properties" : [ + { + "name" : "wall_connection_type_east" + }, + { + "name" : "wall_connection_type_north" + }, + { + "name" : "wall_connection_type_south" + }, + { + "name" : "wall_connection_type_west" + }, + { + "name" : "wall_post_bit" + } + ], + "raw_id" : 1236, + "serialization_id" : "tile.cobblestone_wall.prismarine" }, { "name" : "minecraft:pumpkin", @@ -9289,7 +11303,9 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 86, + "serialization_id" : "tile.pumpkin" }, { "name" : "minecraft:pumpkin_stem", @@ -9300,7 +11316,9 @@ { "name" : "growth" } - ] + ], + "raw_id" : 104, + "serialization_id" : "tile.pumpkin_stem" }, { "name" : "minecraft:purple_candle", @@ -9311,7 +11329,9 @@ { "name" : "lit" } - ] + ], + "raw_id" : 678, + "serialization_id" : "tile.purple_candle" }, { "name" : "minecraft:purple_candle_cake", @@ -9319,19 +11339,27 @@ { "name" : "lit" } - ] + ], + "raw_id" : 695, + "serialization_id" : "tile.purple_candle_cake" }, { "name" : "minecraft:purple_carpet", - "properties" : [] + "properties" : [], + "raw_id" : 861, + "serialization_id" : "tile.carpet.purple" }, { "name" : "minecraft:purple_concrete", - "properties" : [] + "properties" : [], + "raw_id" : 892, + "serialization_id" : "tile.concrete.purple" }, { "name" : "minecraft:purple_concrete_powder", - "properties" : [] + "properties" : [], + "raw_id" : 973, + "serialization_id" : "tile.concretePowder.purple" }, { "name" : "minecraft:purple_glazed_terracotta", @@ -9339,38 +11367,49 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 219, + "serialization_id" : "tile.glazedTerracotta.purple" }, { "name" : "minecraft:purple_shulker_box", - "properties" : [] + "properties" : [], + "raw_id" : 877, + "serialization_id" : "tile.shulkerBox" }, { "name" : "minecraft:purple_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 937, + "serialization_id" : "tile.stained_glass.purple" }, { "name" : "minecraft:purple_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 907, + "serialization_id" : "tile.stained_glass_pane.purple" }, { "name" : "minecraft:purple_terracotta", - "properties" : [] + "properties" : [], + "raw_id" : 988, + "serialization_id" : "tile.stained_hardened_clay.purple" }, { "name" : "minecraft:purple_wool", - "properties" : [] + "properties" : [], + "raw_id" : 819, + "serialization_id" : "tile.wool.purple" }, { "name" : "minecraft:purpur_block", "properties" : [ - { - "name" : "chisel_type" - }, { "name" : "pillar_axis" } - ] + ], + "raw_id" : 201, + "serialization_id" : "tile.purpur_block.default" }, { "name" : "minecraft:purpur_double_slab", @@ -9378,7 +11417,19 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1166, + "serialization_id" : "tile.double_stone_slab2.purpur" + }, + { + "name" : "minecraft:purpur_pillar", + "properties" : [ + { + "name" : "pillar_axis" + } + ], + "raw_id" : 1206, + "serialization_id" : "tile.purpur_block.lines" }, { "name" : "minecraft:purpur_slab", @@ -9386,7 +11437,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1139, + "serialization_id" : "tile.stone_slab2.purpur" }, { "name" : "minecraft:purpur_stairs", @@ -9397,7 +11450,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 203, + "serialization_id" : "tile.purpur_stairs" }, { "name" : "minecraft:quartz_block", @@ -9405,11 +11460,15 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 155, + "serialization_id" : "tile.quartz_block.default" }, { "name" : "minecraft:quartz_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 559, + "serialization_id" : "tile.quartz_bricks" }, { "name" : "minecraft:quartz_double_slab", @@ -9417,11 +11476,15 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1137, + "serialization_id" : "tile.double_stone_slab.quartz" }, { "name" : "minecraft:quartz_ore", - "properties" : [] + "properties" : [], + "raw_id" : 153, + "serialization_id" : "tile.quartz_ore" }, { "name" : "minecraft:quartz_pillar", @@ -9429,7 +11492,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 1209, + "serialization_id" : "tile.quartz_block.lines" }, { "name" : "minecraft:quartz_slab", @@ -9437,7 +11502,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1131, + "serialization_id" : "tile.stone_slab.quartz" }, { "name" : "minecraft:quartz_stairs", @@ -9448,7 +11515,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 156, + "serialization_id" : "tile.quartz_stairs" }, { "name" : "minecraft:rail", @@ -9456,19 +11525,27 @@ { "name" : "rail_direction" } - ] + ], + "raw_id" : 66, + "serialization_id" : "tile.rail" }, { "name" : "minecraft:raw_copper_block", - "properties" : [] + "properties" : [], + "raw_id" : 707, + "serialization_id" : "tile.raw_copper_block" }, { "name" : "minecraft:raw_gold_block", - "properties" : [] + "properties" : [], + "raw_id" : 708, + "serialization_id" : "tile.raw_gold_block" }, { "name" : "minecraft:raw_iron_block", - "properties" : [] + "properties" : [], + "raw_id" : 706, + "serialization_id" : "tile.raw_iron_block" }, { "name" : "minecraft:red_candle", @@ -9479,7 +11556,9 @@ { "name" : "lit" } - ] + ], + "raw_id" : 682, + "serialization_id" : "tile.red_candle" }, { "name" : "minecraft:red_candle_cake", @@ -9487,19 +11566,27 @@ { "name" : "lit" } - ] + ], + "raw_id" : 699, + "serialization_id" : "tile.red_candle_cake" }, { "name" : "minecraft:red_carpet", - "properties" : [] + "properties" : [], + "raw_id" : 865, + "serialization_id" : "tile.carpet.red" }, { "name" : "minecraft:red_concrete", - "properties" : [] + "properties" : [], + "raw_id" : 896, + "serialization_id" : "tile.concrete.red" }, { "name" : "minecraft:red_concrete_powder", - "properties" : [] + "properties" : [], + "raw_id" : 977, + "serialization_id" : "tile.concretePowder.red" }, { "name" : "minecraft:red_glazed_terracotta", @@ -9507,11 +11594,15 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 234, + "serialization_id" : "tile.glazedTerracotta.red" }, { "name" : "minecraft:red_mushroom", - "properties" : [] + "properties" : [], + "raw_id" : 40, + "serialization_id" : "tile.red_mushroom" }, { "name" : "minecraft:red_mushroom_block", @@ -9519,11 +11610,15 @@ { "name" : "huge_mushroom_bits" } - ] + ], + "raw_id" : 100, + "serialization_id" : "tile.red_mushroom_block" }, { "name" : "minecraft:red_nether_brick", - "properties" : [] + "properties" : [], + "raw_id" : 215, + "serialization_id" : "tile.red_nether_brick" }, { "name" : "minecraft:red_nether_brick_double_slab", @@ -9531,7 +11626,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1172, + "serialization_id" : "tile.double_stone_slab2.red_nether_brick" }, { "name" : "minecraft:red_nether_brick_slab", @@ -9539,7 +11636,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1145, + "serialization_id" : "tile.stone_slab2.red_nether_brick" }, { "name" : "minecraft:red_nether_brick_stairs", @@ -9550,15 +11649,43 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 439, + "serialization_id" : "tile.red_nether_brick_stairs" + }, + { + "name" : "minecraft:red_nether_brick_wall", + "properties" : [ + { + "name" : "wall_connection_type_east" + }, + { + "name" : "wall_connection_type_north" + }, + { + "name" : "wall_connection_type_south" + }, + { + "name" : "wall_connection_type_west" + }, + { + "name" : "wall_post_bit" + } + ], + "raw_id" : 1238, + "serialization_id" : "tile.cobblestone_wall.red_nether_brick" }, { "name" : "minecraft:red_sand", - "properties" : [] + "properties" : [], + "raw_id" : 1204, + "serialization_id" : "tile.sand.red" }, { "name" : "minecraft:red_sandstone", - "properties" : [] + "properties" : [], + "raw_id" : 179, + "serialization_id" : "tile.red_sandstone" }, { "name" : "minecraft:red_sandstone_double_slab", @@ -9566,7 +11693,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 181, + "serialization_id" : "tile.double_stone_slab2.red_sandstone" }, { "name" : "minecraft:red_sandstone_slab", @@ -9574,7 +11703,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 182, + "serialization_id" : "tile.stone_slab2.red_sandstone" }, { "name" : "minecraft:red_sandstone_stairs", @@ -9585,43 +11716,85 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 180, + "serialization_id" : "tile.red_sandstone_stairs" + }, + { + "name" : "minecraft:red_sandstone_wall", + "properties" : [ + { + "name" : "wall_connection_type_east" + }, + { + "name" : "wall_connection_type_north" + }, + { + "name" : "wall_connection_type_south" + }, + { + "name" : "wall_connection_type_west" + }, + { + "name" : "wall_post_bit" + } + ], + "raw_id" : 1237, + "serialization_id" : "tile.cobblestone_wall.red_sandstone" }, { "name" : "minecraft:red_shulker_box", - "properties" : [] + "properties" : [], + "raw_id" : 881, + "serialization_id" : "tile.shulkerBox" }, { "name" : "minecraft:red_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 941, + "serialization_id" : "tile.stained_glass.red" }, { "name" : "minecraft:red_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 911, + "serialization_id" : "tile.stained_glass_pane.red" }, { "name" : "minecraft:red_terracotta", - "properties" : [] + "properties" : [], + "raw_id" : 992, + "serialization_id" : "tile.stained_hardened_clay.red" }, { "name" : "minecraft:red_tulip", - "properties" : [] + "properties" : [], + "raw_id" : 1088, + "serialization_id" : "tile.red_flower.tulipRed" }, { "name" : "minecraft:red_wool", - "properties" : [] + "properties" : [], + "raw_id" : 811, + "serialization_id" : "tile.wool.red" }, { "name" : "minecraft:redstone_block", - "properties" : [] + "properties" : [], + "raw_id" : 152, + "serialization_id" : "tile.redstone_block" }, { "name" : "minecraft:redstone_lamp", - "properties" : [] + "properties" : [], + "raw_id" : 123, + "serialization_id" : "tile.redstone_lamp" }, { "name" : "minecraft:redstone_ore", - "properties" : [] + "properties" : [], + "raw_id" : 73, + "serialization_id" : "tile.redstone_ore" }, { "name" : "minecraft:redstone_torch", @@ -9629,7 +11802,9 @@ { "name" : "torch_facing_direction" } - ] + ], + "raw_id" : 76, + "serialization_id" : "tile.redstone_torch" }, { "name" : "minecraft:redstone_wire", @@ -9637,7 +11812,9 @@ { "name" : "redstone_signal" } - ] + ], + "raw_id" : 55, + "serialization_id" : "tile.redstone_wire" }, { "name" : "minecraft:reeds", @@ -9645,11 +11822,15 @@ { "name" : "age" } - ] + ], + "raw_id" : 83, + "serialization_id" : "tile.reeds" }, { "name" : "minecraft:reinforced_deepslate", - "properties" : [] + "properties" : [], + "raw_id" : 721, + "serialization_id" : "tile.reinforced_deepslate" }, { "name" : "minecraft:repeating_command_block", @@ -9660,11 +11841,15 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 188, + "serialization_id" : "tile.repeating_command_block" }, { "name" : "minecraft:reserved6", - "properties" : [] + "properties" : [], + "raw_id" : 255, + "serialization_id" : "tile.reserved6" }, { "name" : "minecraft:respawn_anchor", @@ -9672,7 +11857,9 @@ { "name" : "respawn_anchor_charge" } - ] + ], + "raw_id" : 527, + "serialization_id" : "tile.respawn_anchor" }, { "name" : "minecraft:rose_bush", @@ -9680,15 +11867,21 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 1121, + "serialization_id" : "tile.double_plant.rose" }, { "name" : "minecraft:sand", - "properties" : [] + "properties" : [], + "raw_id" : 12, + "serialization_id" : "tile.sand.default" }, { "name" : "minecraft:sandstone", - "properties" : [] + "properties" : [], + "raw_id" : 24, + "serialization_id" : "tile.sandstone" }, { "name" : "minecraft:sandstone_double_slab", @@ -9696,7 +11889,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1133, + "serialization_id" : "tile.double_stone_slab.sand" }, { "name" : "minecraft:sandstone_slab", @@ -9704,7 +11899,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1127, + "serialization_id" : "tile.stone_slab.sand" }, { "name" : "minecraft:sandstone_stairs", @@ -9715,7 +11912,31 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 128, + "serialization_id" : "tile.sandstone_stairs" + }, + { + "name" : "minecraft:sandstone_wall", + "properties" : [ + { + "name" : "wall_connection_type_east" + }, + { + "name" : "wall_connection_type_north" + }, + { + "name" : "wall_connection_type_south" + }, + { + "name" : "wall_connection_type_west" + }, + { + "name" : "wall_post_bit" + } + ], + "raw_id" : 1230, + "serialization_id" : "tile.cobblestone_wall.sandstone" }, { "name" : "minecraft:scaffolding", @@ -9726,11 +11947,15 @@ { "name" : "stability_check" } - ] + ], + "raw_id" : 420, + "serialization_id" : "tile.scaffolding" }, { "name" : "minecraft:sculk", - "properties" : [] + "properties" : [], + "raw_id" : 713, + "serialization_id" : "tile.sculk" }, { "name" : "minecraft:sculk_catalyst", @@ -9738,7 +11963,9 @@ { "name" : "bloom" } - ] + ], + "raw_id" : 715, + "serialization_id" : "tile.sculk_catalyst" }, { "name" : "minecraft:sculk_sensor", @@ -9746,7 +11973,9 @@ { "name" : "sculk_sensor_phase" } - ] + ], + "raw_id" : 562, + "serialization_id" : "tile.sculk_sensor" }, { "name" : "minecraft:sculk_shrieker", @@ -9757,7 +11986,9 @@ { "name" : "can_summon" } - ] + ], + "raw_id" : 716, + "serialization_id" : "tile.sculk_shrieker" }, { "name" : "minecraft:sculk_vein", @@ -9765,11 +11996,15 @@ { "name" : "multi_face_direction_bits" } - ] + ], + "raw_id" : 714, + "serialization_id" : "tile.sculk_vein" }, { "name" : "minecraft:sea_lantern", - "properties" : [] + "properties" : [], + "raw_id" : 169, + "serialization_id" : "tile.seaLantern" }, { "name" : "minecraft:sea_pickle", @@ -9780,7 +12015,9 @@ { "name" : "dead_bit" } - ] + ], + "raw_id" : 411, + "serialization_id" : "tile.sea_pickle" }, { "name" : "minecraft:seagrass", @@ -9788,15 +12025,21 @@ { "name" : "sea_grass_type" } - ] + ], + "raw_id" : 385, + "serialization_id" : "tile.seagrass" }, { "name" : "minecraft:short_grass", - "properties" : [] + "properties" : [], + "raw_id" : 31, + "serialization_id" : "tile.tallgrass.grass" }, { "name" : "minecraft:shroomlight", - "properties" : [] + "properties" : [], + "raw_id" : 485, + "serialization_id" : "tile.shroomlight" }, { "name" : "minecraft:silver_glazed_terracotta", @@ -9804,7 +12047,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 228, + "serialization_id" : "tile.glazedTerracotta.silver" }, { "name" : "minecraft:skull", @@ -9812,11 +12057,15 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 144, + "serialization_id" : "tile.skull" }, { "name" : "minecraft:slime", - "properties" : [] + "properties" : [], + "raw_id" : 165, + "serialization_id" : "tile.slime" }, { "name" : "minecraft:small_amethyst_bud", @@ -9824,7 +12073,9 @@ { "name" : "minecraft:block_face" } - ] + ], + "raw_id" : 587, + "serialization_id" : "tile.small_amethyst_bud" }, { "name" : "minecraft:small_dripleaf_block", @@ -9835,11 +12086,15 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 591, + "serialization_id" : "tile.small_dripleaf_block" }, { "name" : "minecraft:smithing_table", - "properties" : [] + "properties" : [], + "raw_id" : 457, + "serialization_id" : "tile.smithing_table" }, { "name" : "minecraft:smoker", @@ -9847,11 +12102,15 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 453, + "serialization_id" : "tile.smoker" }, { "name" : "minecraft:smooth_basalt", - "properties" : [] + "properties" : [], + "raw_id" : 632, + "serialization_id" : "tile.smooth_basalt" }, { "name" : "minecraft:smooth_quartz", @@ -9859,7 +12118,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 1210, + "serialization_id" : "tile.quartz_block.smooth" }, { "name" : "minecraft:smooth_quartz_double_slab", @@ -9867,7 +12128,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1180, + "serialization_id" : "tile.double_stone_slab4.smooth_quartz" }, { "name" : "minecraft:smooth_quartz_slab", @@ -9875,7 +12138,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1153, + "serialization_id" : "tile.stone_slab4.smooth_quartz" }, { "name" : "minecraft:smooth_quartz_stairs", @@ -9886,11 +12151,15 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 440, + "serialization_id" : "tile.smooth_quartz_stairs" }, { "name" : "minecraft:smooth_red_sandstone", - "properties" : [] + "properties" : [], + "raw_id" : 1213, + "serialization_id" : "tile.red_sandstone.smooth" }, { "name" : "minecraft:smooth_red_sandstone_double_slab", @@ -9898,7 +12167,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1173, + "serialization_id" : "tile.double_stone_slab3.red_sandstone.smooth" }, { "name" : "minecraft:smooth_red_sandstone_slab", @@ -9906,7 +12177,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1146, + "serialization_id" : "tile.stone_slab3.red_sandstone.smooth" }, { "name" : "minecraft:smooth_red_sandstone_stairs", @@ -9917,11 +12190,15 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 431, + "serialization_id" : "tile.smooth_red_sandstone_stairs" }, { "name" : "minecraft:smooth_sandstone", - "properties" : [] + "properties" : [], + "raw_id" : 1201, + "serialization_id" : "tile.sandstone.smooth" }, { "name" : "minecraft:smooth_sandstone_double_slab", @@ -9929,7 +12206,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1171, + "serialization_id" : "tile.double_stone_slab2.sandstone.smooth" }, { "name" : "minecraft:smooth_sandstone_slab", @@ -9937,7 +12216,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1144, + "serialization_id" : "tile.stone_slab2.sandstone.smooth" }, { "name" : "minecraft:smooth_sandstone_stairs", @@ -9948,11 +12229,15 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 432, + "serialization_id" : "tile.smooth_sandstone_stairs" }, { "name" : "minecraft:smooth_stone", - "properties" : [] + "properties" : [], + "raw_id" : 438, + "serialization_id" : "tile.smooth_stone" }, { "name" : "minecraft:smooth_stone_double_slab", @@ -9960,7 +12245,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 43, + "serialization_id" : "tile.double_stone_slab.stone" }, { "name" : "minecraft:smooth_stone_slab", @@ -9968,7 +12255,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 44, + "serialization_id" : "tile.stone_slab.stone" }, { "name" : "minecraft:sniffer_egg", @@ -9976,11 +12265,15 @@ { "name" : "cracked_state" } - ] + ], + "raw_id" : 851, + "serialization_id" : "tile.sniffer_egg" }, { "name" : "minecraft:snow", - "properties" : [] + "properties" : [], + "raw_id" : 80, + "serialization_id" : "tile.snow" }, { "name" : "minecraft:snow_layer", @@ -9991,7 +12284,9 @@ { "name" : "height" } - ] + ], + "raw_id" : 78, + "serialization_id" : "tile.snow_layer" }, { "name" : "minecraft:soul_campfire", @@ -10002,7 +12297,9 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 545, + "serialization_id" : "tile.soul_campfire" }, { "name" : "minecraft:soul_fire", @@ -10010,7 +12307,9 @@ { "name" : "age" } - ] + ], + "raw_id" : 492, + "serialization_id" : "tile.soul_fire" }, { "name" : "minecraft:soul_lantern", @@ -10018,15 +12317,21 @@ { "name" : "hanging" } - ] + ], + "raw_id" : 524, + "serialization_id" : "tile.soul_lantern" }, { "name" : "minecraft:soul_sand", - "properties" : [] + "properties" : [], + "raw_id" : 88, + "serialization_id" : "tile.soul_sand" }, { "name" : "minecraft:soul_soil", - "properties" : [] + "properties" : [], + "raw_id" : 491, + "serialization_id" : "tile.soul_soil" }, { "name" : "minecraft:soul_torch", @@ -10034,19 +12339,21 @@ { "name" : "torch_facing_direction" } - ] + ], + "raw_id" : 523, + "serialization_id" : "tile.soul_torch" }, { "name" : "minecraft:sponge", - "properties" : [ - { - "name" : "sponge_type" - } - ] + "properties" : [], + "raw_id" : 19, + "serialization_id" : "tile.sponge.dry" }, { "name" : "minecraft:spore_blossom", - "properties" : [] + "properties" : [], + "raw_id" : 576, + "serialization_id" : "tile.spore_blossom" }, { "name" : "minecraft:spruce_button", @@ -10057,7 +12364,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 399, + "serialization_id" : "tile.spruce_button" }, { "name" : "minecraft:spruce_door", @@ -10074,7 +12383,9 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 193, + "serialization_id" : "tile.spruce_door" }, { "name" : "minecraft:spruce_double_slab", @@ -10082,11 +12393,15 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1064, + "serialization_id" : "tile.double_wooden_slab.spruce" }, { "name" : "minecraft:spruce_fence", - "properties" : [] + "properties" : [], + "raw_id" : 834, + "serialization_id" : "tile.spruce_fence" }, { "name" : "minecraft:spruce_fence_gate", @@ -10100,7 +12415,9 @@ { "name" : "open_bit" } - ] + ], + "raw_id" : 183, + "serialization_id" : "tile.spruce_fence_gate" }, { "name" : "minecraft:spruce_hanging_sign", @@ -10117,7 +12434,9 @@ { "name" : "hanging" } - ] + ], + "raw_id" : 756, + "serialization_id" : "tile.spruce_hanging_sign" }, { "name" : "minecraft:spruce_leaves", @@ -10128,7 +12447,9 @@ { "name" : "update_bit" } - ] + ], + "raw_id" : 1055, + "serialization_id" : "tile.leaves.spruce" }, { "name" : "minecraft:spruce_log", @@ -10136,11 +12457,15 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 824, + "serialization_id" : "tile.log.spruce" }, { "name" : "minecraft:spruce_planks", - "properties" : [] + "properties" : [], + "raw_id" : 994, + "serialization_id" : "tile.spruce_planks" }, { "name" : "minecraft:spruce_pressure_plate", @@ -10148,7 +12473,9 @@ { "name" : "redstone_signal" } - ] + ], + "raw_id" : 409, + "serialization_id" : "tile.spruce_pressure_plate" }, { "name" : "minecraft:spruce_sapling", @@ -10156,7 +12483,9 @@ { "name" : "age_bit" } - ] + ], + "raw_id" : 1080, + "serialization_id" : "tile.sapling.spruce" }, { "name" : "minecraft:spruce_slab", @@ -10164,7 +12493,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1059, + "serialization_id" : "tile.wooden_slab.spruce" }, { "name" : "minecraft:spruce_stairs", @@ -10175,7 +12506,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 134, + "serialization_id" : "tile.spruce_stairs" }, { "name" : "minecraft:spruce_standing_sign", @@ -10183,7 +12516,9 @@ { "name" : "ground_sign_direction" } - ] + ], + "raw_id" : 436, + "serialization_id" : "tile.spruce_standing_sign" }, { "name" : "minecraft:spruce_trapdoor", @@ -10197,7 +12532,9 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 404, + "serialization_id" : "tile.spruce_trapdoor" }, { "name" : "minecraft:spruce_wall_sign", @@ -10205,7 +12542,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 437, + "serialization_id" : "tile.spruce_wall_sign" }, { "name" : "minecraft:spruce_wood", @@ -10213,7 +12552,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 1069, + "serialization_id" : "tile.wood.spruce" }, { "name" : "minecraft:standing_banner", @@ -10221,7 +12562,9 @@ { "name" : "ground_sign_direction" } - ] + ], + "raw_id" : 176, + "serialization_id" : "tile.standing_banner" }, { "name" : "minecraft:standing_sign", @@ -10229,7 +12572,9 @@ { "name" : "ground_sign_direction" } - ] + ], + "raw_id" : 63, + "serialization_id" : "tile.standing_sign" }, { "name" : "minecraft:sticky_piston", @@ -10237,7 +12582,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 29, + "serialization_id" : "tile.sticky_piston" }, { "name" : "minecraft:sticky_piston_arm_collision", @@ -10245,11 +12592,15 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 472, + "serialization_id" : "tile.sticky_piston_arm_collision" }, { "name" : "minecraft:stone", - "properties" : [] + "properties" : [], + "raw_id" : 1, + "serialization_id" : "tile.stone.stone" }, { "name" : "minecraft:stone_brick_double_slab", @@ -10257,7 +12608,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1136, + "serialization_id" : "tile.double_stone_slab.smoothStoneBrick" }, { "name" : "minecraft:stone_brick_slab", @@ -10265,7 +12618,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1130, + "serialization_id" : "tile.stone_slab.smoothStoneBrick" }, { "name" : "minecraft:stone_brick_stairs", @@ -10276,11 +12631,37 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 109, + "serialization_id" : "tile.stone_brick_stairs" + }, + { + "name" : "minecraft:stone_brick_wall", + "properties" : [ + { + "name" : "wall_connection_type_east" + }, + { + "name" : "wall_connection_type_north" + }, + { + "name" : "wall_connection_type_south" + }, + { + "name" : "wall_connection_type_west" + }, + { + "name" : "wall_post_bit" + } + ], + "raw_id" : 1232, + "serialization_id" : "tile.cobblestone_wall.stone_brick" }, { "name" : "minecraft:stone_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 98, + "serialization_id" : "tile.stonebrick.default" }, { "name" : "minecraft:stone_button", @@ -10291,7 +12672,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 77, + "serialization_id" : "tile.stone_button" }, { "name" : "minecraft:stone_pressure_plate", @@ -10299,7 +12682,9 @@ { "name" : "redstone_signal" } - ] + ], + "raw_id" : 70, + "serialization_id" : "tile.stone_pressure_plate" }, { "name" : "minecraft:stone_stairs", @@ -10310,11 +12695,15 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 67, + "serialization_id" : "tile.stone_stairs" }, { "name" : "minecraft:stonecutter", - "properties" : [] + "properties" : [], + "raw_id" : 245, + "serialization_id" : "tile.stonecutter" }, { "name" : "minecraft:stonecutter_block", @@ -10322,7 +12711,9 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 452, + "serialization_id" : "tile.stonecutter_block" }, { "name" : "minecraft:stripped_acacia_log", @@ -10330,7 +12721,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 263, + "serialization_id" : "tile.stripped_acacia_log" }, { "name" : "minecraft:stripped_acacia_wood", @@ -10338,7 +12731,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 1078, + "serialization_id" : "tile.wood.stripped.acacia" }, { "name" : "minecraft:stripped_bamboo_block", @@ -10346,7 +12741,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 783, + "serialization_id" : "tile.stripped_bamboo_block" }, { "name" : "minecraft:stripped_birch_log", @@ -10354,7 +12751,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 261, + "serialization_id" : "tile.stripped_birch_log" }, { "name" : "minecraft:stripped_birch_wood", @@ -10362,7 +12761,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 1076, + "serialization_id" : "tile.wood.stripped.birch" }, { "name" : "minecraft:stripped_cherry_log", @@ -10370,7 +12771,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 790, + "serialization_id" : "tile.stripped_cherry_log" }, { "name" : "minecraft:stripped_cherry_wood", @@ -10378,7 +12781,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 800, + "serialization_id" : "tile.stripped_cherry_wood" }, { "name" : "minecraft:stripped_crimson_hyphae", @@ -10386,7 +12791,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 555, + "serialization_id" : "tile.stripped_crimson_hyphae" }, { "name" : "minecraft:stripped_crimson_stem", @@ -10394,7 +12801,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 495, + "serialization_id" : "tile.stripped_crimson_stem" }, { "name" : "minecraft:stripped_dark_oak_log", @@ -10402,7 +12811,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 264, + "serialization_id" : "tile.stripped_dark_oak_log" }, { "name" : "minecraft:stripped_dark_oak_wood", @@ -10410,7 +12821,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 1079, + "serialization_id" : "tile.wood.stripped.dark_oak" }, { "name" : "minecraft:stripped_jungle_log", @@ -10418,7 +12831,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 262, + "serialization_id" : "tile.stripped_jungle_log" }, { "name" : "minecraft:stripped_jungle_wood", @@ -10426,7 +12841,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 1077, + "serialization_id" : "tile.wood.stripped.jungle" }, { "name" : "minecraft:stripped_mangrove_log", @@ -10434,7 +12851,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 740, + "serialization_id" : "tile.stripped_mangrove_log" }, { "name" : "minecraft:stripped_mangrove_wood", @@ -10442,7 +12861,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 753, + "serialization_id" : "tile.stripped_mangrove_wood" }, { "name" : "minecraft:stripped_oak_log", @@ -10450,7 +12871,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 265, + "serialization_id" : "tile.stripped_oak_log" }, { "name" : "minecraft:stripped_oak_wood", @@ -10458,7 +12881,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 1074, + "serialization_id" : "tile.wood.stripped.oak" }, { "name" : "minecraft:stripped_spruce_log", @@ -10466,7 +12891,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 260, + "serialization_id" : "tile.stripped_spruce_log" }, { "name" : "minecraft:stripped_spruce_wood", @@ -10474,7 +12901,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 1075, + "serialization_id" : "tile.wood.stripped.spruce" }, { "name" : "minecraft:stripped_warped_hyphae", @@ -10482,7 +12911,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 556, + "serialization_id" : "tile.stripped_warped_hyphae" }, { "name" : "minecraft:stripped_warped_stem", @@ -10490,7 +12921,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 496, + "serialization_id" : "tile.stripped_warped_stem" }, { "name" : "minecraft:structure_block", @@ -10498,15 +12931,15 @@ { "name" : "structure_block_type" } - ] + ], + "raw_id" : 252, + "serialization_id" : "tile.structure_block" }, { "name" : "minecraft:structure_void", - "properties" : [ - { - "name" : "structure_void_type" - } - ] + "properties" : [], + "raw_id" : 217, + "serialization_id" : "tile.structure_void" }, { "name" : "minecraft:sunflower", @@ -10514,7 +12947,9 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 175, + "serialization_id" : "tile.double_plant.sunflower" }, { "name" : "minecraft:suspicious_gravel", @@ -10525,7 +12960,9 @@ { "name" : "hanging" } - ] + ], + "raw_id" : 828, + "serialization_id" : "tile.suspicious_gravel" }, { "name" : "minecraft:suspicious_sand", @@ -10536,7 +12973,9 @@ { "name" : "hanging" } - ] + ], + "raw_id" : 784, + "serialization_id" : "tile.suspicious_sand" }, { "name" : "minecraft:sweet_berry_bush", @@ -10544,7 +12983,9 @@ { "name" : "growth" } - ] + ], + "raw_id" : 462, + "serialization_id" : "tile.sweet_berry_bush" }, { "name" : "minecraft:tall_grass", @@ -10552,26 +12993,31 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 1119, + "serialization_id" : "tile.double_plant.grass" }, { "name" : "minecraft:target", - "properties" : [] + "properties" : [], + "raw_id" : 494, + "serialization_id" : "tile.target" }, { "name" : "minecraft:tinted_glass", - "properties" : [] + "properties" : [], + "raw_id" : 589, + "serialization_id" : "tile.tinted_glass" }, { "name" : "minecraft:tnt", "properties" : [ - { - "name" : "allow_underwater_bit" - }, { "name" : "explode_bit" } - ] + ], + "raw_id" : 46, + "serialization_id" : "tile.tnt" }, { "name" : "minecraft:torch", @@ -10579,11 +13025,15 @@ { "name" : "torch_facing_direction" } - ] + ], + "raw_id" : 50, + "serialization_id" : "tile.torch" }, { "name" : "minecraft:torchflower", - "properties" : [] + "properties" : [], + "raw_id" : 823, + "serialization_id" : "tile.torchflower" }, { "name" : "minecraft:torchflower_crop", @@ -10591,7 +13041,9 @@ { "name" : "growth" } - ] + ], + "raw_id" : 822, + "serialization_id" : "tile.torchflower_crop" }, { "name" : "minecraft:trapdoor", @@ -10605,7 +13057,9 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 96, + "serialization_id" : "tile.trapdoor" }, { "name" : "minecraft:trapped_chest", @@ -10613,7 +13067,9 @@ { "name" : "minecraft:cardinal_direction" } - ] + ], + "raw_id" : 146, + "serialization_id" : "tile.trapped_chest" }, { "name" : "minecraft:trial_spawner", @@ -10624,7 +13080,9 @@ { "name" : "trial_spawner_state" } - ] + ], + "raw_id" : 570, + "serialization_id" : "tile.trial_spawner" }, { "name" : "minecraft:trip_wire", @@ -10641,7 +13099,9 @@ { "name" : "suspended_bit" } - ] + ], + "raw_id" : 132, + "serialization_id" : "tile.tripWire" }, { "name" : "minecraft:tripwire_hook", @@ -10655,15 +13115,21 @@ { "name" : "powered_bit" } - ] + ], + "raw_id" : 131, + "serialization_id" : "tile.tripwire_hook" }, { "name" : "minecraft:tube_coral", - "properties" : [] + "properties" : [], + "raw_id" : 386, + "serialization_id" : "tile.coral.blue" }, { "name" : "minecraft:tube_coral_block", - "properties" : [] + "properties" : [], + "raw_id" : 387, + "serialization_id" : "tile.coral_block.blue" }, { "name" : "minecraft:tube_coral_fan", @@ -10671,7 +13137,9 @@ { "name" : "coral_fan_direction" } - ] + ], + "raw_id" : 388, + "serialization_id" : "tile.coral_fan.blue_fan" }, { "name" : "minecraft:tube_coral_wall_fan", @@ -10679,11 +13147,15 @@ { "name" : "coral_direction" } - ] + ], + "raw_id" : 390, + "serialization_id" : "tile.tube_coral_wall_fan" }, { "name" : "minecraft:tuff", - "properties" : [] + "properties" : [], + "raw_id" : 588, + "serialization_id" : "tile.tuff" }, { "name" : "minecraft:tuff_brick_double_slab", @@ -10691,7 +13163,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1011, + "serialization_id" : "tile.tuff_brick_double_slab" }, { "name" : "minecraft:tuff_brick_slab", @@ -10699,7 +13173,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1010, + "serialization_id" : "tile.tuff_brick_slab" }, { "name" : "minecraft:tuff_brick_stairs", @@ -10710,7 +13186,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 1012, + "serialization_id" : "tile.tuff_brick_stairs" }, { "name" : "minecraft:tuff_brick_wall", @@ -10730,11 +13208,15 @@ { "name" : "wall_post_bit" } - ] + ], + "raw_id" : 1013, + "serialization_id" : "tile.tuff_brick_wall" }, { "name" : "minecraft:tuff_bricks", - "properties" : [] + "properties" : [], + "raw_id" : 1009, + "serialization_id" : "tile.tuff_bricks" }, { "name" : "minecraft:tuff_double_slab", @@ -10742,7 +13224,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 1000, + "serialization_id" : "tile.tuff_double_slab" }, { "name" : "minecraft:tuff_slab", @@ -10750,7 +13234,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 999, + "serialization_id" : "tile.tuff_slab" }, { "name" : "minecraft:tuff_stairs", @@ -10761,7 +13247,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 1001, + "serialization_id" : "tile.tuff_stairs" }, { "name" : "minecraft:tuff_wall", @@ -10781,7 +13269,9 @@ { "name" : "wall_post_bit" } - ] + ], + "raw_id" : 1002, + "serialization_id" : "tile.tuff_wall" }, { "name" : "minecraft:turtle_egg", @@ -10792,7 +13282,9 @@ { "name" : "turtle_egg_count" } - ] + ], + "raw_id" : 414, + "serialization_id" : "tile.turtle_egg" }, { "name" : "minecraft:twisting_vines", @@ -10800,7 +13292,19 @@ { "name" : "twisting_vines_age" } - ] + ], + "raw_id" : 542, + "serialization_id" : "tile.twisting_vines" + }, + { + "name" : "minecraft:underwater_tnt", + "properties" : [ + { + "name" : "explode_bit" + } + ], + "raw_id" : 1240, + "serialization_id" : "tile.tnt" }, { "name" : "minecraft:underwater_torch", @@ -10808,15 +13312,21 @@ { "name" : "torch_facing_direction" } - ] + ], + "raw_id" : 239, + "serialization_id" : "tile.underwater_torch" }, { "name" : "minecraft:undyed_shulker_box", - "properties" : [] + "properties" : [], + "raw_id" : 205, + "serialization_id" : "tile.shulkerBox" }, { "name" : "minecraft:unknown", - "properties" : [] + "properties" : [], + "raw_id" : 560, + "serialization_id" : "tile.unknown" }, { "name" : "minecraft:unlit_redstone_torch", @@ -10824,7 +13334,9 @@ { "name" : "torch_facing_direction" } - ] + ], + "raw_id" : 75, + "serialization_id" : "tile.unlit_redstone_torch" }, { "name" : "minecraft:unpowered_comparator", @@ -10838,7 +13350,9 @@ { "name" : "output_subtract_bit" } - ] + ], + "raw_id" : 149, + "serialization_id" : "tile.unpowered_comparator" }, { "name" : "minecraft:unpowered_repeater", @@ -10849,7 +13363,9 @@ { "name" : "repeater_delay" } - ] + ], + "raw_id" : 93, + "serialization_id" : "tile.unpowered_repeater" }, { "name" : "minecraft:vault", @@ -10863,7 +13379,9 @@ { "name" : "vault_state" } - ] + ], + "raw_id" : 569, + "serialization_id" : "tile.vault" }, { "name" : "minecraft:verdant_froglight", @@ -10871,7 +13389,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 725, + "serialization_id" : "tile.verdant_froglight" }, { "name" : "minecraft:vine", @@ -10879,7 +13399,9 @@ { "name" : "vine_direction_bits" } - ] + ], + "raw_id" : 106, + "serialization_id" : "tile.vine" }, { "name" : "minecraft:wall_banner", @@ -10887,7 +13409,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 177, + "serialization_id" : "tile.wall_banner" }, { "name" : "minecraft:wall_sign", @@ -10895,7 +13419,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 68, + "serialization_id" : "tile.wall_sign" }, { "name" : "minecraft:warped_button", @@ -10906,7 +13432,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 516, + "serialization_id" : "tile.warped_button" }, { "name" : "minecraft:warped_door", @@ -10923,7 +13451,9 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 500, + "serialization_id" : "tile.warped_door" }, { "name" : "minecraft:warped_double_slab", @@ -10931,11 +13461,15 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 522, + "serialization_id" : "tile.warped_double_slab" }, { "name" : "minecraft:warped_fence", - "properties" : [] + "properties" : [], + "raw_id" : 512, + "serialization_id" : "tile.warped_fence" }, { "name" : "minecraft:warped_fence_gate", @@ -10949,11 +13483,15 @@ { "name" : "open_bit" } - ] + ], + "raw_id" : 514, + "serialization_id" : "tile.warped_fence_gate" }, { "name" : "minecraft:warped_fungus", - "properties" : [] + "properties" : [], + "raw_id" : 484, + "serialization_id" : "tile.warped_fungus" }, { "name" : "minecraft:warped_hanging_sign", @@ -10970,7 +13508,9 @@ { "name" : "hanging" } - ] + ], + "raw_id" : 762, + "serialization_id" : "tile.warped_hanging_sign" }, { "name" : "minecraft:warped_hyphae", @@ -10978,15 +13518,21 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 553, + "serialization_id" : "tile.warped_hyphae" }, { "name" : "minecraft:warped_nylium", - "properties" : [] + "properties" : [], + "raw_id" : 488, + "serialization_id" : "tile.warped_nylium" }, { "name" : "minecraft:warped_planks", - "properties" : [] + "properties" : [], + "raw_id" : 498, + "serialization_id" : "tile.warped_planks" }, { "name" : "minecraft:warped_pressure_plate", @@ -10994,11 +13540,15 @@ { "name" : "redstone_signal" } - ] + ], + "raw_id" : 518, + "serialization_id" : "tile.warped_pressure_plate" }, { "name" : "minecraft:warped_roots", - "properties" : [] + "properties" : [], + "raw_id" : 479, + "serialization_id" : "tile.warped_roots.warpedRoots" }, { "name" : "minecraft:warped_slab", @@ -11006,7 +13556,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 520, + "serialization_id" : "tile.warped_slab" }, { "name" : "minecraft:warped_stairs", @@ -11017,7 +13569,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 510, + "serialization_id" : "tile.warped_stairs" }, { "name" : "minecraft:warped_standing_sign", @@ -11025,7 +13579,9 @@ { "name" : "ground_sign_direction" } - ] + ], + "raw_id" : 506, + "serialization_id" : "tile.warped_standing_sign" }, { "name" : "minecraft:warped_stem", @@ -11033,7 +13589,9 @@ { "name" : "pillar_axis" } - ] + ], + "raw_id" : 481, + "serialization_id" : "tile.warped_stem" }, { "name" : "minecraft:warped_trapdoor", @@ -11047,7 +13605,9 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 502, + "serialization_id" : "tile.warped_trapdoor" }, { "name" : "minecraft:warped_wall_sign", @@ -11055,11 +13615,15 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 508, + "serialization_id" : "tile.warped_wall_sign" }, { "name" : "minecraft:warped_wart_block", - "properties" : [] + "properties" : [], + "raw_id" : 482, + "serialization_id" : "tile.warped_wart_block" }, { "name" : "minecraft:water", @@ -11067,19 +13631,27 @@ { "name" : "liquid_depth" } - ] + ], + "raw_id" : 9, + "serialization_id" : "tile.water" }, { "name" : "minecraft:waterlily", - "properties" : [] + "properties" : [], + "raw_id" : 111, + "serialization_id" : "tile.waterlily" }, { "name" : "minecraft:waxed_chiseled_copper", - "properties" : [] + "properties" : [], + "raw_id" : 1019, + "serialization_id" : "tile.waxed_chiseled_copper" }, { "name" : "minecraft:waxed_copper", - "properties" : [] + "properties" : [], + "raw_id" : 599, + "serialization_id" : "tile.waxed_copper" }, { "name" : "minecraft:waxed_copper_bulb", @@ -11090,7 +13662,9 @@ { "name" : "powered_bit" } - ] + ], + "raw_id" : 1035, + "serialization_id" : "tile.waxed_copper_bulb" }, { "name" : "minecraft:waxed_copper_door", @@ -11107,11 +13681,15 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 1043, + "serialization_id" : "tile.waxed_copper_door" }, { "name" : "minecraft:waxed_copper_grate", - "properties" : [] + "properties" : [], + "raw_id" : 1027, + "serialization_id" : "tile.waxed_copper_grate" }, { "name" : "minecraft:waxed_copper_trapdoor", @@ -11125,11 +13703,15 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 1051, + "serialization_id" : "tile.waxed_copper_trapdoor" }, { "name" : "minecraft:waxed_cut_copper", - "properties" : [] + "properties" : [], + "raw_id" : 606, + "serialization_id" : "tile.waxed_cut_copper" }, { "name" : "minecraft:waxed_cut_copper_slab", @@ -11137,7 +13719,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 620, + "serialization_id" : "tile.waxed_cut_copper_slab" }, { "name" : "minecraft:waxed_cut_copper_stairs", @@ -11148,7 +13732,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 613, + "serialization_id" : "tile.waxed_cut_copper_stairs" }, { "name" : "minecraft:waxed_double_cut_copper_slab", @@ -11156,15 +13742,21 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 627, + "serialization_id" : "tile.waxed_double_cut_copper_slab" }, { "name" : "minecraft:waxed_exposed_chiseled_copper", - "properties" : [] + "properties" : [], + "raw_id" : 1020, + "serialization_id" : "tile.waxed_exposed_chiseled_copper" }, { "name" : "minecraft:waxed_exposed_copper", - "properties" : [] + "properties" : [], + "raw_id" : 600, + "serialization_id" : "tile.waxed_exposed_copper" }, { "name" : "minecraft:waxed_exposed_copper_bulb", @@ -11175,7 +13767,9 @@ { "name" : "powered_bit" } - ] + ], + "raw_id" : 1036, + "serialization_id" : "tile.waxed_exposed_copper_bulb" }, { "name" : "minecraft:waxed_exposed_copper_door", @@ -11192,11 +13786,15 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 1044, + "serialization_id" : "tile.waxed_exposed_copper_door" }, { "name" : "minecraft:waxed_exposed_copper_grate", - "properties" : [] + "properties" : [], + "raw_id" : 1028, + "serialization_id" : "tile.waxed_exposed_copper_grate" }, { "name" : "minecraft:waxed_exposed_copper_trapdoor", @@ -11210,11 +13808,15 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 1052, + "serialization_id" : "tile.waxed_exposed_copper_trapdoor" }, { "name" : "minecraft:waxed_exposed_cut_copper", - "properties" : [] + "properties" : [], + "raw_id" : 607, + "serialization_id" : "tile.waxed_exposed_cut_copper" }, { "name" : "minecraft:waxed_exposed_cut_copper_slab", @@ -11222,7 +13824,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 621, + "serialization_id" : "tile.waxed_exposed_cut_copper_slab" }, { "name" : "minecraft:waxed_exposed_cut_copper_stairs", @@ -11233,7 +13837,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 614, + "serialization_id" : "tile.waxed_exposed_cut_copper_stairs" }, { "name" : "minecraft:waxed_exposed_double_cut_copper_slab", @@ -11241,15 +13847,21 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 628, + "serialization_id" : "tile.waxed_exposed_double_cut_copper_slab" }, { "name" : "minecraft:waxed_oxidized_chiseled_copper", - "properties" : [] + "properties" : [], + "raw_id" : 1021, + "serialization_id" : "tile.waxed_oxidized_chiseled_copper" }, { "name" : "minecraft:waxed_oxidized_copper", - "properties" : [] + "properties" : [], + "raw_id" : 701, + "serialization_id" : "tile.waxed_oxidized_copper" }, { "name" : "minecraft:waxed_oxidized_copper_bulb", @@ -11260,7 +13872,9 @@ { "name" : "powered_bit" } - ] + ], + "raw_id" : 1038, + "serialization_id" : "tile.waxed_oxidized_copper_bulb" }, { "name" : "minecraft:waxed_oxidized_copper_door", @@ -11277,11 +13891,15 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 1046, + "serialization_id" : "tile.waxed_oxidized_copper_door" }, { "name" : "minecraft:waxed_oxidized_copper_grate", - "properties" : [] + "properties" : [], + "raw_id" : 1030, + "serialization_id" : "tile.waxed_oxidized_copper_grate" }, { "name" : "minecraft:waxed_oxidized_copper_trapdoor", @@ -11295,11 +13913,15 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 1054, + "serialization_id" : "tile.waxed_oxidized_copper_trapdoor" }, { "name" : "minecraft:waxed_oxidized_cut_copper", - "properties" : [] + "properties" : [], + "raw_id" : 702, + "serialization_id" : "tile.waxed_oxidized_cut_copper" }, { "name" : "minecraft:waxed_oxidized_cut_copper_slab", @@ -11307,7 +13929,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 704, + "serialization_id" : "tile.waxed_oxidized_cut_copper_slab" }, { "name" : "minecraft:waxed_oxidized_cut_copper_stairs", @@ -11318,7 +13942,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 703, + "serialization_id" : "tile.waxed_oxidized_cut_copper_stairs" }, { "name" : "minecraft:waxed_oxidized_double_cut_copper_slab", @@ -11326,15 +13952,21 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 705, + "serialization_id" : "tile.waxed_oxidized_double_cut_copper_slab" }, { "name" : "minecraft:waxed_weathered_chiseled_copper", - "properties" : [] + "properties" : [], + "raw_id" : 1022, + "serialization_id" : "tile.waxed_weathered_chiseled_copper" }, { "name" : "minecraft:waxed_weathered_copper", - "properties" : [] + "properties" : [], + "raw_id" : 601, + "serialization_id" : "tile.waxed_weathered_copper" }, { "name" : "minecraft:waxed_weathered_copper_bulb", @@ -11345,7 +13977,9 @@ { "name" : "powered_bit" } - ] + ], + "raw_id" : 1037, + "serialization_id" : "tile.waxed_weathered_copper_bulb" }, { "name" : "minecraft:waxed_weathered_copper_door", @@ -11362,11 +13996,15 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 1045, + "serialization_id" : "tile.waxed_weathered_copper_door" }, { "name" : "minecraft:waxed_weathered_copper_grate", - "properties" : [] + "properties" : [], + "raw_id" : 1029, + "serialization_id" : "tile.waxed_weathered_copper_grate" }, { "name" : "minecraft:waxed_weathered_copper_trapdoor", @@ -11380,11 +14018,15 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 1053, + "serialization_id" : "tile.waxed_weathered_copper_trapdoor" }, { "name" : "minecraft:waxed_weathered_cut_copper", - "properties" : [] + "properties" : [], + "raw_id" : 608, + "serialization_id" : "tile.waxed_weathered_cut_copper" }, { "name" : "minecraft:waxed_weathered_cut_copper_slab", @@ -11392,7 +14034,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 622, + "serialization_id" : "tile.waxed_weathered_cut_copper_slab" }, { "name" : "minecraft:waxed_weathered_cut_copper_stairs", @@ -11403,7 +14047,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 615, + "serialization_id" : "tile.waxed_weathered_cut_copper_stairs" }, { "name" : "minecraft:waxed_weathered_double_cut_copper_slab", @@ -11411,15 +14057,21 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 629, + "serialization_id" : "tile.waxed_weathered_double_cut_copper_slab" }, { "name" : "minecraft:weathered_chiseled_copper", - "properties" : [] + "properties" : [], + "raw_id" : 1017, + "serialization_id" : "tile.weathered_chiseled_copper" }, { "name" : "minecraft:weathered_copper", - "properties" : [] + "properties" : [], + "raw_id" : 597, + "serialization_id" : "tile.weathered_copper" }, { "name" : "minecraft:weathered_copper_bulb", @@ -11430,7 +14082,9 @@ { "name" : "powered_bit" } - ] + ], + "raw_id" : 1033, + "serialization_id" : "tile.weathered_copper_bulb" }, { "name" : "minecraft:weathered_copper_door", @@ -11447,11 +14101,15 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 1041, + "serialization_id" : "tile.weathered_copper_door" }, { "name" : "minecraft:weathered_copper_grate", - "properties" : [] + "properties" : [], + "raw_id" : 1025, + "serialization_id" : "tile.weathered_copper_grate" }, { "name" : "minecraft:weathered_copper_trapdoor", @@ -11465,11 +14123,15 @@ { "name" : "upside_down_bit" } - ] + ], + "raw_id" : 1049, + "serialization_id" : "tile.weathered_copper_trapdoor" }, { "name" : "minecraft:weathered_cut_copper", - "properties" : [] + "properties" : [], + "raw_id" : 604, + "serialization_id" : "tile.weathered_cut_copper" }, { "name" : "minecraft:weathered_cut_copper_slab", @@ -11477,7 +14139,9 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 618, + "serialization_id" : "tile.weathered_cut_copper_slab" }, { "name" : "minecraft:weathered_cut_copper_stairs", @@ -11488,7 +14152,9 @@ { "name" : "weirdo_direction" } - ] + ], + "raw_id" : 611, + "serialization_id" : "tile.weathered_cut_copper_stairs" }, { "name" : "minecraft:weathered_double_cut_copper_slab", @@ -11496,11 +14162,15 @@ { "name" : "minecraft:vertical_half" } - ] + ], + "raw_id" : 625, + "serialization_id" : "tile.weathered_double_cut_copper_slab" }, { "name" : "minecraft:web", - "properties" : [] + "properties" : [], + "raw_id" : 30, + "serialization_id" : "tile.web" }, { "name" : "minecraft:weeping_vines", @@ -11508,7 +14178,15 @@ { "name" : "weeping_vines_age" } - ] + ], + "raw_id" : 486, + "serialization_id" : "tile.weeping_vines" + }, + { + "name" : "minecraft:wet_sponge", + "properties" : [], + "raw_id" : 1239, + "serialization_id" : "tile.sponge.wet" }, { "name" : "minecraft:wheat", @@ -11516,7 +14194,9 @@ { "name" : "growth" } - ] + ], + "raw_id" : 59, + "serialization_id" : "tile.wheat" }, { "name" : "minecraft:white_candle", @@ -11527,7 +14207,9 @@ { "name" : "lit" } - ] + ], + "raw_id" : 668, + "serialization_id" : "tile.white_candle" }, { "name" : "minecraft:white_candle_cake", @@ -11535,19 +14217,27 @@ { "name" : "lit" } - ] + ], + "raw_id" : 685, + "serialization_id" : "tile.white_candle_cake" }, { "name" : "minecraft:white_carpet", - "properties" : [] + "properties" : [], + "raw_id" : 171, + "serialization_id" : "tile.carpet.white" }, { "name" : "minecraft:white_concrete", - "properties" : [] + "properties" : [], + "raw_id" : 236, + "serialization_id" : "tile.concrete.white" }, { "name" : "minecraft:white_concrete_powder", - "properties" : [] + "properties" : [], + "raw_id" : 237, + "serialization_id" : "tile.concretePowder.white" }, { "name" : "minecraft:white_glazed_terracotta", @@ -11555,35 +14245,51 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 220, + "serialization_id" : "tile.glazedTerracotta.white" }, { "name" : "minecraft:white_shulker_box", - "properties" : [] + "properties" : [], + "raw_id" : 218, + "serialization_id" : "tile.shulkerBox" }, { "name" : "minecraft:white_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 241, + "serialization_id" : "tile.stained_glass.white" }, { "name" : "minecraft:white_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 160, + "serialization_id" : "tile.stained_glass_pane.white" }, { "name" : "minecraft:white_terracotta", - "properties" : [] + "properties" : [], + "raw_id" : 159, + "serialization_id" : "tile.stained_hardened_clay.white" }, { "name" : "minecraft:white_tulip", - "properties" : [] + "properties" : [], + "raw_id" : 1090, + "serialization_id" : "tile.red_flower.tulipWhite" }, { "name" : "minecraft:white_wool", - "properties" : [] + "properties" : [], + "raw_id" : 35, + "serialization_id" : "tile.wool.white" }, { "name" : "minecraft:wither_rose", - "properties" : [] + "properties" : [], + "raw_id" : 471, + "serialization_id" : "tile.wither_rose" }, { "name" : "minecraft:wooden_button", @@ -11594,7 +14300,9 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 143, + "serialization_id" : "tile.wooden_button" }, { "name" : "minecraft:wooden_door", @@ -11611,7 +14319,9 @@ { "name" : "upper_block_bit" } - ] + ], + "raw_id" : 64, + "serialization_id" : "tile.wooden_door" }, { "name" : "minecraft:wooden_pressure_plate", @@ -11619,7 +14329,9 @@ { "name" : "redstone_signal" } - ] + ], + "raw_id" : 72, + "serialization_id" : "tile.wooden_pressure_plate" }, { "name" : "minecraft:yellow_candle", @@ -11630,7 +14342,9 @@ { "name" : "lit" } - ] + ], + "raw_id" : 672, + "serialization_id" : "tile.yellow_candle" }, { "name" : "minecraft:yellow_candle_cake", @@ -11638,19 +14352,27 @@ { "name" : "lit" } - ] + ], + "raw_id" : 689, + "serialization_id" : "tile.yellow_candle_cake" }, { "name" : "minecraft:yellow_carpet", - "properties" : [] + "properties" : [], + "raw_id" : 855, + "serialization_id" : "tile.carpet.yellow" }, { "name" : "minecraft:yellow_concrete", - "properties" : [] + "properties" : [], + "raw_id" : 886, + "serialization_id" : "tile.concrete.yellow" }, { "name" : "minecraft:yellow_concrete_powder", - "properties" : [] + "properties" : [], + "raw_id" : 967, + "serialization_id" : "tile.concretePowder.yellow" }, { "name" : "minecraft:yellow_glazed_terracotta", @@ -11658,30 +14380,42 @@ { "name" : "facing_direction" } - ] + ], + "raw_id" : 224, + "serialization_id" : "tile.glazedTerracotta.yellow" }, { "name" : "minecraft:yellow_shulker_box", - "properties" : [] + "properties" : [], + "raw_id" : 871, + "serialization_id" : "tile.shulkerBox" }, { "name" : "minecraft:yellow_stained_glass", - "properties" : [] + "properties" : [], + "raw_id" : 931, + "serialization_id" : "tile.stained_glass.yellow" }, { "name" : "minecraft:yellow_stained_glass_pane", - "properties" : [] + "properties" : [], + "raw_id" : 901, + "serialization_id" : "tile.stained_glass_pane.yellow" }, { "name" : "minecraft:yellow_terracotta", - "properties" : [] + "properties" : [], + "raw_id" : 982, + "serialization_id" : "tile.stained_hardened_clay.yellow" }, { "name" : "minecraft:yellow_wool", - "properties" : [] + "properties" : [], + "raw_id" : 813, + "serialization_id" : "tile.wool.yellow" } ], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 94c057d6c..32783ed71 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.20-beta.3", + "minecraft_version" : "1.21.30-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 5da53c3a4..e1e58ea46 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.20-beta.3", + "minecraft_version" : "1.21.30-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 53ed499f0..e195c209d 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.20-beta.3", + "minecraft_version" : "1.21.30-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 2bd3edf5d..84e61d944 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.20-beta.3", + "minecraft_version" : "1.21.30-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 d6f1e10fb..d90b6dc49 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.20-beta.3", + "minecraft_version" : "1.21.30-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 b860b68e2..568be0cf6 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.20-beta.3", + "minecraft_version" : "1.21.30-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 bf4492c14..5359314e8 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.20-beta.3", + "minecraft_version" : "1.21.30-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 c1255f1a0..989644639 100644 --- a/metadata/vanilladata_modules/mojang-items.json +++ b/metadata/vanilladata_modules/mojang-items.json @@ -1,3895 +1,9191 @@ { "data_items" : [ { - "name" : "minecraft:acacia_boat" + "command_name" : "minecraft:acacia_boat", + "name" : "minecraft:acacia_boat", + "raw_id" : 389, + "serialization_id" : "item.acacia_boat", + "serialization_name" : "minecraft:acacia_boat" }, { - "name" : "minecraft:acacia_button" + "command_name" : "minecraft:acacia_button", + "name" : "minecraft:acacia_button", + "raw_id" : -140, + "serialization_id" : "item.acacia_button", + "serialization_name" : "minecraft:acacia_button" }, { - "name" : "minecraft:acacia_chest_boat" + "command_name" : "minecraft:acacia_chest_boat", + "name" : "minecraft:acacia_chest_boat", + "raw_id" : 663, + "serialization_id" : "item.acacia_chest_boat", + "serialization_name" : "minecraft:acacia_chest_boat" }, { - "name" : "minecraft:acacia_door" + "command_name" : "minecraft:acacia_door", + "name" : "minecraft:acacia_door", + "raw_id" : 574, + "serialization_id" : "item.acacia_door", + "serialization_name" : "minecraft:acacia_door" }, { - "name" : "minecraft:acacia_fence" + "command_name" : "minecraft:acacia_fence", + "name" : "minecraft:acacia_fence", + "raw_id" : -575, + "serialization_id" : "item.acacia_fence", + "serialization_name" : "minecraft:acacia_fence" }, { - "name" : "minecraft:acacia_fence_gate" + "command_name" : "minecraft:acacia_fence_gate", + "name" : "minecraft:acacia_fence_gate", + "raw_id" : 187, + "serialization_id" : "item.acacia_fence_gate", + "serialization_name" : "minecraft:acacia_fence_gate" }, { - "name" : "minecraft:acacia_hanging_sign" + "command_name" : "minecraft:acacia_hanging_sign", + "name" : "minecraft:acacia_hanging_sign", + "raw_id" : -504, + "serialization_id" : "item.acacia_hanging_sign", + "serialization_name" : "minecraft:acacia_hanging_sign" }, { - "name" : "minecraft:acacia_leaves" + "command_name" : "minecraft:acacia_leaves", + "name" : "minecraft:acacia_leaves", + "raw_id" : 161, + "serialization_id" : "item.acacia_leaves", + "serialization_name" : "minecraft:acacia_leaves" }, { - "name" : "minecraft:acacia_log" + "command_name" : "minecraft:acacia_log", + "name" : "minecraft:acacia_log", + "raw_id" : 162, + "serialization_id" : "item.acacia_log", + "serialization_name" : "minecraft:acacia_log" }, { - "name" : "minecraft:acacia_planks" + "command_name" : "minecraft:acacia_planks", + "name" : "minecraft:acacia_planks", + "raw_id" : -742, + "serialization_id" : "item.acacia_planks", + "serialization_name" : "minecraft:acacia_planks" }, { - "name" : "minecraft:acacia_pressure_plate" + "command_name" : "minecraft:acacia_pressure_plate", + "name" : "minecraft:acacia_pressure_plate", + "raw_id" : -150, + "serialization_id" : "item.acacia_pressure_plate", + "serialization_name" : "minecraft:acacia_pressure_plate" }, { - "name" : "minecraft:acacia_sapling" + "command_name" : "minecraft:acacia_sapling", + "name" : "minecraft:acacia_sapling", + "raw_id" : -828, + "serialization_id" : "item.acacia_sapling", + "serialization_name" : "minecraft:acacia_sapling" }, { - "name" : "minecraft:acacia_sign" + "command_name" : "minecraft:acacia_sign", + "name" : "minecraft:acacia_sign", + "raw_id" : 597, + "serialization_id" : "item.acacia_sign", + "serialization_name" : "minecraft:acacia_sign" }, { - "name" : "minecraft:acacia_slab" + "command_name" : "minecraft:acacia_slab", + "name" : "minecraft:acacia_slab", + "raw_id" : -807, + "serialization_id" : "item.acacia_slab", + "serialization_name" : "minecraft:acacia_slab" }, { - "name" : "minecraft:acacia_stairs" + "command_name" : "minecraft:acacia_stairs", + "name" : "minecraft:acacia_stairs", + "raw_id" : 163, + "serialization_id" : "item.acacia_stairs", + "serialization_name" : "minecraft:acacia_stairs" }, { - "name" : "minecraft:acacia_trapdoor" + "command_name" : "minecraft:acacia_trapdoor", + "name" : "minecraft:acacia_trapdoor", + "raw_id" : -145, + "serialization_id" : "item.acacia_trapdoor", + "serialization_name" : "minecraft:acacia_trapdoor" }, { - "name" : "minecraft:acacia_wood" + "command_name" : "minecraft:acacia_wood", + "name" : "minecraft:acacia_wood", + "raw_id" : -817, + "serialization_id" : "item.acacia_wood", + "serialization_name" : "minecraft:acacia_wood" }, { - "name" : "minecraft:activator_rail" + "command_name" : "minecraft:activator_rail", + "name" : "minecraft:activator_rail", + "raw_id" : 126, + "serialization_id" : "item.activator_rail", + "serialization_name" : "minecraft:activator_rail" }, { - "name" : "minecraft:air" + "command_name" : "minecraft:air", + "name" : "minecraft:air", + "raw_id" : -158, + "serialization_id" : "item.air", + "serialization_name" : "minecraft:air" }, { - "name" : "minecraft:allay_spawn_egg" + "command_name" : "minecraft:allay_spawn_egg", + "name" : "minecraft:allay_spawn_egg", + "raw_id" : 652, + "serialization_id" : "item.allay_spawn_egg", + "serialization_name" : "minecraft:allay_spawn_egg" }, { - "name" : "minecraft:allium" + "command_name" : "minecraft:allium", + "name" : "minecraft:allium", + "raw_id" : -831, + "serialization_id" : "item.allium", + "serialization_name" : "minecraft:allium" }, { - "name" : "minecraft:allow" + "command_name" : "minecraft:allow", + "name" : "minecraft:allow", + "raw_id" : 210, + "serialization_id" : "item.allow", + "serialization_name" : "minecraft:allow" }, { - "name" : "minecraft:amethyst_block" + "command_name" : "minecraft:amethyst_block", + "name" : "minecraft:amethyst_block", + "raw_id" : -327, + "serialization_id" : "item.amethyst_block", + "serialization_name" : "minecraft:amethyst_block" }, { - "name" : "minecraft:amethyst_cluster" + "command_name" : "minecraft:amethyst_cluster", + "name" : "minecraft:amethyst_cluster", + "raw_id" : -329, + "serialization_id" : "item.amethyst_cluster", + "serialization_name" : "minecraft:amethyst_cluster" }, { - "name" : "minecraft:amethyst_shard" + "command_name" : "minecraft:amethyst_shard", + "name" : "minecraft:amethyst_shard", + "raw_id" : 645, + "serialization_id" : "item.amethyst_shard", + "serialization_name" : "minecraft:amethyst_shard" }, { - "name" : "minecraft:ancient_debris" + "command_name" : "minecraft:ancient_debris", + "name" : "minecraft:ancient_debris", + "raw_id" : -271, + "serialization_id" : "item.ancient_debris", + "serialization_name" : "minecraft:ancient_debris" }, { - "name" : "minecraft:andesite" + "command_name" : "minecraft:andesite", + "name" : "minecraft:andesite", + "raw_id" : -594, + "serialization_id" : "item.andesite", + "serialization_name" : "minecraft:andesite" }, { - "name" : "minecraft:andesite_slab" + "command_name" : "minecraft:andesite_slab", + "name" : "minecraft:andesite_slab", + "raw_id" : -893, + "serialization_id" : "item.andesite_slab", + "serialization_name" : "minecraft:andesite_slab" }, { - "name" : "minecraft:andesite_stairs" + "command_name" : "minecraft:andesite_stairs", + "name" : "minecraft:andesite_stairs", + "raw_id" : -171, + "serialization_id" : "item.andesite_stairs", + "serialization_name" : "minecraft:andesite_stairs" }, { - "name" : "minecraft:angler_pottery_sherd" + "command_name" : "minecraft:andesite_wall", + "name" : "minecraft:andesite_wall", + "raw_id" : -974, + "serialization_id" : "item.andesite_wall", + "serialization_name" : "minecraft:andesite_wall" }, { - "name" : "minecraft:anvil" + "command_name" : "minecraft:angler_pottery_sherd", + "name" : "minecraft:angler_pottery_sherd", + "raw_id" : 677, + "serialization_id" : "item.angler_pottery_sherd", + "serialization_name" : "minecraft:angler_pottery_sherd" }, { - "name" : "minecraft:apple" + "command_name" : "minecraft:anvil", + "name" : "minecraft:anvil", + "raw_id" : 145, + "serialization_id" : "item.anvil", + "serialization_name" : "minecraft:anvil" }, { - "name" : "minecraft:archer_pottery_sherd" + "command_name" : "minecraft:apple", + "name" : "minecraft:apple", + "raw_id" : 262, + "serialization_id" : "item.apple.name", + "serialization_name" : "minecraft:apple" }, { - "name" : "minecraft:armadillo_scute" + "command_name" : "minecraft:archer_pottery_sherd", + "name" : "minecraft:archer_pottery_sherd", + "raw_id" : 678, + "serialization_id" : "item.archer_pottery_sherd", + "serialization_name" : "minecraft:archer_pottery_sherd" }, { - "name" : "minecraft:armadillo_spawn_egg" + "command_name" : "minecraft:armadillo_scute", + "name" : "minecraft:armadillo_scute", + "raw_id" : 723, + "serialization_id" : "item.armadillo_scute", + "serialization_name" : "minecraft:armadillo_scute" }, { - "name" : "minecraft:armor_stand" + "command_name" : "minecraft:armadillo_spawn_egg", + "name" : "minecraft:armadillo_spawn_egg", + "raw_id" : 722, + "serialization_id" : "item.armadillo_spawn_egg", + "serialization_name" : "minecraft:armadillo_spawn_egg" }, { - "name" : "minecraft:arms_up_pottery_sherd" + "command_name" : "minecraft:armor_stand", + "name" : "minecraft:armor_stand", + "raw_id" : 570, + "serialization_id" : "item.armor_stand", + "serialization_name" : "minecraft:armor_stand" }, { - "name" : "minecraft:arrow" + "command_name" : "minecraft:arms_up_pottery_sherd", + "name" : "minecraft:arms_up_pottery_sherd", + "raw_id" : 679, + "serialization_id" : "item.arms_up_pottery_sherd", + "serialization_name" : "minecraft:arms_up_pottery_sherd" }, { - "name" : "minecraft:axolotl_bucket" + "command_name" : "minecraft:arrow", + "name" : "minecraft:arrow", + "raw_id" : 309, + "serialization_id" : "item.arrow", + "serialization_name" : "minecraft:arrow" }, { - "name" : "minecraft:axolotl_spawn_egg" + "command_name" : "minecraft:axolotl_bucket", + "name" : "minecraft:axolotl_bucket", + "raw_id" : 378, + "serialization_id" : "item.axolotl_bucket", + "serialization_name" : "minecraft:axolotl_bucket" }, { - "name" : "minecraft:azalea" + "command_name" : "minecraft:axolotl_spawn_egg", + "name" : "minecraft:axolotl_spawn_egg", + "raw_id" : 514, + "serialization_id" : "item.axolotl_spawn_egg", + "serialization_name" : "minecraft:axolotl_spawn_egg" }, { - "name" : "minecraft:azalea_leaves" + "command_name" : "minecraft:azalea", + "name" : "minecraft:azalea", + "raw_id" : -337, + "serialization_id" : "item.azalea", + "serialization_name" : "minecraft:azalea" }, { - "name" : "minecraft:azalea_leaves_flowered" + "command_name" : "minecraft:azalea_leaves", + "name" : "minecraft:azalea_leaves", + "raw_id" : -324, + "serialization_id" : "item.azalea_leaves", + "serialization_name" : "minecraft:azalea_leaves" }, { - "name" : "minecraft:azure_bluet" + "command_name" : "minecraft:azalea_leaves_flowered", + "name" : "minecraft:azalea_leaves_flowered", + "raw_id" : -325, + "serialization_id" : "item.azalea_leaves_flowered", + "serialization_name" : "minecraft:azalea_leaves_flowered" }, { - "name" : "minecraft:baked_potato" + "command_name" : "minecraft:azure_bluet", + "name" : "minecraft:azure_bluet", + "raw_id" : -832, + "serialization_id" : "item.azure_bluet", + "serialization_name" : "minecraft:azure_bluet" }, { - "name" : "minecraft:bamboo" + "command_name" : "minecraft:baked_potato", + "name" : "minecraft:baked_potato", + "raw_id" : 287, + "serialization_id" : "item.baked_potato", + "serialization_name" : "minecraft:baked_potato" }, { - "name" : "minecraft:bamboo_block" + "command_name" : "minecraft:bamboo", + "name" : "minecraft:bamboo", + "raw_id" : -163, + "serialization_id" : "item.bamboo", + "serialization_name" : "minecraft:bamboo" }, { - "name" : "minecraft:bamboo_button" + "command_name" : "minecraft:bamboo_block", + "name" : "minecraft:bamboo_block", + "raw_id" : -527, + "serialization_id" : "item.bamboo_block", + "serialization_name" : "minecraft:bamboo_block" }, { - "name" : "minecraft:bamboo_chest_raft" + "command_name" : "minecraft:bamboo_button", + "name" : "minecraft:bamboo_button", + "raw_id" : -511, + "serialization_id" : "item.bamboo_button", + "serialization_name" : "minecraft:bamboo_button" }, { - "name" : "minecraft:bamboo_door" + "command_name" : "minecraft:bamboo_chest_raft", + "name" : "minecraft:bamboo_chest_raft", + "raw_id" : 675, + "serialization_id" : "item.bamboo_chest_raft", + "serialization_name" : "minecraft:bamboo_chest_raft" }, { - "name" : "minecraft:bamboo_fence" + "command_name" : "minecraft:bamboo_door", + "name" : "minecraft:bamboo_door", + "raw_id" : -517, + "serialization_id" : "item.bamboo_door", + "serialization_name" : "minecraft:bamboo_door" }, { - "name" : "minecraft:bamboo_fence_gate" + "command_name" : "minecraft:bamboo_fence", + "name" : "minecraft:bamboo_fence", + "raw_id" : -515, + "serialization_id" : "item.bamboo_fence", + "serialization_name" : "minecraft:bamboo_fence" }, { - "name" : "minecraft:bamboo_hanging_sign" + "command_name" : "minecraft:bamboo_fence_gate", + "name" : "minecraft:bamboo_fence_gate", + "raw_id" : -516, + "serialization_id" : "item.bamboo_fence_gate", + "serialization_name" : "minecraft:bamboo_fence_gate" }, { - "name" : "minecraft:bamboo_mosaic" + "command_name" : "minecraft:bamboo_hanging_sign", + "name" : "minecraft:bamboo_hanging_sign", + "raw_id" : -522, + "serialization_id" : "item.bamboo_hanging_sign", + "serialization_name" : "minecraft:bamboo_hanging_sign" }, { - "name" : "minecraft:bamboo_mosaic_slab" + "command_name" : "minecraft:bamboo_mosaic", + "name" : "minecraft:bamboo_mosaic", + "raw_id" : -509, + "serialization_id" : "item.bamboo_mosaic", + "serialization_name" : "minecraft:bamboo_mosaic" }, { - "name" : "minecraft:bamboo_mosaic_stairs" + "command_name" : "minecraft:bamboo_mosaic_slab", + "name" : "minecraft:bamboo_mosaic_slab", + "raw_id" : -524, + "serialization_id" : "item.bamboo_mosaic_slab", + "serialization_name" : "minecraft:bamboo_mosaic_slab" }, { - "name" : "minecraft:bamboo_planks" + "command_name" : "minecraft:bamboo_mosaic_stairs", + "name" : "minecraft:bamboo_mosaic_stairs", + "raw_id" : -523, + "serialization_id" : "item.bamboo_mosaic_stairs", + "serialization_name" : "minecraft:bamboo_mosaic_stairs" }, { - "name" : "minecraft:bamboo_pressure_plate" + "command_name" : "minecraft:bamboo_planks", + "name" : "minecraft:bamboo_planks", + "raw_id" : -510, + "serialization_id" : "item.bamboo_planks", + "serialization_name" : "minecraft:bamboo_planks" }, { - "name" : "minecraft:bamboo_raft" + "command_name" : "minecraft:bamboo_pressure_plate", + "name" : "minecraft:bamboo_pressure_plate", + "raw_id" : -514, + "serialization_id" : "item.bamboo_pressure_plate", + "serialization_name" : "minecraft:bamboo_pressure_plate" }, { - "name" : "minecraft:bamboo_sign" + "command_name" : "minecraft:bamboo_raft", + "name" : "minecraft:bamboo_raft", + "raw_id" : 674, + "serialization_id" : "item.bamboo_raft", + "serialization_name" : "minecraft:bamboo_raft" }, { - "name" : "minecraft:bamboo_slab" + "command_name" : "minecraft:bamboo_sign", + "name" : "minecraft:bamboo_sign", + "raw_id" : 673, + "serialization_id" : "item.bamboo_sign", + "serialization_name" : "minecraft:bamboo_sign" }, { - "name" : "minecraft:bamboo_stairs" + "command_name" : "minecraft:bamboo_slab", + "name" : "minecraft:bamboo_slab", + "raw_id" : -513, + "serialization_id" : "item.bamboo_slab", + "serialization_name" : "minecraft:bamboo_slab" }, { - "name" : "minecraft:bamboo_trapdoor" + "command_name" : "minecraft:bamboo_stairs", + "name" : "minecraft:bamboo_stairs", + "raw_id" : -512, + "serialization_id" : "item.bamboo_stairs", + "serialization_name" : "minecraft:bamboo_stairs" }, { - "name" : "minecraft:banner" + "command_name" : "minecraft:bamboo_trapdoor", + "name" : "minecraft:bamboo_trapdoor", + "raw_id" : -520, + "serialization_id" : "item.bamboo_trapdoor", + "serialization_name" : "minecraft:bamboo_trapdoor" }, { - "name" : "minecraft:barrel" + "command_name" : "minecraft:banner", + "name" : "minecraft:banner", + "raw_id" : 585, + "serialization_id" : "item.banner", + "serialization_name" : "minecraft:banner" }, { - "name" : "minecraft:barrier" + "command_name" : "minecraft:barrel", + "name" : "minecraft:barrel", + "raw_id" : -203, + "serialization_id" : "item.barrel", + "serialization_name" : "minecraft:barrel" }, { - "name" : "minecraft:basalt" + "command_name" : "minecraft:barrier", + "name" : "minecraft:barrier", + "raw_id" : -161, + "serialization_id" : "item.barrier", + "serialization_name" : "minecraft:barrier" }, { - "name" : "minecraft:bat_spawn_egg" + "command_name" : "minecraft:basalt", + "name" : "minecraft:basalt", + "raw_id" : -234, + "serialization_id" : "item.basalt", + "serialization_name" : "minecraft:basalt" }, { - "name" : "minecraft:beacon" + "command_name" : "minecraft:bat_spawn_egg", + "name" : "minecraft:bat_spawn_egg", + "raw_id" : 464, + "serialization_id" : "item.bat_spawn_egg", + "serialization_name" : "minecraft:bat_spawn_egg" }, { - "name" : "minecraft:bed" + "command_name" : "minecraft:beacon", + "name" : "minecraft:beacon", + "raw_id" : 138, + "serialization_id" : "item.beacon", + "serialization_name" : "minecraft:beacon" }, { - "name" : "minecraft:bedrock" + "command_name" : "minecraft:bed", + "name" : "minecraft:bed", + "raw_id" : 428, + "serialization_id" : "item.bed", + "serialization_name" : "minecraft:bed" }, { - "name" : "minecraft:bee_nest" + "command_name" : "minecraft:bedrock", + "name" : "minecraft:bedrock", + "raw_id" : 7, + "serialization_id" : "item.bedrock", + "serialization_name" : "minecraft:bedrock" }, { - "name" : "minecraft:bee_spawn_egg" + "command_name" : "minecraft:bee_nest", + "name" : "minecraft:bee_nest", + "raw_id" : -218, + "serialization_id" : "item.bee_nest", + "serialization_name" : "minecraft:bee_nest" }, { - "name" : "minecraft:beef" + "command_name" : "minecraft:bee_spawn_egg", + "name" : "minecraft:bee_spawn_egg", + "raw_id" : 506, + "serialization_id" : "item.bee_spawn_egg", + "serialization_name" : "minecraft:bee_spawn_egg" }, { - "name" : "minecraft:beehive" + "command_name" : "minecraft:beef", + "name" : "minecraft:beef", + "raw_id" : 279, + "serialization_id" : "item.beef", + "serialization_name" : "minecraft:beef" }, { - "name" : "minecraft:beetroot" + "command_name" : "minecraft:beehive", + "name" : "minecraft:beehive", + "raw_id" : -219, + "serialization_id" : "item.beehive", + "serialization_name" : "minecraft:beehive" }, { - "name" : "minecraft:beetroot_seeds" + "command_name" : "minecraft:beetroot", + "name" : "minecraft:beetroot", + "raw_id" : 291, + "serialization_id" : "item.beetroot", + "serialization_name" : "minecraft:beetroot" }, { - "name" : "minecraft:beetroot_soup" + "command_name" : "minecraft:beetroot_seeds", + "name" : "minecraft:beetroot_seeds", + "raw_id" : 301, + "serialization_id" : "item.beetroot_seeds", + "serialization_name" : "minecraft:beetroot_seeds" }, { - "name" : "minecraft:bell" + "command_name" : "minecraft:beetroot_soup", + "name" : "minecraft:beetroot_soup", + "raw_id" : 292, + "serialization_id" : "item.beetroot_soup", + "serialization_name" : "minecraft:beetroot_soup" }, { - "name" : "minecraft:big_dripleaf" + "command_name" : "minecraft:bell", + "name" : "minecraft:bell", + "raw_id" : -206, + "serialization_id" : "item.bell", + "serialization_name" : "minecraft:bell" }, { - "name" : "minecraft:birch_boat" + "command_name" : "minecraft:big_dripleaf", + "name" : "minecraft:big_dripleaf", + "raw_id" : -323, + "serialization_id" : "item.big_dripleaf", + "serialization_name" : "minecraft:big_dripleaf" }, { - "name" : "minecraft:birch_button" + "command_name" : "minecraft:birch_boat", + "name" : "minecraft:birch_boat", + "raw_id" : 386, + "serialization_id" : "item.birch_boat", + "serialization_name" : "minecraft:birch_boat" }, { - "name" : "minecraft:birch_chest_boat" + "command_name" : "minecraft:birch_button", + "name" : "minecraft:birch_button", + "raw_id" : -141, + "serialization_id" : "item.birch_button", + "serialization_name" : "minecraft:birch_button" }, { - "name" : "minecraft:birch_door" + "command_name" : "minecraft:birch_chest_boat", + "name" : "minecraft:birch_chest_boat", + "raw_id" : 660, + "serialization_id" : "item.birch_chest_boat", + "serialization_name" : "minecraft:birch_chest_boat" }, { - "name" : "minecraft:birch_fence" + "command_name" : "minecraft:birch_door", + "name" : "minecraft:birch_door", + "raw_id" : 572, + "serialization_id" : "item.birch_door", + "serialization_name" : "minecraft:birch_door" }, { - "name" : "minecraft:birch_fence_gate" + "command_name" : "minecraft:birch_fence", + "name" : "minecraft:birch_fence", + "raw_id" : -576, + "serialization_id" : "item.birch_fence", + "serialization_name" : "minecraft:birch_fence" }, { - "name" : "minecraft:birch_hanging_sign" + "command_name" : "minecraft:birch_fence_gate", + "name" : "minecraft:birch_fence_gate", + "raw_id" : 184, + "serialization_id" : "item.birch_fence_gate", + "serialization_name" : "minecraft:birch_fence_gate" }, { - "name" : "minecraft:birch_leaves" + "command_name" : "minecraft:birch_hanging_sign", + "name" : "minecraft:birch_hanging_sign", + "raw_id" : -502, + "serialization_id" : "item.birch_hanging_sign", + "serialization_name" : "minecraft:birch_hanging_sign" }, { - "name" : "minecraft:birch_log" + "command_name" : "minecraft:birch_leaves", + "name" : "minecraft:birch_leaves", + "raw_id" : -801, + "serialization_id" : "item.birch_leaves", + "serialization_name" : "minecraft:birch_leaves" }, { - "name" : "minecraft:birch_planks" + "command_name" : "minecraft:birch_log", + "name" : "minecraft:birch_log", + "raw_id" : -570, + "serialization_id" : "item.birch_log", + "serialization_name" : "minecraft:birch_log" }, { - "name" : "minecraft:birch_pressure_plate" + "command_name" : "minecraft:birch_planks", + "name" : "minecraft:birch_planks", + "raw_id" : -740, + "serialization_id" : "item.birch_planks", + "serialization_name" : "minecraft:birch_planks" }, { - "name" : "minecraft:birch_sapling" + "command_name" : "minecraft:birch_pressure_plate", + "name" : "minecraft:birch_pressure_plate", + "raw_id" : -151, + "serialization_id" : "item.birch_pressure_plate", + "serialization_name" : "minecraft:birch_pressure_plate" }, { - "name" : "minecraft:birch_sign" + "command_name" : "minecraft:birch_sapling", + "name" : "minecraft:birch_sapling", + "raw_id" : -826, + "serialization_id" : "item.birch_sapling", + "serialization_name" : "minecraft:birch_sapling" }, { - "name" : "minecraft:birch_slab" + "command_name" : "minecraft:birch_sign", + "name" : "minecraft:birch_sign", + "raw_id" : 595, + "serialization_id" : "item.birch_sign", + "serialization_name" : "minecraft:birch_sign" }, { - "name" : "minecraft:birch_stairs" + "command_name" : "minecraft:birch_slab", + "name" : "minecraft:birch_slab", + "raw_id" : -805, + "serialization_id" : "item.birch_slab", + "serialization_name" : "minecraft:birch_slab" }, { - "name" : "minecraft:birch_trapdoor" + "command_name" : "minecraft:birch_stairs", + "name" : "minecraft:birch_stairs", + "raw_id" : 135, + "serialization_id" : "item.birch_stairs", + "serialization_name" : "minecraft:birch_stairs" }, { - "name" : "minecraft:birch_wood" + "command_name" : "minecraft:birch_trapdoor", + "name" : "minecraft:birch_trapdoor", + "raw_id" : -146, + "serialization_id" : "item.birch_trapdoor", + "serialization_name" : "minecraft:birch_trapdoor" }, { - "name" : "minecraft:black_candle" + "command_name" : "minecraft:birch_wood", + "name" : "minecraft:birch_wood", + "raw_id" : -815, + "serialization_id" : "item.birch_wood", + "serialization_name" : "minecraft:birch_wood" }, { - "name" : "minecraft:black_carpet" + "command_name" : "minecraft:black_candle", + "name" : "minecraft:black_candle", + "raw_id" : -428, + "serialization_id" : "item.black_candle", + "serialization_name" : "minecraft:black_candle" }, { - "name" : "minecraft:black_concrete" + "command_name" : "minecraft:black_carpet", + "name" : "minecraft:black_carpet", + "raw_id" : -611, + "serialization_id" : "item.black_carpet", + "serialization_name" : "minecraft:black_carpet" }, { - "name" : "minecraft:black_concrete_powder" + "command_name" : "minecraft:black_concrete", + "name" : "minecraft:black_concrete", + "raw_id" : -642, + "serialization_id" : "item.black_concrete", + "serialization_name" : "minecraft:black_concrete" }, { - "name" : "minecraft:black_dye" + "command_name" : "minecraft:black_concrete_powder", + "name" : "minecraft:black_concrete_powder", + "raw_id" : -723, + "serialization_id" : "item.black_concrete_powder", + "serialization_name" : "minecraft:black_concrete_powder" }, { - "name" : "minecraft:black_glazed_terracotta" + "command_name" : "minecraft:black_dye", + "name" : "minecraft:black_dye", + "raw_id" : 405, + "serialization_id" : "item.black_dye", + "serialization_name" : "minecraft:black_dye" }, { - "name" : "minecraft:black_shulker_box" + "command_name" : "minecraft:black_glazed_terracotta", + "name" : "minecraft:black_glazed_terracotta", + "raw_id" : 235, + "serialization_id" : "item.black_glazed_terracotta", + "serialization_name" : "minecraft:black_glazed_terracotta" }, { - "name" : "minecraft:black_stained_glass" + "command_name" : "minecraft:black_shulker_box", + "name" : "minecraft:black_shulker_box", + "raw_id" : -627, + "serialization_id" : "item.black_shulker_box", + "serialization_name" : "minecraft:black_shulker_box" }, { - "name" : "minecraft:black_stained_glass_pane" + "command_name" : "minecraft:black_stained_glass", + "name" : "minecraft:black_stained_glass", + "raw_id" : -687, + "serialization_id" : "item.black_stained_glass", + "serialization_name" : "minecraft:black_stained_glass" }, { - "name" : "minecraft:black_terracotta" + "command_name" : "minecraft:black_stained_glass_pane", + "name" : "minecraft:black_stained_glass_pane", + "raw_id" : -657, + "serialization_id" : "item.black_stained_glass_pane", + "serialization_name" : "minecraft:black_stained_glass_pane" }, { - "name" : "minecraft:black_wool" + "command_name" : "minecraft:black_terracotta", + "name" : "minecraft:black_terracotta", + "raw_id" : -738, + "serialization_id" : "item.black_terracotta", + "serialization_name" : "minecraft:black_terracotta" }, { - "name" : "minecraft:blackstone" + "command_name" : "minecraft:black_wool", + "name" : "minecraft:black_wool", + "raw_id" : -554, + "serialization_id" : "item.black_wool", + "serialization_name" : "minecraft:black_wool" }, { - "name" : "minecraft:blackstone_slab" + "command_name" : "minecraft:blackstone", + "name" : "minecraft:blackstone", + "raw_id" : -273, + "serialization_id" : "item.blackstone", + "serialization_name" : "minecraft:blackstone" }, { - "name" : "minecraft:blackstone_stairs" + "command_name" : "minecraft:blackstone_slab", + "name" : "minecraft:blackstone_slab", + "raw_id" : -282, + "serialization_id" : "item.blackstone_slab", + "serialization_name" : "minecraft:blackstone_slab" }, { - "name" : "minecraft:blackstone_wall" + "command_name" : "minecraft:blackstone_stairs", + "name" : "minecraft:blackstone_stairs", + "raw_id" : -276, + "serialization_id" : "item.blackstone_stairs", + "serialization_name" : "minecraft:blackstone_stairs" }, { - "name" : "minecraft:blade_pottery_sherd" + "command_name" : "minecraft:blackstone_wall", + "name" : "minecraft:blackstone_wall", + "raw_id" : -277, + "serialization_id" : "item.blackstone_wall", + "serialization_name" : "minecraft:blackstone_wall" }, { - "name" : "minecraft:blast_furnace" + "command_name" : "minecraft:blade_pottery_sherd", + "name" : "minecraft:blade_pottery_sherd", + "raw_id" : 680, + "serialization_id" : "item.blade_pottery_sherd", + "serialization_name" : "minecraft:blade_pottery_sherd" }, { - "name" : "minecraft:blaze_powder" + "command_name" : "minecraft:blast_furnace", + "name" : "minecraft:blast_furnace", + "raw_id" : -196, + "serialization_id" : "item.blast_furnace", + "serialization_name" : "minecraft:blast_furnace" }, { - "name" : "minecraft:blaze_rod" + "command_name" : "minecraft:blaze_powder", + "name" : "minecraft:blaze_powder", + "raw_id" : 440, + "serialization_id" : "item.blaze_powder", + "serialization_name" : "minecraft:blaze_powder" }, { - "name" : "minecraft:blaze_spawn_egg" + "command_name" : "minecraft:blaze_rod", + "name" : "minecraft:blaze_rod", + "raw_id" : 433, + "serialization_id" : "item.blaze_rod", + "serialization_name" : "minecraft:blaze_rod" }, { - "name" : "minecraft:blue_candle" + "command_name" : "minecraft:blaze_spawn_egg", + "name" : "minecraft:blaze_spawn_egg", + "raw_id" : 467, + "serialization_id" : "item.blaze_spawn_egg", + "serialization_name" : "minecraft:blaze_spawn_egg" }, { - "name" : "minecraft:blue_carpet" + "command_name" : "minecraft:blue_candle", + "name" : "minecraft:blue_candle", + "raw_id" : -424, + "serialization_id" : "item.blue_candle", + "serialization_name" : "minecraft:blue_candle" }, { - "name" : "minecraft:blue_concrete" + "command_name" : "minecraft:blue_carpet", + "name" : "minecraft:blue_carpet", + "raw_id" : -607, + "serialization_id" : "item.blue_carpet", + "serialization_name" : "minecraft:blue_carpet" }, { - "name" : "minecraft:blue_concrete_powder" + "command_name" : "minecraft:blue_concrete", + "name" : "minecraft:blue_concrete", + "raw_id" : -638, + "serialization_id" : "item.blue_concrete", + "serialization_name" : "minecraft:blue_concrete" }, { - "name" : "minecraft:blue_dye" + "command_name" : "minecraft:blue_concrete_powder", + "name" : "minecraft:blue_concrete_powder", + "raw_id" : -719, + "serialization_id" : "item.blue_concrete_powder", + "serialization_name" : "minecraft:blue_concrete_powder" }, { - "name" : "minecraft:blue_glazed_terracotta" + "command_name" : "minecraft:blue_dye", + "name" : "minecraft:blue_dye", + "raw_id" : 409, + "serialization_id" : "item.blue_dye", + "serialization_name" : "minecraft:blue_dye" }, { - "name" : "minecraft:blue_ice" + "command_name" : "minecraft:blue_glazed_terracotta", + "name" : "minecraft:blue_glazed_terracotta", + "raw_id" : 231, + "serialization_id" : "item.blue_glazed_terracotta", + "serialization_name" : "minecraft:blue_glazed_terracotta" }, { - "name" : "minecraft:blue_orchid" + "command_name" : "minecraft:blue_ice", + "name" : "minecraft:blue_ice", + "raw_id" : -11, + "serialization_id" : "item.blue_ice", + "serialization_name" : "minecraft:blue_ice" }, { - "name" : "minecraft:blue_shulker_box" + "command_name" : "minecraft:blue_orchid", + "name" : "minecraft:blue_orchid", + "raw_id" : -830, + "serialization_id" : "item.blue_orchid", + "serialization_name" : "minecraft:blue_orchid" }, { - "name" : "minecraft:blue_stained_glass" + "command_name" : "minecraft:blue_shulker_box", + "name" : "minecraft:blue_shulker_box", + "raw_id" : -623, + "serialization_id" : "item.blue_shulker_box", + "serialization_name" : "minecraft:blue_shulker_box" }, { - "name" : "minecraft:blue_stained_glass_pane" + "command_name" : "minecraft:blue_stained_glass", + "name" : "minecraft:blue_stained_glass", + "raw_id" : -683, + "serialization_id" : "item.blue_stained_glass", + "serialization_name" : "minecraft:blue_stained_glass" }, { - "name" : "minecraft:blue_terracotta" + "command_name" : "minecraft:blue_stained_glass_pane", + "name" : "minecraft:blue_stained_glass_pane", + "raw_id" : -653, + "serialization_id" : "item.blue_stained_glass_pane", + "serialization_name" : "minecraft:blue_stained_glass_pane" }, { - "name" : "minecraft:blue_wool" + "command_name" : "minecraft:blue_terracotta", + "name" : "minecraft:blue_terracotta", + "raw_id" : -734, + "serialization_id" : "item.blue_terracotta", + "serialization_name" : "minecraft:blue_terracotta" }, { - "name" : "minecraft:bogged_spawn_egg" + "command_name" : "minecraft:blue_wool", + "name" : "minecraft:blue_wool", + "raw_id" : -563, + "serialization_id" : "item.blue_wool", + "serialization_name" : "minecraft:blue_wool" }, { - "name" : "minecraft:bolt_armor_trim_smithing_template" + "command_name" : "minecraft:bogged_spawn_egg", + "name" : "minecraft:bogged_spawn_egg", + "raw_id" : 474, + "serialization_id" : "item.bogged_spawn_egg", + "serialization_name" : "minecraft:bogged_spawn_egg" }, { - "name" : "minecraft:bone" + "command_name" : "minecraft:bolt_armor_trim_smithing_template", + "name" : "minecraft:bolt_armor_trim_smithing_template", + "raw_id" : 719, + "serialization_id" : "item.bolt_armor_trim_smithing_template", + "serialization_name" : "minecraft:bolt_armor_trim_smithing_template" }, { - "name" : "minecraft:bone_block" + "command_name" : "minecraft:bone", + "name" : "minecraft:bone", + "raw_id" : 425, + "serialization_id" : "item.bone", + "serialization_name" : "minecraft:bone" }, { - "name" : "minecraft:bone_meal" + "command_name" : "minecraft:bone_block", + "name" : "minecraft:bone_block", + "raw_id" : 216, + "serialization_id" : "item.bone_block", + "serialization_name" : "minecraft:bone_block" }, { - "name" : "minecraft:book" + "command_name" : "minecraft:bone_meal", + "name" : "minecraft:bone_meal", + "raw_id" : 421, + "serialization_id" : "item.bone_meal", + "serialization_name" : "minecraft:bone_meal" }, { - "name" : "minecraft:bookshelf" + "command_name" : "minecraft:book", + "name" : "minecraft:book", + "raw_id" : 397, + "serialization_id" : "item.book", + "serialization_name" : "minecraft:book" }, { - "name" : "minecraft:border_block" + "command_name" : "minecraft:bookshelf", + "name" : "minecraft:bookshelf", + "raw_id" : 47, + "serialization_id" : "item.bookshelf", + "serialization_name" : "minecraft:bookshelf" }, { - "name" : "minecraft:bordure_indented_banner_pattern" + "command_name" : "minecraft:border_block", + "name" : "minecraft:border_block", + "raw_id" : 212, + "serialization_id" : "item.border_block", + "serialization_name" : "minecraft:border_block" }, { - "name" : "minecraft:bow" + "command_name" : "minecraft:bordure_indented_banner_pattern", + "name" : "minecraft:bordure_indented_banner_pattern", + "raw_id" : 604, + "serialization_id" : "item.bordure_indented_banner_pattern", + "serialization_name" : "minecraft:bordure_indented_banner_pattern" }, { - "name" : "minecraft:bowl" + "command_name" : "minecraft:bow", + "name" : "minecraft:bow", + "raw_id" : 308, + "serialization_id" : "item.bow", + "serialization_name" : "minecraft:bow" }, { - "name" : "minecraft:brain_coral" + "command_name" : "minecraft:bowl", + "name" : "minecraft:bowl", + "raw_id" : 330, + "serialization_id" : "item.bowl", + "serialization_name" : "minecraft:bowl" }, { - "name" : "minecraft:brain_coral_block" + "command_name" : "minecraft:brain_coral", + "name" : "minecraft:brain_coral", + "raw_id" : -581, + "serialization_id" : "item.brain_coral", + "serialization_name" : "minecraft:brain_coral" }, { - "name" : "minecraft:brain_coral_fan" + "command_name" : "minecraft:brain_coral_block", + "name" : "minecraft:brain_coral_block", + "raw_id" : -849, + "serialization_id" : "item.brain_coral_block", + "serialization_name" : "minecraft:brain_coral_block" }, { - "name" : "minecraft:bread" + "command_name" : "minecraft:brain_coral_fan", + "name" : "minecraft:brain_coral_fan", + "raw_id" : -840, + "serialization_id" : "item.brain_coral_fan", + "serialization_name" : "minecraft:brain_coral_fan" }, { - "name" : "minecraft:breeze_rod" + "command_name" : "minecraft:bread", + "name" : "minecraft:bread", + "raw_id" : 267, + "serialization_id" : "item.bread", + "serialization_name" : "minecraft:bread" }, { - "name" : "minecraft:breeze_spawn_egg" + "command_name" : "minecraft:breeze_rod", + "name" : "minecraft:breeze_rod", + "raw_id" : 258, + "serialization_id" : "item.breeze_rod.name", + "serialization_name" : "minecraft:breeze_rod" }, { - "name" : "minecraft:brewer_pottery_sherd" + "command_name" : "minecraft:breeze_spawn_egg", + "name" : "minecraft:breeze_spawn_egg", + "raw_id" : 513, + "serialization_id" : "item.breeze_spawn_egg", + "serialization_name" : "minecraft:breeze_spawn_egg" }, { - "name" : "minecraft:brewing_stand" + "command_name" : "minecraft:brewer_pottery_sherd", + "name" : "minecraft:brewer_pottery_sherd", + "raw_id" : 681, + "serialization_id" : "item.brewer_pottery_sherd", + "serialization_name" : "minecraft:brewer_pottery_sherd" }, { - "name" : "minecraft:brick" + "command_name" : "minecraft:brewing_stand", + "name" : "minecraft:brewing_stand", + "raw_id" : 442, + "serialization_id" : "item.brewing_stand", + "serialization_name" : "minecraft:brewing_stand" }, { - "name" : "minecraft:brick_block" + "command_name" : "minecraft:brick", + "name" : "minecraft:brick", + "raw_id" : 393, + "serialization_id" : "item.brick", + "serialization_name" : "minecraft:brick" }, { - "name" : "minecraft:brick_slab" + "command_name" : "minecraft:brick_block", + "name" : "minecraft:brick_block", + "raw_id" : 45, + "serialization_id" : "item.brick_block", + "serialization_name" : "minecraft:brick_block" }, { - "name" : "minecraft:brick_stairs" + "command_name" : "minecraft:brick_slab", + "name" : "minecraft:brick_slab", + "raw_id" : -874, + "serialization_id" : "item.brick_slab", + "serialization_name" : "minecraft:brick_slab" }, { - "name" : "minecraft:brown_candle" + "command_name" : "minecraft:brick_stairs", + "name" : "minecraft:brick_stairs", + "raw_id" : 108, + "serialization_id" : "item.brick_stairs", + "serialization_name" : "minecraft:brick_stairs" }, { - "name" : "minecraft:brown_carpet" + "command_name" : "minecraft:brick_wall", + "name" : "minecraft:brick_wall", + "raw_id" : -976, + "serialization_id" : "item.brick_wall", + "serialization_name" : "minecraft:brick_wall" }, { - "name" : "minecraft:brown_concrete" + "command_name" : "minecraft:brown_candle", + "name" : "minecraft:brown_candle", + "raw_id" : -425, + "serialization_id" : "item.brown_candle", + "serialization_name" : "minecraft:brown_candle" }, { - "name" : "minecraft:brown_concrete_powder" + "command_name" : "minecraft:brown_carpet", + "name" : "minecraft:brown_carpet", + "raw_id" : -608, + "serialization_id" : "item.brown_carpet", + "serialization_name" : "minecraft:brown_carpet" }, { - "name" : "minecraft:brown_dye" + "command_name" : "minecraft:brown_concrete", + "name" : "minecraft:brown_concrete", + "raw_id" : -639, + "serialization_id" : "item.brown_concrete", + "serialization_name" : "minecraft:brown_concrete" }, { - "name" : "minecraft:brown_glazed_terracotta" + "command_name" : "minecraft:brown_concrete_powder", + "name" : "minecraft:brown_concrete_powder", + "raw_id" : -720, + "serialization_id" : "item.brown_concrete_powder", + "serialization_name" : "minecraft:brown_concrete_powder" }, { - "name" : "minecraft:brown_mushroom" + "command_name" : "minecraft:brown_dye", + "name" : "minecraft:brown_dye", + "raw_id" : 408, + "serialization_id" : "item.brown_dye", + "serialization_name" : "minecraft:brown_dye" }, { - "name" : "minecraft:brown_mushroom_block" + "command_name" : "minecraft:brown_glazed_terracotta", + "name" : "minecraft:brown_glazed_terracotta", + "raw_id" : 232, + "serialization_id" : "item.brown_glazed_terracotta", + "serialization_name" : "minecraft:brown_glazed_terracotta" }, { - "name" : "minecraft:brown_shulker_box" + "command_name" : "minecraft:brown_mushroom", + "name" : "minecraft:brown_mushroom", + "raw_id" : 39, + "serialization_id" : "item.brown_mushroom", + "serialization_name" : "minecraft:brown_mushroom" }, { - "name" : "minecraft:brown_stained_glass" + "command_name" : "minecraft:brown_mushroom_block", + "name" : "minecraft:brown_mushroom_block", + "raw_id" : 99, + "serialization_id" : "item.brown_mushroom_block", + "serialization_name" : "minecraft:brown_mushroom_block" }, { - "name" : "minecraft:brown_stained_glass_pane" + "command_name" : "minecraft:brown_shulker_box", + "name" : "minecraft:brown_shulker_box", + "raw_id" : -624, + "serialization_id" : "item.brown_shulker_box", + "serialization_name" : "minecraft:brown_shulker_box" }, { - "name" : "minecraft:brown_terracotta" + "command_name" : "minecraft:brown_stained_glass", + "name" : "minecraft:brown_stained_glass", + "raw_id" : -684, + "serialization_id" : "item.brown_stained_glass", + "serialization_name" : "minecraft:brown_stained_glass" }, { - "name" : "minecraft:brown_wool" + "command_name" : "minecraft:brown_stained_glass_pane", + "name" : "minecraft:brown_stained_glass_pane", + "raw_id" : -654, + "serialization_id" : "item.brown_stained_glass_pane", + "serialization_name" : "minecraft:brown_stained_glass_pane" }, { - "name" : "minecraft:brush" + "command_name" : "minecraft:brown_terracotta", + "name" : "minecraft:brown_terracotta", + "raw_id" : -735, + "serialization_id" : "item.brown_terracotta", + "serialization_name" : "minecraft:brown_terracotta" }, { - "name" : "minecraft:bubble_coral" + "command_name" : "minecraft:brown_wool", + "name" : "minecraft:brown_wool", + "raw_id" : -555, + "serialization_id" : "item.brown_wool", + "serialization_name" : "minecraft:brown_wool" }, { - "name" : "minecraft:bubble_coral_block" + "command_name" : "minecraft:brush", + "name" : "minecraft:brush", + "raw_id" : 700, + "serialization_id" : "item.brush", + "serialization_name" : "minecraft:brush" }, { - "name" : "minecraft:bubble_coral_fan" + "command_name" : "minecraft:bubble_coral", + "name" : "minecraft:bubble_coral", + "raw_id" : -582, + "serialization_id" : "item.bubble_coral", + "serialization_name" : "minecraft:bubble_coral" }, { - "name" : "minecraft:bucket" + "command_name" : "minecraft:bubble_coral_block", + "name" : "minecraft:bubble_coral_block", + "raw_id" : -850, + "serialization_id" : "item.bubble_coral_block", + "serialization_name" : "minecraft:bubble_coral_block" }, { - "name" : "minecraft:budding_amethyst" + "command_name" : "minecraft:bubble_coral_fan", + "name" : "minecraft:bubble_coral_fan", + "raw_id" : -841, + "serialization_id" : "item.bubble_coral_fan", + "serialization_name" : "minecraft:bubble_coral_fan" }, { - "name" : "minecraft:burn_pottery_sherd" + "command_name" : "minecraft:bucket", + "name" : "minecraft:bucket", + "raw_id" : 369, + "serialization_id" : "item.bucket", + "serialization_name" : "minecraft:bucket" }, { - "name" : "minecraft:cactus" + "command_name" : "minecraft:budding_amethyst", + "name" : "minecraft:budding_amethyst", + "raw_id" : -328, + "serialization_id" : "item.budding_amethyst", + "serialization_name" : "minecraft:budding_amethyst" }, { - "name" : "minecraft:cake" + "command_name" : "minecraft:bundle", + "name" : "minecraft:bundle", + "raw_id" : 257, + "serialization_id" : "item.bundle", + "serialization_name" : "minecraft:bundle" }, { - "name" : "minecraft:calcite" + "command_name" : "minecraft:burn_pottery_sherd", + "name" : "minecraft:burn_pottery_sherd", + "raw_id" : 682, + "serialization_id" : "item.burn_pottery_sherd", + "serialization_name" : "minecraft:burn_pottery_sherd" }, { - "name" : "minecraft:calibrated_sculk_sensor" + "command_name" : "minecraft:cactus", + "name" : "minecraft:cactus", + "raw_id" : 81, + "serialization_id" : "item.cactus", + "serialization_name" : "minecraft:cactus" }, { - "name" : "minecraft:camel_spawn_egg" + "command_name" : "minecraft:cake", + "name" : "minecraft:cake", + "raw_id" : 427, + "serialization_id" : "item.cake", + "serialization_name" : "minecraft:cake" }, { - "name" : "minecraft:campfire" + "command_name" : "minecraft:calcite", + "name" : "minecraft:calcite", + "raw_id" : -326, + "serialization_id" : "item.calcite", + "serialization_name" : "minecraft:calcite" }, { - "name" : "minecraft:candle" + "command_name" : "minecraft:calibrated_sculk_sensor", + "name" : "minecraft:calibrated_sculk_sensor", + "raw_id" : -580, + "serialization_id" : "item.calibrated_sculk_sensor", + "serialization_name" : "minecraft:calibrated_sculk_sensor" }, { - "name" : "minecraft:carrot" + "command_name" : "minecraft:camel_spawn_egg", + "name" : "minecraft:camel_spawn_egg", + "raw_id" : 676, + "serialization_id" : "item.camel_spawn_egg", + "serialization_name" : "minecraft:camel_spawn_egg" }, { - "name" : "minecraft:carrot_on_a_stick" + "command_name" : "minecraft:campfire", + "name" : "minecraft:campfire", + "raw_id" : 609, + "serialization_id" : "tile.campfire", + "serialization_name" : "minecraft:campfire" }, { - "name" : "minecraft:cartography_table" + "command_name" : "minecraft:candle", + "name" : "minecraft:candle", + "raw_id" : -412, + "serialization_id" : "item.candle", + "serialization_name" : "minecraft:candle" }, { - "name" : "minecraft:carved_pumpkin" + "command_name" : "minecraft:carrot", + "name" : "minecraft:carrot", + "raw_id" : 285, + "serialization_id" : "item.carrot", + "serialization_name" : "minecraft:carrot" }, { - "name" : "minecraft:cat_spawn_egg" + "command_name" : "minecraft:carrot_on_a_stick", + "name" : "minecraft:carrot_on_a_stick", + "raw_id" : 535, + "serialization_id" : "item.carrotOnAStick", + "serialization_name" : "minecraft:carrot_on_a_stick" }, { - "name" : "minecraft:cauldron" + "command_name" : "minecraft:cartography_table", + "name" : "minecraft:cartography_table", + "raw_id" : -200, + "serialization_id" : "item.cartography_table", + "serialization_name" : "minecraft:cartography_table" }, { - "name" : "minecraft:cave_spider_spawn_egg" + "command_name" : "minecraft:carved_pumpkin", + "name" : "minecraft:carved_pumpkin", + "raw_id" : -155, + "serialization_id" : "item.carved_pumpkin", + "serialization_name" : "minecraft:carved_pumpkin" }, { - "name" : "minecraft:chain" + "command_name" : "minecraft:cat_spawn_egg", + "name" : "minecraft:cat_spawn_egg", + "raw_id" : 500, + "serialization_id" : "item.cat_spawn_egg", + "serialization_name" : "minecraft:cat_spawn_egg" }, { - "name" : "minecraft:chain_command_block" + "command_name" : "minecraft:cauldron", + "name" : "minecraft:cauldron", + "raw_id" : 443, + "serialization_id" : "item.cauldron", + "serialization_name" : "minecraft:cauldron" }, { - "name" : "minecraft:chainmail_boots" + "command_name" : "minecraft:cave_spider_spawn_egg", + "name" : "minecraft:cave_spider_spawn_egg", + "raw_id" : 468, + "serialization_id" : "item.cave_spider_spawn_egg", + "serialization_name" : "minecraft:cave_spider_spawn_egg" }, { - "name" : "minecraft:chainmail_chestplate" + "command_name" : "minecraft:chain", + "name" : "minecraft:chain", + "raw_id" : 640, + "serialization_id" : "tile.chain", + "serialization_name" : "minecraft:chain" }, { - "name" : "minecraft:chainmail_helmet" + "command_name" : "minecraft:chain_command_block", + "name" : "minecraft:chain_command_block", + "raw_id" : 189, + "serialization_id" : "item.chain_command_block", + "serialization_name" : "minecraft:chain_command_block" }, { - "name" : "minecraft:chainmail_leggings" + "command_name" : "minecraft:chainmail_boots", + "name" : "minecraft:chainmail_boots", + "raw_id" : 351, + "serialization_id" : "item.chainmail_boots", + "serialization_name" : "minecraft:chainmail_boots" }, { - "name" : "minecraft:charcoal" + "command_name" : "minecraft:chainmail_chestplate", + "name" : "minecraft:chainmail_chestplate", + "raw_id" : 349, + "serialization_id" : "item.chainmail_chestplate", + "serialization_name" : "minecraft:chainmail_chestplate" }, { - "name" : "minecraft:cherry_boat" + "command_name" : "minecraft:chainmail_helmet", + "name" : "minecraft:chainmail_helmet", + "raw_id" : 348, + "serialization_id" : "item.chainmail_helmet", + "serialization_name" : "minecraft:chainmail_helmet" }, { - "name" : "minecraft:cherry_button" + "command_name" : "minecraft:chainmail_leggings", + "name" : "minecraft:chainmail_leggings", + "raw_id" : 350, + "serialization_id" : "item.chainmail_leggings", + "serialization_name" : "minecraft:chainmail_leggings" }, { - "name" : "minecraft:cherry_chest_boat" + "command_name" : "minecraft:charcoal", + "name" : "minecraft:charcoal", + "raw_id" : 311, + "serialization_id" : "item.charcoal", + "serialization_name" : "minecraft:charcoal" }, { - "name" : "minecraft:cherry_door" + "command_name" : "minecraft:cherry_boat", + "name" : "minecraft:cherry_boat", + "raw_id" : 670, + "serialization_id" : "item.cherry_boat", + "serialization_name" : "minecraft:cherry_boat" }, { - "name" : "minecraft:cherry_fence" + "command_name" : "minecraft:cherry_button", + "name" : "minecraft:cherry_button", + "raw_id" : -530, + "serialization_id" : "item.cherry_button", + "serialization_name" : "minecraft:cherry_button" }, { - "name" : "minecraft:cherry_fence_gate" + "command_name" : "minecraft:cherry_chest_boat", + "name" : "minecraft:cherry_chest_boat", + "raw_id" : 671, + "serialization_id" : "item.cherry_chest_boat", + "serialization_name" : "minecraft:cherry_chest_boat" }, { - "name" : "minecraft:cherry_hanging_sign" + "command_name" : "minecraft:cherry_door", + "name" : "minecraft:cherry_door", + "raw_id" : -531, + "serialization_id" : "item.cherry_door", + "serialization_name" : "minecraft:cherry_door" }, { - "name" : "minecraft:cherry_leaves" + "command_name" : "minecraft:cherry_fence", + "name" : "minecraft:cherry_fence", + "raw_id" : -532, + "serialization_id" : "item.cherry_fence", + "serialization_name" : "minecraft:cherry_fence" }, { - "name" : "minecraft:cherry_log" + "command_name" : "minecraft:cherry_fence_gate", + "name" : "minecraft:cherry_fence_gate", + "raw_id" : -533, + "serialization_id" : "item.cherry_fence_gate", + "serialization_name" : "minecraft:cherry_fence_gate" }, { - "name" : "minecraft:cherry_planks" + "command_name" : "minecraft:cherry_hanging_sign", + "name" : "minecraft:cherry_hanging_sign", + "raw_id" : -534, + "serialization_id" : "item.cherry_hanging_sign", + "serialization_name" : "minecraft:cherry_hanging_sign" }, { - "name" : "minecraft:cherry_pressure_plate" + "command_name" : "minecraft:cherry_leaves", + "name" : "minecraft:cherry_leaves", + "raw_id" : -548, + "serialization_id" : "item.cherry_leaves", + "serialization_name" : "minecraft:cherry_leaves" }, { - "name" : "minecraft:cherry_sapling" + "command_name" : "minecraft:cherry_log", + "name" : "minecraft:cherry_log", + "raw_id" : -536, + "serialization_id" : "item.cherry_log", + "serialization_name" : "minecraft:cherry_log" }, { - "name" : "minecraft:cherry_sign" + "command_name" : "minecraft:cherry_planks", + "name" : "minecraft:cherry_planks", + "raw_id" : -537, + "serialization_id" : "item.cherry_planks", + "serialization_name" : "minecraft:cherry_planks" }, { - "name" : "minecraft:cherry_slab" + "command_name" : "minecraft:cherry_pressure_plate", + "name" : "minecraft:cherry_pressure_plate", + "raw_id" : -538, + "serialization_id" : "item.cherry_pressure_plate", + "serialization_name" : "minecraft:cherry_pressure_plate" }, { - "name" : "minecraft:cherry_stairs" + "command_name" : "minecraft:cherry_sapling", + "name" : "minecraft:cherry_sapling", + "raw_id" : -547, + "serialization_id" : "item.cherry_sapling", + "serialization_name" : "minecraft:cherry_sapling" }, { - "name" : "minecraft:cherry_trapdoor" + "command_name" : "minecraft:cherry_sign", + "name" : "minecraft:cherry_sign", + "raw_id" : 672, + "serialization_id" : "item.cherry_sign", + "serialization_name" : "minecraft:cherry_sign" }, { - "name" : "minecraft:cherry_wood" + "command_name" : "minecraft:cherry_slab", + "name" : "minecraft:cherry_slab", + "raw_id" : -539, + "serialization_id" : "item.cherry_slab", + "serialization_name" : "minecraft:cherry_slab" }, { - "name" : "minecraft:chest" + "command_name" : "minecraft:cherry_stairs", + "name" : "minecraft:cherry_stairs", + "raw_id" : -541, + "serialization_id" : "item.cherry_stairs", + "serialization_name" : "minecraft:cherry_stairs" }, { - "name" : "minecraft:chest_minecart" + "command_name" : "minecraft:cherry_trapdoor", + "name" : "minecraft:cherry_trapdoor", + "raw_id" : -543, + "serialization_id" : "item.cherry_trapdoor", + "serialization_name" : "minecraft:cherry_trapdoor" }, { - "name" : "minecraft:chicken" + "command_name" : "minecraft:cherry_wood", + "name" : "minecraft:cherry_wood", + "raw_id" : -546, + "serialization_id" : "item.cherry_wood", + "serialization_name" : "minecraft:cherry_wood" }, { - "name" : "minecraft:chicken_spawn_egg" + "command_name" : "minecraft:chest", + "name" : "minecraft:chest", + "raw_id" : 54, + "serialization_id" : "item.chest", + "serialization_name" : "minecraft:chest" }, { - "name" : "minecraft:chipped_anvil" + "command_name" : "minecraft:chest_minecart", + "name" : "minecraft:chest_minecart", + "raw_id" : 399, + "serialization_id" : "item.chest_minecart", + "serialization_name" : "minecraft:chest_minecart" }, { - "name" : "minecraft:chiseled_bookshelf" + "command_name" : "minecraft:chicken", + "name" : "minecraft:chicken", + "raw_id" : 281, + "serialization_id" : "item.chicken", + "serialization_name" : "minecraft:chicken" }, { - "name" : "minecraft:chiseled_copper" + "command_name" : "minecraft:chicken_spawn_egg", + "name" : "minecraft:chicken_spawn_egg", + "raw_id" : 446, + "serialization_id" : "item.chicken_spawn_egg", + "serialization_name" : "minecraft:chicken_spawn_egg" }, { - "name" : "minecraft:chiseled_deepslate" + "command_name" : "minecraft:chipped_anvil", + "name" : "minecraft:chipped_anvil", + "raw_id" : -959, + "serialization_id" : "item.chipped_anvil", + "serialization_name" : "minecraft:chipped_anvil" }, { - "name" : "minecraft:chiseled_nether_bricks" + "command_name" : "minecraft:chiseled_bookshelf", + "name" : "minecraft:chiseled_bookshelf", + "raw_id" : -526, + "serialization_id" : "item.chiseled_bookshelf", + "serialization_name" : "minecraft:chiseled_bookshelf" }, { - "name" : "minecraft:chiseled_polished_blackstone" + "command_name" : "minecraft:chiseled_copper", + "name" : "minecraft:chiseled_copper", + "raw_id" : -760, + "serialization_id" : "item.chiseled_copper", + "serialization_name" : "minecraft:chiseled_copper" }, { - "name" : "minecraft:chiseled_quartz_block" + "command_name" : "minecraft:chiseled_deepslate", + "name" : "minecraft:chiseled_deepslate", + "raw_id" : -395, + "serialization_id" : "item.chiseled_deepslate", + "serialization_name" : "minecraft:chiseled_deepslate" }, { - "name" : "minecraft:chiseled_red_sandstone" + "command_name" : "minecraft:chiseled_nether_bricks", + "name" : "minecraft:chiseled_nether_bricks", + "raw_id" : -302, + "serialization_id" : "item.chiseled_nether_bricks", + "serialization_name" : "minecraft:chiseled_nether_bricks" }, { - "name" : "minecraft:chiseled_sandstone" + "command_name" : "minecraft:chiseled_polished_blackstone", + "name" : "minecraft:chiseled_polished_blackstone", + "raw_id" : -279, + "serialization_id" : "item.chiseled_polished_blackstone", + "serialization_name" : "minecraft:chiseled_polished_blackstone" }, { - "name" : "minecraft:chiseled_stone_bricks" + "command_name" : "minecraft:chiseled_quartz_block", + "name" : "minecraft:chiseled_quartz_block", + "raw_id" : -953, + "serialization_id" : "item.chiseled_quartz_block", + "serialization_name" : "minecraft:chiseled_quartz_block" }, { - "name" : "minecraft:chiseled_tuff" + "command_name" : "minecraft:chiseled_red_sandstone", + "name" : "minecraft:chiseled_red_sandstone", + "raw_id" : -956, + "serialization_id" : "item.chiseled_red_sandstone", + "serialization_name" : "minecraft:chiseled_red_sandstone" }, { - "name" : "minecraft:chiseled_tuff_bricks" + "command_name" : "minecraft:chiseled_sandstone", + "name" : "minecraft:chiseled_sandstone", + "raw_id" : -944, + "serialization_id" : "item.chiseled_sandstone", + "serialization_name" : "minecraft:chiseled_sandstone" }, { - "name" : "minecraft:chorus_flower" + "command_name" : "minecraft:chiseled_stone_bricks", + "name" : "minecraft:chiseled_stone_bricks", + "raw_id" : -870, + "serialization_id" : "item.chiseled_stone_bricks", + "serialization_name" : "minecraft:chiseled_stone_bricks" }, { - "name" : "minecraft:chorus_fruit" + "command_name" : "minecraft:chiseled_tuff", + "name" : "minecraft:chiseled_tuff", + "raw_id" : -753, + "serialization_id" : "item.chiseled_tuff", + "serialization_name" : "minecraft:chiseled_tuff" }, { - "name" : "minecraft:chorus_plant" + "command_name" : "minecraft:chiseled_tuff_bricks", + "name" : "minecraft:chiseled_tuff_bricks", + "raw_id" : -759, + "serialization_id" : "item.chiseled_tuff_bricks", + "serialization_name" : "minecraft:chiseled_tuff_bricks" }, { - "name" : "minecraft:clay" + "command_name" : "minecraft:chorus_flower", + "name" : "minecraft:chorus_flower", + "raw_id" : 200, + "serialization_id" : "item.chorus_flower", + "serialization_name" : "minecraft:chorus_flower" }, { - "name" : "minecraft:clay_ball" + "command_name" : "minecraft:chorus_fruit", + "name" : "minecraft:chorus_fruit", + "raw_id" : 576, + "serialization_id" : "item.chorus_fruit", + "serialization_name" : "minecraft:chorus_fruit" }, { - "name" : "minecraft:clock" + "command_name" : "minecraft:chorus_plant", + "name" : "minecraft:chorus_plant", + "raw_id" : 240, + "serialization_id" : "item.chorus_plant", + "serialization_name" : "minecraft:chorus_plant" }, { - "name" : "minecraft:coal" + "command_name" : "minecraft:clay", + "name" : "minecraft:clay", + "raw_id" : 82, + "serialization_id" : "item.clay", + "serialization_name" : "minecraft:clay" }, { - "name" : "minecraft:coal_block" + "command_name" : "minecraft:clay_ball", + "name" : "minecraft:clay_ball", + "raw_id" : 394, + "serialization_id" : "item.clay_ball", + "serialization_name" : "minecraft:clay_ball" }, { - "name" : "minecraft:coal_ore" + "command_name" : "minecraft:clock", + "name" : "minecraft:clock", + "raw_id" : 403, + "serialization_id" : "item.clock", + "serialization_name" : "minecraft:clock" }, { - "name" : "minecraft:coarse_dirt" + "command_name" : "minecraft:coal", + "name" : "minecraft:coal", + "raw_id" : 310, + "serialization_id" : "item.coal", + "serialization_name" : "minecraft:coal" }, { - "name" : "minecraft:coast_armor_trim_smithing_template" + "command_name" : "minecraft:coal_block", + "name" : "minecraft:coal_block", + "raw_id" : 173, + "serialization_id" : "item.coal_block", + "serialization_name" : "minecraft:coal_block" }, { - "name" : "minecraft:cobbled_deepslate" + "command_name" : "minecraft:coal_ore", + "name" : "minecraft:coal_ore", + "raw_id" : 16, + "serialization_id" : "item.coal_ore", + "serialization_name" : "minecraft:coal_ore" }, { - "name" : "minecraft:cobbled_deepslate_slab" + "command_name" : "minecraft:coarse_dirt", + "name" : "minecraft:coarse_dirt", + "raw_id" : -962, + "serialization_id" : "item.coarse_dirt", + "serialization_name" : "minecraft:coarse_dirt" }, { - "name" : "minecraft:cobbled_deepslate_stairs" + "command_name" : "minecraft:coast_armor_trim_smithing_template", + "name" : "minecraft:coast_armor_trim_smithing_template", + "raw_id" : 704, + "serialization_id" : "item.coast_armor_trim_smithing_template", + "serialization_name" : "minecraft:coast_armor_trim_smithing_template" }, { - "name" : "minecraft:cobbled_deepslate_wall" + "command_name" : "minecraft:cobbled_deepslate", + "name" : "minecraft:cobbled_deepslate", + "raw_id" : -379, + "serialization_id" : "item.cobbled_deepslate", + "serialization_name" : "minecraft:cobbled_deepslate" }, { - "name" : "minecraft:cobblestone" + "command_name" : "minecraft:cobbled_deepslate_slab", + "name" : "minecraft:cobbled_deepslate_slab", + "raw_id" : -380, + "serialization_id" : "item.cobbled_deepslate_slab", + "serialization_name" : "minecraft:cobbled_deepslate_slab" }, { - "name" : "minecraft:cobblestone_slab" + "command_name" : "minecraft:cobbled_deepslate_stairs", + "name" : "minecraft:cobbled_deepslate_stairs", + "raw_id" : -381, + "serialization_id" : "item.cobbled_deepslate_stairs", + "serialization_name" : "minecraft:cobbled_deepslate_stairs" }, { - "name" : "minecraft:cobblestone_wall" + "command_name" : "minecraft:cobbled_deepslate_wall", + "name" : "minecraft:cobbled_deepslate_wall", + "raw_id" : -382, + "serialization_id" : "item.cobbled_deepslate_wall", + "serialization_name" : "minecraft:cobbled_deepslate_wall" }, { - "name" : "minecraft:cocoa_beans" + "command_name" : "minecraft:cobblestone", + "name" : "minecraft:cobblestone", + "raw_id" : 4, + "serialization_id" : "item.cobblestone", + "serialization_name" : "minecraft:cobblestone" }, { - "name" : "minecraft:cod" + "command_name" : "minecraft:cobblestone_slab", + "name" : "minecraft:cobblestone_slab", + "raw_id" : -873, + "serialization_id" : "item.cobblestone_slab", + "serialization_name" : "minecraft:cobblestone_slab" }, { - "name" : "minecraft:cod_bucket" + "command_name" : "minecraft:cobblestone_wall", + "name" : "minecraft:cobblestone_wall", + "raw_id" : 139, + "serialization_id" : "item.cobblestone_wall", + "serialization_name" : "minecraft:cobblestone_wall" }, { - "name" : "minecraft:cod_spawn_egg" + "command_name" : "minecraft:cocoa_beans", + "name" : "minecraft:cocoa_beans", + "raw_id" : 422, + "serialization_id" : "item.cocoa_beans", + "serialization_name" : "minecraft:cocoa_beans" }, { - "name" : "minecraft:command_block" + "command_name" : "minecraft:cod", + "name" : "minecraft:cod", + "raw_id" : 270, + "serialization_id" : "item.fish", + "serialization_name" : "minecraft:cod" }, { - "name" : "minecraft:command_block_minecart" + "command_name" : "minecraft:cod_bucket", + "name" : "minecraft:cod_bucket", + "raw_id" : 373, + "serialization_id" : "item.cod_bucket", + "serialization_name" : "minecraft:cod_bucket" }, { - "name" : "minecraft:comparator" + "command_name" : "minecraft:cod_spawn_egg", + "name" : "minecraft:cod_spawn_egg", + "raw_id" : 492, + "serialization_id" : "item.cod_spawn_egg", + "serialization_name" : "minecraft:cod_spawn_egg" }, { - "name" : "minecraft:compass" + "command_name" : "minecraft:command_block", + "name" : "minecraft:command_block", + "raw_id" : 137, + "serialization_id" : "item.command_block", + "serialization_name" : "minecraft:command_block" }, { - "name" : "minecraft:composter" + "command_name" : "minecraft:command_block_minecart", + "name" : "minecraft:command_block_minecart", + "raw_id" : 581, + "serialization_id" : "item.command_block_minecart", + "serialization_name" : "minecraft:command_block_minecart" }, { - "name" : "minecraft:conduit" + "command_name" : "minecraft:comparator", + "name" : "minecraft:comparator", + "raw_id" : 540, + "serialization_id" : "item.comparator", + "serialization_name" : "minecraft:comparator" }, { - "name" : "minecraft:cooked_beef" + "command_name" : "minecraft:compass", + "name" : "minecraft:compass", + "raw_id" : 401, + "serialization_id" : "item.compass", + "serialization_name" : "minecraft:compass" }, { - "name" : "minecraft:cooked_chicken" + "command_name" : "minecraft:composter", + "name" : "minecraft:composter", + "raw_id" : -213, + "serialization_id" : "item.composter", + "serialization_name" : "minecraft:composter" }, { - "name" : "minecraft:cooked_cod" + "command_name" : "minecraft:conduit", + "name" : "minecraft:conduit", + "raw_id" : -157, + "serialization_id" : "item.conduit", + "serialization_name" : "minecraft:conduit" }, { - "name" : "minecraft:cooked_mutton" + "command_name" : "minecraft:cooked_beef", + "name" : "minecraft:cooked_beef", + "raw_id" : 280, + "serialization_id" : "item.cooked_beef", + "serialization_name" : "minecraft:cooked_beef" }, { - "name" : "minecraft:cooked_porkchop" + "command_name" : "minecraft:cooked_chicken", + "name" : "minecraft:cooked_chicken", + "raw_id" : 282, + "serialization_id" : "item.cooked_chicken", + "serialization_name" : "minecraft:cooked_chicken" }, { - "name" : "minecraft:cooked_rabbit" + "command_name" : "minecraft:cooked_cod", + "name" : "minecraft:cooked_cod", + "raw_id" : 274, + "serialization_id" : "item.cooked_fish", + "serialization_name" : "minecraft:cooked_cod" }, { - "name" : "minecraft:cooked_salmon" + "command_name" : "minecraft:cooked_mutton", + "name" : "minecraft:cooked_mutton", + "raw_id" : 569, + "serialization_id" : "item.muttonCooked", + "serialization_name" : "minecraft:cooked_mutton" }, { - "name" : "minecraft:cookie" + "command_name" : "minecraft:cooked_porkchop", + "name" : "minecraft:cooked_porkchop", + "raw_id" : 269, + "serialization_id" : "item.cooked_porkchop", + "serialization_name" : "minecraft:cooked_porkchop" }, { - "name" : "minecraft:copper_block" + "command_name" : "minecraft:cooked_rabbit", + "name" : "minecraft:cooked_rabbit", + "raw_id" : 295, + "serialization_id" : "item.cooked_rabbit", + "serialization_name" : "minecraft:cooked_rabbit" }, { - "name" : "minecraft:copper_bulb" + "command_name" : "minecraft:cooked_salmon", + "name" : "minecraft:cooked_salmon", + "raw_id" : 275, + "serialization_id" : "item.cooked_salmon", + "serialization_name" : "minecraft:cooked_salmon" }, { - "name" : "minecraft:copper_door" + "command_name" : "minecraft:cookie", + "name" : "minecraft:cookie", + "raw_id" : 277, + "serialization_id" : "item.cookie", + "serialization_name" : "minecraft:cookie" }, { - "name" : "minecraft:copper_grate" + "command_name" : "minecraft:copper_block", + "name" : "minecraft:copper_block", + "raw_id" : -340, + "serialization_id" : "item.copper_block", + "serialization_name" : "minecraft:copper_block" }, { - "name" : "minecraft:copper_ingot" + "command_name" : "minecraft:copper_bulb", + "name" : "minecraft:copper_bulb", + "raw_id" : -776, + "serialization_id" : "item.copper_bulb", + "serialization_name" : "minecraft:copper_bulb" }, { - "name" : "minecraft:copper_ore" + "command_name" : "minecraft:copper_door", + "name" : "minecraft:copper_door", + "raw_id" : -784, + "serialization_id" : "item.copper_door", + "serialization_name" : "minecraft:copper_door" }, { - "name" : "minecraft:copper_trapdoor" + "command_name" : "minecraft:copper_grate", + "name" : "minecraft:copper_grate", + "raw_id" : -768, + "serialization_id" : "item.copper_grate", + "serialization_name" : "minecraft:copper_grate" }, { - "name" : "minecraft:cornflower" + "command_name" : "minecraft:copper_ingot", + "name" : "minecraft:copper_ingot", + "raw_id" : 522, + "serialization_id" : "item.copper_ingot", + "serialization_name" : "minecraft:copper_ingot" }, { - "name" : "minecraft:cow_spawn_egg" + "command_name" : "minecraft:copper_ore", + "name" : "minecraft:copper_ore", + "raw_id" : -311, + "serialization_id" : "item.copper_ore", + "serialization_name" : "minecraft:copper_ore" }, { - "name" : "minecraft:cracked_deepslate_bricks" + "command_name" : "minecraft:copper_trapdoor", + "name" : "minecraft:copper_trapdoor", + "raw_id" : -792, + "serialization_id" : "item.copper_trapdoor", + "serialization_name" : "minecraft:copper_trapdoor" }, { - "name" : "minecraft:cracked_deepslate_tiles" + "command_name" : "minecraft:cornflower", + "name" : "minecraft:cornflower", + "raw_id" : -838, + "serialization_id" : "item.cornflower", + "serialization_name" : "minecraft:cornflower" }, { - "name" : "minecraft:cracked_nether_bricks" + "command_name" : "minecraft:cow_spawn_egg", + "name" : "minecraft:cow_spawn_egg", + "raw_id" : 447, + "serialization_id" : "item.cow_spawn_egg", + "serialization_name" : "minecraft:cow_spawn_egg" }, { - "name" : "minecraft:cracked_polished_blackstone_bricks" + "command_name" : "minecraft:cracked_deepslate_bricks", + "name" : "minecraft:cracked_deepslate_bricks", + "raw_id" : -410, + "serialization_id" : "item.cracked_deepslate_bricks", + "serialization_name" : "minecraft:cracked_deepslate_bricks" }, { - "name" : "minecraft:cracked_stone_bricks" + "command_name" : "minecraft:cracked_deepslate_tiles", + "name" : "minecraft:cracked_deepslate_tiles", + "raw_id" : -409, + "serialization_id" : "item.cracked_deepslate_tiles", + "serialization_name" : "minecraft:cracked_deepslate_tiles" }, { - "name" : "minecraft:crafter" + "command_name" : "minecraft:cracked_nether_bricks", + "name" : "minecraft:cracked_nether_bricks", + "raw_id" : -303, + "serialization_id" : "item.cracked_nether_bricks", + "serialization_name" : "minecraft:cracked_nether_bricks" }, { - "name" : "minecraft:crafting_table" + "command_name" : "minecraft:cracked_polished_blackstone_bricks", + "name" : "minecraft:cracked_polished_blackstone_bricks", + "raw_id" : -280, + "serialization_id" : "item.cracked_polished_blackstone_bricks", + "serialization_name" : "minecraft:cracked_polished_blackstone_bricks" }, { - "name" : "minecraft:creeper_banner_pattern" + "command_name" : "minecraft:cracked_stone_bricks", + "name" : "minecraft:cracked_stone_bricks", + "raw_id" : -869, + "serialization_id" : "item.cracked_stone_bricks", + "serialization_name" : "minecraft:cracked_stone_bricks" }, { - "name" : "minecraft:creeper_spawn_egg" + "command_name" : "minecraft:crafter", + "name" : "minecraft:crafter", + "raw_id" : -313, + "serialization_id" : "item.crafter", + "serialization_name" : "minecraft:crafter" }, { - "name" : "minecraft:crimson_button" + "command_name" : "minecraft:crafting_table", + "name" : "minecraft:crafting_table", + "raw_id" : 58, + "serialization_id" : "item.crafting_table", + "serialization_name" : "minecraft:crafting_table" }, { - "name" : "minecraft:crimson_door" + "command_name" : "minecraft:creeper_banner_pattern", + "name" : "minecraft:creeper_banner_pattern", + "raw_id" : 600, + "serialization_id" : "item.creeper_banner_pattern", + "serialization_name" : "minecraft:creeper_banner_pattern" }, { - "name" : "minecraft:crimson_fence" + "command_name" : "minecraft:creeper_spawn_egg", + "name" : "minecraft:creeper_spawn_egg", + "raw_id" : 452, + "serialization_id" : "item.creeper_spawn_egg", + "serialization_name" : "minecraft:creeper_spawn_egg" }, { - "name" : "minecraft:crimson_fence_gate" + "command_name" : "minecraft:crimson_button", + "name" : "minecraft:crimson_button", + "raw_id" : -260, + "serialization_id" : "item.crimson_button", + "serialization_name" : "minecraft:crimson_button" }, { - "name" : "minecraft:crimson_fungus" + "command_name" : "minecraft:crimson_door", + "name" : "minecraft:crimson_door", + "raw_id" : 637, + "serialization_id" : "item.crimson_door", + "serialization_name" : "minecraft:crimson_door" }, { - "name" : "minecraft:crimson_hanging_sign" + "command_name" : "minecraft:crimson_fence", + "name" : "minecraft:crimson_fence", + "raw_id" : -256, + "serialization_id" : "item.crimson_fence", + "serialization_name" : "minecraft:crimson_fence" }, { - "name" : "minecraft:crimson_hyphae" + "command_name" : "minecraft:crimson_fence_gate", + "name" : "minecraft:crimson_fence_gate", + "raw_id" : -258, + "serialization_id" : "item.crimson_fence_gate", + "serialization_name" : "minecraft:crimson_fence_gate" }, { - "name" : "minecraft:crimson_nylium" + "command_name" : "minecraft:crimson_fungus", + "name" : "minecraft:crimson_fungus", + "raw_id" : -228, + "serialization_id" : "item.crimson_fungus", + "serialization_name" : "minecraft:crimson_fungus" }, { - "name" : "minecraft:crimson_planks" + "command_name" : "minecraft:crimson_hanging_sign", + "name" : "minecraft:crimson_hanging_sign", + "raw_id" : -506, + "serialization_id" : "item.crimson_hanging_sign", + "serialization_name" : "minecraft:crimson_hanging_sign" }, { - "name" : "minecraft:crimson_pressure_plate" + "command_name" : "minecraft:crimson_hyphae", + "name" : "minecraft:crimson_hyphae", + "raw_id" : -299, + "serialization_id" : "item.crimson_hyphae", + "serialization_name" : "minecraft:crimson_hyphae" }, { - "name" : "minecraft:crimson_roots" + "command_name" : "minecraft:crimson_nylium", + "name" : "minecraft:crimson_nylium", + "raw_id" : -232, + "serialization_id" : "item.crimson_nylium", + "serialization_name" : "minecraft:crimson_nylium" }, { - "name" : "minecraft:crimson_sign" + "command_name" : "minecraft:crimson_planks", + "name" : "minecraft:crimson_planks", + "raw_id" : -242, + "serialization_id" : "item.crimson_planks", + "serialization_name" : "minecraft:crimson_planks" }, { - "name" : "minecraft:crimson_slab" + "command_name" : "minecraft:crimson_pressure_plate", + "name" : "minecraft:crimson_pressure_plate", + "raw_id" : -262, + "serialization_id" : "item.crimson_pressure_plate", + "serialization_name" : "minecraft:crimson_pressure_plate" }, { - "name" : "minecraft:crimson_stairs" + "command_name" : "minecraft:crimson_roots", + "name" : "minecraft:crimson_roots", + "raw_id" : -223, + "serialization_id" : "item.crimson_roots", + "serialization_name" : "minecraft:crimson_roots" }, { - "name" : "minecraft:crimson_stem" + "command_name" : "minecraft:crimson_sign", + "name" : "minecraft:crimson_sign", + "raw_id" : 635, + "serialization_id" : "item.crimson_sign", + "serialization_name" : "minecraft:crimson_sign" }, { - "name" : "minecraft:crimson_trapdoor" + "command_name" : "minecraft:crimson_slab", + "name" : "minecraft:crimson_slab", + "raw_id" : -264, + "serialization_id" : "item.crimson_slab", + "serialization_name" : "minecraft:crimson_slab" }, { - "name" : "minecraft:crossbow" + "command_name" : "minecraft:crimson_stairs", + "name" : "minecraft:crimson_stairs", + "raw_id" : -254, + "serialization_id" : "item.crimson_stairs", + "serialization_name" : "minecraft:crimson_stairs" }, { - "name" : "minecraft:crying_obsidian" + "command_name" : "minecraft:crimson_stem", + "name" : "minecraft:crimson_stem", + "raw_id" : -225, + "serialization_id" : "item.crimson_stem", + "serialization_name" : "minecraft:crimson_stem" }, { - "name" : "minecraft:cut_copper" + "command_name" : "minecraft:crimson_trapdoor", + "name" : "minecraft:crimson_trapdoor", + "raw_id" : -246, + "serialization_id" : "item.crimson_trapdoor", + "serialization_name" : "minecraft:crimson_trapdoor" }, { - "name" : "minecraft:cut_copper_slab" + "command_name" : "minecraft:crossbow", + "name" : "minecraft:crossbow", + "raw_id" : 593, + "serialization_id" : "item.crossbow", + "serialization_name" : "minecraft:crossbow" }, { - "name" : "minecraft:cut_copper_stairs" + "command_name" : "minecraft:crying_obsidian", + "name" : "minecraft:crying_obsidian", + "raw_id" : -289, + "serialization_id" : "item.crying_obsidian", + "serialization_name" : "minecraft:crying_obsidian" }, { - "name" : "minecraft:cut_red_sandstone" + "command_name" : "minecraft:cut_copper", + "name" : "minecraft:cut_copper", + "raw_id" : -347, + "serialization_id" : "item.cut_copper", + "serialization_name" : "minecraft:cut_copper" }, { - "name" : "minecraft:cut_red_sandstone_slab" + "command_name" : "minecraft:cut_copper_slab", + "name" : "minecraft:cut_copper_slab", + "raw_id" : -361, + "serialization_id" : "item.cut_copper_slab", + "serialization_name" : "minecraft:cut_copper_slab" }, { - "name" : "minecraft:cut_sandstone" + "command_name" : "minecraft:cut_copper_stairs", + "name" : "minecraft:cut_copper_stairs", + "raw_id" : -354, + "serialization_id" : "item.cut_copper_stairs", + "serialization_name" : "minecraft:cut_copper_stairs" }, { - "name" : "minecraft:cut_sandstone_slab" + "command_name" : "minecraft:cut_red_sandstone", + "name" : "minecraft:cut_red_sandstone", + "raw_id" : -957, + "serialization_id" : "item.cut_red_sandstone", + "serialization_name" : "minecraft:cut_red_sandstone" }, { - "name" : "minecraft:cyan_candle" + "command_name" : "minecraft:cut_red_sandstone_slab", + "name" : "minecraft:cut_red_sandstone_slab", + "raw_id" : -901, + "serialization_id" : "item.cut_red_sandstone_slab", + "serialization_name" : "minecraft:cut_red_sandstone_slab" }, { - "name" : "minecraft:cyan_carpet" + "command_name" : "minecraft:cut_sandstone", + "name" : "minecraft:cut_sandstone", + "raw_id" : -945, + "serialization_id" : "item.cut_sandstone", + "serialization_name" : "minecraft:cut_sandstone" }, { - "name" : "minecraft:cyan_concrete" + "command_name" : "minecraft:cut_sandstone_slab", + "name" : "minecraft:cut_sandstone_slab", + "raw_id" : -900, + "serialization_id" : "item.cut_sandstone_slab", + "serialization_name" : "minecraft:cut_sandstone_slab" }, { - "name" : "minecraft:cyan_concrete_powder" + "command_name" : "minecraft:cyan_candle", + "name" : "minecraft:cyan_candle", + "raw_id" : -422, + "serialization_id" : "item.cyan_candle", + "serialization_name" : "minecraft:cyan_candle" }, { - "name" : "minecraft:cyan_dye" + "command_name" : "minecraft:cyan_carpet", + "name" : "minecraft:cyan_carpet", + "raw_id" : -605, + "serialization_id" : "item.cyan_carpet", + "serialization_name" : "minecraft:cyan_carpet" }, { - "name" : "minecraft:cyan_glazed_terracotta" + "command_name" : "minecraft:cyan_concrete", + "name" : "minecraft:cyan_concrete", + "raw_id" : -636, + "serialization_id" : "item.cyan_concrete", + "serialization_name" : "minecraft:cyan_concrete" }, { - "name" : "minecraft:cyan_shulker_box" + "command_name" : "minecraft:cyan_concrete_powder", + "name" : "minecraft:cyan_concrete_powder", + "raw_id" : -717, + "serialization_id" : "item.cyan_concrete_powder", + "serialization_name" : "minecraft:cyan_concrete_powder" }, { - "name" : "minecraft:cyan_stained_glass" + "command_name" : "minecraft:cyan_dye", + "name" : "minecraft:cyan_dye", + "raw_id" : 411, + "serialization_id" : "item.cyan_dye", + "serialization_name" : "minecraft:cyan_dye" }, { - "name" : "minecraft:cyan_stained_glass_pane" + "command_name" : "minecraft:cyan_glazed_terracotta", + "name" : "minecraft:cyan_glazed_terracotta", + "raw_id" : 229, + "serialization_id" : "item.cyan_glazed_terracotta", + "serialization_name" : "minecraft:cyan_glazed_terracotta" }, { - "name" : "minecraft:cyan_terracotta" + "command_name" : "minecraft:cyan_shulker_box", + "name" : "minecraft:cyan_shulker_box", + "raw_id" : -621, + "serialization_id" : "item.cyan_shulker_box", + "serialization_name" : "minecraft:cyan_shulker_box" }, { - "name" : "minecraft:cyan_wool" + "command_name" : "minecraft:cyan_stained_glass", + "name" : "minecraft:cyan_stained_glass", + "raw_id" : -681, + "serialization_id" : "item.cyan_stained_glass", + "serialization_name" : "minecraft:cyan_stained_glass" }, { - "name" : "minecraft:damaged_anvil" + "command_name" : "minecraft:cyan_stained_glass_pane", + "name" : "minecraft:cyan_stained_glass_pane", + "raw_id" : -651, + "serialization_id" : "item.cyan_stained_glass_pane", + "serialization_name" : "minecraft:cyan_stained_glass_pane" }, { - "name" : "minecraft:dandelion" + "command_name" : "minecraft:cyan_terracotta", + "name" : "minecraft:cyan_terracotta", + "raw_id" : -732, + "serialization_id" : "item.cyan_terracotta", + "serialization_name" : "minecraft:cyan_terracotta" }, { - "name" : "minecraft:danger_pottery_sherd" + "command_name" : "minecraft:cyan_wool", + "name" : "minecraft:cyan_wool", + "raw_id" : -561, + "serialization_id" : "item.cyan_wool", + "serialization_name" : "minecraft:cyan_wool" }, { - "name" : "minecraft:dark_oak_boat" + "command_name" : "minecraft:damaged_anvil", + "name" : "minecraft:damaged_anvil", + "raw_id" : -960, + "serialization_id" : "item.damaged_anvil", + "serialization_name" : "minecraft:damaged_anvil" }, { - "name" : "minecraft:dark_oak_button" + "command_name" : "minecraft:dandelion", + "name" : "minecraft:dandelion", + "raw_id" : 37, + "serialization_id" : "item.dandelion", + "serialization_name" : "minecraft:dandelion" }, { - "name" : "minecraft:dark_oak_chest_boat" + "command_name" : "minecraft:danger_pottery_sherd", + "name" : "minecraft:danger_pottery_sherd", + "raw_id" : 683, + "serialization_id" : "item.danger_pottery_sherd", + "serialization_name" : "minecraft:danger_pottery_sherd" }, { - "name" : "minecraft:dark_oak_door" + "command_name" : "minecraft:dark_oak_boat", + "name" : "minecraft:dark_oak_boat", + "raw_id" : 390, + "serialization_id" : "item.dark_oak_boat", + "serialization_name" : "minecraft:dark_oak_boat" }, { - "name" : "minecraft:dark_oak_fence" + "command_name" : "minecraft:dark_oak_button", + "name" : "minecraft:dark_oak_button", + "raw_id" : -142, + "serialization_id" : "item.dark_oak_button", + "serialization_name" : "minecraft:dark_oak_button" }, { - "name" : "minecraft:dark_oak_fence_gate" + "command_name" : "minecraft:dark_oak_chest_boat", + "name" : "minecraft:dark_oak_chest_boat", + "raw_id" : 664, + "serialization_id" : "item.dark_oak_chest_boat", + "serialization_name" : "minecraft:dark_oak_chest_boat" }, { - "name" : "minecraft:dark_oak_hanging_sign" + "command_name" : "minecraft:dark_oak_door", + "name" : "minecraft:dark_oak_door", + "raw_id" : 575, + "serialization_id" : "item.dark_oak_door", + "serialization_name" : "minecraft:dark_oak_door" }, { - "name" : "minecraft:dark_oak_leaves" + "command_name" : "minecraft:dark_oak_fence", + "name" : "minecraft:dark_oak_fence", + "raw_id" : -577, + "serialization_id" : "item.dark_oak_fence", + "serialization_name" : "minecraft:dark_oak_fence" }, { - "name" : "minecraft:dark_oak_log" + "command_name" : "minecraft:dark_oak_fence_gate", + "name" : "minecraft:dark_oak_fence_gate", + "raw_id" : 186, + "serialization_id" : "item.dark_oak_fence_gate", + "serialization_name" : "minecraft:dark_oak_fence_gate" }, { - "name" : "minecraft:dark_oak_planks" + "command_name" : "minecraft:dark_oak_hanging_sign", + "name" : "minecraft:dark_oak_hanging_sign", + "raw_id" : -505, + "serialization_id" : "item.dark_oak_hanging_sign", + "serialization_name" : "minecraft:dark_oak_hanging_sign" }, { - "name" : "minecraft:dark_oak_pressure_plate" + "command_name" : "minecraft:dark_oak_leaves", + "name" : "minecraft:dark_oak_leaves", + "raw_id" : -803, + "serialization_id" : "item.dark_oak_leaves", + "serialization_name" : "minecraft:dark_oak_leaves" }, { - "name" : "minecraft:dark_oak_sapling" + "command_name" : "minecraft:dark_oak_log", + "name" : "minecraft:dark_oak_log", + "raw_id" : -572, + "serialization_id" : "item.dark_oak_log", + "serialization_name" : "minecraft:dark_oak_log" }, { - "name" : "minecraft:dark_oak_sign" + "command_name" : "minecraft:dark_oak_planks", + "name" : "minecraft:dark_oak_planks", + "raw_id" : -743, + "serialization_id" : "item.dark_oak_planks", + "serialization_name" : "minecraft:dark_oak_planks" }, { - "name" : "minecraft:dark_oak_slab" + "command_name" : "minecraft:dark_oak_pressure_plate", + "name" : "minecraft:dark_oak_pressure_plate", + "raw_id" : -152, + "serialization_id" : "item.dark_oak_pressure_plate", + "serialization_name" : "minecraft:dark_oak_pressure_plate" }, { - "name" : "minecraft:dark_oak_stairs" + "command_name" : "minecraft:dark_oak_sapling", + "name" : "minecraft:dark_oak_sapling", + "raw_id" : -829, + "serialization_id" : "item.dark_oak_sapling", + "serialization_name" : "minecraft:dark_oak_sapling" }, { - "name" : "minecraft:dark_oak_trapdoor" + "command_name" : "minecraft:dark_oak_sign", + "name" : "minecraft:dark_oak_sign", + "raw_id" : 598, + "serialization_id" : "item.darkoak_sign", + "serialization_name" : "minecraft:dark_oak_sign" }, { - "name" : "minecraft:dark_oak_wood" + "command_name" : "minecraft:dark_oak_slab", + "name" : "minecraft:dark_oak_slab", + "raw_id" : -808, + "serialization_id" : "item.dark_oak_slab", + "serialization_name" : "minecraft:dark_oak_slab" }, { - "name" : "minecraft:dark_prismarine" + "command_name" : "minecraft:dark_oak_stairs", + "name" : "minecraft:dark_oak_stairs", + "raw_id" : 164, + "serialization_id" : "item.dark_oak_stairs", + "serialization_name" : "minecraft:dark_oak_stairs" }, { - "name" : "minecraft:dark_prismarine_slab" + "command_name" : "minecraft:dark_oak_trapdoor", + "name" : "minecraft:dark_oak_trapdoor", + "raw_id" : -147, + "serialization_id" : "item.dark_oak_trapdoor", + "serialization_name" : "minecraft:dark_oak_trapdoor" }, { - "name" : "minecraft:dark_prismarine_stairs" + "command_name" : "minecraft:dark_oak_wood", + "name" : "minecraft:dark_oak_wood", + "raw_id" : -818, + "serialization_id" : "item.dark_oak_wood", + "serialization_name" : "minecraft:dark_oak_wood" }, { - "name" : "minecraft:daylight_detector" + "command_name" : "minecraft:dark_prismarine", + "name" : "minecraft:dark_prismarine", + "raw_id" : -947, + "serialization_id" : "item.dark_prismarine", + "serialization_name" : "minecraft:dark_prismarine" }, { - "name" : "minecraft:dead_brain_coral" + "command_name" : "minecraft:dark_prismarine_slab", + "name" : "minecraft:dark_prismarine_slab", + "raw_id" : -886, + "serialization_id" : "item.dark_prismarine_slab", + "serialization_name" : "minecraft:dark_prismarine_slab" }, { - "name" : "minecraft:dead_brain_coral_block" + "command_name" : "minecraft:dark_prismarine_stairs", + "name" : "minecraft:dark_prismarine_stairs", + "raw_id" : -3, + "serialization_id" : "item.dark_prismarine_stairs", + "serialization_name" : "minecraft:dark_prismarine_stairs" }, { - "name" : "minecraft:dead_brain_coral_fan" + "command_name" : "minecraft:daylight_detector", + "name" : "minecraft:daylight_detector", + "raw_id" : 151, + "serialization_id" : "item.daylight_detector", + "serialization_name" : "minecraft:daylight_detector" }, { - "name" : "minecraft:dead_bubble_coral" + "command_name" : "minecraft:dead_brain_coral", + "name" : "minecraft:dead_brain_coral", + "raw_id" : -586, + "serialization_id" : "item.dead_brain_coral", + "serialization_name" : "minecraft:dead_brain_coral" }, { - "name" : "minecraft:dead_bubble_coral_block" + "command_name" : "minecraft:dead_brain_coral_block", + "name" : "minecraft:dead_brain_coral_block", + "raw_id" : -854, + "serialization_id" : "item.dead_brain_coral_block", + "serialization_name" : "minecraft:dead_brain_coral_block" }, { - "name" : "minecraft:dead_bubble_coral_fan" + "command_name" : "minecraft:dead_brain_coral_fan", + "name" : "minecraft:dead_brain_coral_fan", + "raw_id" : -844, + "serialization_id" : "item.dead_brain_coral_fan", + "serialization_name" : "minecraft:dead_brain_coral_fan" }, { - "name" : "minecraft:dead_fire_coral" + "command_name" : "minecraft:dead_bubble_coral", + "name" : "minecraft:dead_bubble_coral", + "raw_id" : -587, + "serialization_id" : "item.dead_bubble_coral", + "serialization_name" : "minecraft:dead_bubble_coral" }, { - "name" : "minecraft:dead_fire_coral_block" + "command_name" : "minecraft:dead_bubble_coral_block", + "name" : "minecraft:dead_bubble_coral_block", + "raw_id" : -855, + "serialization_id" : "item.dead_bubble_coral_block", + "serialization_name" : "minecraft:dead_bubble_coral_block" }, { - "name" : "minecraft:dead_fire_coral_fan" + "command_name" : "minecraft:dead_bubble_coral_fan", + "name" : "minecraft:dead_bubble_coral_fan", + "raw_id" : -845, + "serialization_id" : "item.dead_bubble_coral_fan", + "serialization_name" : "minecraft:dead_bubble_coral_fan" }, { - "name" : "minecraft:dead_horn_coral" + "command_name" : "minecraft:dead_fire_coral", + "name" : "minecraft:dead_fire_coral", + "raw_id" : -588, + "serialization_id" : "item.dead_fire_coral", + "serialization_name" : "minecraft:dead_fire_coral" }, { - "name" : "minecraft:dead_horn_coral_block" + "command_name" : "minecraft:dead_fire_coral_block", + "name" : "minecraft:dead_fire_coral_block", + "raw_id" : -856, + "serialization_id" : "item.dead_fire_coral_block", + "serialization_name" : "minecraft:dead_fire_coral_block" }, { - "name" : "minecraft:dead_horn_coral_fan" + "command_name" : "minecraft:dead_fire_coral_fan", + "name" : "minecraft:dead_fire_coral_fan", + "raw_id" : -846, + "serialization_id" : "item.dead_fire_coral_fan", + "serialization_name" : "minecraft:dead_fire_coral_fan" }, { - "name" : "minecraft:dead_tube_coral" + "command_name" : "minecraft:dead_horn_coral", + "name" : "minecraft:dead_horn_coral", + "raw_id" : -589, + "serialization_id" : "item.dead_horn_coral", + "serialization_name" : "minecraft:dead_horn_coral" }, { - "name" : "minecraft:dead_tube_coral_block" + "command_name" : "minecraft:dead_horn_coral_block", + "name" : "minecraft:dead_horn_coral_block", + "raw_id" : -857, + "serialization_id" : "item.dead_horn_coral_block", + "serialization_name" : "minecraft:dead_horn_coral_block" }, { - "name" : "minecraft:dead_tube_coral_fan" + "command_name" : "minecraft:dead_horn_coral_fan", + "name" : "minecraft:dead_horn_coral_fan", + "raw_id" : -847, + "serialization_id" : "item.dead_horn_coral_fan", + "serialization_name" : "minecraft:dead_horn_coral_fan" }, { - "name" : "minecraft:deadbush" + "command_name" : "minecraft:dead_tube_coral", + "name" : "minecraft:dead_tube_coral", + "raw_id" : -585, + "serialization_id" : "item.dead_tube_coral", + "serialization_name" : "minecraft:dead_tube_coral" }, { - "name" : "minecraft:decorated_pot" + "command_name" : "minecraft:dead_tube_coral_block", + "name" : "minecraft:dead_tube_coral_block", + "raw_id" : -853, + "serialization_id" : "item.dead_tube_coral_block", + "serialization_name" : "minecraft:dead_tube_coral_block" }, { - "name" : "minecraft:deepslate" + "command_name" : "minecraft:dead_tube_coral_fan", + "name" : "minecraft:dead_tube_coral_fan", + "raw_id" : -134, + "serialization_id" : "item.dead_tube_coral_fan", + "serialization_name" : "minecraft:dead_tube_coral_fan" }, { - "name" : "minecraft:deepslate_brick_slab" + "command_name" : "minecraft:deadbush", + "name" : "minecraft:deadbush", + "raw_id" : 32, + "serialization_id" : "item.deadbush", + "serialization_name" : "minecraft:deadbush" }, { - "name" : "minecraft:deepslate_brick_stairs" + "command_name" : "minecraft:decorated_pot", + "name" : "minecraft:decorated_pot", + "raw_id" : -551, + "serialization_id" : "item.decorated_pot", + "serialization_name" : "minecraft:decorated_pot" }, { - "name" : "minecraft:deepslate_brick_wall" + "command_name" : "minecraft:deepslate", + "name" : "minecraft:deepslate", + "raw_id" : -378, + "serialization_id" : "item.deepslate", + "serialization_name" : "minecraft:deepslate" }, { - "name" : "minecraft:deepslate_bricks" + "command_name" : "minecraft:deepslate_brick_slab", + "name" : "minecraft:deepslate_brick_slab", + "raw_id" : -392, + "serialization_id" : "item.deepslate_brick_slab", + "serialization_name" : "minecraft:deepslate_brick_slab" }, { - "name" : "minecraft:deepslate_coal_ore" + "command_name" : "minecraft:deepslate_brick_stairs", + "name" : "minecraft:deepslate_brick_stairs", + "raw_id" : -393, + "serialization_id" : "item.deepslate_brick_stairs", + "serialization_name" : "minecraft:deepslate_brick_stairs" }, { - "name" : "minecraft:deepslate_copper_ore" + "command_name" : "minecraft:deepslate_brick_wall", + "name" : "minecraft:deepslate_brick_wall", + "raw_id" : -394, + "serialization_id" : "item.deepslate_brick_wall", + "serialization_name" : "minecraft:deepslate_brick_wall" }, { - "name" : "minecraft:deepslate_diamond_ore" + "command_name" : "minecraft:deepslate_bricks", + "name" : "minecraft:deepslate_bricks", + "raw_id" : -391, + "serialization_id" : "item.deepslate_bricks", + "serialization_name" : "minecraft:deepslate_bricks" }, { - "name" : "minecraft:deepslate_emerald_ore" + "command_name" : "minecraft:deepslate_coal_ore", + "name" : "minecraft:deepslate_coal_ore", + "raw_id" : -406, + "serialization_id" : "item.deepslate_coal_ore", + "serialization_name" : "minecraft:deepslate_coal_ore" }, { - "name" : "minecraft:deepslate_gold_ore" + "command_name" : "minecraft:deepslate_copper_ore", + "name" : "minecraft:deepslate_copper_ore", + "raw_id" : -408, + "serialization_id" : "item.deepslate_copper_ore", + "serialization_name" : "minecraft:deepslate_copper_ore" }, { - "name" : "minecraft:deepslate_iron_ore" + "command_name" : "minecraft:deepslate_diamond_ore", + "name" : "minecraft:deepslate_diamond_ore", + "raw_id" : -405, + "serialization_id" : "item.deepslate_diamond_ore", + "serialization_name" : "minecraft:deepslate_diamond_ore" }, { - "name" : "minecraft:deepslate_lapis_ore" + "command_name" : "minecraft:deepslate_emerald_ore", + "name" : "minecraft:deepslate_emerald_ore", + "raw_id" : -407, + "serialization_id" : "item.deepslate_emerald_ore", + "serialization_name" : "minecraft:deepslate_emerald_ore" }, { - "name" : "minecraft:deepslate_redstone_ore" + "command_name" : "minecraft:deepslate_gold_ore", + "name" : "minecraft:deepslate_gold_ore", + "raw_id" : -402, + "serialization_id" : "item.deepslate_gold_ore", + "serialization_name" : "minecraft:deepslate_gold_ore" }, { - "name" : "minecraft:deepslate_tile_slab" + "command_name" : "minecraft:deepslate_iron_ore", + "name" : "minecraft:deepslate_iron_ore", + "raw_id" : -401, + "serialization_id" : "item.deepslate_iron_ore", + "serialization_name" : "minecraft:deepslate_iron_ore" }, { - "name" : "minecraft:deepslate_tile_stairs" + "command_name" : "minecraft:deepslate_lapis_ore", + "name" : "minecraft:deepslate_lapis_ore", + "raw_id" : -400, + "serialization_id" : "item.deepslate_lapis_ore", + "serialization_name" : "minecraft:deepslate_lapis_ore" }, { - "name" : "minecraft:deepslate_tile_wall" + "command_name" : "minecraft:deepslate_redstone_ore", + "name" : "minecraft:deepslate_redstone_ore", + "raw_id" : -403, + "serialization_id" : "item.deepslate_redstone_ore", + "serialization_name" : "minecraft:deepslate_redstone_ore" }, { - "name" : "minecraft:deepslate_tiles" + "command_name" : "minecraft:deepslate_tile_slab", + "name" : "minecraft:deepslate_tile_slab", + "raw_id" : -388, + "serialization_id" : "item.deepslate_tile_slab", + "serialization_name" : "minecraft:deepslate_tile_slab" }, { - "name" : "minecraft:deny" + "command_name" : "minecraft:deepslate_tile_stairs", + "name" : "minecraft:deepslate_tile_stairs", + "raw_id" : -389, + "serialization_id" : "item.deepslate_tile_stairs", + "serialization_name" : "minecraft:deepslate_tile_stairs" }, { - "name" : "minecraft:detector_rail" + "command_name" : "minecraft:deepslate_tile_wall", + "name" : "minecraft:deepslate_tile_wall", + "raw_id" : -390, + "serialization_id" : "item.deepslate_tile_wall", + "serialization_name" : "minecraft:deepslate_tile_wall" }, { - "name" : "minecraft:diamond" + "command_name" : "minecraft:deepslate_tiles", + "name" : "minecraft:deepslate_tiles", + "raw_id" : -387, + "serialization_id" : "item.deepslate_tiles", + "serialization_name" : "minecraft:deepslate_tiles" }, { - "name" : "minecraft:diamond_axe" + "command_name" : "minecraft:deny", + "name" : "minecraft:deny", + "raw_id" : 211, + "serialization_id" : "item.deny", + "serialization_name" : "minecraft:deny" }, { - "name" : "minecraft:diamond_block" + "command_name" : "minecraft:detector_rail", + "name" : "minecraft:detector_rail", + "raw_id" : 28, + "serialization_id" : "item.detector_rail", + "serialization_name" : "minecraft:detector_rail" }, { - "name" : "minecraft:diamond_boots" + "command_name" : "minecraft:diamond", + "name" : "minecraft:diamond", + "raw_id" : 312, + "serialization_id" : "item.diamond", + "serialization_name" : "minecraft:diamond" }, { - "name" : "minecraft:diamond_chestplate" + "command_name" : "minecraft:diamond_axe", + "name" : "minecraft:diamond_axe", + "raw_id" : 327, + "serialization_id" : "item.diamond_axe", + "serialization_name" : "minecraft:diamond_axe" }, { - "name" : "minecraft:diamond_helmet" + "command_name" : "minecraft:diamond_block", + "name" : "minecraft:diamond_block", + "raw_id" : 57, + "serialization_id" : "item.diamond_block", + "serialization_name" : "minecraft:diamond_block" }, { - "name" : "minecraft:diamond_hoe" + "command_name" : "minecraft:diamond_boots", + "name" : "minecraft:diamond_boots", + "raw_id" : 359, + "serialization_id" : "item.diamond_boots", + "serialization_name" : "minecraft:diamond_boots" }, { - "name" : "minecraft:diamond_horse_armor" + "command_name" : "minecraft:diamond_chestplate", + "name" : "minecraft:diamond_chestplate", + "raw_id" : 357, + "serialization_id" : "item.diamond_chestplate", + "serialization_name" : "minecraft:diamond_chestplate" }, { - "name" : "minecraft:diamond_leggings" + "command_name" : "minecraft:diamond_helmet", + "name" : "minecraft:diamond_helmet", + "raw_id" : 356, + "serialization_id" : "item.diamond_helmet", + "serialization_name" : "minecraft:diamond_helmet" }, { - "name" : "minecraft:diamond_ore" + "command_name" : "minecraft:diamond_hoe", + "name" : "minecraft:diamond_hoe", + "raw_id" : 341, + "serialization_id" : "item.diamond_hoe", + "serialization_name" : "minecraft:diamond_hoe" }, { - "name" : "minecraft:diamond_pickaxe" + "command_name" : "minecraft:diamond_horse_armor", + "name" : "minecraft:diamond_horse_armor", + "raw_id" : 551, + "serialization_id" : "item.horsearmordiamond", + "serialization_name" : "minecraft:diamond_horse_armor" }, { - "name" : "minecraft:diamond_shovel" + "command_name" : "minecraft:diamond_leggings", + "name" : "minecraft:diamond_leggings", + "raw_id" : 358, + "serialization_id" : "item.diamond_leggings", + "serialization_name" : "minecraft:diamond_leggings" }, { - "name" : "minecraft:diamond_sword" + "command_name" : "minecraft:diamond_ore", + "name" : "minecraft:diamond_ore", + "raw_id" : 56, + "serialization_id" : "item.diamond_ore", + "serialization_name" : "minecraft:diamond_ore" }, { - "name" : "minecraft:diorite" + "command_name" : "minecraft:diamond_pickaxe", + "name" : "minecraft:diamond_pickaxe", + "raw_id" : 326, + "serialization_id" : "item.diamond_pickaxe", + "serialization_name" : "minecraft:diamond_pickaxe" }, { - "name" : "minecraft:diorite_slab" + "command_name" : "minecraft:diamond_shovel", + "name" : "minecraft:diamond_shovel", + "raw_id" : 325, + "serialization_id" : "item.diamond_shovel", + "serialization_name" : "minecraft:diamond_shovel" }, { - "name" : "minecraft:diorite_stairs" + "command_name" : "minecraft:diamond_sword", + "name" : "minecraft:diamond_sword", + "raw_id" : 324, + "serialization_id" : "item.diamond_sword", + "serialization_name" : "minecraft:diamond_sword" }, { - "name" : "minecraft:dirt" + "command_name" : "minecraft:diorite", + "name" : "minecraft:diorite", + "raw_id" : -592, + "serialization_id" : "item.diorite", + "serialization_name" : "minecraft:diorite" }, { - "name" : "minecraft:dirt_with_roots" + "command_name" : "minecraft:diorite_slab", + "name" : "minecraft:diorite_slab", + "raw_id" : -894, + "serialization_id" : "item.diorite_slab", + "serialization_name" : "minecraft:diorite_slab" }, { - "name" : "minecraft:disc_fragment_5" + "command_name" : "minecraft:diorite_stairs", + "name" : "minecraft:diorite_stairs", + "raw_id" : -170, + "serialization_id" : "item.diorite_stairs", + "serialization_name" : "minecraft:diorite_stairs" }, { - "name" : "minecraft:dispenser" + "command_name" : "minecraft:diorite_wall", + "name" : "minecraft:diorite_wall", + "raw_id" : -973, + "serialization_id" : "item.diorite_wall", + "serialization_name" : "minecraft:diorite_wall" }, { - "name" : "minecraft:dolphin_spawn_egg" + "command_name" : "minecraft:dirt", + "name" : "minecraft:dirt", + "raw_id" : 3, + "serialization_id" : "item.dirt", + "serialization_name" : "minecraft:dirt" }, { - "name" : "minecraft:donkey_spawn_egg" + "command_name" : "minecraft:dirt_with_roots", + "name" : "minecraft:dirt_with_roots", + "raw_id" : -318, + "serialization_id" : "item.dirt_with_roots", + "serialization_name" : "minecraft:dirt_with_roots" }, { - "name" : "minecraft:dragon_breath" + "command_name" : "minecraft:disc_fragment_5", + "name" : "minecraft:disc_fragment_5", + "raw_id" : 658, + "serialization_id" : "item.disc_fragment_5", + "serialization_name" : "minecraft:disc_fragment_5" }, { - "name" : "minecraft:dragon_egg" + "command_name" : "minecraft:dispenser", + "name" : "minecraft:dispenser", + "raw_id" : 23, + "serialization_id" : "item.dispenser", + "serialization_name" : "minecraft:dispenser" }, { - "name" : "minecraft:dried_kelp" + "command_name" : "minecraft:dolphin_spawn_egg", + "name" : "minecraft:dolphin_spawn_egg", + "raw_id" : 496, + "serialization_id" : "item.dolphin_spawn_egg", + "serialization_name" : "minecraft:dolphin_spawn_egg" }, { - "name" : "minecraft:dried_kelp_block" + "command_name" : "minecraft:donkey_spawn_egg", + "name" : "minecraft:donkey_spawn_egg", + "raw_id" : 477, + "serialization_id" : "item.donkey_spawn_egg", + "serialization_name" : "minecraft:donkey_spawn_egg" }, { - "name" : "minecraft:dripstone_block" + "command_name" : "minecraft:dragon_breath", + "name" : "minecraft:dragon_breath", + "raw_id" : 578, + "serialization_id" : "item.dragon_breath", + "serialization_name" : "minecraft:dragon_breath" }, { - "name" : "minecraft:dropper" + "command_name" : "minecraft:dragon_egg", + "name" : "minecraft:dragon_egg", + "raw_id" : 122, + "serialization_id" : "item.dragon_egg", + "serialization_name" : "minecraft:dragon_egg" }, { - "name" : "minecraft:drowned_spawn_egg" + "command_name" : "minecraft:dried_kelp", + "name" : "minecraft:dried_kelp", + "raw_id" : 276, + "serialization_id" : "item.dried_kelp", + "serialization_name" : "minecraft:dried_kelp" }, { - "name" : "minecraft:dune_armor_trim_smithing_template" + "command_name" : "minecraft:dried_kelp_block", + "name" : "minecraft:dried_kelp_block", + "raw_id" : -139, + "serialization_id" : "item.dried_kelp_block", + "serialization_name" : "minecraft:dried_kelp_block" }, { - "name" : "minecraft:echo_shard" + "command_name" : "minecraft:dripstone_block", + "name" : "minecraft:dripstone_block", + "raw_id" : -317, + "serialization_id" : "item.dripstone_block", + "serialization_name" : "minecraft:dripstone_block" }, { - "name" : "minecraft:egg" + "command_name" : "minecraft:dropper", + "name" : "minecraft:dropper", + "raw_id" : 125, + "serialization_id" : "item.dropper", + "serialization_name" : "minecraft:dropper" }, { - "name" : "minecraft:elder_guardian_spawn_egg" + "command_name" : "minecraft:drowned_spawn_egg", + "name" : "minecraft:drowned_spawn_egg", + "raw_id" : 495, + "serialization_id" : "item.drowned_spawn_egg", + "serialization_name" : "minecraft:drowned_spawn_egg" }, { - "name" : "minecraft:elytra" + "command_name" : "minecraft:dune_armor_trim_smithing_template", + "name" : "minecraft:dune_armor_trim_smithing_template", + "raw_id" : 703, + "serialization_id" : "item.dune_armor_trim_smithing_template", + "serialization_name" : "minecraft:dune_armor_trim_smithing_template" }, { - "name" : "minecraft:emerald" + "command_name" : "minecraft:echo_shard", + "name" : "minecraft:echo_shard", + "raw_id" : 668, + "serialization_id" : "item.echo_shard", + "serialization_name" : "minecraft:echo_shard" }, { - "name" : "minecraft:emerald_block" + "command_name" : "minecraft:egg", + "name" : "minecraft:egg", + "raw_id" : 400, + "serialization_id" : "item.egg", + "serialization_name" : "minecraft:egg" }, { - "name" : "minecraft:emerald_ore" + "command_name" : "minecraft:elder_guardian_spawn_egg", + "name" : "minecraft:elder_guardian_spawn_egg", + "raw_id" : 483, + "serialization_id" : "item.elder_guardian_spawn_egg", + "serialization_name" : "minecraft:elder_guardian_spawn_egg" }, { - "name" : "minecraft:empty_map" + "command_name" : "minecraft:elytra", + "name" : "minecraft:elytra", + "raw_id" : 582, + "serialization_id" : "item.elytra", + "serialization_name" : "minecraft:elytra" }, { - "name" : "minecraft:enchanted_book" + "command_name" : "minecraft:emerald", + "name" : "minecraft:emerald", + "raw_id" : 530, + "serialization_id" : "item.emerald", + "serialization_name" : "minecraft:emerald" }, { - "name" : "minecraft:enchanted_golden_apple" + "command_name" : "minecraft:emerald_block", + "name" : "minecraft:emerald_block", + "raw_id" : 133, + "serialization_id" : "item.emerald_block", + "serialization_name" : "minecraft:emerald_block" }, { - "name" : "minecraft:enchanting_table" + "command_name" : "minecraft:emerald_ore", + "name" : "minecraft:emerald_ore", + "raw_id" : 129, + "serialization_id" : "item.emerald_ore", + "serialization_name" : "minecraft:emerald_ore" }, { - "name" : "minecraft:end_brick_stairs" + "command_name" : "minecraft:empty_map", + "name" : "minecraft:empty_map", + "raw_id" : 533, + "serialization_id" : "item.emptymap", + "serialization_name" : "minecraft:empty_map" }, { - "name" : "minecraft:end_bricks" + "command_name" : "minecraft:enchanted_book", + "name" : "minecraft:enchanted_book", + "raw_id" : 539, + "serialization_id" : "item.enchanted_book", + "serialization_name" : "minecraft:enchanted_book" }, { - "name" : "minecraft:end_crystal" + "command_name" : "minecraft:enchanted_golden_apple", + "name" : "minecraft:enchanted_golden_apple", + "raw_id" : 265, + "serialization_id" : "item.appleEnchanted", + "serialization_name" : "minecraft:enchanted_golden_apple" }, { - "name" : "minecraft:end_portal_frame" + "command_name" : "minecraft:enchanting_table", + "name" : "minecraft:enchanting_table", + "raw_id" : 116, + "serialization_id" : "item.enchanting_table", + "serialization_name" : "minecraft:enchanting_table" }, { - "name" : "minecraft:end_rod" + "command_name" : "minecraft:end_brick_stairs", + "name" : "minecraft:end_brick_stairs", + "raw_id" : -178, + "serialization_id" : "item.end_brick_stairs", + "serialization_name" : "minecraft:end_brick_stairs" }, { - "name" : "minecraft:end_stone" + "command_name" : "minecraft:end_bricks", + "name" : "minecraft:end_bricks", + "raw_id" : 206, + "serialization_id" : "item.end_bricks", + "serialization_name" : "minecraft:end_bricks" }, { - "name" : "minecraft:end_stone_brick_slab" + "command_name" : "minecraft:end_crystal", + "name" : "minecraft:end_crystal", + "raw_id" : 773, + "serialization_id" : "item.end_crystal", + "serialization_name" : "minecraft:end_crystal" }, { - "name" : "minecraft:ender_chest" + "command_name" : "minecraft:end_portal_frame", + "name" : "minecraft:end_portal_frame", + "raw_id" : 120, + "serialization_id" : "item.end_portal_frame", + "serialization_name" : "minecraft:end_portal_frame" }, { - "name" : "minecraft:ender_dragon_spawn_egg" + "command_name" : "minecraft:end_rod", + "name" : "minecraft:end_rod", + "raw_id" : 208, + "serialization_id" : "item.end_rod", + "serialization_name" : "minecraft:end_rod" }, { - "name" : "minecraft:ender_eye" + "command_name" : "minecraft:end_stone", + "name" : "minecraft:end_stone", + "raw_id" : 121, + "serialization_id" : "item.end_stone", + "serialization_name" : "minecraft:end_stone" }, { - "name" : "minecraft:ender_pearl" + "command_name" : "minecraft:end_stone_brick_slab", + "name" : "minecraft:end_stone_brick_slab", + "raw_id" : -162, + "serialization_id" : "item.end_stone_brick_slab", + "serialization_name" : "minecraft:end_stone_brick_slab" }, { - "name" : "minecraft:enderman_spawn_egg" + "command_name" : "minecraft:end_stone_brick_wall", + "name" : "minecraft:end_stone_brick_wall", + "raw_id" : -980, + "serialization_id" : "item.end_stone_brick_wall", + "serialization_name" : "minecraft:end_stone_brick_wall" }, { - "name" : "minecraft:endermite_spawn_egg" + "command_name" : "minecraft:ender_chest", + "name" : "minecraft:ender_chest", + "raw_id" : 130, + "serialization_id" : "item.ender_chest", + "serialization_name" : "minecraft:ender_chest" }, { - "name" : "minecraft:evoker_spawn_egg" + "command_name" : "minecraft:ender_dragon_spawn_egg", + "name" : "minecraft:ender_dragon_spawn_egg", + "raw_id" : 519, + "serialization_id" : "item.ender_dragon_spawn_egg", + "serialization_name" : "minecraft:ender_dragon_spawn_egg" }, { - "name" : "minecraft:experience_bottle" + "command_name" : "minecraft:ender_eye", + "name" : "minecraft:ender_eye", + "raw_id" : 444, + "serialization_id" : "item.ender_eye", + "serialization_name" : "minecraft:ender_eye" }, { - "name" : "minecraft:explorer_pottery_sherd" + "command_name" : "minecraft:ender_pearl", + "name" : "minecraft:ender_pearl", + "raw_id" : 432, + "serialization_id" : "item.ender_pearl", + "serialization_name" : "minecraft:ender_pearl" }, { - "name" : "minecraft:exposed_chiseled_copper" + "command_name" : "minecraft:enderman_spawn_egg", + "name" : "minecraft:enderman_spawn_egg", + "raw_id" : 453, + "serialization_id" : "item.enderman_spawn_egg", + "serialization_name" : "minecraft:enderman_spawn_egg" }, { - "name" : "minecraft:exposed_copper" + "command_name" : "minecraft:endermite_spawn_egg", + "name" : "minecraft:endermite_spawn_egg", + "raw_id" : 471, + "serialization_id" : "item.endermite_spawn_egg", + "serialization_name" : "minecraft:endermite_spawn_egg" }, { - "name" : "minecraft:exposed_copper_bulb" + "command_name" : "minecraft:evoker_spawn_egg", + "name" : "minecraft:evoker_spawn_egg", + "raw_id" : 487, + "serialization_id" : "item.evoker_spawn_egg", + "serialization_name" : "minecraft:evoker_spawn_egg" }, { - "name" : "minecraft:exposed_copper_door" + "command_name" : "minecraft:experience_bottle", + "name" : "minecraft:experience_bottle", + "raw_id" : 526, + "serialization_id" : "item.experience_bottle", + "serialization_name" : "minecraft:experience_bottle" }, { - "name" : "minecraft:exposed_copper_grate" + "command_name" : "minecraft:explorer_pottery_sherd", + "name" : "minecraft:explorer_pottery_sherd", + "raw_id" : 684, + "serialization_id" : "item.explorer_pottery_sherd", + "serialization_name" : "minecraft:explorer_pottery_sherd" }, { - "name" : "minecraft:exposed_copper_trapdoor" + "command_name" : "minecraft:exposed_chiseled_copper", + "name" : "minecraft:exposed_chiseled_copper", + "raw_id" : -761, + "serialization_id" : "item.exposed_chiseled_copper", + "serialization_name" : "minecraft:exposed_chiseled_copper" }, { - "name" : "minecraft:exposed_cut_copper" + "command_name" : "minecraft:exposed_copper", + "name" : "minecraft:exposed_copper", + "raw_id" : -341, + "serialization_id" : "item.exposed_copper", + "serialization_name" : "minecraft:exposed_copper" }, { - "name" : "minecraft:exposed_cut_copper_slab" + "command_name" : "minecraft:exposed_copper_bulb", + "name" : "minecraft:exposed_copper_bulb", + "raw_id" : -777, + "serialization_id" : "item.exposed_copper_bulb", + "serialization_name" : "minecraft:exposed_copper_bulb" }, { - "name" : "minecraft:exposed_cut_copper_stairs" + "command_name" : "minecraft:exposed_copper_door", + "name" : "minecraft:exposed_copper_door", + "raw_id" : -785, + "serialization_id" : "item.exposed_copper_door", + "serialization_name" : "minecraft:exposed_copper_door" }, { - "name" : "minecraft:eye_armor_trim_smithing_template" + "command_name" : "minecraft:exposed_copper_grate", + "name" : "minecraft:exposed_copper_grate", + "raw_id" : -769, + "serialization_id" : "item.exposed_copper_grate", + "serialization_name" : "minecraft:exposed_copper_grate" }, { - "name" : "minecraft:farmland" + "command_name" : "minecraft:exposed_copper_trapdoor", + "name" : "minecraft:exposed_copper_trapdoor", + "raw_id" : -793, + "serialization_id" : "item.exposed_copper_trapdoor", + "serialization_name" : "minecraft:exposed_copper_trapdoor" }, { - "name" : "minecraft:feather" + "command_name" : "minecraft:exposed_cut_copper", + "name" : "minecraft:exposed_cut_copper", + "raw_id" : -348, + "serialization_id" : "item.exposed_cut_copper", + "serialization_name" : "minecraft:exposed_cut_copper" }, { - "name" : "minecraft:fence_gate" + "command_name" : "minecraft:exposed_cut_copper_slab", + "name" : "minecraft:exposed_cut_copper_slab", + "raw_id" : -362, + "serialization_id" : "item.exposed_cut_copper_slab", + "serialization_name" : "minecraft:exposed_cut_copper_slab" }, { - "name" : "minecraft:fermented_spider_eye" + "command_name" : "minecraft:exposed_cut_copper_stairs", + "name" : "minecraft:exposed_cut_copper_stairs", + "raw_id" : -355, + "serialization_id" : "item.exposed_cut_copper_stairs", + "serialization_name" : "minecraft:exposed_cut_copper_stairs" }, { - "name" : "minecraft:fern" + "command_name" : "minecraft:eye_armor_trim_smithing_template", + "name" : "minecraft:eye_armor_trim_smithing_template", + "raw_id" : 707, + "serialization_id" : "item.eye_armor_trim_smithing_template", + "serialization_name" : "minecraft:eye_armor_trim_smithing_template" }, { - "name" : "minecraft:field_masoned_banner_pattern" + "command_name" : "minecraft:farmland", + "name" : "minecraft:farmland", + "raw_id" : 60, + "serialization_id" : "item.farmland", + "serialization_name" : "minecraft:farmland" }, { - "name" : "minecraft:filled_map" + "command_name" : "minecraft:feather", + "name" : "minecraft:feather", + "raw_id" : 336, + "serialization_id" : "item.feather", + "serialization_name" : "minecraft:feather" }, { - "name" : "minecraft:fire_charge" + "command_name" : "minecraft:fence_gate", + "name" : "minecraft:fence_gate", + "raw_id" : 107, + "serialization_id" : "item.fence_gate", + "serialization_name" : "minecraft:fence_gate" }, { - "name" : "minecraft:fire_coral" + "command_name" : "minecraft:fermented_spider_eye", + "name" : "minecraft:fermented_spider_eye", + "raw_id" : 439, + "serialization_id" : "item.fermented_spider_eye", + "serialization_name" : "minecraft:fermented_spider_eye" }, { - "name" : "minecraft:fire_coral_block" + "command_name" : "minecraft:fern", + "name" : "minecraft:fern", + "raw_id" : -848, + "serialization_id" : "item.fern", + "serialization_name" : "minecraft:fern" }, { - "name" : "minecraft:fire_coral_fan" + "command_name" : "minecraft:field_masoned_banner_pattern", + "name" : "minecraft:field_masoned_banner_pattern", + "raw_id" : 603, + "serialization_id" : "item.field_masoned_banner_pattern", + "serialization_name" : "minecraft:field_masoned_banner_pattern" }, { - "name" : "minecraft:firework_rocket" + "command_name" : "minecraft:filled_map", + "name" : "minecraft:filled_map", + "raw_id" : 430, + "serialization_id" : "item.map", + "serialization_name" : "minecraft:filled_map" }, { - "name" : "minecraft:firework_star" + "command_name" : "minecraft:fire_charge", + "name" : "minecraft:fire_charge", + "raw_id" : 527, + "serialization_id" : "item.fireball", + "serialization_name" : "minecraft:fire_charge" }, { - "name" : "minecraft:fishing_rod" + "command_name" : "minecraft:fire_coral", + "name" : "minecraft:fire_coral", + "raw_id" : -583, + "serialization_id" : "item.fire_coral", + "serialization_name" : "minecraft:fire_coral" }, { - "name" : "minecraft:fletching_table" + "command_name" : "minecraft:fire_coral_block", + "name" : "minecraft:fire_coral_block", + "raw_id" : -851, + "serialization_id" : "item.fire_coral_block", + "serialization_name" : "minecraft:fire_coral_block" }, { - "name" : "minecraft:flint" + "command_name" : "minecraft:fire_coral_fan", + "name" : "minecraft:fire_coral_fan", + "raw_id" : -842, + "serialization_id" : "item.fire_coral_fan", + "serialization_name" : "minecraft:fire_coral_fan" }, { - "name" : "minecraft:flint_and_steel" + "command_name" : "minecraft:firework_rocket", + "name" : "minecraft:firework_rocket", + "raw_id" : 537, + "serialization_id" : "item.fireworks", + "serialization_name" : "minecraft:firework_rocket" }, { - "name" : "minecraft:flow_armor_trim_smithing_template" + "command_name" : "minecraft:firework_star", + "name" : "minecraft:firework_star", + "raw_id" : 538, + "serialization_id" : "item.fireworksCharge", + "serialization_name" : "minecraft:firework_star" }, { - "name" : "minecraft:flow_banner_pattern" + "command_name" : "minecraft:fishing_rod", + "name" : "minecraft:fishing_rod", + "raw_id" : 402, + "serialization_id" : "item.fishing_rod", + "serialization_name" : "minecraft:fishing_rod" }, { - "name" : "minecraft:flow_pottery_sherd" + "command_name" : "minecraft:fletching_table", + "name" : "minecraft:fletching_table", + "raw_id" : -201, + "serialization_id" : "item.fletching_table", + "serialization_name" : "minecraft:fletching_table" }, { - "name" : "minecraft:flower_banner_pattern" + "command_name" : "minecraft:flint", + "name" : "minecraft:flint", + "raw_id" : 365, + "serialization_id" : "item.flint", + "serialization_name" : "minecraft:flint" }, { - "name" : "minecraft:flower_pot" + "command_name" : "minecraft:flint_and_steel", + "name" : "minecraft:flint_and_steel", + "raw_id" : 307, + "serialization_id" : "item.flint_and_steel", + "serialization_name" : "minecraft:flint_and_steel" }, { - "name" : "minecraft:flowering_azalea" + "command_name" : "minecraft:flow_armor_trim_smithing_template", + "name" : "minecraft:flow_armor_trim_smithing_template", + "raw_id" : 718, + "serialization_id" : "item.flow_armor_trim_smithing_template", + "serialization_name" : "minecraft:flow_armor_trim_smithing_template" }, { - "name" : "minecraft:fox_spawn_egg" + "command_name" : "minecraft:flow_banner_pattern", + "name" : "minecraft:flow_banner_pattern", + "raw_id" : 607, + "serialization_id" : "item.flow_banner_pattern", + "serialization_name" : "minecraft:flow_banner_pattern" }, { - "name" : "minecraft:frame" + "command_name" : "minecraft:flow_pottery_sherd", + "name" : "minecraft:flow_pottery_sherd", + "raw_id" : 685, + "serialization_id" : "item.flow_pottery_sherd", + "serialization_name" : "minecraft:flow_pottery_sherd" }, { - "name" : "minecraft:friend_pottery_sherd" + "command_name" : "minecraft:flower_banner_pattern", + "name" : "minecraft:flower_banner_pattern", + "raw_id" : 599, + "serialization_id" : "item.flower_banner_pattern", + "serialization_name" : "minecraft:flower_banner_pattern" }, { - "name" : "minecraft:frog_spawn" + "command_name" : "minecraft:flower_pot", + "name" : "minecraft:flower_pot", + "raw_id" : 532, + "serialization_id" : "item.flower_pot", + "serialization_name" : "minecraft:flower_pot" }, { - "name" : "minecraft:frog_spawn_egg" + "command_name" : "minecraft:flowering_azalea", + "name" : "minecraft:flowering_azalea", + "raw_id" : -338, + "serialization_id" : "item.flowering_azalea", + "serialization_name" : "minecraft:flowering_azalea" }, { - "name" : "minecraft:frosted_ice" + "command_name" : "minecraft:fox_spawn_egg", + "name" : "minecraft:fox_spawn_egg", + "raw_id" : 502, + "serialization_id" : "item.fox_spawn_egg", + "serialization_name" : "minecraft:fox_spawn_egg" }, { - "name" : "minecraft:furnace" + "command_name" : "minecraft:frame", + "name" : "minecraft:frame", + "raw_id" : 531, + "serialization_id" : "item.frame", + "serialization_name" : "minecraft:frame" }, { - "name" : "minecraft:ghast_spawn_egg" + "command_name" : "minecraft:friend_pottery_sherd", + "name" : "minecraft:friend_pottery_sherd", + "raw_id" : 686, + "serialization_id" : "item.friend_pottery_sherd", + "serialization_name" : "minecraft:friend_pottery_sherd" }, { - "name" : "minecraft:ghast_tear" + "command_name" : "minecraft:frog_spawn", + "name" : "minecraft:frog_spawn", + "raw_id" : -468, + "serialization_id" : "item.frog_spawn", + "serialization_name" : "minecraft:frog_spawn" }, { - "name" : "minecraft:gilded_blackstone" + "command_name" : "minecraft:frog_spawn_egg", + "name" : "minecraft:frog_spawn_egg", + "raw_id" : 649, + "serialization_id" : "item.frog_spawn_egg", + "serialization_name" : "minecraft:frog_spawn_egg" }, { - "name" : "minecraft:glass" + "command_name" : "minecraft:frosted_ice", + "name" : "minecraft:frosted_ice", + "raw_id" : 207, + "serialization_id" : "item.frosted_ice", + "serialization_name" : "minecraft:frosted_ice" }, { - "name" : "minecraft:glass_bottle" + "command_name" : "minecraft:furnace", + "name" : "minecraft:furnace", + "raw_id" : 61, + "serialization_id" : "item.furnace", + "serialization_name" : "minecraft:furnace" }, { - "name" : "minecraft:glass_pane" + "command_name" : "minecraft:ghast_spawn_egg", + "name" : "minecraft:ghast_spawn_egg", + "raw_id" : 465, + "serialization_id" : "item.ghast_spawn_egg", + "serialization_name" : "minecraft:ghast_spawn_egg" }, { - "name" : "minecraft:glistering_melon_slice" + "command_name" : "minecraft:ghast_tear", + "name" : "minecraft:ghast_tear", + "raw_id" : 435, + "serialization_id" : "item.ghast_tear", + "serialization_name" : "minecraft:ghast_tear" }, { - "name" : "minecraft:globe_banner_pattern" + "command_name" : "minecraft:gilded_blackstone", + "name" : "minecraft:gilded_blackstone", + "raw_id" : -281, + "serialization_id" : "item.gilded_blackstone", + "serialization_name" : "minecraft:gilded_blackstone" }, { - "name" : "minecraft:glow_berries" + "command_name" : "minecraft:glass", + "name" : "minecraft:glass", + "raw_id" : 20, + "serialization_id" : "item.glass", + "serialization_name" : "minecraft:glass" }, { - "name" : "minecraft:glow_frame" + "command_name" : "minecraft:glass_bottle", + "name" : "minecraft:glass_bottle", + "raw_id" : 438, + "serialization_id" : "item.glass_bottle", + "serialization_name" : "minecraft:glass_bottle" }, { - "name" : "minecraft:glow_ink_sac" + "command_name" : "minecraft:glass_pane", + "name" : "minecraft:glass_pane", + "raw_id" : 102, + "serialization_id" : "item.glass_pane", + "serialization_name" : "minecraft:glass_pane" }, { - "name" : "minecraft:glow_lichen" + "command_name" : "minecraft:glistering_melon_slice", + "name" : "minecraft:glistering_melon_slice", + "raw_id" : 445, + "serialization_id" : "item.speckled_melon", + "serialization_name" : "minecraft:glistering_melon_slice" }, { - "name" : "minecraft:glow_squid_spawn_egg" + "command_name" : "minecraft:globe_banner_pattern", + "name" : "minecraft:globe_banner_pattern", + "raw_id" : 606, + "serialization_id" : "item.globe_banner_pattern", + "serialization_name" : "minecraft:globe_banner_pattern" }, { - "name" : "minecraft:glowstone" + "command_name" : "minecraft:glow_berries", + "name" : "minecraft:glow_berries", + "raw_id" : 774, + "serialization_id" : "item.glow_berries", + "serialization_name" : "minecraft:glow_berries" }, { - "name" : "minecraft:glowstone_dust" + "command_name" : "minecraft:glow_frame", + "name" : "minecraft:glow_frame", + "raw_id" : 644, + "serialization_id" : "item.glow_frame", + "serialization_name" : "minecraft:glow_frame" }, { - "name" : "minecraft:goat_horn" + "command_name" : "minecraft:glow_ink_sac", + "name" : "minecraft:glow_ink_sac", + "raw_id" : 521, + "serialization_id" : "item.glow_ink_sac", + "serialization_name" : "minecraft:glow_ink_sac" }, { - "name" : "minecraft:goat_spawn_egg" + "command_name" : "minecraft:glow_lichen", + "name" : "minecraft:glow_lichen", + "raw_id" : -411, + "serialization_id" : "item.glow_lichen", + "serialization_name" : "minecraft:glow_lichen" }, { - "name" : "minecraft:gold_block" + "command_name" : "minecraft:glow_squid_spawn_egg", + "name" : "minecraft:glow_squid_spawn_egg", + "raw_id" : 516, + "serialization_id" : "item.glow_squid_spawn_egg", + "serialization_name" : "minecraft:glow_squid_spawn_egg" }, { - "name" : "minecraft:gold_ingot" + "command_name" : "minecraft:glowstone", + "name" : "minecraft:glowstone", + "raw_id" : 89, + "serialization_id" : "item.glowstone", + "serialization_name" : "minecraft:glowstone" }, { - "name" : "minecraft:gold_nugget" + "command_name" : "minecraft:glowstone_dust", + "name" : "minecraft:glowstone_dust", + "raw_id" : 404, + "serialization_id" : "item.glowstone_dust", + "serialization_name" : "minecraft:glowstone_dust" }, { - "name" : "minecraft:gold_ore" + "command_name" : "minecraft:goat_horn", + "name" : "minecraft:goat_horn", + "raw_id" : 648, + "serialization_id" : "item.goat_horn", + "serialization_name" : "minecraft:goat_horn" }, { - "name" : "minecraft:golden_apple" + "command_name" : "minecraft:goat_spawn_egg", + "name" : "minecraft:goat_spawn_egg", + "raw_id" : 515, + "serialization_id" : "item.goat_spawn_egg", + "serialization_name" : "minecraft:goat_spawn_egg" }, { - "name" : "minecraft:golden_axe" + "command_name" : "minecraft:gold_block", + "name" : "minecraft:gold_block", + "raw_id" : 41, + "serialization_id" : "item.gold_block", + "serialization_name" : "minecraft:gold_block" }, { - "name" : "minecraft:golden_boots" + "command_name" : "minecraft:gold_ingot", + "name" : "minecraft:gold_ingot", + "raw_id" : 314, + "serialization_id" : "item.gold_ingot", + "serialization_name" : "minecraft:gold_ingot" }, { - "name" : "minecraft:golden_carrot" + "command_name" : "minecraft:gold_nugget", + "name" : "minecraft:gold_nugget", + "raw_id" : 436, + "serialization_id" : "item.gold_nugget", + "serialization_name" : "minecraft:gold_nugget" }, { - "name" : "minecraft:golden_chestplate" + "command_name" : "minecraft:gold_ore", + "name" : "minecraft:gold_ore", + "raw_id" : 14, + "serialization_id" : "item.gold_ore", + "serialization_name" : "minecraft:gold_ore" }, { - "name" : "minecraft:golden_helmet" + "command_name" : "minecraft:golden_apple", + "name" : "minecraft:golden_apple", + "raw_id" : 264, + "serialization_id" : "item.golden_apple", + "serialization_name" : "minecraft:golden_apple" }, { - "name" : "minecraft:golden_hoe" + "command_name" : "minecraft:golden_axe", + "name" : "minecraft:golden_axe", + "raw_id" : 334, + "serialization_id" : "item.golden_axe", + "serialization_name" : "minecraft:golden_axe" }, { - "name" : "minecraft:golden_horse_armor" + "command_name" : "minecraft:golden_boots", + "name" : "minecraft:golden_boots", + "raw_id" : 363, + "serialization_id" : "item.golden_boots", + "serialization_name" : "minecraft:golden_boots" }, { - "name" : "minecraft:golden_leggings" + "command_name" : "minecraft:golden_carrot", + "name" : "minecraft:golden_carrot", + "raw_id" : 289, + "serialization_id" : "item.golden_carrot", + "serialization_name" : "minecraft:golden_carrot" }, { - "name" : "minecraft:golden_pickaxe" + "command_name" : "minecraft:golden_chestplate", + "name" : "minecraft:golden_chestplate", + "raw_id" : 361, + "serialization_id" : "item.golden_chestplate", + "serialization_name" : "minecraft:golden_chestplate" }, { - "name" : "minecraft:golden_rail" + "command_name" : "minecraft:golden_helmet", + "name" : "minecraft:golden_helmet", + "raw_id" : 360, + "serialization_id" : "item.golden_helmet", + "serialization_name" : "minecraft:golden_helmet" }, { - "name" : "minecraft:golden_shovel" + "command_name" : "minecraft:golden_hoe", + "name" : "minecraft:golden_hoe", + "raw_id" : 342, + "serialization_id" : "item.golden_hoe", + "serialization_name" : "minecraft:golden_hoe" }, { - "name" : "minecraft:golden_sword" + "command_name" : "minecraft:golden_horse_armor", + "name" : "minecraft:golden_horse_armor", + "raw_id" : 550, + "serialization_id" : "item.horsearmorgold", + "serialization_name" : "minecraft:golden_horse_armor" }, { - "name" : "minecraft:granite" + "command_name" : "minecraft:golden_leggings", + "name" : "minecraft:golden_leggings", + "raw_id" : 362, + "serialization_id" : "item.golden_leggings", + "serialization_name" : "minecraft:golden_leggings" }, { - "name" : "minecraft:granite_slab" + "command_name" : "minecraft:golden_pickaxe", + "name" : "minecraft:golden_pickaxe", + "raw_id" : 333, + "serialization_id" : "item.golden_pickaxe", + "serialization_name" : "minecraft:golden_pickaxe" }, { - "name" : "minecraft:granite_stairs" + "command_name" : "minecraft:golden_rail", + "name" : "minecraft:golden_rail", + "raw_id" : 27, + "serialization_id" : "item.golden_rail", + "serialization_name" : "minecraft:golden_rail" }, { - "name" : "minecraft:grass_block" + "command_name" : "minecraft:golden_shovel", + "name" : "minecraft:golden_shovel", + "raw_id" : 332, + "serialization_id" : "item.golden_shovel", + "serialization_name" : "minecraft:golden_shovel" }, { - "name" : "minecraft:grass_path" + "command_name" : "minecraft:golden_sword", + "name" : "minecraft:golden_sword", + "raw_id" : 331, + "serialization_id" : "item.golden_sword", + "serialization_name" : "minecraft:golden_sword" }, { - "name" : "minecraft:gravel" + "command_name" : "minecraft:granite", + "name" : "minecraft:granite", + "raw_id" : -590, + "serialization_id" : "item.granite", + "serialization_name" : "minecraft:granite" }, { - "name" : "minecraft:gray_candle" + "command_name" : "minecraft:granite_slab", + "name" : "minecraft:granite_slab", + "raw_id" : -896, + "serialization_id" : "item.granite_slab", + "serialization_name" : "minecraft:granite_slab" }, { - "name" : "minecraft:gray_carpet" + "command_name" : "minecraft:granite_stairs", + "name" : "minecraft:granite_stairs", + "raw_id" : -169, + "serialization_id" : "item.granite_stairs", + "serialization_name" : "minecraft:granite_stairs" }, { - "name" : "minecraft:gray_concrete" + "command_name" : "minecraft:granite_wall", + "name" : "minecraft:granite_wall", + "raw_id" : -972, + "serialization_id" : "item.granite_wall", + "serialization_name" : "minecraft:granite_wall" }, { - "name" : "minecraft:gray_concrete_powder" + "command_name" : "minecraft:grass_block", + "name" : "minecraft:grass_block", + "raw_id" : 2, + "serialization_id" : "item.grass_block", + "serialization_name" : "minecraft:grass_block" }, { - "name" : "minecraft:gray_dye" + "command_name" : "minecraft:grass_path", + "name" : "minecraft:grass_path", + "raw_id" : 198, + "serialization_id" : "item.grass_path", + "serialization_name" : "minecraft:grass_path" }, { - "name" : "minecraft:gray_glazed_terracotta" + "command_name" : "minecraft:gravel", + "name" : "minecraft:gravel", + "raw_id" : 13, + "serialization_id" : "item.gravel", + "serialization_name" : "minecraft:gravel" }, { - "name" : "minecraft:gray_shulker_box" + "command_name" : "minecraft:gray_candle", + "name" : "minecraft:gray_candle", + "raw_id" : -420, + "serialization_id" : "item.gray_candle", + "serialization_name" : "minecraft:gray_candle" }, { - "name" : "minecraft:gray_stained_glass" + "command_name" : "minecraft:gray_carpet", + "name" : "minecraft:gray_carpet", + "raw_id" : -603, + "serialization_id" : "item.gray_carpet", + "serialization_name" : "minecraft:gray_carpet" }, { - "name" : "minecraft:gray_stained_glass_pane" + "command_name" : "minecraft:gray_concrete", + "name" : "minecraft:gray_concrete", + "raw_id" : -634, + "serialization_id" : "item.gray_concrete", + "serialization_name" : "minecraft:gray_concrete" }, { - "name" : "minecraft:gray_terracotta" + "command_name" : "minecraft:gray_concrete_powder", + "name" : "minecraft:gray_concrete_powder", + "raw_id" : -715, + "serialization_id" : "item.gray_concrete_powder", + "serialization_name" : "minecraft:gray_concrete_powder" }, { - "name" : "minecraft:gray_wool" + "command_name" : "minecraft:gray_dye", + "name" : "minecraft:gray_dye", + "raw_id" : 413, + "serialization_id" : "item.gray_dye", + "serialization_name" : "minecraft:gray_dye" }, { - "name" : "minecraft:green_candle" + "command_name" : "minecraft:gray_glazed_terracotta", + "name" : "minecraft:gray_glazed_terracotta", + "raw_id" : 227, + "serialization_id" : "item.gray_glazed_terracotta", + "serialization_name" : "minecraft:gray_glazed_terracotta" }, { - "name" : "minecraft:green_carpet" + "command_name" : "minecraft:gray_shulker_box", + "name" : "minecraft:gray_shulker_box", + "raw_id" : -619, + "serialization_id" : "item.gray_shulker_box", + "serialization_name" : "minecraft:gray_shulker_box" }, { - "name" : "minecraft:green_concrete" + "command_name" : "minecraft:gray_stained_glass", + "name" : "minecraft:gray_stained_glass", + "raw_id" : -679, + "serialization_id" : "item.gray_stained_glass", + "serialization_name" : "minecraft:gray_stained_glass" }, { - "name" : "minecraft:green_concrete_powder" + "command_name" : "minecraft:gray_stained_glass_pane", + "name" : "minecraft:gray_stained_glass_pane", + "raw_id" : -649, + "serialization_id" : "item.gray_stained_glass_pane", + "serialization_name" : "minecraft:gray_stained_glass_pane" }, { - "name" : "minecraft:green_dye" + "command_name" : "minecraft:gray_terracotta", + "name" : "minecraft:gray_terracotta", + "raw_id" : -730, + "serialization_id" : "item.gray_terracotta", + "serialization_name" : "minecraft:gray_terracotta" }, { - "name" : "minecraft:green_glazed_terracotta" + "command_name" : "minecraft:gray_wool", + "name" : "minecraft:gray_wool", + "raw_id" : -553, + "serialization_id" : "item.gray_wool", + "serialization_name" : "minecraft:gray_wool" }, { - "name" : "minecraft:green_shulker_box" + "command_name" : "minecraft:green_candle", + "name" : "minecraft:green_candle", + "raw_id" : -426, + "serialization_id" : "item.green_candle", + "serialization_name" : "minecraft:green_candle" }, { - "name" : "minecraft:green_stained_glass" + "command_name" : "minecraft:green_carpet", + "name" : "minecraft:green_carpet", + "raw_id" : -609, + "serialization_id" : "item.green_carpet", + "serialization_name" : "minecraft:green_carpet" }, { - "name" : "minecraft:green_stained_glass_pane" + "command_name" : "minecraft:green_concrete", + "name" : "minecraft:green_concrete", + "raw_id" : -640, + "serialization_id" : "item.green_concrete", + "serialization_name" : "minecraft:green_concrete" }, { - "name" : "minecraft:green_terracotta" + "command_name" : "minecraft:green_concrete_powder", + "name" : "minecraft:green_concrete_powder", + "raw_id" : -721, + "serialization_id" : "item.green_concrete_powder", + "serialization_name" : "minecraft:green_concrete_powder" }, { - "name" : "minecraft:green_wool" + "command_name" : "minecraft:green_dye", + "name" : "minecraft:green_dye", + "raw_id" : 407, + "serialization_id" : "item.green_dye", + "serialization_name" : "minecraft:green_dye" }, { - "name" : "minecraft:grindstone" + "command_name" : "minecraft:green_glazed_terracotta", + "name" : "minecraft:green_glazed_terracotta", + "raw_id" : 233, + "serialization_id" : "item.green_glazed_terracotta", + "serialization_name" : "minecraft:green_glazed_terracotta" }, { - "name" : "minecraft:guardian_spawn_egg" + "command_name" : "minecraft:green_shulker_box", + "name" : "minecraft:green_shulker_box", + "raw_id" : -625, + "serialization_id" : "item.green_shulker_box", + "serialization_name" : "minecraft:green_shulker_box" }, { - "name" : "minecraft:gunpowder" + "command_name" : "minecraft:green_stained_glass", + "name" : "minecraft:green_stained_glass", + "raw_id" : -685, + "serialization_id" : "item.green_stained_glass", + "serialization_name" : "minecraft:green_stained_glass" }, { - "name" : "minecraft:guster_banner_pattern" + "command_name" : "minecraft:green_stained_glass_pane", + "name" : "minecraft:green_stained_glass_pane", + "raw_id" : -655, + "serialization_id" : "item.green_stained_glass_pane", + "serialization_name" : "minecraft:green_stained_glass_pane" }, { - "name" : "minecraft:guster_pottery_sherd" + "command_name" : "minecraft:green_terracotta", + "name" : "minecraft:green_terracotta", + "raw_id" : -736, + "serialization_id" : "item.green_terracotta", + "serialization_name" : "minecraft:green_terracotta" }, { - "name" : "minecraft:hanging_roots" + "command_name" : "minecraft:green_wool", + "name" : "minecraft:green_wool", + "raw_id" : -560, + "serialization_id" : "item.green_wool", + "serialization_name" : "minecraft:green_wool" }, { - "name" : "minecraft:hardened_clay" + "command_name" : "minecraft:grindstone", + "name" : "minecraft:grindstone", + "raw_id" : -195, + "serialization_id" : "item.grindstone", + "serialization_name" : "minecraft:grindstone" }, { - "name" : "minecraft:hay_block" + "command_name" : "minecraft:guardian_spawn_egg", + "name" : "minecraft:guardian_spawn_egg", + "raw_id" : 472, + "serialization_id" : "item.guardian_spawn_egg", + "serialization_name" : "minecraft:guardian_spawn_egg" }, { - "name" : "minecraft:heart_of_the_sea" + "command_name" : "minecraft:gunpowder", + "name" : "minecraft:gunpowder", + "raw_id" : 337, + "serialization_id" : "item.gunpowder", + "serialization_name" : "minecraft:gunpowder" }, { - "name" : "minecraft:heart_pottery_sherd" + "command_name" : "minecraft:guster_banner_pattern", + "name" : "minecraft:guster_banner_pattern", + "raw_id" : 608, + "serialization_id" : "item.guster_banner_pattern", + "serialization_name" : "minecraft:guster_banner_pattern" }, { - "name" : "minecraft:heartbreak_pottery_sherd" + "command_name" : "minecraft:guster_pottery_sherd", + "name" : "minecraft:guster_pottery_sherd", + "raw_id" : 687, + "serialization_id" : "item.guster_pottery_sherd", + "serialization_name" : "minecraft:guster_pottery_sherd" }, { - "name" : "minecraft:heavy_core" + "command_name" : "minecraft:hanging_roots", + "name" : "minecraft:hanging_roots", + "raw_id" : -319, + "serialization_id" : "item.hanging_roots", + "serialization_name" : "minecraft:hanging_roots" }, { - "name" : "minecraft:heavy_weighted_pressure_plate" + "command_name" : "minecraft:hardened_clay", + "name" : "minecraft:hardened_clay", + "raw_id" : 172, + "serialization_id" : "item.hardened_clay", + "serialization_name" : "minecraft:hardened_clay" }, { - "name" : "minecraft:hoglin_spawn_egg" + "command_name" : "minecraft:hay_block", + "name" : "minecraft:hay_block", + "raw_id" : 170, + "serialization_id" : "item.hay_block", + "serialization_name" : "minecraft:hay_block" }, { - "name" : "minecraft:honey_block" + "command_name" : "minecraft:heart_of_the_sea", + "name" : "minecraft:heart_of_the_sea", + "raw_id" : 589, + "serialization_id" : "item.heart_of_the_sea", + "serialization_name" : "minecraft:heart_of_the_sea" }, { - "name" : "minecraft:honey_bottle" + "command_name" : "minecraft:heart_pottery_sherd", + "name" : "minecraft:heart_pottery_sherd", + "raw_id" : 688, + "serialization_id" : "item.heart_pottery_sherd", + "serialization_name" : "minecraft:heart_pottery_sherd" }, { - "name" : "minecraft:honeycomb" + "command_name" : "minecraft:heartbreak_pottery_sherd", + "name" : "minecraft:heartbreak_pottery_sherd", + "raw_id" : 689, + "serialization_id" : "item.heartbreak_pottery_sherd", + "serialization_name" : "minecraft:heartbreak_pottery_sherd" }, { - "name" : "minecraft:honeycomb_block" + "command_name" : "minecraft:heavy_core", + "name" : "minecraft:heavy_core", + "raw_id" : -316, + "serialization_id" : "item.heavy_core", + "serialization_name" : "minecraft:heavy_core" }, { - "name" : "minecraft:hopper" + "command_name" : "minecraft:heavy_weighted_pressure_plate", + "name" : "minecraft:heavy_weighted_pressure_plate", + "raw_id" : 148, + "serialization_id" : "item.heavy_weighted_pressure_plate", + "serialization_name" : "minecraft:heavy_weighted_pressure_plate" }, { - "name" : "minecraft:hopper_minecart" + "command_name" : "minecraft:hoglin_spawn_egg", + "name" : "minecraft:hoglin_spawn_egg", + "raw_id" : 508, + "serialization_id" : "item.hoglin_spawn_egg", + "serialization_name" : "minecraft:hoglin_spawn_egg" }, { - "name" : "minecraft:horn_coral" + "command_name" : "minecraft:honey_block", + "name" : "minecraft:honey_block", + "raw_id" : -220, + "serialization_id" : "item.honey_block", + "serialization_name" : "minecraft:honey_block" }, { - "name" : "minecraft:horn_coral_block" + "command_name" : "minecraft:honey_bottle", + "name" : "minecraft:honey_bottle", + "raw_id" : 612, + "serialization_id" : "item.honey_bottle", + "serialization_name" : "minecraft:honey_bottle" }, { - "name" : "minecraft:horn_coral_fan" + "command_name" : "minecraft:honeycomb", + "name" : "minecraft:honeycomb", + "raw_id" : 611, + "serialization_id" : "item.honeycomb", + "serialization_name" : "minecraft:honeycomb" }, { - "name" : "minecraft:horse_spawn_egg" + "command_name" : "minecraft:honeycomb_block", + "name" : "minecraft:honeycomb_block", + "raw_id" : -221, + "serialization_id" : "item.honeycomb_block", + "serialization_name" : "minecraft:honeycomb_block" }, { - "name" : "minecraft:host_armor_trim_smithing_template" + "command_name" : "minecraft:hopper", + "name" : "minecraft:hopper", + "raw_id" : 545, + "serialization_id" : "tile.hopper", + "serialization_name" : "minecraft:hopper" }, { - "name" : "minecraft:howl_pottery_sherd" + "command_name" : "minecraft:hopper_minecart", + "name" : "minecraft:hopper_minecart", + "raw_id" : 544, + "serialization_id" : "item.hopper_minecart", + "serialization_name" : "minecraft:hopper_minecart" }, { - "name" : "minecraft:husk_spawn_egg" + "command_name" : "minecraft:horn_coral", + "name" : "minecraft:horn_coral", + "raw_id" : -584, + "serialization_id" : "item.horn_coral", + "serialization_name" : "minecraft:horn_coral" }, { - "name" : "minecraft:ice" + "command_name" : "minecraft:horn_coral_block", + "name" : "minecraft:horn_coral_block", + "raw_id" : -852, + "serialization_id" : "item.horn_coral_block", + "serialization_name" : "minecraft:horn_coral_block" }, { - "name" : "minecraft:infested_chiseled_stone_bricks" + "command_name" : "minecraft:horn_coral_fan", + "name" : "minecraft:horn_coral_fan", + "raw_id" : -843, + "serialization_id" : "item.horn_coral_fan", + "serialization_name" : "minecraft:horn_coral_fan" }, { - "name" : "minecraft:infested_cobblestone" + "command_name" : "minecraft:horse_spawn_egg", + "name" : "minecraft:horse_spawn_egg", + "raw_id" : 469, + "serialization_id" : "item.horse_spawn_egg", + "serialization_name" : "minecraft:horse_spawn_egg" }, { - "name" : "minecraft:infested_cracked_stone_bricks" + "command_name" : "minecraft:host_armor_trim_smithing_template", + "name" : "minecraft:host_armor_trim_smithing_template", + "raw_id" : 717, + "serialization_id" : "item.host_armor_trim_smithing_template", + "serialization_name" : "minecraft:host_armor_trim_smithing_template" }, { - "name" : "minecraft:infested_deepslate" + "command_name" : "minecraft:howl_pottery_sherd", + "name" : "minecraft:howl_pottery_sherd", + "raw_id" : 690, + "serialization_id" : "item.howl_pottery_sherd", + "serialization_name" : "minecraft:howl_pottery_sherd" }, { - "name" : "minecraft:infested_mossy_stone_bricks" + "command_name" : "minecraft:husk_spawn_egg", + "name" : "minecraft:husk_spawn_egg", + "raw_id" : 475, + "serialization_id" : "item.husk_spawn_egg", + "serialization_name" : "minecraft:husk_spawn_egg" }, { - "name" : "minecraft:infested_stone" + "command_name" : "minecraft:ice", + "name" : "minecraft:ice", + "raw_id" : 79, + "serialization_id" : "item.ice", + "serialization_name" : "minecraft:ice" }, { - "name" : "minecraft:infested_stone_bricks" + "command_name" : "minecraft:infested_chiseled_stone_bricks", + "name" : "minecraft:infested_chiseled_stone_bricks", + "raw_id" : -862, + "serialization_id" : "item.infested_chiseled_stone_bricks", + "serialization_name" : "minecraft:infested_chiseled_stone_bricks" }, { - "name" : "minecraft:ink_sac" + "command_name" : "minecraft:infested_cobblestone", + "name" : "minecraft:infested_cobblestone", + "raw_id" : -858, + "serialization_id" : "item.infested_cobblestone", + "serialization_name" : "minecraft:infested_cobblestone" }, { - "name" : "minecraft:iron_axe" + "command_name" : "minecraft:infested_cracked_stone_bricks", + "name" : "minecraft:infested_cracked_stone_bricks", + "raw_id" : -861, + "serialization_id" : "item.infested_cracked_stone_bricks", + "serialization_name" : "minecraft:infested_cracked_stone_bricks" }, { - "name" : "minecraft:iron_bars" + "command_name" : "minecraft:infested_deepslate", + "name" : "minecraft:infested_deepslate", + "raw_id" : -454, + "serialization_id" : "item.infested_deepslate", + "serialization_name" : "minecraft:infested_deepslate" }, { - "name" : "minecraft:iron_block" + "command_name" : "minecraft:infested_mossy_stone_bricks", + "name" : "minecraft:infested_mossy_stone_bricks", + "raw_id" : -860, + "serialization_id" : "item.infested_mossy_stone_bricks", + "serialization_name" : "minecraft:infested_mossy_stone_bricks" }, { - "name" : "minecraft:iron_boots" + "command_name" : "minecraft:infested_stone", + "name" : "minecraft:infested_stone", + "raw_id" : 97, + "serialization_id" : "item.infested_stone", + "serialization_name" : "minecraft:infested_stone" }, { - "name" : "minecraft:iron_chestplate" + "command_name" : "minecraft:infested_stone_bricks", + "name" : "minecraft:infested_stone_bricks", + "raw_id" : -859, + "serialization_id" : "item.infested_stone_bricks", + "serialization_name" : "minecraft:infested_stone_bricks" }, { - "name" : "minecraft:iron_door" + "command_name" : "minecraft:ink_sac", + "name" : "minecraft:ink_sac", + "raw_id" : 423, + "serialization_id" : "item.ink_sac", + "serialization_name" : "minecraft:ink_sac" }, { - "name" : "minecraft:iron_golem_spawn_egg" + "command_name" : "minecraft:iron_axe", + "name" : "minecraft:iron_axe", + "raw_id" : 306, + "serialization_id" : "item.iron_axe", + "serialization_name" : "minecraft:iron_axe" }, { - "name" : "minecraft:iron_helmet" + "command_name" : "minecraft:iron_bars", + "name" : "minecraft:iron_bars", + "raw_id" : 101, + "serialization_id" : "item.iron_bars", + "serialization_name" : "minecraft:iron_bars" }, { - "name" : "minecraft:iron_hoe" + "command_name" : "minecraft:iron_block", + "name" : "minecraft:iron_block", + "raw_id" : 42, + "serialization_id" : "item.iron_block", + "serialization_name" : "minecraft:iron_block" }, { - "name" : "minecraft:iron_horse_armor" + "command_name" : "minecraft:iron_boots", + "name" : "minecraft:iron_boots", + "raw_id" : 355, + "serialization_id" : "item.iron_boots", + "serialization_name" : "minecraft:iron_boots" }, { - "name" : "minecraft:iron_ingot" + "command_name" : "minecraft:iron_chestplate", + "name" : "minecraft:iron_chestplate", + "raw_id" : 353, + "serialization_id" : "item.iron_chestplate", + "serialization_name" : "minecraft:iron_chestplate" }, { - "name" : "minecraft:iron_leggings" + "command_name" : "minecraft:iron_door", + "name" : "minecraft:iron_door", + "raw_id" : 381, + "serialization_id" : "item.iron_door", + "serialization_name" : "minecraft:iron_door" }, { - "name" : "minecraft:iron_nugget" + "command_name" : "minecraft:iron_golem_spawn_egg", + "name" : "minecraft:iron_golem_spawn_egg", + "raw_id" : 517, + "serialization_id" : "item.iron_golem_spawn_egg", + "serialization_name" : "minecraft:iron_golem_spawn_egg" }, { - "name" : "minecraft:iron_ore" + "command_name" : "minecraft:iron_helmet", + "name" : "minecraft:iron_helmet", + "raw_id" : 352, + "serialization_id" : "item.iron_helmet", + "serialization_name" : "minecraft:iron_helmet" }, { - "name" : "minecraft:iron_pickaxe" + "command_name" : "minecraft:iron_hoe", + "name" : "minecraft:iron_hoe", + "raw_id" : 340, + "serialization_id" : "item.iron_hoe", + "serialization_name" : "minecraft:iron_hoe" }, { - "name" : "minecraft:iron_shovel" + "command_name" : "minecraft:iron_horse_armor", + "name" : "minecraft:iron_horse_armor", + "raw_id" : 549, + "serialization_id" : "item.horsearmoriron", + "serialization_name" : "minecraft:iron_horse_armor" }, { - "name" : "minecraft:iron_sword" + "command_name" : "minecraft:iron_ingot", + "name" : "minecraft:iron_ingot", + "raw_id" : 313, + "serialization_id" : "item.iron_ingot", + "serialization_name" : "minecraft:iron_ingot" }, { - "name" : "minecraft:iron_trapdoor" + "command_name" : "minecraft:iron_leggings", + "name" : "minecraft:iron_leggings", + "raw_id" : 354, + "serialization_id" : "item.iron_leggings", + "serialization_name" : "minecraft:iron_leggings" }, { - "name" : "minecraft:jigsaw" + "command_name" : "minecraft:iron_nugget", + "name" : "minecraft:iron_nugget", + "raw_id" : 587, + "serialization_id" : "item.iron_nugget", + "serialization_name" : "minecraft:iron_nugget" }, { - "name" : "minecraft:jukebox" + "command_name" : "minecraft:iron_ore", + "name" : "minecraft:iron_ore", + "raw_id" : 15, + "serialization_id" : "item.iron_ore", + "serialization_name" : "minecraft:iron_ore" }, { - "name" : "minecraft:jungle_boat" + "command_name" : "minecraft:iron_pickaxe", + "name" : "minecraft:iron_pickaxe", + "raw_id" : 305, + "serialization_id" : "item.iron_pickaxe", + "serialization_name" : "minecraft:iron_pickaxe" }, { - "name" : "minecraft:jungle_button" + "command_name" : "minecraft:iron_shovel", + "name" : "minecraft:iron_shovel", + "raw_id" : 304, + "serialization_id" : "item.iron_shovel", + "serialization_name" : "minecraft:iron_shovel" }, { - "name" : "minecraft:jungle_chest_boat" + "command_name" : "minecraft:iron_sword", + "name" : "minecraft:iron_sword", + "raw_id" : 315, + "serialization_id" : "item.iron_sword", + "serialization_name" : "minecraft:iron_sword" }, { - "name" : "minecraft:jungle_door" + "command_name" : "minecraft:iron_trapdoor", + "name" : "minecraft:iron_trapdoor", + "raw_id" : 167, + "serialization_id" : "item.iron_trapdoor", + "serialization_name" : "minecraft:iron_trapdoor" }, { - "name" : "minecraft:jungle_fence" + "command_name" : "minecraft:jigsaw", + "name" : "minecraft:jigsaw", + "raw_id" : -211, + "serialization_id" : "item.jigsaw", + "serialization_name" : "minecraft:jigsaw" }, { - "name" : "minecraft:jungle_fence_gate" + "command_name" : "minecraft:jukebox", + "name" : "minecraft:jukebox", + "raw_id" : 84, + "serialization_id" : "item.jukebox", + "serialization_name" : "minecraft:jukebox" }, { - "name" : "minecraft:jungle_hanging_sign" + "command_name" : "minecraft:jungle_boat", + "name" : "minecraft:jungle_boat", + "raw_id" : 387, + "serialization_id" : "item.jungle_boat", + "serialization_name" : "minecraft:jungle_boat" }, { - "name" : "minecraft:jungle_leaves" + "command_name" : "minecraft:jungle_button", + "name" : "minecraft:jungle_button", + "raw_id" : -143, + "serialization_id" : "item.jungle_button", + "serialization_name" : "minecraft:jungle_button" }, { - "name" : "minecraft:jungle_log" + "command_name" : "minecraft:jungle_chest_boat", + "name" : "minecraft:jungle_chest_boat", + "raw_id" : 661, + "serialization_id" : "item.jungle_chest_boat", + "serialization_name" : "minecraft:jungle_chest_boat" }, { - "name" : "minecraft:jungle_planks" + "command_name" : "minecraft:jungle_door", + "name" : "minecraft:jungle_door", + "raw_id" : 573, + "serialization_id" : "item.jungle_door", + "serialization_name" : "minecraft:jungle_door" }, { - "name" : "minecraft:jungle_pressure_plate" + "command_name" : "minecraft:jungle_fence", + "name" : "minecraft:jungle_fence", + "raw_id" : -578, + "serialization_id" : "item.jungle_fence", + "serialization_name" : "minecraft:jungle_fence" }, { - "name" : "minecraft:jungle_sapling" + "command_name" : "minecraft:jungle_fence_gate", + "name" : "minecraft:jungle_fence_gate", + "raw_id" : 185, + "serialization_id" : "item.jungle_fence_gate", + "serialization_name" : "minecraft:jungle_fence_gate" }, { - "name" : "minecraft:jungle_sign" + "command_name" : "minecraft:jungle_hanging_sign", + "name" : "minecraft:jungle_hanging_sign", + "raw_id" : -503, + "serialization_id" : "item.jungle_hanging_sign", + "serialization_name" : "minecraft:jungle_hanging_sign" }, { - "name" : "minecraft:jungle_slab" + "command_name" : "minecraft:jungle_leaves", + "name" : "minecraft:jungle_leaves", + "raw_id" : -802, + "serialization_id" : "item.jungle_leaves", + "serialization_name" : "minecraft:jungle_leaves" }, { - "name" : "minecraft:jungle_stairs" + "command_name" : "minecraft:jungle_log", + "name" : "minecraft:jungle_log", + "raw_id" : -571, + "serialization_id" : "item.jungle_log", + "serialization_name" : "minecraft:jungle_log" }, { - "name" : "minecraft:jungle_trapdoor" + "command_name" : "minecraft:jungle_planks", + "name" : "minecraft:jungle_planks", + "raw_id" : -741, + "serialization_id" : "item.jungle_planks", + "serialization_name" : "minecraft:jungle_planks" }, { - "name" : "minecraft:jungle_wood" + "command_name" : "minecraft:jungle_pressure_plate", + "name" : "minecraft:jungle_pressure_plate", + "raw_id" : -153, + "serialization_id" : "item.jungle_pressure_plate", + "serialization_name" : "minecraft:jungle_pressure_plate" }, { - "name" : "minecraft:kelp" + "command_name" : "minecraft:jungle_sapling", + "name" : "minecraft:jungle_sapling", + "raw_id" : -827, + "serialization_id" : "item.jungle_sapling", + "serialization_name" : "minecraft:jungle_sapling" }, { - "name" : "minecraft:ladder" + "command_name" : "minecraft:jungle_sign", + "name" : "minecraft:jungle_sign", + "raw_id" : 596, + "serialization_id" : "item.jungle_sign", + "serialization_name" : "minecraft:jungle_sign" }, { - "name" : "minecraft:lantern" + "command_name" : "minecraft:jungle_slab", + "name" : "minecraft:jungle_slab", + "raw_id" : -806, + "serialization_id" : "item.jungle_slab", + "serialization_name" : "minecraft:jungle_slab" }, { - "name" : "minecraft:lapis_block" + "command_name" : "minecraft:jungle_stairs", + "name" : "minecraft:jungle_stairs", + "raw_id" : 136, + "serialization_id" : "item.jungle_stairs", + "serialization_name" : "minecraft:jungle_stairs" }, { - "name" : "minecraft:lapis_lazuli" + "command_name" : "minecraft:jungle_trapdoor", + "name" : "minecraft:jungle_trapdoor", + "raw_id" : -148, + "serialization_id" : "item.jungle_trapdoor", + "serialization_name" : "minecraft:jungle_trapdoor" }, { - "name" : "minecraft:lapis_ore" + "command_name" : "minecraft:jungle_wood", + "name" : "minecraft:jungle_wood", + "raw_id" : -816, + "serialization_id" : "item.jungle_wood", + "serialization_name" : "minecraft:jungle_wood" }, { - "name" : "minecraft:large_amethyst_bud" + "command_name" : "minecraft:kelp", + "name" : "minecraft:kelp", + "raw_id" : 392, + "serialization_id" : "item.kelp", + "serialization_name" : "minecraft:kelp" }, { - "name" : "minecraft:large_fern" + "command_name" : "minecraft:ladder", + "name" : "minecraft:ladder", + "raw_id" : 65, + "serialization_id" : "item.ladder", + "serialization_name" : "minecraft:ladder" }, { - "name" : "minecraft:lava_bucket" + "command_name" : "minecraft:lantern", + "name" : "minecraft:lantern", + "raw_id" : -208, + "serialization_id" : "item.lantern", + "serialization_name" : "minecraft:lantern" }, { - "name" : "minecraft:lead" + "command_name" : "minecraft:lapis_block", + "name" : "minecraft:lapis_block", + "raw_id" : 22, + "serialization_id" : "item.lapis_block", + "serialization_name" : "minecraft:lapis_block" }, { - "name" : "minecraft:leather" + "command_name" : "minecraft:lapis_lazuli", + "name" : "minecraft:lapis_lazuli", + "raw_id" : 424, + "serialization_id" : "item.lapis_lazuli", + "serialization_name" : "minecraft:lapis_lazuli" }, { - "name" : "minecraft:leather_boots" + "command_name" : "minecraft:lapis_ore", + "name" : "minecraft:lapis_ore", + "raw_id" : 21, + "serialization_id" : "item.lapis_ore", + "serialization_name" : "minecraft:lapis_ore" }, { - "name" : "minecraft:leather_chestplate" + "command_name" : "minecraft:large_amethyst_bud", + "name" : "minecraft:large_amethyst_bud", + "raw_id" : -330, + "serialization_id" : "item.large_amethyst_bud", + "serialization_name" : "minecraft:large_amethyst_bud" }, { - "name" : "minecraft:leather_helmet" + "command_name" : "minecraft:large_fern", + "name" : "minecraft:large_fern", + "raw_id" : -865, + "serialization_id" : "item.large_fern", + "serialization_name" : "minecraft:large_fern" }, { - "name" : "minecraft:leather_horse_armor" + "command_name" : "minecraft:lava_bucket", + "name" : "minecraft:lava_bucket", + "raw_id" : 372, + "serialization_id" : "item.lava_bucket", + "serialization_name" : "minecraft:lava_bucket" }, { - "name" : "minecraft:leather_leggings" + "command_name" : "minecraft:lead", + "name" : "minecraft:lead", + "raw_id" : 565, + "serialization_id" : "item.lead", + "serialization_name" : "minecraft:lead" }, { - "name" : "minecraft:lectern" + "command_name" : "minecraft:leather", + "name" : "minecraft:leather", + "raw_id" : 391, + "serialization_id" : "item.leather", + "serialization_name" : "minecraft:leather" }, { - "name" : "minecraft:lever" + "command_name" : "minecraft:leather_boots", + "name" : "minecraft:leather_boots", + "raw_id" : 347, + "serialization_id" : "item.leather_boots", + "serialization_name" : "minecraft:leather_boots" }, { - "name" : "minecraft:light_block_0" + "command_name" : "minecraft:leather_chestplate", + "name" : "minecraft:leather_chestplate", + "raw_id" : 345, + "serialization_id" : "item.leather_chestplate", + "serialization_name" : "minecraft:leather_chestplate" }, { - "name" : "minecraft:light_block_1" + "command_name" : "minecraft:leather_helmet", + "name" : "minecraft:leather_helmet", + "raw_id" : 344, + "serialization_id" : "item.leather_helmet", + "serialization_name" : "minecraft:leather_helmet" }, { - "name" : "minecraft:light_block_10" + "command_name" : "minecraft:leather_horse_armor", + "name" : "minecraft:leather_horse_armor", + "raw_id" : 548, + "serialization_id" : "item.horsearmorleather", + "serialization_name" : "minecraft:leather_horse_armor" }, { - "name" : "minecraft:light_block_11" + "command_name" : "minecraft:leather_leggings", + "name" : "minecraft:leather_leggings", + "raw_id" : 346, + "serialization_id" : "item.leather_leggings", + "serialization_name" : "minecraft:leather_leggings" }, { - "name" : "minecraft:light_block_12" + "command_name" : "minecraft:lectern", + "name" : "minecraft:lectern", + "raw_id" : -194, + "serialization_id" : "item.lectern", + "serialization_name" : "minecraft:lectern" }, { - "name" : "minecraft:light_block_13" + "command_name" : "minecraft:lever", + "name" : "minecraft:lever", + "raw_id" : 69, + "serialization_id" : "item.lever", + "serialization_name" : "minecraft:lever" }, { - "name" : "minecraft:light_block_14" + "command_name" : "minecraft:light_block_0", + "name" : "minecraft:light_block_0", + "raw_id" : -215, + "serialization_id" : "item.light_block_0", + "serialization_name" : "minecraft:light_block_0" }, { - "name" : "minecraft:light_block_15" + "command_name" : "minecraft:light_block_1", + "name" : "minecraft:light_block_1", + "raw_id" : -929, + "serialization_id" : "item.light_block_1", + "serialization_name" : "minecraft:light_block_1" }, { - "name" : "minecraft:light_block_2" + "command_name" : "minecraft:light_block_10", + "name" : "minecraft:light_block_10", + "raw_id" : -938, + "serialization_id" : "item.light_block_10", + "serialization_name" : "minecraft:light_block_10" }, { - "name" : "minecraft:light_block_3" + "command_name" : "minecraft:light_block_11", + "name" : "minecraft:light_block_11", + "raw_id" : -939, + "serialization_id" : "item.light_block_11", + "serialization_name" : "minecraft:light_block_11" }, { - "name" : "minecraft:light_block_4" + "command_name" : "minecraft:light_block_12", + "name" : "minecraft:light_block_12", + "raw_id" : -940, + "serialization_id" : "item.light_block_12", + "serialization_name" : "minecraft:light_block_12" }, { - "name" : "minecraft:light_block_5" + "command_name" : "minecraft:light_block_13", + "name" : "minecraft:light_block_13", + "raw_id" : -941, + "serialization_id" : "item.light_block_13", + "serialization_name" : "minecraft:light_block_13" }, { - "name" : "minecraft:light_block_6" + "command_name" : "minecraft:light_block_14", + "name" : "minecraft:light_block_14", + "raw_id" : -942, + "serialization_id" : "item.light_block_14", + "serialization_name" : "minecraft:light_block_14" }, { - "name" : "minecraft:light_block_7" + "command_name" : "minecraft:light_block_15", + "name" : "minecraft:light_block_15", + "raw_id" : -943, + "serialization_id" : "item.light_block_15", + "serialization_name" : "minecraft:light_block_15" }, { - "name" : "minecraft:light_block_8" + "command_name" : "minecraft:light_block_2", + "name" : "minecraft:light_block_2", + "raw_id" : -930, + "serialization_id" : "item.light_block_2", + "serialization_name" : "minecraft:light_block_2" }, { - "name" : "minecraft:light_block_9" + "command_name" : "minecraft:light_block_3", + "name" : "minecraft:light_block_3", + "raw_id" : -931, + "serialization_id" : "item.light_block_3", + "serialization_name" : "minecraft:light_block_3" }, { - "name" : "minecraft:light_blue_candle" + "command_name" : "minecraft:light_block_4", + "name" : "minecraft:light_block_4", + "raw_id" : -932, + "serialization_id" : "item.light_block_4", + "serialization_name" : "minecraft:light_block_4" }, { - "name" : "minecraft:light_blue_carpet" + "command_name" : "minecraft:light_block_5", + "name" : "minecraft:light_block_5", + "raw_id" : -933, + "serialization_id" : "item.light_block_5", + "serialization_name" : "minecraft:light_block_5" }, { - "name" : "minecraft:light_blue_concrete" + "command_name" : "minecraft:light_block_6", + "name" : "minecraft:light_block_6", + "raw_id" : -934, + "serialization_id" : "item.light_block_6", + "serialization_name" : "minecraft:light_block_6" }, { - "name" : "minecraft:light_blue_concrete_powder" + "command_name" : "minecraft:light_block_7", + "name" : "minecraft:light_block_7", + "raw_id" : -935, + "serialization_id" : "item.light_block_7", + "serialization_name" : "minecraft:light_block_7" }, { - "name" : "minecraft:light_blue_dye" + "command_name" : "minecraft:light_block_8", + "name" : "minecraft:light_block_8", + "raw_id" : -936, + "serialization_id" : "item.light_block_8", + "serialization_name" : "minecraft:light_block_8" }, { - "name" : "minecraft:light_blue_glazed_terracotta" + "command_name" : "minecraft:light_block_9", + "name" : "minecraft:light_block_9", + "raw_id" : -937, + "serialization_id" : "item.light_block_9", + "serialization_name" : "minecraft:light_block_9" }, { - "name" : "minecraft:light_blue_shulker_box" + "command_name" : "minecraft:light_blue_candle", + "name" : "minecraft:light_blue_candle", + "raw_id" : -416, + "serialization_id" : "item.light_blue_candle", + "serialization_name" : "minecraft:light_blue_candle" }, { - "name" : "minecraft:light_blue_stained_glass" + "command_name" : "minecraft:light_blue_carpet", + "name" : "minecraft:light_blue_carpet", + "raw_id" : -599, + "serialization_id" : "item.light_blue_carpet", + "serialization_name" : "minecraft:light_blue_carpet" }, { - "name" : "minecraft:light_blue_stained_glass_pane" + "command_name" : "minecraft:light_blue_concrete", + "name" : "minecraft:light_blue_concrete", + "raw_id" : -630, + "serialization_id" : "item.light_blue_concrete", + "serialization_name" : "minecraft:light_blue_concrete" }, { - "name" : "minecraft:light_blue_terracotta" + "command_name" : "minecraft:light_blue_concrete_powder", + "name" : "minecraft:light_blue_concrete_powder", + "raw_id" : -711, + "serialization_id" : "item.light_blue_concrete_powder", + "serialization_name" : "minecraft:light_blue_concrete_powder" }, { - "name" : "minecraft:light_blue_wool" + "command_name" : "minecraft:light_blue_dye", + "name" : "minecraft:light_blue_dye", + "raw_id" : 417, + "serialization_id" : "item.light_blue_dye", + "serialization_name" : "minecraft:light_blue_dye" }, { - "name" : "minecraft:light_gray_candle" + "command_name" : "minecraft:light_blue_glazed_terracotta", + "name" : "minecraft:light_blue_glazed_terracotta", + "raw_id" : 223, + "serialization_id" : "item.light_blue_glazed_terracotta", + "serialization_name" : "minecraft:light_blue_glazed_terracotta" }, { - "name" : "minecraft:light_gray_carpet" + "command_name" : "minecraft:light_blue_shulker_box", + "name" : "minecraft:light_blue_shulker_box", + "raw_id" : -615, + "serialization_id" : "item.light_blue_shulker_box", + "serialization_name" : "minecraft:light_blue_shulker_box" }, { - "name" : "minecraft:light_gray_concrete" + "command_name" : "minecraft:light_blue_stained_glass", + "name" : "minecraft:light_blue_stained_glass", + "raw_id" : -675, + "serialization_id" : "item.light_blue_stained_glass", + "serialization_name" : "minecraft:light_blue_stained_glass" }, { - "name" : "minecraft:light_gray_concrete_powder" + "command_name" : "minecraft:light_blue_stained_glass_pane", + "name" : "minecraft:light_blue_stained_glass_pane", + "raw_id" : -645, + "serialization_id" : "item.light_blue_stained_glass_pane", + "serialization_name" : "minecraft:light_blue_stained_glass_pane" }, { - "name" : "minecraft:light_gray_dye" + "command_name" : "minecraft:light_blue_terracotta", + "name" : "minecraft:light_blue_terracotta", + "raw_id" : -726, + "serialization_id" : "item.light_blue_terracotta", + "serialization_name" : "minecraft:light_blue_terracotta" }, { - "name" : "minecraft:light_gray_shulker_box" + "command_name" : "minecraft:light_blue_wool", + "name" : "minecraft:light_blue_wool", + "raw_id" : -562, + "serialization_id" : "item.light_blue_wool", + "serialization_name" : "minecraft:light_blue_wool" }, { - "name" : "minecraft:light_gray_stained_glass" + "command_name" : "minecraft:light_gray_candle", + "name" : "minecraft:light_gray_candle", + "raw_id" : -421, + "serialization_id" : "item.light_gray_candle", + "serialization_name" : "minecraft:light_gray_candle" }, { - "name" : "minecraft:light_gray_stained_glass_pane" + "command_name" : "minecraft:light_gray_carpet", + "name" : "minecraft:light_gray_carpet", + "raw_id" : -604, + "serialization_id" : "item.light_gray_carpet", + "serialization_name" : "minecraft:light_gray_carpet" }, { - "name" : "minecraft:light_gray_terracotta" + "command_name" : "minecraft:light_gray_concrete", + "name" : "minecraft:light_gray_concrete", + "raw_id" : -635, + "serialization_id" : "item.light_gray_concrete", + "serialization_name" : "minecraft:light_gray_concrete" }, { - "name" : "minecraft:light_gray_wool" + "command_name" : "minecraft:light_gray_concrete_powder", + "name" : "minecraft:light_gray_concrete_powder", + "raw_id" : -716, + "serialization_id" : "item.light_gray_concrete_powder", + "serialization_name" : "minecraft:light_gray_concrete_powder" }, { - "name" : "minecraft:light_weighted_pressure_plate" + "command_name" : "minecraft:light_gray_dye", + "name" : "minecraft:light_gray_dye", + "raw_id" : 412, + "serialization_id" : "item.light_gray_dye", + "serialization_name" : "minecraft:light_gray_dye" }, { - "name" : "minecraft:lightning_rod" + "command_name" : "minecraft:light_gray_shulker_box", + "name" : "minecraft:light_gray_shulker_box", + "raw_id" : -620, + "serialization_id" : "item.light_gray_shulker_box", + "serialization_name" : "minecraft:light_gray_shulker_box" }, { - "name" : "minecraft:lilac" + "command_name" : "minecraft:light_gray_stained_glass", + "name" : "minecraft:light_gray_stained_glass", + "raw_id" : -680, + "serialization_id" : "item.light_gray_stained_glass", + "serialization_name" : "minecraft:light_gray_stained_glass" }, { - "name" : "minecraft:lily_of_the_valley" + "command_name" : "minecraft:light_gray_stained_glass_pane", + "name" : "minecraft:light_gray_stained_glass_pane", + "raw_id" : -650, + "serialization_id" : "item.light_gray_stained_glass_pane", + "serialization_name" : "minecraft:light_gray_stained_glass_pane" }, { - "name" : "minecraft:lime_candle" + "command_name" : "minecraft:light_gray_terracotta", + "name" : "minecraft:light_gray_terracotta", + "raw_id" : -731, + "serialization_id" : "item.light_gray_terracotta", + "serialization_name" : "minecraft:light_gray_terracotta" }, { - "name" : "minecraft:lime_carpet" + "command_name" : "minecraft:light_gray_wool", + "name" : "minecraft:light_gray_wool", + "raw_id" : -552, + "serialization_id" : "item.light_gray_wool", + "serialization_name" : "minecraft:light_gray_wool" }, { - "name" : "minecraft:lime_concrete" + "command_name" : "minecraft:light_weighted_pressure_plate", + "name" : "minecraft:light_weighted_pressure_plate", + "raw_id" : 147, + "serialization_id" : "item.light_weighted_pressure_plate", + "serialization_name" : "minecraft:light_weighted_pressure_plate" }, { - "name" : "minecraft:lime_concrete_powder" + "command_name" : "minecraft:lightning_rod", + "name" : "minecraft:lightning_rod", + "raw_id" : -312, + "serialization_id" : "item.lightning_rod", + "serialization_name" : "minecraft:lightning_rod" }, { - "name" : "minecraft:lime_dye" + "command_name" : "minecraft:lilac", + "name" : "minecraft:lilac", + "raw_id" : -863, + "serialization_id" : "item.lilac", + "serialization_name" : "minecraft:lilac" }, { - "name" : "minecraft:lime_glazed_terracotta" + "command_name" : "minecraft:lily_of_the_valley", + "name" : "minecraft:lily_of_the_valley", + "raw_id" : -839, + "serialization_id" : "item.lily_of_the_valley", + "serialization_name" : "minecraft:lily_of_the_valley" }, { - "name" : "minecraft:lime_shulker_box" + "command_name" : "minecraft:lime_candle", + "name" : "minecraft:lime_candle", + "raw_id" : -418, + "serialization_id" : "item.lime_candle", + "serialization_name" : "minecraft:lime_candle" }, { - "name" : "minecraft:lime_stained_glass" + "command_name" : "minecraft:lime_carpet", + "name" : "minecraft:lime_carpet", + "raw_id" : -601, + "serialization_id" : "item.lime_carpet", + "serialization_name" : "minecraft:lime_carpet" }, { - "name" : "minecraft:lime_stained_glass_pane" + "command_name" : "minecraft:lime_concrete", + "name" : "minecraft:lime_concrete", + "raw_id" : -632, + "serialization_id" : "item.lime_concrete", + "serialization_name" : "minecraft:lime_concrete" }, { - "name" : "minecraft:lime_terracotta" + "command_name" : "minecraft:lime_concrete_powder", + "name" : "minecraft:lime_concrete_powder", + "raw_id" : -713, + "serialization_id" : "item.lime_concrete_powder", + "serialization_name" : "minecraft:lime_concrete_powder" }, { - "name" : "minecraft:lime_wool" + "command_name" : "minecraft:lime_dye", + "name" : "minecraft:lime_dye", + "raw_id" : 415, + "serialization_id" : "item.lime_dye", + "serialization_name" : "minecraft:lime_dye" }, { - "name" : "minecraft:lingering_potion" + "command_name" : "minecraft:lime_glazed_terracotta", + "name" : "minecraft:lime_glazed_terracotta", + "raw_id" : 225, + "serialization_id" : "item.lime_glazed_terracotta", + "serialization_name" : "minecraft:lime_glazed_terracotta" }, { - "name" : "minecraft:lit_pumpkin" + "command_name" : "minecraft:lime_shulker_box", + "name" : "minecraft:lime_shulker_box", + "raw_id" : -617, + "serialization_id" : "item.lime_shulker_box", + "serialization_name" : "minecraft:lime_shulker_box" }, { - "name" : "minecraft:llama_spawn_egg" + "command_name" : "minecraft:lime_stained_glass", + "name" : "minecraft:lime_stained_glass", + "raw_id" : -677, + "serialization_id" : "item.lime_stained_glass", + "serialization_name" : "minecraft:lime_stained_glass" }, { - "name" : "minecraft:lodestone" + "command_name" : "minecraft:lime_stained_glass_pane", + "name" : "minecraft:lime_stained_glass_pane", + "raw_id" : -647, + "serialization_id" : "item.lime_stained_glass_pane", + "serialization_name" : "minecraft:lime_stained_glass_pane" }, { - "name" : "minecraft:lodestone_compass" + "command_name" : "minecraft:lime_terracotta", + "name" : "minecraft:lime_terracotta", + "raw_id" : -728, + "serialization_id" : "item.lime_terracotta", + "serialization_name" : "minecraft:lime_terracotta" }, { - "name" : "minecraft:loom" + "command_name" : "minecraft:lime_wool", + "name" : "minecraft:lime_wool", + "raw_id" : -559, + "serialization_id" : "item.lime_wool", + "serialization_name" : "minecraft:lime_wool" }, { - "name" : "minecraft:mace" + "command_name" : "minecraft:lingering_potion", + "name" : "minecraft:lingering_potion", + "raw_id" : 580, + "serialization_id" : "item.lingering_potion", + "serialization_name" : "minecraft:lingering_potion" }, { - "name" : "minecraft:magenta_candle" + "command_name" : "minecraft:lit_pumpkin", + "name" : "minecraft:lit_pumpkin", + "raw_id" : 91, + "serialization_id" : "item.lit_pumpkin", + "serialization_name" : "minecraft:lit_pumpkin" }, { - "name" : "minecraft:magenta_carpet" + "command_name" : "minecraft:llama_spawn_egg", + "name" : "minecraft:llama_spawn_egg", + "raw_id" : 485, + "serialization_id" : "item.llama_spawn_egg", + "serialization_name" : "minecraft:llama_spawn_egg" }, { - "name" : "minecraft:magenta_concrete" + "command_name" : "minecraft:lodestone", + "name" : "minecraft:lodestone", + "raw_id" : -222, + "serialization_id" : "item.lodestone", + "serialization_name" : "minecraft:lodestone" }, { - "name" : "minecraft:magenta_concrete_powder" + "command_name" : "minecraft:lodestone_compass", + "name" : "minecraft:lodestone_compass", + "raw_id" : 623, + "serialization_id" : "item.lodestonecompass", + "serialization_name" : "minecraft:lodestone_compass" }, { - "name" : "minecraft:magenta_dye" + "command_name" : "minecraft:loom", + "name" : "minecraft:loom", + "raw_id" : -204, + "serialization_id" : "item.loom", + "serialization_name" : "minecraft:loom" }, { - "name" : "minecraft:magenta_glazed_terracotta" + "command_name" : "minecraft:mace", + "name" : "minecraft:mace", + "raw_id" : 328, + "serialization_id" : "item.mace", + "serialization_name" : "minecraft:mace" }, { - "name" : "minecraft:magenta_shulker_box" + "command_name" : "minecraft:magenta_candle", + "name" : "minecraft:magenta_candle", + "raw_id" : -415, + "serialization_id" : "item.magenta_candle", + "serialization_name" : "minecraft:magenta_candle" }, { - "name" : "minecraft:magenta_stained_glass" + "command_name" : "minecraft:magenta_carpet", + "name" : "minecraft:magenta_carpet", + "raw_id" : -598, + "serialization_id" : "item.magenta_carpet", + "serialization_name" : "minecraft:magenta_carpet" }, { - "name" : "minecraft:magenta_stained_glass_pane" + "command_name" : "minecraft:magenta_concrete", + "name" : "minecraft:magenta_concrete", + "raw_id" : -629, + "serialization_id" : "item.magenta_concrete", + "serialization_name" : "minecraft:magenta_concrete" }, { - "name" : "minecraft:magenta_terracotta" + "command_name" : "minecraft:magenta_concrete_powder", + "name" : "minecraft:magenta_concrete_powder", + "raw_id" : -710, + "serialization_id" : "item.magenta_concrete_powder", + "serialization_name" : "minecraft:magenta_concrete_powder" }, { - "name" : "minecraft:magenta_wool" + "command_name" : "minecraft:magenta_dye", + "name" : "minecraft:magenta_dye", + "raw_id" : 418, + "serialization_id" : "item.magenta_dye", + "serialization_name" : "minecraft:magenta_dye" }, { - "name" : "minecraft:magma" + "command_name" : "minecraft:magenta_glazed_terracotta", + "name" : "minecraft:magenta_glazed_terracotta", + "raw_id" : 222, + "serialization_id" : "item.magenta_glazed_terracotta", + "serialization_name" : "minecraft:magenta_glazed_terracotta" }, { - "name" : "minecraft:magma_cream" + "command_name" : "minecraft:magenta_shulker_box", + "name" : "minecraft:magenta_shulker_box", + "raw_id" : -614, + "serialization_id" : "item.magenta_shulker_box", + "serialization_name" : "minecraft:magenta_shulker_box" }, { - "name" : "minecraft:magma_cube_spawn_egg" + "command_name" : "minecraft:magenta_stained_glass", + "name" : "minecraft:magenta_stained_glass", + "raw_id" : -674, + "serialization_id" : "item.magenta_stained_glass", + "serialization_name" : "minecraft:magenta_stained_glass" }, { - "name" : "minecraft:mangrove_boat" + "command_name" : "minecraft:magenta_stained_glass_pane", + "name" : "minecraft:magenta_stained_glass_pane", + "raw_id" : -644, + "serialization_id" : "item.magenta_stained_glass_pane", + "serialization_name" : "minecraft:magenta_stained_glass_pane" }, { - "name" : "minecraft:mangrove_button" + "command_name" : "minecraft:magenta_terracotta", + "name" : "minecraft:magenta_terracotta", + "raw_id" : -725, + "serialization_id" : "item.magenta_terracotta", + "serialization_name" : "minecraft:magenta_terracotta" }, { - "name" : "minecraft:mangrove_chest_boat" + "command_name" : "minecraft:magenta_wool", + "name" : "minecraft:magenta_wool", + "raw_id" : -565, + "serialization_id" : "item.magenta_wool", + "serialization_name" : "minecraft:magenta_wool" }, { - "name" : "minecraft:mangrove_door" + "command_name" : "minecraft:magma", + "name" : "minecraft:magma", + "raw_id" : 213, + "serialization_id" : "item.magma", + "serialization_name" : "minecraft:magma" }, { - "name" : "minecraft:mangrove_fence" + "command_name" : "minecraft:magma_cream", + "name" : "minecraft:magma_cream", + "raw_id" : 441, + "serialization_id" : "item.magma_cream", + "serialization_name" : "minecraft:magma_cream" }, { - "name" : "minecraft:mangrove_fence_gate" + "command_name" : "minecraft:magma_cube_spawn_egg", + "name" : "minecraft:magma_cube_spawn_egg", + "raw_id" : 466, + "serialization_id" : "item.magma_cube_spawn_egg", + "serialization_name" : "minecraft:magma_cube_spawn_egg" }, { - "name" : "minecraft:mangrove_hanging_sign" + "command_name" : "minecraft:mangrove_boat", + "name" : "minecraft:mangrove_boat", + "raw_id" : 656, + "serialization_id" : "item.mangrove_boat", + "serialization_name" : "minecraft:mangrove_boat" }, { - "name" : "minecraft:mangrove_leaves" + "command_name" : "minecraft:mangrove_button", + "name" : "minecraft:mangrove_button", + "raw_id" : -487, + "serialization_id" : "item.mangrove_button", + "serialization_name" : "minecraft:mangrove_button" }, { - "name" : "minecraft:mangrove_log" + "command_name" : "minecraft:mangrove_chest_boat", + "name" : "minecraft:mangrove_chest_boat", + "raw_id" : 665, + "serialization_id" : "item.mangrove_chest_boat", + "serialization_name" : "minecraft:mangrove_chest_boat" }, { - "name" : "minecraft:mangrove_planks" + "command_name" : "minecraft:mangrove_door", + "name" : "minecraft:mangrove_door", + "raw_id" : 654, + "serialization_id" : "item.mangrove_door", + "serialization_name" : "minecraft:mangrove_door" }, { - "name" : "minecraft:mangrove_pressure_plate" + "command_name" : "minecraft:mangrove_fence", + "name" : "minecraft:mangrove_fence", + "raw_id" : -491, + "serialization_id" : "item.mangrove_fence", + "serialization_name" : "minecraft:mangrove_fence" }, { - "name" : "minecraft:mangrove_propagule" + "command_name" : "minecraft:mangrove_fence_gate", + "name" : "minecraft:mangrove_fence_gate", + "raw_id" : -492, + "serialization_id" : "item.mangrove_fence_gate", + "serialization_name" : "minecraft:mangrove_fence_gate" }, { - "name" : "minecraft:mangrove_roots" + "command_name" : "minecraft:mangrove_hanging_sign", + "name" : "minecraft:mangrove_hanging_sign", + "raw_id" : -508, + "serialization_id" : "item.mangrove_hanging_sign", + "serialization_name" : "minecraft:mangrove_hanging_sign" }, { - "name" : "minecraft:mangrove_sign" + "command_name" : "minecraft:mangrove_leaves", + "name" : "minecraft:mangrove_leaves", + "raw_id" : -472, + "serialization_id" : "item.mangrove_leaves", + "serialization_name" : "minecraft:mangrove_leaves" }, { - "name" : "minecraft:mangrove_slab" + "command_name" : "minecraft:mangrove_log", + "name" : "minecraft:mangrove_log", + "raw_id" : -484, + "serialization_id" : "item.mangrove_log", + "serialization_name" : "minecraft:mangrove_log" }, { - "name" : "minecraft:mangrove_stairs" + "command_name" : "minecraft:mangrove_planks", + "name" : "minecraft:mangrove_planks", + "raw_id" : -486, + "serialization_id" : "item.mangrove_planks", + "serialization_name" : "minecraft:mangrove_planks" }, { - "name" : "minecraft:mangrove_trapdoor" + "command_name" : "minecraft:mangrove_pressure_plate", + "name" : "minecraft:mangrove_pressure_plate", + "raw_id" : -490, + "serialization_id" : "item.mangrove_pressure_plate", + "serialization_name" : "minecraft:mangrove_pressure_plate" }, { - "name" : "minecraft:mangrove_wood" + "command_name" : "minecraft:mangrove_propagule", + "name" : "minecraft:mangrove_propagule", + "raw_id" : -474, + "serialization_id" : "item.mangrove_propagule", + "serialization_name" : "minecraft:mangrove_propagule" }, { - "name" : "minecraft:medium_amethyst_bud" + "command_name" : "minecraft:mangrove_roots", + "name" : "minecraft:mangrove_roots", + "raw_id" : -482, + "serialization_id" : "item.mangrove_roots", + "serialization_name" : "minecraft:mangrove_roots" }, { - "name" : "minecraft:melon_block" + "command_name" : "minecraft:mangrove_sign", + "name" : "minecraft:mangrove_sign", + "raw_id" : 655, + "serialization_id" : "item.mangrove_sign", + "serialization_name" : "minecraft:mangrove_sign" }, { - "name" : "minecraft:melon_seeds" + "command_name" : "minecraft:mangrove_slab", + "name" : "minecraft:mangrove_slab", + "raw_id" : -489, + "serialization_id" : "item.mangrove_slab", + "serialization_name" : "minecraft:mangrove_slab" }, { - "name" : "minecraft:melon_slice" + "command_name" : "minecraft:mangrove_stairs", + "name" : "minecraft:mangrove_stairs", + "raw_id" : -488, + "serialization_id" : "item.mangrove_stairs", + "serialization_name" : "minecraft:mangrove_stairs" }, { - "name" : "minecraft:milk_bucket" + "command_name" : "minecraft:mangrove_trapdoor", + "name" : "minecraft:mangrove_trapdoor", + "raw_id" : -496, + "serialization_id" : "item.mangrove_trapdoor", + "serialization_name" : "minecraft:mangrove_trapdoor" }, { - "name" : "minecraft:minecart" + "command_name" : "minecraft:mangrove_wood", + "name" : "minecraft:mangrove_wood", + "raw_id" : -497, + "serialization_id" : "item.mangrove_wood", + "serialization_name" : "minecraft:mangrove_wood" }, { - "name" : "minecraft:miner_pottery_sherd" + "command_name" : "minecraft:medium_amethyst_bud", + "name" : "minecraft:medium_amethyst_bud", + "raw_id" : -331, + "serialization_id" : "item.medium_amethyst_bud", + "serialization_name" : "minecraft:medium_amethyst_bud" }, { - "name" : "minecraft:mob_spawner" + "command_name" : "minecraft:melon_block", + "name" : "minecraft:melon_block", + "raw_id" : 103, + "serialization_id" : "item.melon_block", + "serialization_name" : "minecraft:melon_block" }, { - "name" : "minecraft:mojang_banner_pattern" + "command_name" : "minecraft:melon_seeds", + "name" : "minecraft:melon_seeds", + "raw_id" : 299, + "serialization_id" : "item.melon_seeds", + "serialization_name" : "minecraft:melon_seeds" }, { - "name" : "minecraft:mooshroom_spawn_egg" + "command_name" : "minecraft:melon_slice", + "name" : "minecraft:melon_slice", + "raw_id" : 278, + "serialization_id" : "item.melon", + "serialization_name" : "minecraft:melon_slice" }, { - "name" : "minecraft:moss_block" + "command_name" : "minecraft:milk_bucket", + "name" : "minecraft:milk_bucket", + "raw_id" : 370, + "serialization_id" : "item.milk_bucket", + "serialization_name" : "minecraft:milk_bucket" }, { - "name" : "minecraft:moss_carpet" + "command_name" : "minecraft:minecart", + "name" : "minecraft:minecart", + "raw_id" : 379, + "serialization_id" : "item.minecart", + "serialization_name" : "minecraft:minecart" }, { - "name" : "minecraft:mossy_cobblestone" + "command_name" : "minecraft:miner_pottery_sherd", + "name" : "minecraft:miner_pottery_sherd", + "raw_id" : 691, + "serialization_id" : "item.miner_pottery_sherd", + "serialization_name" : "minecraft:miner_pottery_sherd" }, { - "name" : "minecraft:mossy_cobblestone_slab" + "command_name" : "minecraft:mob_spawner", + "name" : "minecraft:mob_spawner", + "raw_id" : 52, + "serialization_id" : "item.mob_spawner", + "serialization_name" : "minecraft:mob_spawner" }, { - "name" : "minecraft:mossy_cobblestone_stairs" + "command_name" : "minecraft:mojang_banner_pattern", + "name" : "minecraft:mojang_banner_pattern", + "raw_id" : 602, + "serialization_id" : "item.mojang_banner_pattern", + "serialization_name" : "minecraft:mojang_banner_pattern" }, { - "name" : "minecraft:mossy_stone_brick_slab" + "command_name" : "minecraft:mooshroom_spawn_egg", + "name" : "minecraft:mooshroom_spawn_egg", + "raw_id" : 451, + "serialization_id" : "item.mooshroom_spawn_egg", + "serialization_name" : "minecraft:mooshroom_spawn_egg" }, { - "name" : "minecraft:mossy_stone_brick_stairs" + "command_name" : "minecraft:moss_block", + "name" : "minecraft:moss_block", + "raw_id" : -320, + "serialization_id" : "item.moss_block", + "serialization_name" : "minecraft:moss_block" }, { - "name" : "minecraft:mossy_stone_bricks" + "command_name" : "minecraft:moss_carpet", + "name" : "minecraft:moss_carpet", + "raw_id" : -335, + "serialization_id" : "item.moss_carpet", + "serialization_name" : "minecraft:moss_carpet" }, { - "name" : "minecraft:mourner_pottery_sherd" + "command_name" : "minecraft:mossy_cobblestone", + "name" : "minecraft:mossy_cobblestone", + "raw_id" : 48, + "serialization_id" : "item.mossy_cobblestone", + "serialization_name" : "minecraft:mossy_cobblestone" }, { - "name" : "minecraft:mud" + "command_name" : "minecraft:mossy_cobblestone_slab", + "name" : "minecraft:mossy_cobblestone_slab", + "raw_id" : -888, + "serialization_id" : "item.mossy_cobblestone_slab", + "serialization_name" : "minecraft:mossy_cobblestone_slab" }, { - "name" : "minecraft:mud_brick_slab" + "command_name" : "minecraft:mossy_cobblestone_stairs", + "name" : "minecraft:mossy_cobblestone_stairs", + "raw_id" : -179, + "serialization_id" : "item.mossy_cobblestone_stairs", + "serialization_name" : "minecraft:mossy_cobblestone_stairs" }, { - "name" : "minecraft:mud_brick_stairs" + "command_name" : "minecraft:mossy_cobblestone_wall", + "name" : "minecraft:mossy_cobblestone_wall", + "raw_id" : -971, + "serialization_id" : "item.mossy_cobblestone_wall", + "serialization_name" : "minecraft:mossy_cobblestone_wall" }, { - "name" : "minecraft:mud_brick_wall" + "command_name" : "minecraft:mossy_stone_brick_slab", + "name" : "minecraft:mossy_stone_brick_slab", + "raw_id" : -166, + "serialization_id" : "item.mossy_stone_brick_slab", + "serialization_name" : "minecraft:mossy_stone_brick_slab" }, { - "name" : "minecraft:mud_bricks" + "command_name" : "minecraft:mossy_stone_brick_stairs", + "name" : "minecraft:mossy_stone_brick_stairs", + "raw_id" : -175, + "serialization_id" : "item.mossy_stone_brick_stairs", + "serialization_name" : "minecraft:mossy_stone_brick_stairs" }, { - "name" : "minecraft:muddy_mangrove_roots" + "command_name" : "minecraft:mossy_stone_brick_wall", + "name" : "minecraft:mossy_stone_brick_wall", + "raw_id" : -978, + "serialization_id" : "item.mossy_stone_brick_wall", + "serialization_name" : "minecraft:mossy_stone_brick_wall" }, { - "name" : "minecraft:mule_spawn_egg" + "command_name" : "minecraft:mossy_stone_bricks", + "name" : "minecraft:mossy_stone_bricks", + "raw_id" : -868, + "serialization_id" : "item.mossy_stone_bricks", + "serialization_name" : "minecraft:mossy_stone_bricks" }, { - "name" : "minecraft:mushroom_stew" + "command_name" : "minecraft:mourner_pottery_sherd", + "name" : "minecraft:mourner_pottery_sherd", + "raw_id" : 692, + "serialization_id" : "item.mourner_pottery_sherd", + "serialization_name" : "minecraft:mourner_pottery_sherd" }, { - "name" : "minecraft:music_disc_11" + "command_name" : "minecraft:mud", + "name" : "minecraft:mud", + "raw_id" : -473, + "serialization_id" : "item.mud", + "serialization_name" : "minecraft:mud" }, { - "name" : "minecraft:music_disc_13" + "command_name" : "minecraft:mud_brick_slab", + "name" : "minecraft:mud_brick_slab", + "raw_id" : -478, + "serialization_id" : "item.mud_brick_slab", + "serialization_name" : "minecraft:mud_brick_slab" }, { - "name" : "minecraft:music_disc_5" + "command_name" : "minecraft:mud_brick_stairs", + "name" : "minecraft:mud_brick_stairs", + "raw_id" : -480, + "serialization_id" : "item.mud_brick_stairs", + "serialization_name" : "minecraft:mud_brick_stairs" }, { - "name" : "minecraft:music_disc_blocks" + "command_name" : "minecraft:mud_brick_wall", + "name" : "minecraft:mud_brick_wall", + "raw_id" : -481, + "serialization_id" : "item.mud_brick_wall", + "serialization_name" : "minecraft:mud_brick_wall" }, { - "name" : "minecraft:music_disc_cat" + "command_name" : "minecraft:mud_bricks", + "name" : "minecraft:mud_bricks", + "raw_id" : -475, + "serialization_id" : "item.mud_bricks", + "serialization_name" : "minecraft:mud_bricks" }, { - "name" : "minecraft:music_disc_chirp" + "command_name" : "minecraft:muddy_mangrove_roots", + "name" : "minecraft:muddy_mangrove_roots", + "raw_id" : -483, + "serialization_id" : "item.muddy_mangrove_roots", + "serialization_name" : "minecraft:muddy_mangrove_roots" }, { - "name" : "minecraft:music_disc_creator" + "command_name" : "minecraft:mule_spawn_egg", + "name" : "minecraft:mule_spawn_egg", + "raw_id" : 478, + "serialization_id" : "item.mule_spawn_egg", + "serialization_name" : "minecraft:mule_spawn_egg" }, { - "name" : "minecraft:music_disc_creator_music_box" + "command_name" : "minecraft:mushroom_stew", + "name" : "minecraft:mushroom_stew", + "raw_id" : 266, + "serialization_id" : "item.mushroom_stew", + "serialization_name" : "minecraft:mushroom_stew" }, { - "name" : "minecraft:music_disc_far" + "command_name" : "minecraft:music_disc_11", + "name" : "minecraft:music_disc_11", + "raw_id" : 562, + "serialization_id" : "item.record_11", + "serialization_name" : "minecraft:music_disc_11" }, { - "name" : "minecraft:music_disc_mall" + "command_name" : "minecraft:music_disc_13", + "name" : "minecraft:music_disc_13", + "raw_id" : 552, + "serialization_id" : "item.record_13", + "serialization_name" : "minecraft:music_disc_13" }, { - "name" : "minecraft:music_disc_mellohi" + "command_name" : "minecraft:music_disc_5", + "name" : "minecraft:music_disc_5", + "raw_id" : 657, + "serialization_id" : "item.record_5", + "serialization_name" : "minecraft:music_disc_5" }, { - "name" : "minecraft:music_disc_otherside" + "command_name" : "minecraft:music_disc_blocks", + "name" : "minecraft:music_disc_blocks", + "raw_id" : 554, + "serialization_id" : "item.record_blocks", + "serialization_name" : "minecraft:music_disc_blocks" }, { - "name" : "minecraft:music_disc_pigstep" + "command_name" : "minecraft:music_disc_cat", + "name" : "minecraft:music_disc_cat", + "raw_id" : 553, + "serialization_id" : "item.record_cat", + "serialization_name" : "minecraft:music_disc_cat" }, { - "name" : "minecraft:music_disc_precipice" + "command_name" : "minecraft:music_disc_chirp", + "name" : "minecraft:music_disc_chirp", + "raw_id" : 555, + "serialization_id" : "item.record_chirp", + "serialization_name" : "minecraft:music_disc_chirp" }, { - "name" : "minecraft:music_disc_relic" + "command_name" : "minecraft:music_disc_creator", + "name" : "minecraft:music_disc_creator", + "raw_id" : 760, + "serialization_id" : "item.record_creator", + "serialization_name" : "minecraft:music_disc_creator" }, { - "name" : "minecraft:music_disc_stal" + "command_name" : "minecraft:music_disc_creator_music_box", + "name" : "minecraft:music_disc_creator_music_box", + "raw_id" : 761, + "serialization_id" : "item.record_creator_music_box", + "serialization_name" : "minecraft:music_disc_creator_music_box" }, { - "name" : "minecraft:music_disc_strad" + "command_name" : "minecraft:music_disc_far", + "name" : "minecraft:music_disc_far", + "raw_id" : 556, + "serialization_id" : "item.record_far", + "serialization_name" : "minecraft:music_disc_far" }, { - "name" : "minecraft:music_disc_wait" + "command_name" : "minecraft:music_disc_mall", + "name" : "minecraft:music_disc_mall", + "raw_id" : 557, + "serialization_id" : "item.record_mall", + "serialization_name" : "minecraft:music_disc_mall" }, { - "name" : "minecraft:music_disc_ward" + "command_name" : "minecraft:music_disc_mellohi", + "name" : "minecraft:music_disc_mellohi", + "raw_id" : 558, + "serialization_id" : "item.record_mellohi", + "serialization_name" : "minecraft:music_disc_mellohi" }, { - "name" : "minecraft:mutton" + "command_name" : "minecraft:music_disc_otherside", + "name" : "minecraft:music_disc_otherside", + "raw_id" : 647, + "serialization_id" : "item.record_otherside", + "serialization_name" : "minecraft:music_disc_otherside" }, { - "name" : "minecraft:mycelium" + "command_name" : "minecraft:music_disc_pigstep", + "name" : "minecraft:music_disc_pigstep", + "raw_id" : 641, + "serialization_id" : "item.record_pigstep", + "serialization_name" : "minecraft:music_disc_pigstep" }, { - "name" : "minecraft:name_tag" + "command_name" : "minecraft:music_disc_precipice", + "name" : "minecraft:music_disc_precipice", + "raw_id" : 762, + "serialization_id" : "item.record_precipice", + "serialization_name" : "minecraft:music_disc_precipice" }, { - "name" : "minecraft:nautilus_shell" + "command_name" : "minecraft:music_disc_relic", + "name" : "minecraft:music_disc_relic", + "raw_id" : 720, + "serialization_id" : "item.record_relic", + "serialization_name" : "minecraft:music_disc_relic" }, { - "name" : "minecraft:nether_brick" + "command_name" : "minecraft:music_disc_stal", + "name" : "minecraft:music_disc_stal", + "raw_id" : 559, + "serialization_id" : "item.record_stal", + "serialization_name" : "minecraft:music_disc_stal" }, { - "name" : "minecraft:nether_brick_fence" + "command_name" : "minecraft:music_disc_strad", + "name" : "minecraft:music_disc_strad", + "raw_id" : 560, + "serialization_id" : "item.record_strad", + "serialization_name" : "minecraft:music_disc_strad" }, { - "name" : "minecraft:nether_brick_slab" + "command_name" : "minecraft:music_disc_wait", + "name" : "minecraft:music_disc_wait", + "raw_id" : 563, + "serialization_id" : "item.record_wait", + "serialization_name" : "minecraft:music_disc_wait" }, { - "name" : "minecraft:nether_brick_stairs" + "command_name" : "minecraft:music_disc_ward", + "name" : "minecraft:music_disc_ward", + "raw_id" : 561, + "serialization_id" : "item.record_ward", + "serialization_name" : "minecraft:music_disc_ward" }, { - "name" : "minecraft:nether_gold_ore" + "command_name" : "minecraft:mutton", + "name" : "minecraft:mutton", + "raw_id" : 568, + "serialization_id" : "item.muttonRaw", + "serialization_name" : "minecraft:mutton" }, { - "name" : "minecraft:nether_sprouts" + "command_name" : "minecraft:mycelium", + "name" : "minecraft:mycelium", + "raw_id" : 110, + "serialization_id" : "item.mycelium", + "serialization_name" : "minecraft:mycelium" }, { - "name" : "minecraft:nether_star" + "command_name" : "minecraft:name_tag", + "name" : "minecraft:name_tag", + "raw_id" : 566, + "serialization_id" : "item.name_tag", + "serialization_name" : "minecraft:name_tag" }, { - "name" : "minecraft:nether_wart" + "command_name" : "minecraft:nautilus_shell", + "name" : "minecraft:nautilus_shell", + "raw_id" : 588, + "serialization_id" : "item.nautilus_shell", + "serialization_name" : "minecraft:nautilus_shell" }, { - "name" : "minecraft:nether_wart_block" + "command_name" : "minecraft:nether_brick", + "name" : "minecraft:nether_brick", + "raw_id" : 112, + "serialization_id" : "item.nether_brick", + "serialization_name" : "minecraft:nether_brick" }, { - "name" : "minecraft:netherbrick" + "command_name" : "minecraft:nether_brick_fence", + "name" : "minecraft:nether_brick_fence", + "raw_id" : 113, + "serialization_id" : "item.nether_brick_fence", + "serialization_name" : "minecraft:nether_brick_fence" }, { - "name" : "minecraft:netherite_axe" + "command_name" : "minecraft:nether_brick_slab", + "name" : "minecraft:nether_brick_slab", + "raw_id" : -877, + "serialization_id" : "item.nether_brick_slab", + "serialization_name" : "minecraft:nether_brick_slab" }, { - "name" : "minecraft:netherite_block" + "command_name" : "minecraft:nether_brick_stairs", + "name" : "minecraft:nether_brick_stairs", + "raw_id" : 114, + "serialization_id" : "item.nether_brick_stairs", + "serialization_name" : "minecraft:nether_brick_stairs" }, { - "name" : "minecraft:netherite_boots" + "command_name" : "minecraft:nether_brick_wall", + "name" : "minecraft:nether_brick_wall", + "raw_id" : -979, + "serialization_id" : "item.nether_brick_wall", + "serialization_name" : "minecraft:nether_brick_wall" }, { - "name" : "minecraft:netherite_chestplate" + "command_name" : "minecraft:nether_gold_ore", + "name" : "minecraft:nether_gold_ore", + "raw_id" : -288, + "serialization_id" : "item.nether_gold_ore", + "serialization_name" : "minecraft:nether_gold_ore" }, { - "name" : "minecraft:netherite_helmet" + "command_name" : "minecraft:nether_sprouts", + "name" : "minecraft:nether_sprouts", + "raw_id" : 642, + "serialization_id" : "tile.nether_sprouts", + "serialization_name" : "minecraft:nether_sprouts" }, { - "name" : "minecraft:netherite_hoe" + "command_name" : "minecraft:nether_star", + "name" : "minecraft:nether_star", + "raw_id" : 536, + "serialization_id" : "item.netherStar", + "serialization_name" : "minecraft:nether_star" }, { - "name" : "minecraft:netherite_ingot" + "command_name" : "minecraft:nether_wart", + "name" : "minecraft:nether_wart", + "raw_id" : 300, + "serialization_id" : "item.nether_wart", + "serialization_name" : "minecraft:nether_wart" }, { - "name" : "minecraft:netherite_leggings" + "command_name" : "minecraft:nether_wart_block", + "name" : "minecraft:nether_wart_block", + "raw_id" : 214, + "serialization_id" : "item.nether_wart_block", + "serialization_name" : "minecraft:nether_wart_block" }, { - "name" : "minecraft:netherite_pickaxe" + "command_name" : "minecraft:netherbrick", + "name" : "minecraft:netherbrick", + "raw_id" : 541, + "serialization_id" : "item.netherbrick", + "serialization_name" : "minecraft:netherbrick" }, { - "name" : "minecraft:netherite_scrap" + "command_name" : "minecraft:netherite_axe", + "name" : "minecraft:netherite_axe", + "raw_id" : 627, + "serialization_id" : "item.netherite_axe", + "serialization_name" : "minecraft:netherite_axe" }, { - "name" : "minecraft:netherite_shovel" + "command_name" : "minecraft:netherite_block", + "name" : "minecraft:netherite_block", + "raw_id" : -270, + "serialization_id" : "item.netherite_block", + "serialization_name" : "minecraft:netherite_block" }, { - "name" : "minecraft:netherite_sword" + "command_name" : "minecraft:netherite_boots", + "name" : "minecraft:netherite_boots", + "raw_id" : 633, + "serialization_id" : "item.netherite_boots", + "serialization_name" : "minecraft:netherite_boots" }, { - "name" : "minecraft:netherite_upgrade_smithing_template" + "command_name" : "minecraft:netherite_chestplate", + "name" : "minecraft:netherite_chestplate", + "raw_id" : 631, + "serialization_id" : "item.netherite_chestplate", + "serialization_name" : "minecraft:netherite_chestplate" }, { - "name" : "minecraft:netherrack" + "command_name" : "minecraft:netherite_helmet", + "name" : "minecraft:netherite_helmet", + "raw_id" : 630, + "serialization_id" : "item.netherite_helmet", + "serialization_name" : "minecraft:netherite_helmet" }, { - "name" : "minecraft:normal_stone_slab" + "command_name" : "minecraft:netherite_hoe", + "name" : "minecraft:netherite_hoe", + "raw_id" : 628, + "serialization_id" : "item.netherite_hoe", + "serialization_name" : "minecraft:netherite_hoe" }, { - "name" : "minecraft:normal_stone_stairs" + "command_name" : "minecraft:netherite_ingot", + "name" : "minecraft:netherite_ingot", + "raw_id" : 629, + "serialization_id" : "item.netherite_ingot", + "serialization_name" : "minecraft:netherite_ingot" }, { - "name" : "minecraft:noteblock" + "command_name" : "minecraft:netherite_leggings", + "name" : "minecraft:netherite_leggings", + "raw_id" : 632, + "serialization_id" : "item.netherite_leggings", + "serialization_name" : "minecraft:netherite_leggings" }, { - "name" : "minecraft:oak_boat" + "command_name" : "minecraft:netherite_pickaxe", + "name" : "minecraft:netherite_pickaxe", + "raw_id" : 626, + "serialization_id" : "item.netherite_pickaxe", + "serialization_name" : "minecraft:netherite_pickaxe" }, { - "name" : "minecraft:oak_chest_boat" + "command_name" : "minecraft:netherite_scrap", + "name" : "minecraft:netherite_scrap", + "raw_id" : 634, + "serialization_id" : "item.netherite_scrap", + "serialization_name" : "minecraft:netherite_scrap" }, { - "name" : "minecraft:oak_fence" + "command_name" : "minecraft:netherite_shovel", + "name" : "minecraft:netherite_shovel", + "raw_id" : 625, + "serialization_id" : "item.netherite_shovel", + "serialization_name" : "minecraft:netherite_shovel" }, { - "name" : "minecraft:oak_hanging_sign" + "command_name" : "minecraft:netherite_sword", + "name" : "minecraft:netherite_sword", + "raw_id" : 624, + "serialization_id" : "item.netherite_sword", + "serialization_name" : "minecraft:netherite_sword" }, { - "name" : "minecraft:oak_leaves" + "command_name" : "minecraft:netherite_upgrade_smithing_template", + "name" : "minecraft:netherite_upgrade_smithing_template", + "raw_id" : 701, + "serialization_id" : "item.netherite_upgrade_smithing_template", + "serialization_name" : "minecraft:netherite_upgrade_smithing_template" }, { - "name" : "minecraft:oak_log" + "command_name" : "minecraft:netherrack", + "name" : "minecraft:netherrack", + "raw_id" : 87, + "serialization_id" : "item.netherrack", + "serialization_name" : "minecraft:netherrack" }, { - "name" : "minecraft:oak_planks" + "command_name" : "minecraft:normal_stone_slab", + "name" : "minecraft:normal_stone_slab", + "raw_id" : -899, + "serialization_id" : "item.normal_stone_slab", + "serialization_name" : "minecraft:normal_stone_slab" }, { - "name" : "minecraft:oak_sapling" + "command_name" : "minecraft:normal_stone_stairs", + "name" : "minecraft:normal_stone_stairs", + "raw_id" : -180, + "serialization_id" : "item.normal_stone_stairs", + "serialization_name" : "minecraft:normal_stone_stairs" }, { - "name" : "minecraft:oak_sign" + "command_name" : "minecraft:noteblock", + "name" : "minecraft:noteblock", + "raw_id" : 25, + "serialization_id" : "item.noteblock", + "serialization_name" : "minecraft:noteblock" }, { - "name" : "minecraft:oak_slab" + "command_name" : "minecraft:oak_boat", + "name" : "minecraft:oak_boat", + "raw_id" : 385, + "serialization_id" : "item.oak_boat", + "serialization_name" : "minecraft:oak_boat" }, { - "name" : "minecraft:oak_stairs" + "command_name" : "minecraft:oak_chest_boat", + "name" : "minecraft:oak_chest_boat", + "raw_id" : 659, + "serialization_id" : "item.oak_chest_boat", + "serialization_name" : "minecraft:oak_chest_boat" }, { - "name" : "minecraft:oak_wood" + "command_name" : "minecraft:oak_fence", + "name" : "minecraft:oak_fence", + "raw_id" : 85, + "serialization_id" : "item.oak_fence", + "serialization_name" : "minecraft:oak_fence" }, { - "name" : "minecraft:observer" + "command_name" : "minecraft:oak_hanging_sign", + "name" : "minecraft:oak_hanging_sign", + "raw_id" : -500, + "serialization_id" : "item.oak_hanging_sign", + "serialization_name" : "minecraft:oak_hanging_sign" }, { - "name" : "minecraft:obsidian" + "command_name" : "minecraft:oak_leaves", + "name" : "minecraft:oak_leaves", + "raw_id" : 18, + "serialization_id" : "item.oak_leaves", + "serialization_name" : "minecraft:oak_leaves" }, { - "name" : "minecraft:ocelot_spawn_egg" + "command_name" : "minecraft:oak_log", + "name" : "minecraft:oak_log", + "raw_id" : 17, + "serialization_id" : "item.oak_log", + "serialization_name" : "minecraft:oak_log" }, { - "name" : "minecraft:ochre_froglight" + "command_name" : "minecraft:oak_planks", + "name" : "minecraft:oak_planks", + "raw_id" : 5, + "serialization_id" : "item.oak_planks", + "serialization_name" : "minecraft:oak_planks" }, { - "name" : "minecraft:ominous_bottle" + "command_name" : "minecraft:oak_sapling", + "name" : "minecraft:oak_sapling", + "raw_id" : 6, + "serialization_id" : "item.oak_sapling", + "serialization_name" : "minecraft:oak_sapling" }, { - "name" : "minecraft:ominous_trial_key" + "command_name" : "minecraft:oak_sign", + "name" : "minecraft:oak_sign", + "raw_id" : 367, + "serialization_id" : "item.sign", + "serialization_name" : "minecraft:oak_sign" }, { - "name" : "minecraft:orange_candle" + "command_name" : "minecraft:oak_slab", + "name" : "minecraft:oak_slab", + "raw_id" : 158, + "serialization_id" : "item.oak_slab", + "serialization_name" : "minecraft:oak_slab" }, { - "name" : "minecraft:orange_carpet" + "command_name" : "minecraft:oak_stairs", + "name" : "minecraft:oak_stairs", + "raw_id" : 53, + "serialization_id" : "item.oak_stairs", + "serialization_name" : "minecraft:oak_stairs" }, { - "name" : "minecraft:orange_concrete" + "command_name" : "minecraft:oak_wood", + "name" : "minecraft:oak_wood", + "raw_id" : -212, + "serialization_id" : "item.oak_wood", + "serialization_name" : "minecraft:oak_wood" }, { - "name" : "minecraft:orange_concrete_powder" + "command_name" : "minecraft:observer", + "name" : "minecraft:observer", + "raw_id" : 251, + "serialization_id" : "item.observer", + "serialization_name" : "minecraft:observer" }, { - "name" : "minecraft:orange_dye" + "command_name" : "minecraft:obsidian", + "name" : "minecraft:obsidian", + "raw_id" : 49, + "serialization_id" : "item.obsidian", + "serialization_name" : "minecraft:obsidian" }, { - "name" : "minecraft:orange_glazed_terracotta" + "command_name" : "minecraft:ocelot_spawn_egg", + "name" : "minecraft:ocelot_spawn_egg", + "raw_id" : 462, + "serialization_id" : "item.ocelot_spawn_egg", + "serialization_name" : "minecraft:ocelot_spawn_egg" }, { - "name" : "minecraft:orange_shulker_box" + "command_name" : "minecraft:ochre_froglight", + "name" : "minecraft:ochre_froglight", + "raw_id" : -471, + "serialization_id" : "item.ochre_froglight", + "serialization_name" : "minecraft:ochre_froglight" }, { - "name" : "minecraft:orange_stained_glass" + "command_name" : "minecraft:ominous_bottle", + "name" : "minecraft:ominous_bottle", + "raw_id" : 613, + "serialization_id" : "item.ominous_bottle", + "serialization_name" : "minecraft:ominous_bottle" }, { - "name" : "minecraft:orange_stained_glass_pane" + "command_name" : "minecraft:ominous_trial_key", + "name" : "minecraft:ominous_trial_key", + "raw_id" : 259, + "serialization_id" : "item.ominous_trial_key.name", + "serialization_name" : "minecraft:ominous_trial_key" }, { - "name" : "minecraft:orange_terracotta" + "command_name" : "minecraft:orange_candle", + "name" : "minecraft:orange_candle", + "raw_id" : -414, + "serialization_id" : "item.orange_candle", + "serialization_name" : "minecraft:orange_candle" }, { - "name" : "minecraft:orange_tulip" + "command_name" : "minecraft:orange_carpet", + "name" : "minecraft:orange_carpet", + "raw_id" : -597, + "serialization_id" : "item.orange_carpet", + "serialization_name" : "minecraft:orange_carpet" }, { - "name" : "minecraft:orange_wool" + "command_name" : "minecraft:orange_concrete", + "name" : "minecraft:orange_concrete", + "raw_id" : -628, + "serialization_id" : "item.orange_concrete", + "serialization_name" : "minecraft:orange_concrete" }, { - "name" : "minecraft:oxeye_daisy" + "command_name" : "minecraft:orange_concrete_powder", + "name" : "minecraft:orange_concrete_powder", + "raw_id" : -709, + "serialization_id" : "item.orange_concrete_powder", + "serialization_name" : "minecraft:orange_concrete_powder" }, { - "name" : "minecraft:oxidized_chiseled_copper" + "command_name" : "minecraft:orange_dye", + "name" : "minecraft:orange_dye", + "raw_id" : 419, + "serialization_id" : "item.orange_dye", + "serialization_name" : "minecraft:orange_dye" }, { - "name" : "minecraft:oxidized_copper" + "command_name" : "minecraft:orange_glazed_terracotta", + "name" : "minecraft:orange_glazed_terracotta", + "raw_id" : 221, + "serialization_id" : "item.orange_glazed_terracotta", + "serialization_name" : "minecraft:orange_glazed_terracotta" }, { - "name" : "minecraft:oxidized_copper_bulb" + "command_name" : "minecraft:orange_shulker_box", + "name" : "minecraft:orange_shulker_box", + "raw_id" : -613, + "serialization_id" : "item.orange_shulker_box", + "serialization_name" : "minecraft:orange_shulker_box" }, { - "name" : "minecraft:oxidized_copper_door" + "command_name" : "minecraft:orange_stained_glass", + "name" : "minecraft:orange_stained_glass", + "raw_id" : -673, + "serialization_id" : "item.orange_stained_glass", + "serialization_name" : "minecraft:orange_stained_glass" }, { - "name" : "minecraft:oxidized_copper_grate" + "command_name" : "minecraft:orange_stained_glass_pane", + "name" : "minecraft:orange_stained_glass_pane", + "raw_id" : -643, + "serialization_id" : "item.orange_stained_glass_pane", + "serialization_name" : "minecraft:orange_stained_glass_pane" }, { - "name" : "minecraft:oxidized_copper_trapdoor" + "command_name" : "minecraft:orange_terracotta", + "name" : "minecraft:orange_terracotta", + "raw_id" : -724, + "serialization_id" : "item.orange_terracotta", + "serialization_name" : "minecraft:orange_terracotta" }, { - "name" : "minecraft:oxidized_cut_copper" + "command_name" : "minecraft:orange_tulip", + "name" : "minecraft:orange_tulip", + "raw_id" : -834, + "serialization_id" : "item.orange_tulip", + "serialization_name" : "minecraft:orange_tulip" }, { - "name" : "minecraft:oxidized_cut_copper_slab" + "command_name" : "minecraft:orange_wool", + "name" : "minecraft:orange_wool", + "raw_id" : -557, + "serialization_id" : "item.orange_wool", + "serialization_name" : "minecraft:orange_wool" }, { - "name" : "minecraft:oxidized_cut_copper_stairs" + "command_name" : "minecraft:oxeye_daisy", + "name" : "minecraft:oxeye_daisy", + "raw_id" : -837, + "serialization_id" : "item.oxeye_daisy", + "serialization_name" : "minecraft:oxeye_daisy" }, { - "name" : "minecraft:packed_ice" + "command_name" : "minecraft:oxidized_chiseled_copper", + "name" : "minecraft:oxidized_chiseled_copper", + "raw_id" : -763, + "serialization_id" : "item.oxidized_chiseled_copper", + "serialization_name" : "minecraft:oxidized_chiseled_copper" }, { - "name" : "minecraft:packed_mud" + "command_name" : "minecraft:oxidized_copper", + "name" : "minecraft:oxidized_copper", + "raw_id" : -343, + "serialization_id" : "item.oxidized_copper", + "serialization_name" : "minecraft:oxidized_copper" }, { - "name" : "minecraft:painting" + "command_name" : "minecraft:oxidized_copper_bulb", + "name" : "minecraft:oxidized_copper_bulb", + "raw_id" : -779, + "serialization_id" : "item.oxidized_copper_bulb", + "serialization_name" : "minecraft:oxidized_copper_bulb" }, { - "name" : "minecraft:panda_spawn_egg" + "command_name" : "minecraft:oxidized_copper_door", + "name" : "minecraft:oxidized_copper_door", + "raw_id" : -787, + "serialization_id" : "item.oxidized_copper_door", + "serialization_name" : "minecraft:oxidized_copper_door" }, { - "name" : "minecraft:paper" + "command_name" : "minecraft:oxidized_copper_grate", + "name" : "minecraft:oxidized_copper_grate", + "raw_id" : -771, + "serialization_id" : "item.oxidized_copper_grate", + "serialization_name" : "minecraft:oxidized_copper_grate" }, { - "name" : "minecraft:parrot_spawn_egg" + "command_name" : "minecraft:oxidized_copper_trapdoor", + "name" : "minecraft:oxidized_copper_trapdoor", + "raw_id" : -795, + "serialization_id" : "item.oxidized_copper_trapdoor", + "serialization_name" : "minecraft:oxidized_copper_trapdoor" }, { - "name" : "minecraft:pearlescent_froglight" + "command_name" : "minecraft:oxidized_cut_copper", + "name" : "minecraft:oxidized_cut_copper", + "raw_id" : -350, + "serialization_id" : "item.oxidized_cut_copper", + "serialization_name" : "minecraft:oxidized_cut_copper" }, { - "name" : "minecraft:peony" + "command_name" : "minecraft:oxidized_cut_copper_slab", + "name" : "minecraft:oxidized_cut_copper_slab", + "raw_id" : -364, + "serialization_id" : "item.oxidized_cut_copper_slab", + "serialization_name" : "minecraft:oxidized_cut_copper_slab" }, { - "name" : "minecraft:petrified_oak_slab" + "command_name" : "minecraft:oxidized_cut_copper_stairs", + "name" : "minecraft:oxidized_cut_copper_stairs", + "raw_id" : -357, + "serialization_id" : "item.oxidized_cut_copper_stairs", + "serialization_name" : "minecraft:oxidized_cut_copper_stairs" }, { - "name" : "minecraft:phantom_membrane" + "command_name" : "minecraft:packed_ice", + "name" : "minecraft:packed_ice", + "raw_id" : 174, + "serialization_id" : "item.packed_ice", + "serialization_name" : "minecraft:packed_ice" }, { - "name" : "minecraft:phantom_spawn_egg" + "command_name" : "minecraft:packed_mud", + "name" : "minecraft:packed_mud", + "raw_id" : -477, + "serialization_id" : "item.packed_mud", + "serialization_name" : "minecraft:packed_mud" }, { - "name" : "minecraft:pig_spawn_egg" + "command_name" : "minecraft:painting", + "name" : "minecraft:painting", + "raw_id" : 366, + "serialization_id" : "item.painting", + "serialization_name" : "minecraft:painting" }, { - "name" : "minecraft:piglin_banner_pattern" + "command_name" : "minecraft:panda_spawn_egg", + "name" : "minecraft:panda_spawn_egg", + "raw_id" : 501, + "serialization_id" : "item.panda_spawn_egg", + "serialization_name" : "minecraft:panda_spawn_egg" }, { - "name" : "minecraft:piglin_brute_spawn_egg" + "command_name" : "minecraft:paper", + "name" : "minecraft:paper", + "raw_id" : 396, + "serialization_id" : "item.paper", + "serialization_name" : "minecraft:paper" }, { - "name" : "minecraft:piglin_spawn_egg" + "command_name" : "minecraft:parrot_spawn_egg", + "name" : "minecraft:parrot_spawn_egg", + "raw_id" : 490, + "serialization_id" : "item.parrot_spawn_egg", + "serialization_name" : "minecraft:parrot_spawn_egg" }, { - "name" : "minecraft:pillager_spawn_egg" + "command_name" : "minecraft:pearlescent_froglight", + "name" : "minecraft:pearlescent_froglight", + "raw_id" : -469, + "serialization_id" : "item.pearlescent_froglight", + "serialization_name" : "minecraft:pearlescent_froglight" }, { - "name" : "minecraft:pink_candle" + "command_name" : "minecraft:peony", + "name" : "minecraft:peony", + "raw_id" : -867, + "serialization_id" : "item.peony", + "serialization_name" : "minecraft:peony" }, { - "name" : "minecraft:pink_carpet" + "command_name" : "minecraft:petrified_oak_slab", + "name" : "minecraft:petrified_oak_slab", + "raw_id" : -902, + "serialization_id" : "item.petrified_oak_slab", + "serialization_name" : "minecraft:petrified_oak_slab" }, { - "name" : "minecraft:pink_concrete" + "command_name" : "minecraft:phantom_membrane", + "name" : "minecraft:phantom_membrane", + "raw_id" : 592, + "serialization_id" : "item.phantom_membrane", + "serialization_name" : "minecraft:phantom_membrane" }, { - "name" : "minecraft:pink_concrete_powder" + "command_name" : "minecraft:phantom_spawn_egg", + "name" : "minecraft:phantom_spawn_egg", + "raw_id" : 498, + "serialization_id" : "item.phantom_spawn_egg", + "serialization_name" : "minecraft:phantom_spawn_egg" }, { - "name" : "minecraft:pink_dye" + "command_name" : "minecraft:pig_spawn_egg", + "name" : "minecraft:pig_spawn_egg", + "raw_id" : 448, + "serialization_id" : "item.pig_spawn_egg", + "serialization_name" : "minecraft:pig_spawn_egg" }, { - "name" : "minecraft:pink_glazed_terracotta" + "command_name" : "minecraft:piglin_banner_pattern", + "name" : "minecraft:piglin_banner_pattern", + "raw_id" : 605, + "serialization_id" : "item.piglin_banner_pattern", + "serialization_name" : "minecraft:piglin_banner_pattern" }, { - "name" : "minecraft:pink_petals" + "command_name" : "minecraft:piglin_brute_spawn_egg", + "name" : "minecraft:piglin_brute_spawn_egg", + "raw_id" : 511, + "serialization_id" : "item.piglin_brute_spawn_egg", + "serialization_name" : "minecraft:piglin_brute_spawn_egg" }, { - "name" : "minecraft:pink_shulker_box" + "command_name" : "minecraft:piglin_spawn_egg", + "name" : "minecraft:piglin_spawn_egg", + "raw_id" : 509, + "serialization_id" : "item.piglin_spawn_egg", + "serialization_name" : "minecraft:piglin_spawn_egg" }, { - "name" : "minecraft:pink_stained_glass" + "command_name" : "minecraft:pillager_spawn_egg", + "name" : "minecraft:pillager_spawn_egg", + "raw_id" : 503, + "serialization_id" : "item.pillager_spawn_egg", + "serialization_name" : "minecraft:pillager_spawn_egg" }, { - "name" : "minecraft:pink_stained_glass_pane" + "command_name" : "minecraft:pink_candle", + "name" : "minecraft:pink_candle", + "raw_id" : -419, + "serialization_id" : "item.pink_candle", + "serialization_name" : "minecraft:pink_candle" }, { - "name" : "minecraft:pink_terracotta" + "command_name" : "minecraft:pink_carpet", + "name" : "minecraft:pink_carpet", + "raw_id" : -602, + "serialization_id" : "item.pink_carpet", + "serialization_name" : "minecraft:pink_carpet" }, { - "name" : "minecraft:pink_tulip" + "command_name" : "minecraft:pink_concrete", + "name" : "minecraft:pink_concrete", + "raw_id" : -633, + "serialization_id" : "item.pink_concrete", + "serialization_name" : "minecraft:pink_concrete" }, { - "name" : "minecraft:pink_wool" + "command_name" : "minecraft:pink_concrete_powder", + "name" : "minecraft:pink_concrete_powder", + "raw_id" : -714, + "serialization_id" : "item.pink_concrete_powder", + "serialization_name" : "minecraft:pink_concrete_powder" }, { - "name" : "minecraft:piston" + "command_name" : "minecraft:pink_dye", + "name" : "minecraft:pink_dye", + "raw_id" : 414, + "serialization_id" : "item.pink_dye", + "serialization_name" : "minecraft:pink_dye" }, { - "name" : "minecraft:pitcher_plant" + "command_name" : "minecraft:pink_glazed_terracotta", + "name" : "minecraft:pink_glazed_terracotta", + "raw_id" : 226, + "serialization_id" : "item.pink_glazed_terracotta", + "serialization_name" : "minecraft:pink_glazed_terracotta" }, { - "name" : "minecraft:pitcher_pod" + "command_name" : "minecraft:pink_petals", + "name" : "minecraft:pink_petals", + "raw_id" : -549, + "serialization_id" : "item.pink_petals", + "serialization_name" : "minecraft:pink_petals" }, { - "name" : "minecraft:plenty_pottery_sherd" + "command_name" : "minecraft:pink_shulker_box", + "name" : "minecraft:pink_shulker_box", + "raw_id" : -618, + "serialization_id" : "item.pink_shulker_box", + "serialization_name" : "minecraft:pink_shulker_box" }, { - "name" : "minecraft:podzol" + "command_name" : "minecraft:pink_stained_glass", + "name" : "minecraft:pink_stained_glass", + "raw_id" : -678, + "serialization_id" : "item.pink_stained_glass", + "serialization_name" : "minecraft:pink_stained_glass" }, { - "name" : "minecraft:pointed_dripstone" + "command_name" : "minecraft:pink_stained_glass_pane", + "name" : "minecraft:pink_stained_glass_pane", + "raw_id" : -648, + "serialization_id" : "item.pink_stained_glass_pane", + "serialization_name" : "minecraft:pink_stained_glass_pane" }, { - "name" : "minecraft:poisonous_potato" + "command_name" : "minecraft:pink_terracotta", + "name" : "minecraft:pink_terracotta", + "raw_id" : -729, + "serialization_id" : "item.pink_terracotta", + "serialization_name" : "minecraft:pink_terracotta" }, { - "name" : "minecraft:polar_bear_spawn_egg" + "command_name" : "minecraft:pink_tulip", + "name" : "minecraft:pink_tulip", + "raw_id" : -836, + "serialization_id" : "item.pink_tulip", + "serialization_name" : "minecraft:pink_tulip" }, { - "name" : "minecraft:polished_andesite" + "command_name" : "minecraft:pink_wool", + "name" : "minecraft:pink_wool", + "raw_id" : -566, + "serialization_id" : "item.pink_wool", + "serialization_name" : "minecraft:pink_wool" }, { - "name" : "minecraft:polished_andesite_slab" + "command_name" : "minecraft:piston", + "name" : "minecraft:piston", + "raw_id" : 33, + "serialization_id" : "item.piston", + "serialization_name" : "minecraft:piston" }, { - "name" : "minecraft:polished_andesite_stairs" + "command_name" : "minecraft:pitcher_plant", + "name" : "minecraft:pitcher_plant", + "raw_id" : -612, + "serialization_id" : "item.pitcher_plant", + "serialization_name" : "minecraft:pitcher_plant" }, { - "name" : "minecraft:polished_basalt" + "command_name" : "minecraft:pitcher_pod", + "name" : "minecraft:pitcher_pod", + "raw_id" : 303, + "serialization_id" : "item.pitcher_pod", + "serialization_name" : "minecraft:pitcher_pod" }, { - "name" : "minecraft:polished_blackstone" + "command_name" : "minecraft:plenty_pottery_sherd", + "name" : "minecraft:plenty_pottery_sherd", + "raw_id" : 693, + "serialization_id" : "item.plenty_pottery_sherd", + "serialization_name" : "minecraft:plenty_pottery_sherd" }, { - "name" : "minecraft:polished_blackstone_brick_slab" + "command_name" : "minecraft:podzol", + "name" : "minecraft:podzol", + "raw_id" : 243, + "serialization_id" : "item.podzol", + "serialization_name" : "minecraft:podzol" }, { - "name" : "minecraft:polished_blackstone_brick_stairs" + "command_name" : "minecraft:pointed_dripstone", + "name" : "minecraft:pointed_dripstone", + "raw_id" : -308, + "serialization_id" : "item.pointed_dripstone", + "serialization_name" : "minecraft:pointed_dripstone" }, { - "name" : "minecraft:polished_blackstone_brick_wall" + "command_name" : "minecraft:poisonous_potato", + "name" : "minecraft:poisonous_potato", + "raw_id" : 288, + "serialization_id" : "item.poisonous_potato", + "serialization_name" : "minecraft:poisonous_potato" }, { - "name" : "minecraft:polished_blackstone_bricks" + "command_name" : "minecraft:polar_bear_spawn_egg", + "name" : "minecraft:polar_bear_spawn_egg", + "raw_id" : 484, + "serialization_id" : "item.polar_bear_spawn_egg", + "serialization_name" : "minecraft:polar_bear_spawn_egg" }, { - "name" : "minecraft:polished_blackstone_button" + "command_name" : "minecraft:polished_andesite", + "name" : "minecraft:polished_andesite", + "raw_id" : -595, + "serialization_id" : "item.polished_andesite", + "serialization_name" : "minecraft:polished_andesite" }, { - "name" : "minecraft:polished_blackstone_pressure_plate" + "command_name" : "minecraft:polished_andesite_slab", + "name" : "minecraft:polished_andesite_slab", + "raw_id" : -892, + "serialization_id" : "item.polished_andesite_slab", + "serialization_name" : "minecraft:polished_andesite_slab" }, { - "name" : "minecraft:polished_blackstone_slab" + "command_name" : "minecraft:polished_andesite_stairs", + "name" : "minecraft:polished_andesite_stairs", + "raw_id" : -174, + "serialization_id" : "item.polished_andesite_stairs", + "serialization_name" : "minecraft:polished_andesite_stairs" }, { - "name" : "minecraft:polished_blackstone_stairs" + "command_name" : "minecraft:polished_basalt", + "name" : "minecraft:polished_basalt", + "raw_id" : -235, + "serialization_id" : "item.polished_basalt", + "serialization_name" : "minecraft:polished_basalt" }, { - "name" : "minecraft:polished_blackstone_wall" + "command_name" : "minecraft:polished_blackstone", + "name" : "minecraft:polished_blackstone", + "raw_id" : -291, + "serialization_id" : "item.polished_blackstone", + "serialization_name" : "minecraft:polished_blackstone" }, { - "name" : "minecraft:polished_deepslate" + "command_name" : "minecraft:polished_blackstone_brick_slab", + "name" : "minecraft:polished_blackstone_brick_slab", + "raw_id" : -284, + "serialization_id" : "item.polished_blackstone_brick_slab", + "serialization_name" : "minecraft:polished_blackstone_brick_slab" }, { - "name" : "minecraft:polished_deepslate_slab" + "command_name" : "minecraft:polished_blackstone_brick_stairs", + "name" : "minecraft:polished_blackstone_brick_stairs", + "raw_id" : -275, + "serialization_id" : "item.polished_blackstone_brick_stairs", + "serialization_name" : "minecraft:polished_blackstone_brick_stairs" }, { - "name" : "minecraft:polished_deepslate_stairs" + "command_name" : "minecraft:polished_blackstone_brick_wall", + "name" : "minecraft:polished_blackstone_brick_wall", + "raw_id" : -278, + "serialization_id" : "item.polished_blackstone_brick_wall", + "serialization_name" : "minecraft:polished_blackstone_brick_wall" }, { - "name" : "minecraft:polished_deepslate_wall" + "command_name" : "minecraft:polished_blackstone_bricks", + "name" : "minecraft:polished_blackstone_bricks", + "raw_id" : -274, + "serialization_id" : "item.polished_blackstone_bricks", + "serialization_name" : "minecraft:polished_blackstone_bricks" }, { - "name" : "minecraft:polished_diorite" + "command_name" : "minecraft:polished_blackstone_button", + "name" : "minecraft:polished_blackstone_button", + "raw_id" : -296, + "serialization_id" : "item.polished_blackstone_button", + "serialization_name" : "minecraft:polished_blackstone_button" }, { - "name" : "minecraft:polished_diorite_slab" + "command_name" : "minecraft:polished_blackstone_pressure_plate", + "name" : "minecraft:polished_blackstone_pressure_plate", + "raw_id" : -295, + "serialization_id" : "item.polished_blackstone_pressure_plate", + "serialization_name" : "minecraft:polished_blackstone_pressure_plate" }, { - "name" : "minecraft:polished_diorite_stairs" + "command_name" : "minecraft:polished_blackstone_slab", + "name" : "minecraft:polished_blackstone_slab", + "raw_id" : -293, + "serialization_id" : "item.polished_blackstone_slab", + "serialization_name" : "minecraft:polished_blackstone_slab" }, { - "name" : "minecraft:polished_granite" + "command_name" : "minecraft:polished_blackstone_stairs", + "name" : "minecraft:polished_blackstone_stairs", + "raw_id" : -292, + "serialization_id" : "item.polished_blackstone_stairs", + "serialization_name" : "minecraft:polished_blackstone_stairs" }, { - "name" : "minecraft:polished_granite_slab" + "command_name" : "minecraft:polished_blackstone_wall", + "name" : "minecraft:polished_blackstone_wall", + "raw_id" : -297, + "serialization_id" : "item.polished_blackstone_wall", + "serialization_name" : "minecraft:polished_blackstone_wall" }, { - "name" : "minecraft:polished_granite_stairs" + "command_name" : "minecraft:polished_deepslate", + "name" : "minecraft:polished_deepslate", + "raw_id" : -383, + "serialization_id" : "item.polished_deepslate", + "serialization_name" : "minecraft:polished_deepslate" }, { - "name" : "minecraft:polished_tuff" + "command_name" : "minecraft:polished_deepslate_slab", + "name" : "minecraft:polished_deepslate_slab", + "raw_id" : -384, + "serialization_id" : "item.polished_deepslate_slab", + "serialization_name" : "minecraft:polished_deepslate_slab" }, { - "name" : "minecraft:polished_tuff_slab" + "command_name" : "minecraft:polished_deepslate_stairs", + "name" : "minecraft:polished_deepslate_stairs", + "raw_id" : -385, + "serialization_id" : "item.polished_deepslate_stairs", + "serialization_name" : "minecraft:polished_deepslate_stairs" }, { - "name" : "minecraft:polished_tuff_stairs" + "command_name" : "minecraft:polished_deepslate_wall", + "name" : "minecraft:polished_deepslate_wall", + "raw_id" : -386, + "serialization_id" : "item.polished_deepslate_wall", + "serialization_name" : "minecraft:polished_deepslate_wall" }, { - "name" : "minecraft:polished_tuff_wall" + "command_name" : "minecraft:polished_diorite", + "name" : "minecraft:polished_diorite", + "raw_id" : -593, + "serialization_id" : "item.polished_diorite", + "serialization_name" : "minecraft:polished_diorite" }, { - "name" : "minecraft:popped_chorus_fruit" + "command_name" : "minecraft:polished_diorite_slab", + "name" : "minecraft:polished_diorite_slab", + "raw_id" : -895, + "serialization_id" : "item.polished_diorite_slab", + "serialization_name" : "minecraft:polished_diorite_slab" }, { - "name" : "minecraft:poppy" + "command_name" : "minecraft:polished_diorite_stairs", + "name" : "minecraft:polished_diorite_stairs", + "raw_id" : -173, + "serialization_id" : "item.polished_diorite_stairs", + "serialization_name" : "minecraft:polished_diorite_stairs" }, { - "name" : "minecraft:porkchop" + "command_name" : "minecraft:polished_granite", + "name" : "minecraft:polished_granite", + "raw_id" : -591, + "serialization_id" : "item.polished_granite", + "serialization_name" : "minecraft:polished_granite" }, { - "name" : "minecraft:potato" + "command_name" : "minecraft:polished_granite_slab", + "name" : "minecraft:polished_granite_slab", + "raw_id" : -897, + "serialization_id" : "item.polished_granite_slab", + "serialization_name" : "minecraft:polished_granite_slab" }, { - "name" : "minecraft:potion" + "command_name" : "minecraft:polished_granite_stairs", + "name" : "minecraft:polished_granite_stairs", + "raw_id" : -172, + "serialization_id" : "item.polished_granite_stairs", + "serialization_name" : "minecraft:polished_granite_stairs" }, { - "name" : "minecraft:powder_snow_bucket" + "command_name" : "minecraft:polished_tuff", + "name" : "minecraft:polished_tuff", + "raw_id" : -748, + "serialization_id" : "item.polished_tuff", + "serialization_name" : "minecraft:polished_tuff" }, { - "name" : "minecraft:prismarine" + "command_name" : "minecraft:polished_tuff_slab", + "name" : "minecraft:polished_tuff_slab", + "raw_id" : -749, + "serialization_id" : "item.polished_tuff_slab", + "serialization_name" : "minecraft:polished_tuff_slab" }, { - "name" : "minecraft:prismarine_brick_slab" + "command_name" : "minecraft:polished_tuff_stairs", + "name" : "minecraft:polished_tuff_stairs", + "raw_id" : -751, + "serialization_id" : "item.polished_tuff_stairs", + "serialization_name" : "minecraft:polished_tuff_stairs" }, { - "name" : "minecraft:prismarine_bricks" + "command_name" : "minecraft:polished_tuff_wall", + "name" : "minecraft:polished_tuff_wall", + "raw_id" : -752, + "serialization_id" : "item.polished_tuff_wall", + "serialization_name" : "minecraft:polished_tuff_wall" }, { - "name" : "minecraft:prismarine_bricks_stairs" + "command_name" : "minecraft:popped_chorus_fruit", + "name" : "minecraft:popped_chorus_fruit", + "raw_id" : 577, + "serialization_id" : "item.chorus_fruit_popped", + "serialization_name" : "minecraft:popped_chorus_fruit" }, { - "name" : "minecraft:prismarine_crystals" + "command_name" : "minecraft:poppy", + "name" : "minecraft:poppy", + "raw_id" : 38, + "serialization_id" : "item.poppy", + "serialization_name" : "minecraft:poppy" }, { - "name" : "minecraft:prismarine_shard" + "command_name" : "minecraft:porkchop", + "name" : "minecraft:porkchop", + "raw_id" : 268, + "serialization_id" : "item.porkchop", + "serialization_name" : "minecraft:porkchop" }, { - "name" : "minecraft:prismarine_slab" + "command_name" : "minecraft:potato", + "name" : "minecraft:potato", + "raw_id" : 286, + "serialization_id" : "item.potato", + "serialization_name" : "minecraft:potato" }, { - "name" : "minecraft:prismarine_stairs" + "command_name" : "minecraft:potion", + "name" : "minecraft:potion", + "raw_id" : 437, + "serialization_id" : "item.potion", + "serialization_name" : "minecraft:potion" }, { - "name" : "minecraft:prize_pottery_sherd" + "command_name" : "minecraft:powder_snow_bucket", + "name" : "minecraft:powder_snow_bucket", + "raw_id" : 377, + "serialization_id" : "item.powder_snow_bucket", + "serialization_name" : "minecraft:powder_snow_bucket" }, { - "name" : "minecraft:pufferfish" + "command_name" : "minecraft:prismarine", + "name" : "minecraft:prismarine", + "raw_id" : 168, + "serialization_id" : "item.prismarine", + "serialization_name" : "minecraft:prismarine" }, { - "name" : "minecraft:pufferfish_bucket" + "command_name" : "minecraft:prismarine_brick_slab", + "name" : "minecraft:prismarine_brick_slab", + "raw_id" : -887, + "serialization_id" : "item.prismarine_brick_slab", + "serialization_name" : "minecraft:prismarine_brick_slab" }, { - "name" : "minecraft:pufferfish_spawn_egg" + "command_name" : "minecraft:prismarine_bricks", + "name" : "minecraft:prismarine_bricks", + "raw_id" : -948, + "serialization_id" : "item.prismarine_bricks", + "serialization_name" : "minecraft:prismarine_bricks" }, { - "name" : "minecraft:pumpkin" + "command_name" : "minecraft:prismarine_bricks_stairs", + "name" : "minecraft:prismarine_bricks_stairs", + "raw_id" : -4, + "serialization_id" : "item.prismarine_bricks_stairs", + "serialization_name" : "minecraft:prismarine_bricks_stairs" }, { - "name" : "minecraft:pumpkin_pie" + "command_name" : "minecraft:prismarine_crystals", + "name" : "minecraft:prismarine_crystals", + "raw_id" : 567, + "serialization_id" : "item.prismarine_crystals", + "serialization_name" : "minecraft:prismarine_crystals" }, { - "name" : "minecraft:pumpkin_seeds" + "command_name" : "minecraft:prismarine_shard", + "name" : "minecraft:prismarine_shard", + "raw_id" : 583, + "serialization_id" : "item.prismarine_shard", + "serialization_name" : "minecraft:prismarine_shard" }, { - "name" : "minecraft:purple_candle" + "command_name" : "minecraft:prismarine_slab", + "name" : "minecraft:prismarine_slab", + "raw_id" : -885, + "serialization_id" : "item.prismarine_slab", + "serialization_name" : "minecraft:prismarine_slab" }, { - "name" : "minecraft:purple_carpet" + "command_name" : "minecraft:prismarine_stairs", + "name" : "minecraft:prismarine_stairs", + "raw_id" : -2, + "serialization_id" : "item.prismarine_stairs", + "serialization_name" : "minecraft:prismarine_stairs" }, { - "name" : "minecraft:purple_concrete" + "command_name" : "minecraft:prismarine_wall", + "name" : "minecraft:prismarine_wall", + "raw_id" : -981, + "serialization_id" : "item.prismarine_wall", + "serialization_name" : "minecraft:prismarine_wall" }, { - "name" : "minecraft:purple_concrete_powder" + "command_name" : "minecraft:prize_pottery_sherd", + "name" : "minecraft:prize_pottery_sherd", + "raw_id" : 694, + "serialization_id" : "item.prize_pottery_sherd", + "serialization_name" : "minecraft:prize_pottery_sherd" }, { - "name" : "minecraft:purple_dye" + "command_name" : "minecraft:pufferfish", + "name" : "minecraft:pufferfish", + "raw_id" : 273, + "serialization_id" : "item.pufferfish", + "serialization_name" : "minecraft:pufferfish" }, { - "name" : "minecraft:purple_glazed_terracotta" + "command_name" : "minecraft:pufferfish_bucket", + "name" : "minecraft:pufferfish_bucket", + "raw_id" : 376, + "serialization_id" : "item.pufferfish_bucket", + "serialization_name" : "minecraft:pufferfish_bucket" }, { - "name" : "minecraft:purple_shulker_box" + "command_name" : "minecraft:pufferfish_spawn_egg", + "name" : "minecraft:pufferfish_spawn_egg", + "raw_id" : 493, + "serialization_id" : "item.pufferfish_spawn_egg", + "serialization_name" : "minecraft:pufferfish_spawn_egg" }, { - "name" : "minecraft:purple_stained_glass" + "command_name" : "minecraft:pumpkin", + "name" : "minecraft:pumpkin", + "raw_id" : 86, + "serialization_id" : "item.pumpkin", + "serialization_name" : "minecraft:pumpkin" }, { - "name" : "minecraft:purple_stained_glass_pane" + "command_name" : "minecraft:pumpkin_pie", + "name" : "minecraft:pumpkin_pie", + "raw_id" : 290, + "serialization_id" : "item.pumpkin_pie", + "serialization_name" : "minecraft:pumpkin_pie" }, { - "name" : "minecraft:purple_terracotta" + "command_name" : "minecraft:pumpkin_seeds", + "name" : "minecraft:pumpkin_seeds", + "raw_id" : 298, + "serialization_id" : "item.pumpkin_seeds", + "serialization_name" : "minecraft:pumpkin_seeds" }, { - "name" : "minecraft:purple_wool" + "command_name" : "minecraft:purple_candle", + "name" : "minecraft:purple_candle", + "raw_id" : -423, + "serialization_id" : "item.purple_candle", + "serialization_name" : "minecraft:purple_candle" }, { - "name" : "minecraft:purpur_block" + "command_name" : "minecraft:purple_carpet", + "name" : "minecraft:purple_carpet", + "raw_id" : -606, + "serialization_id" : "item.purple_carpet", + "serialization_name" : "minecraft:purple_carpet" }, { - "name" : "minecraft:purpur_slab" + "command_name" : "minecraft:purple_concrete", + "name" : "minecraft:purple_concrete", + "raw_id" : -637, + "serialization_id" : "item.purple_concrete", + "serialization_name" : "minecraft:purple_concrete" }, { - "name" : "minecraft:purpur_stairs" + "command_name" : "minecraft:purple_concrete_powder", + "name" : "minecraft:purple_concrete_powder", + "raw_id" : -718, + "serialization_id" : "item.purple_concrete_powder", + "serialization_name" : "minecraft:purple_concrete_powder" }, { - "name" : "minecraft:quartz" + "command_name" : "minecraft:purple_dye", + "name" : "minecraft:purple_dye", + "raw_id" : 410, + "serialization_id" : "item.purple_dye", + "serialization_name" : "minecraft:purple_dye" }, { - "name" : "minecraft:quartz_block" + "command_name" : "minecraft:purple_glazed_terracotta", + "name" : "minecraft:purple_glazed_terracotta", + "raw_id" : 219, + "serialization_id" : "item.purple_glazed_terracotta", + "serialization_name" : "minecraft:purple_glazed_terracotta" }, { - "name" : "minecraft:quartz_bricks" + "command_name" : "minecraft:purple_shulker_box", + "name" : "minecraft:purple_shulker_box", + "raw_id" : -622, + "serialization_id" : "item.purple_shulker_box", + "serialization_name" : "minecraft:purple_shulker_box" }, { - "name" : "minecraft:quartz_ore" + "command_name" : "minecraft:purple_stained_glass", + "name" : "minecraft:purple_stained_glass", + "raw_id" : -682, + "serialization_id" : "item.purple_stained_glass", + "serialization_name" : "minecraft:purple_stained_glass" }, { - "name" : "minecraft:quartz_pillar" + "command_name" : "minecraft:purple_stained_glass_pane", + "name" : "minecraft:purple_stained_glass_pane", + "raw_id" : -652, + "serialization_id" : "item.purple_stained_glass_pane", + "serialization_name" : "minecraft:purple_stained_glass_pane" }, { - "name" : "minecraft:quartz_slab" + "command_name" : "minecraft:purple_terracotta", + "name" : "minecraft:purple_terracotta", + "raw_id" : -733, + "serialization_id" : "item.purple_terracotta", + "serialization_name" : "minecraft:purple_terracotta" }, { - "name" : "minecraft:quartz_stairs" + "command_name" : "minecraft:purple_wool", + "name" : "minecraft:purple_wool", + "raw_id" : -564, + "serialization_id" : "item.purple_wool", + "serialization_name" : "minecraft:purple_wool" }, { - "name" : "minecraft:rabbit" + "command_name" : "minecraft:purpur_block", + "name" : "minecraft:purpur_block", + "raw_id" : 201, + "serialization_id" : "item.purpur_block", + "serialization_name" : "minecraft:purpur_block" }, { - "name" : "minecraft:rabbit_foot" + "command_name" : "minecraft:purpur_pillar", + "name" : "minecraft:purpur_pillar", + "raw_id" : -951, + "serialization_id" : "item.purpur_pillar", + "serialization_name" : "minecraft:purpur_pillar" }, { - "name" : "minecraft:rabbit_hide" + "command_name" : "minecraft:purpur_slab", + "name" : "minecraft:purpur_slab", + "raw_id" : -884, + "serialization_id" : "item.purpur_slab", + "serialization_name" : "minecraft:purpur_slab" }, { - "name" : "minecraft:rabbit_spawn_egg" + "command_name" : "minecraft:purpur_stairs", + "name" : "minecraft:purpur_stairs", + "raw_id" : 203, + "serialization_id" : "item.purpur_stairs", + "serialization_name" : "minecraft:purpur_stairs" }, { - "name" : "minecraft:rabbit_stew" + "command_name" : "minecraft:quartz", + "name" : "minecraft:quartz", + "raw_id" : 542, + "serialization_id" : "item.quartz", + "serialization_name" : "minecraft:quartz" }, { - "name" : "minecraft:rail" + "command_name" : "minecraft:quartz_block", + "name" : "minecraft:quartz_block", + "raw_id" : 155, + "serialization_id" : "item.quartz_block", + "serialization_name" : "minecraft:quartz_block" }, { - "name" : "minecraft:raiser_armor_trim_smithing_template" + "command_name" : "minecraft:quartz_bricks", + "name" : "minecraft:quartz_bricks", + "raw_id" : -304, + "serialization_id" : "item.quartz_bricks", + "serialization_name" : "minecraft:quartz_bricks" }, { - "name" : "minecraft:ravager_spawn_egg" + "command_name" : "minecraft:quartz_ore", + "name" : "minecraft:quartz_ore", + "raw_id" : 153, + "serialization_id" : "item.quartz_ore", + "serialization_name" : "minecraft:quartz_ore" }, { - "name" : "minecraft:raw_copper" + "command_name" : "minecraft:quartz_pillar", + "name" : "minecraft:quartz_pillar", + "raw_id" : -954, + "serialization_id" : "item.quartz_pillar", + "serialization_name" : "minecraft:quartz_pillar" }, { - "name" : "minecraft:raw_copper_block" + "command_name" : "minecraft:quartz_slab", + "name" : "minecraft:quartz_slab", + "raw_id" : -876, + "serialization_id" : "item.quartz_slab", + "serialization_name" : "minecraft:quartz_slab" }, { - "name" : "minecraft:raw_gold" + "command_name" : "minecraft:quartz_stairs", + "name" : "minecraft:quartz_stairs", + "raw_id" : 156, + "serialization_id" : "item.quartz_stairs", + "serialization_name" : "minecraft:quartz_stairs" }, { - "name" : "minecraft:raw_gold_block" + "command_name" : "minecraft:rabbit", + "name" : "minecraft:rabbit", + "raw_id" : 294, + "serialization_id" : "item.rabbit", + "serialization_name" : "minecraft:rabbit" }, { - "name" : "minecraft:raw_iron" + "command_name" : "minecraft:rabbit_foot", + "name" : "minecraft:rabbit_foot", + "raw_id" : 546, + "serialization_id" : "item.rabbit_foot", + "serialization_name" : "minecraft:rabbit_foot" }, { - "name" : "minecraft:raw_iron_block" + "command_name" : "minecraft:rabbit_hide", + "name" : "minecraft:rabbit_hide", + "raw_id" : 547, + "serialization_id" : "item.rabbit_hide", + "serialization_name" : "minecraft:rabbit_hide" }, { - "name" : "minecraft:recovery_compass" + "command_name" : "minecraft:rabbit_spawn_egg", + "name" : "minecraft:rabbit_spawn_egg", + "raw_id" : 470, + "serialization_id" : "item.rabbit_spawn_egg", + "serialization_name" : "minecraft:rabbit_spawn_egg" }, { - "name" : "minecraft:red_candle" + "command_name" : "minecraft:rabbit_stew", + "name" : "minecraft:rabbit_stew", + "raw_id" : 296, + "serialization_id" : "item.rabbit_stew", + "serialization_name" : "minecraft:rabbit_stew" }, { - "name" : "minecraft:red_carpet" + "command_name" : "minecraft:rail", + "name" : "minecraft:rail", + "raw_id" : 66, + "serialization_id" : "item.rail", + "serialization_name" : "minecraft:rail" }, { - "name" : "minecraft:red_concrete" + "command_name" : "minecraft:raiser_armor_trim_smithing_template", + "name" : "minecraft:raiser_armor_trim_smithing_template", + "raw_id" : 715, + "serialization_id" : "item.raiser_armor_trim_smithing_template", + "serialization_name" : "minecraft:raiser_armor_trim_smithing_template" }, { - "name" : "minecraft:red_concrete_powder" + "command_name" : "minecraft:ravager_spawn_egg", + "name" : "minecraft:ravager_spawn_egg", + "raw_id" : 505, + "serialization_id" : "item.ravager_spawn_egg", + "serialization_name" : "minecraft:ravager_spawn_egg" }, { - "name" : "minecraft:red_dye" + "command_name" : "minecraft:raw_copper", + "name" : "minecraft:raw_copper", + "raw_id" : 525, + "serialization_id" : "item.raw_copper", + "serialization_name" : "minecraft:raw_copper" }, { - "name" : "minecraft:red_glazed_terracotta" + "command_name" : "minecraft:raw_copper_block", + "name" : "minecraft:raw_copper_block", + "raw_id" : -452, + "serialization_id" : "item.raw_copper_block", + "serialization_name" : "minecraft:raw_copper_block" }, { - "name" : "minecraft:red_mushroom" + "command_name" : "minecraft:raw_gold", + "name" : "minecraft:raw_gold", + "raw_id" : 524, + "serialization_id" : "item.raw_gold", + "serialization_name" : "minecraft:raw_gold" }, { - "name" : "minecraft:red_mushroom_block" + "command_name" : "minecraft:raw_gold_block", + "name" : "minecraft:raw_gold_block", + "raw_id" : -453, + "serialization_id" : "item.raw_gold_block", + "serialization_name" : "minecraft:raw_gold_block" }, { - "name" : "minecraft:red_nether_brick" + "command_name" : "minecraft:raw_iron", + "name" : "minecraft:raw_iron", + "raw_id" : 523, + "serialization_id" : "item.raw_iron", + "serialization_name" : "minecraft:raw_iron" }, { - "name" : "minecraft:red_nether_brick_slab" + "command_name" : "minecraft:raw_iron_block", + "name" : "minecraft:raw_iron_block", + "raw_id" : -451, + "serialization_id" : "item.raw_iron_block", + "serialization_name" : "minecraft:raw_iron_block" }, { - "name" : "minecraft:red_nether_brick_stairs" + "command_name" : "minecraft:recovery_compass", + "name" : "minecraft:recovery_compass", + "raw_id" : 667, + "serialization_id" : "item.recovery_compass", + "serialization_name" : "minecraft:recovery_compass" }, { - "name" : "minecraft:red_sand" + "command_name" : "minecraft:red_candle", + "name" : "minecraft:red_candle", + "raw_id" : -427, + "serialization_id" : "item.red_candle", + "serialization_name" : "minecraft:red_candle" }, { - "name" : "minecraft:red_sandstone" + "command_name" : "minecraft:red_carpet", + "name" : "minecraft:red_carpet", + "raw_id" : -610, + "serialization_id" : "item.red_carpet", + "serialization_name" : "minecraft:red_carpet" }, { - "name" : "minecraft:red_sandstone_slab" + "command_name" : "minecraft:red_concrete", + "name" : "minecraft:red_concrete", + "raw_id" : -641, + "serialization_id" : "item.red_concrete", + "serialization_name" : "minecraft:red_concrete" }, { - "name" : "minecraft:red_sandstone_stairs" + "command_name" : "minecraft:red_concrete_powder", + "name" : "minecraft:red_concrete_powder", + "raw_id" : -722, + "serialization_id" : "item.red_concrete_powder", + "serialization_name" : "minecraft:red_concrete_powder" }, { - "name" : "minecraft:red_shulker_box" + "command_name" : "minecraft:red_dye", + "name" : "minecraft:red_dye", + "raw_id" : 406, + "serialization_id" : "item.red_dye", + "serialization_name" : "minecraft:red_dye" }, { - "name" : "minecraft:red_stained_glass" + "command_name" : "minecraft:red_glazed_terracotta", + "name" : "minecraft:red_glazed_terracotta", + "raw_id" : 234, + "serialization_id" : "item.red_glazed_terracotta", + "serialization_name" : "minecraft:red_glazed_terracotta" }, { - "name" : "minecraft:red_stained_glass_pane" + "command_name" : "minecraft:red_mushroom", + "name" : "minecraft:red_mushroom", + "raw_id" : 40, + "serialization_id" : "item.red_mushroom", + "serialization_name" : "minecraft:red_mushroom" }, { - "name" : "minecraft:red_terracotta" + "command_name" : "minecraft:red_mushroom_block", + "name" : "minecraft:red_mushroom_block", + "raw_id" : 100, + "serialization_id" : "item.red_mushroom_block", + "serialization_name" : "minecraft:red_mushroom_block" }, { - "name" : "minecraft:red_tulip" + "command_name" : "minecraft:red_nether_brick", + "name" : "minecraft:red_nether_brick", + "raw_id" : 215, + "serialization_id" : "item.red_nether_brick", + "serialization_name" : "minecraft:red_nether_brick" }, { - "name" : "minecraft:red_wool" + "command_name" : "minecraft:red_nether_brick_slab", + "name" : "minecraft:red_nether_brick_slab", + "raw_id" : -890, + "serialization_id" : "item.red_nether_brick_slab", + "serialization_name" : "minecraft:red_nether_brick_slab" }, { - "name" : "minecraft:redstone" + "command_name" : "minecraft:red_nether_brick_stairs", + "name" : "minecraft:red_nether_brick_stairs", + "raw_id" : -184, + "serialization_id" : "item.red_nether_brick_stairs", + "serialization_name" : "minecraft:red_nether_brick_stairs" }, { - "name" : "minecraft:redstone_block" + "command_name" : "minecraft:red_nether_brick_wall", + "name" : "minecraft:red_nether_brick_wall", + "raw_id" : -983, + "serialization_id" : "item.red_nether_brick_wall", + "serialization_name" : "minecraft:red_nether_brick_wall" }, { - "name" : "minecraft:redstone_lamp" + "command_name" : "minecraft:red_sand", + "name" : "minecraft:red_sand", + "raw_id" : -949, + "serialization_id" : "item.red_sand", + "serialization_name" : "minecraft:red_sand" }, { - "name" : "minecraft:redstone_ore" + "command_name" : "minecraft:red_sandstone", + "name" : "minecraft:red_sandstone", + "raw_id" : 179, + "serialization_id" : "item.red_sandstone", + "serialization_name" : "minecraft:red_sandstone" }, { - "name" : "minecraft:redstone_torch" + "command_name" : "minecraft:red_sandstone_slab", + "name" : "minecraft:red_sandstone_slab", + "raw_id" : 182, + "serialization_id" : "item.red_sandstone_slab", + "serialization_name" : "minecraft:red_sandstone_slab" }, { - "name" : "minecraft:reinforced_deepslate" + "command_name" : "minecraft:red_sandstone_stairs", + "name" : "minecraft:red_sandstone_stairs", + "raw_id" : 180, + "serialization_id" : "item.red_sandstone_stairs", + "serialization_name" : "minecraft:red_sandstone_stairs" }, { - "name" : "minecraft:repeater" + "command_name" : "minecraft:red_sandstone_wall", + "name" : "minecraft:red_sandstone_wall", + "raw_id" : -982, + "serialization_id" : "item.red_sandstone_wall", + "serialization_name" : "minecraft:red_sandstone_wall" }, { - "name" : "minecraft:repeating_command_block" + "command_name" : "minecraft:red_shulker_box", + "name" : "minecraft:red_shulker_box", + "raw_id" : -626, + "serialization_id" : "item.red_shulker_box", + "serialization_name" : "minecraft:red_shulker_box" }, { - "name" : "minecraft:respawn_anchor" + "command_name" : "minecraft:red_stained_glass", + "name" : "minecraft:red_stained_glass", + "raw_id" : -686, + "serialization_id" : "item.red_stained_glass", + "serialization_name" : "minecraft:red_stained_glass" }, { - "name" : "minecraft:rib_armor_trim_smithing_template" + "command_name" : "minecraft:red_stained_glass_pane", + "name" : "minecraft:red_stained_glass_pane", + "raw_id" : -656, + "serialization_id" : "item.red_stained_glass_pane", + "serialization_name" : "minecraft:red_stained_glass_pane" }, { - "name" : "minecraft:rose_bush" + "command_name" : "minecraft:red_terracotta", + "name" : "minecraft:red_terracotta", + "raw_id" : -737, + "serialization_id" : "item.red_terracotta", + "serialization_name" : "minecraft:red_terracotta" }, { - "name" : "minecraft:rotten_flesh" + "command_name" : "minecraft:red_tulip", + "name" : "minecraft:red_tulip", + "raw_id" : -833, + "serialization_id" : "item.red_tulip", + "serialization_name" : "minecraft:red_tulip" }, { - "name" : "minecraft:saddle" + "command_name" : "minecraft:red_wool", + "name" : "minecraft:red_wool", + "raw_id" : -556, + "serialization_id" : "item.red_wool", + "serialization_name" : "minecraft:red_wool" }, { - "name" : "minecraft:salmon" + "command_name" : "minecraft:redstone", + "name" : "minecraft:redstone", + "raw_id" : 382, + "serialization_id" : "item.redstone", + "serialization_name" : "minecraft:redstone" }, { - "name" : "minecraft:salmon_bucket" + "command_name" : "minecraft:redstone_block", + "name" : "minecraft:redstone_block", + "raw_id" : 152, + "serialization_id" : "item.redstone_block", + "serialization_name" : "minecraft:redstone_block" }, { - "name" : "minecraft:salmon_spawn_egg" + "command_name" : "minecraft:redstone_lamp", + "name" : "minecraft:redstone_lamp", + "raw_id" : 123, + "serialization_id" : "item.redstone_lamp", + "serialization_name" : "minecraft:redstone_lamp" }, { - "name" : "minecraft:sand" + "command_name" : "minecraft:redstone_ore", + "name" : "minecraft:redstone_ore", + "raw_id" : 73, + "serialization_id" : "item.redstone_ore", + "serialization_name" : "minecraft:redstone_ore" }, { - "name" : "minecraft:sandstone" + "command_name" : "minecraft:redstone_torch", + "name" : "minecraft:redstone_torch", + "raw_id" : 76, + "serialization_id" : "item.redstone_torch", + "serialization_name" : "minecraft:redstone_torch" }, { - "name" : "minecraft:sandstone_slab" + "command_name" : "minecraft:reinforced_deepslate", + "name" : "minecraft:reinforced_deepslate", + "raw_id" : -466, + "serialization_id" : "item.reinforced_deepslate", + "serialization_name" : "minecraft:reinforced_deepslate" }, { - "name" : "minecraft:sandstone_stairs" + "command_name" : "minecraft:repeater", + "name" : "minecraft:repeater", + "raw_id" : 429, + "serialization_id" : "item.repeater", + "serialization_name" : "minecraft:repeater" }, { - "name" : "minecraft:scaffolding" + "command_name" : "minecraft:repeating_command_block", + "name" : "minecraft:repeating_command_block", + "raw_id" : 188, + "serialization_id" : "item.repeating_command_block", + "serialization_name" : "minecraft:repeating_command_block" }, { - "name" : "minecraft:scrape_pottery_sherd" + "command_name" : "minecraft:respawn_anchor", + "name" : "minecraft:respawn_anchor", + "raw_id" : -272, + "serialization_id" : "item.respawn_anchor", + "serialization_name" : "minecraft:respawn_anchor" }, { - "name" : "minecraft:sculk" + "command_name" : "minecraft:rib_armor_trim_smithing_template", + "name" : "minecraft:rib_armor_trim_smithing_template", + "raw_id" : 711, + "serialization_id" : "item.rib_armor_trim_smithing_template", + "serialization_name" : "minecraft:rib_armor_trim_smithing_template" }, { - "name" : "minecraft:sculk_catalyst" + "command_name" : "minecraft:rose_bush", + "name" : "minecraft:rose_bush", + "raw_id" : -866, + "serialization_id" : "item.rose_bush", + "serialization_name" : "minecraft:rose_bush" }, { - "name" : "minecraft:sculk_sensor" + "command_name" : "minecraft:rotten_flesh", + "name" : "minecraft:rotten_flesh", + "raw_id" : 283, + "serialization_id" : "item.rotten_flesh", + "serialization_name" : "minecraft:rotten_flesh" }, { - "name" : "minecraft:sculk_shrieker" + "command_name" : "minecraft:saddle", + "name" : "minecraft:saddle", + "raw_id" : 380, + "serialization_id" : "item.saddle", + "serialization_name" : "minecraft:saddle" }, { - "name" : "minecraft:sculk_vein" + "command_name" : "minecraft:salmon", + "name" : "minecraft:salmon", + "raw_id" : 271, + "serialization_id" : "item.salmon", + "serialization_name" : "minecraft:salmon" }, { - "name" : "minecraft:sea_lantern" + "command_name" : "minecraft:salmon_bucket", + "name" : "minecraft:salmon_bucket", + "raw_id" : 374, + "serialization_id" : "item.salmon_bucket", + "serialization_name" : "minecraft:salmon_bucket" }, { - "name" : "minecraft:sea_pickle" + "command_name" : "minecraft:salmon_spawn_egg", + "name" : "minecraft:salmon_spawn_egg", + "raw_id" : 494, + "serialization_id" : "item.salmon_spawn_egg", + "serialization_name" : "minecraft:salmon_spawn_egg" }, { - "name" : "minecraft:seagrass" + "command_name" : "minecraft:sand", + "name" : "minecraft:sand", + "raw_id" : 12, + "serialization_id" : "item.sand", + "serialization_name" : "minecraft:sand" }, { - "name" : "minecraft:sentry_armor_trim_smithing_template" + "command_name" : "minecraft:sandstone", + "name" : "minecraft:sandstone", + "raw_id" : 24, + "serialization_id" : "item.sandstone", + "serialization_name" : "minecraft:sandstone" }, { - "name" : "minecraft:shaper_armor_trim_smithing_template" + "command_name" : "minecraft:sandstone_slab", + "name" : "minecraft:sandstone_slab", + "raw_id" : -872, + "serialization_id" : "item.sandstone_slab", + "serialization_name" : "minecraft:sandstone_slab" }, { - "name" : "minecraft:sheaf_pottery_sherd" + "command_name" : "minecraft:sandstone_stairs", + "name" : "minecraft:sandstone_stairs", + "raw_id" : 128, + "serialization_id" : "item.sandstone_stairs", + "serialization_name" : "minecraft:sandstone_stairs" }, { - "name" : "minecraft:shears" + "command_name" : "minecraft:sandstone_wall", + "name" : "minecraft:sandstone_wall", + "raw_id" : -975, + "serialization_id" : "item.sandstone_wall", + "serialization_name" : "minecraft:sandstone_wall" }, { - "name" : "minecraft:sheep_spawn_egg" + "command_name" : "minecraft:scaffolding", + "name" : "minecraft:scaffolding", + "raw_id" : -165, + "serialization_id" : "item.scaffolding", + "serialization_name" : "minecraft:scaffolding" }, { - "name" : "minecraft:shelter_pottery_sherd" + "command_name" : "minecraft:scrape_pottery_sherd", + "name" : "minecraft:scrape_pottery_sherd", + "raw_id" : 695, + "serialization_id" : "item.scrape_pottery_sherd", + "serialization_name" : "minecraft:scrape_pottery_sherd" }, { - "name" : "minecraft:shield" + "command_name" : "minecraft:sculk", + "name" : "minecraft:sculk", + "raw_id" : -458, + "serialization_id" : "item.sculk", + "serialization_name" : "minecraft:sculk" }, { - "name" : "minecraft:short_grass" + "command_name" : "minecraft:sculk_catalyst", + "name" : "minecraft:sculk_catalyst", + "raw_id" : -460, + "serialization_id" : "item.sculk_catalyst", + "serialization_name" : "minecraft:sculk_catalyst" }, { - "name" : "minecraft:shroomlight" + "command_name" : "minecraft:sculk_sensor", + "name" : "minecraft:sculk_sensor", + "raw_id" : -307, + "serialization_id" : "item.sculk_sensor", + "serialization_name" : "minecraft:sculk_sensor" }, { - "name" : "minecraft:shulker_shell" + "command_name" : "minecraft:sculk_shrieker", + "name" : "minecraft:sculk_shrieker", + "raw_id" : -461, + "serialization_id" : "item.sculk_shrieker", + "serialization_name" : "minecraft:sculk_shrieker" }, { - "name" : "minecraft:shulker_spawn_egg" + "command_name" : "minecraft:sculk_vein", + "name" : "minecraft:sculk_vein", + "raw_id" : -459, + "serialization_id" : "item.sculk_vein", + "serialization_name" : "minecraft:sculk_vein" }, { - "name" : "minecraft:silence_armor_trim_smithing_template" + "command_name" : "minecraft:sea_lantern", + "name" : "minecraft:sea_lantern", + "raw_id" : 169, + "serialization_id" : "item.sea_lantern", + "serialization_name" : "minecraft:sea_lantern" }, { - "name" : "minecraft:silver_glazed_terracotta" + "command_name" : "minecraft:sea_pickle", + "name" : "minecraft:sea_pickle", + "raw_id" : -156, + "serialization_id" : "item.sea_pickle", + "serialization_name" : "minecraft:sea_pickle" }, { - "name" : "minecraft:silverfish_spawn_egg" + "command_name" : "minecraft:seagrass", + "name" : "minecraft:seagrass", + "raw_id" : -130, + "serialization_id" : "item.seagrass", + "serialization_name" : "minecraft:seagrass" }, { - "name" : "minecraft:skeleton_horse_spawn_egg" + "command_name" : "minecraft:sentry_armor_trim_smithing_template", + "name" : "minecraft:sentry_armor_trim_smithing_template", + "raw_id" : 702, + "serialization_id" : "item.sentry_armor_trim_smithing_template", + "serialization_name" : "minecraft:sentry_armor_trim_smithing_template" }, { - "name" : "minecraft:skeleton_spawn_egg" + "command_name" : "minecraft:shaper_armor_trim_smithing_template", + "name" : "minecraft:shaper_armor_trim_smithing_template", + "raw_id" : 716, + "serialization_id" : "item.shaper_armor_trim_smithing_template", + "serialization_name" : "minecraft:shaper_armor_trim_smithing_template" }, { - "name" : "minecraft:skull" + "command_name" : "minecraft:sheaf_pottery_sherd", + "name" : "minecraft:sheaf_pottery_sherd", + "raw_id" : 696, + "serialization_id" : "item.sheaf_pottery_sherd", + "serialization_name" : "minecraft:sheaf_pottery_sherd" }, { - "name" : "minecraft:skull_banner_pattern" + "command_name" : "minecraft:shears", + "name" : "minecraft:shears", + "raw_id" : 431, + "serialization_id" : "item.shears", + "serialization_name" : "minecraft:shears" }, { - "name" : "minecraft:skull_pottery_sherd" + "command_name" : "minecraft:sheep_spawn_egg", + "name" : "minecraft:sheep_spawn_egg", + "raw_id" : 449, + "serialization_id" : "item.sheep_spawn_egg", + "serialization_name" : "minecraft:sheep_spawn_egg" }, { - "name" : "minecraft:slime" + "command_name" : "minecraft:shelter_pottery_sherd", + "name" : "minecraft:shelter_pottery_sherd", + "raw_id" : 697, + "serialization_id" : "item.shelter_pottery_sherd", + "serialization_name" : "minecraft:shelter_pottery_sherd" }, { - "name" : "minecraft:slime_ball" + "command_name" : "minecraft:shield", + "name" : "minecraft:shield", + "raw_id" : 364, + "serialization_id" : "item.shield", + "serialization_name" : "minecraft:shield" }, { - "name" : "minecraft:slime_spawn_egg" + "command_name" : "minecraft:short_grass", + "name" : "minecraft:short_grass", + "raw_id" : 31, + "serialization_id" : "item.short_grass", + "serialization_name" : "minecraft:short_grass" }, { - "name" : "minecraft:small_amethyst_bud" + "command_name" : "minecraft:shroomlight", + "name" : "minecraft:shroomlight", + "raw_id" : -230, + "serialization_id" : "item.shroomlight", + "serialization_name" : "minecraft:shroomlight" }, { - "name" : "minecraft:small_dripleaf_block" + "command_name" : "minecraft:shulker_shell", + "name" : "minecraft:shulker_shell", + "raw_id" : 584, + "serialization_id" : "item.shulker_shell", + "serialization_name" : "minecraft:shulker_shell" }, { - "name" : "minecraft:smithing_table" + "command_name" : "minecraft:shulker_spawn_egg", + "name" : "minecraft:shulker_spawn_egg", + "raw_id" : 481, + "serialization_id" : "item.shulker_spawn_egg", + "serialization_name" : "minecraft:shulker_spawn_egg" }, { - "name" : "minecraft:smoker" + "command_name" : "minecraft:silence_armor_trim_smithing_template", + "name" : "minecraft:silence_armor_trim_smithing_template", + "raw_id" : 713, + "serialization_id" : "item.silence_armor_trim_smithing_template", + "serialization_name" : "minecraft:silence_armor_trim_smithing_template" }, { - "name" : "minecraft:smooth_basalt" + "command_name" : "minecraft:silver_glazed_terracotta", + "name" : "minecraft:silver_glazed_terracotta", + "raw_id" : 228, + "serialization_id" : "item.silver_glazed_terracotta", + "serialization_name" : "minecraft:silver_glazed_terracotta" }, { - "name" : "minecraft:smooth_quartz" + "command_name" : "minecraft:silverfish_spawn_egg", + "name" : "minecraft:silverfish_spawn_egg", + "raw_id" : 454, + "serialization_id" : "item.silverfish_spawn_egg", + "serialization_name" : "minecraft:silverfish_spawn_egg" }, { - "name" : "minecraft:smooth_quartz_slab" + "command_name" : "minecraft:skeleton_horse_spawn_egg", + "name" : "minecraft:skeleton_horse_spawn_egg", + "raw_id" : 479, + "serialization_id" : "item.skeleton_horse_spawn_egg", + "serialization_name" : "minecraft:skeleton_horse_spawn_egg" }, { - "name" : "minecraft:smooth_quartz_stairs" + "command_name" : "minecraft:skeleton_spawn_egg", + "name" : "minecraft:skeleton_spawn_egg", + "raw_id" : 455, + "serialization_id" : "item.skeleton_spawn_egg", + "serialization_name" : "minecraft:skeleton_spawn_egg" }, { - "name" : "minecraft:smooth_red_sandstone" + "command_name" : "minecraft:skull", + "name" : "minecraft:skull", + "raw_id" : 534, + "serialization_id" : "item.skull", + "serialization_name" : "minecraft:skull" }, { - "name" : "minecraft:smooth_red_sandstone_slab" + "command_name" : "minecraft:skull_banner_pattern", + "name" : "minecraft:skull_banner_pattern", + "raw_id" : 601, + "serialization_id" : "item.skull_banner_pattern", + "serialization_name" : "minecraft:skull_banner_pattern" }, { - "name" : "minecraft:smooth_red_sandstone_stairs" + "command_name" : "minecraft:skull_pottery_sherd", + "name" : "minecraft:skull_pottery_sherd", + "raw_id" : 698, + "serialization_id" : "item.skull_pottery_sherd", + "serialization_name" : "minecraft:skull_pottery_sherd" }, { - "name" : "minecraft:smooth_sandstone" + "command_name" : "minecraft:slime", + "name" : "minecraft:slime", + "raw_id" : 165, + "serialization_id" : "item.slime", + "serialization_name" : "minecraft:slime" }, { - "name" : "minecraft:smooth_sandstone_slab" + "command_name" : "minecraft:slime_ball", + "name" : "minecraft:slime_ball", + "raw_id" : 398, + "serialization_id" : "item.slime_ball", + "serialization_name" : "minecraft:slime_ball" }, { - "name" : "minecraft:smooth_sandstone_stairs" + "command_name" : "minecraft:slime_spawn_egg", + "name" : "minecraft:slime_spawn_egg", + "raw_id" : 456, + "serialization_id" : "item.slime_spawn_egg", + "serialization_name" : "minecraft:slime_spawn_egg" }, { - "name" : "minecraft:smooth_stone" + "command_name" : "minecraft:small_amethyst_bud", + "name" : "minecraft:small_amethyst_bud", + "raw_id" : -332, + "serialization_id" : "item.small_amethyst_bud", + "serialization_name" : "minecraft:small_amethyst_bud" }, { - "name" : "minecraft:smooth_stone_slab" + "command_name" : "minecraft:small_dripleaf_block", + "name" : "minecraft:small_dripleaf_block", + "raw_id" : -336, + "serialization_id" : "item.small_dripleaf_block", + "serialization_name" : "minecraft:small_dripleaf_block" }, { - "name" : "minecraft:sniffer_egg" + "command_name" : "minecraft:smithing_table", + "name" : "minecraft:smithing_table", + "raw_id" : -202, + "serialization_id" : "item.smithing_table", + "serialization_name" : "minecraft:smithing_table" }, { - "name" : "minecraft:sniffer_spawn_egg" + "command_name" : "minecraft:smoker", + "name" : "minecraft:smoker", + "raw_id" : -198, + "serialization_id" : "item.smoker", + "serialization_name" : "minecraft:smoker" }, { - "name" : "minecraft:snort_pottery_sherd" + "command_name" : "minecraft:smooth_basalt", + "name" : "minecraft:smooth_basalt", + "raw_id" : -377, + "serialization_id" : "item.smooth_basalt", + "serialization_name" : "minecraft:smooth_basalt" }, { - "name" : "minecraft:snout_armor_trim_smithing_template" + "command_name" : "minecraft:smooth_quartz", + "name" : "minecraft:smooth_quartz", + "raw_id" : -955, + "serialization_id" : "item.smooth_quartz", + "serialization_name" : "minecraft:smooth_quartz" }, { - "name" : "minecraft:snow" + "command_name" : "minecraft:smooth_quartz_slab", + "name" : "minecraft:smooth_quartz_slab", + "raw_id" : -898, + "serialization_id" : "item.smooth_quartz_slab", + "serialization_name" : "minecraft:smooth_quartz_slab" }, { - "name" : "minecraft:snow_golem_spawn_egg" + "command_name" : "minecraft:smooth_quartz_stairs", + "name" : "minecraft:smooth_quartz_stairs", + "raw_id" : -185, + "serialization_id" : "item.smooth_quartz_stairs", + "serialization_name" : "minecraft:smooth_quartz_stairs" }, { - "name" : "minecraft:snow_layer" + "command_name" : "minecraft:smooth_red_sandstone", + "name" : "minecraft:smooth_red_sandstone", + "raw_id" : -958, + "serialization_id" : "item.smooth_red_sandstone", + "serialization_name" : "minecraft:smooth_red_sandstone" }, { - "name" : "minecraft:snowball" + "command_name" : "minecraft:smooth_red_sandstone_slab", + "name" : "minecraft:smooth_red_sandstone_slab", + "raw_id" : -891, + "serialization_id" : "item.smooth_red_sandstone_slab", + "serialization_name" : "minecraft:smooth_red_sandstone_slab" }, { - "name" : "minecraft:soul_campfire" + "command_name" : "minecraft:smooth_red_sandstone_stairs", + "name" : "minecraft:smooth_red_sandstone_stairs", + "raw_id" : -176, + "serialization_id" : "item.smooth_red_sandstone_stairs", + "serialization_name" : "minecraft:smooth_red_sandstone_stairs" }, { - "name" : "minecraft:soul_lantern" + "command_name" : "minecraft:smooth_sandstone", + "name" : "minecraft:smooth_sandstone", + "raw_id" : -946, + "serialization_id" : "item.smooth_sandstone", + "serialization_name" : "minecraft:smooth_sandstone" }, { - "name" : "minecraft:soul_sand" + "command_name" : "minecraft:smooth_sandstone_slab", + "name" : "minecraft:smooth_sandstone_slab", + "raw_id" : -889, + "serialization_id" : "item.smooth_sandstone_slab", + "serialization_name" : "minecraft:smooth_sandstone_slab" }, { - "name" : "minecraft:soul_soil" + "command_name" : "minecraft:smooth_sandstone_stairs", + "name" : "minecraft:smooth_sandstone_stairs", + "raw_id" : -177, + "serialization_id" : "item.smooth_sandstone_stairs", + "serialization_name" : "minecraft:smooth_sandstone_stairs" }, { - "name" : "minecraft:soul_torch" + "command_name" : "minecraft:smooth_stone", + "name" : "minecraft:smooth_stone", + "raw_id" : -183, + "serialization_id" : "item.smooth_stone", + "serialization_name" : "minecraft:smooth_stone" }, { - "name" : "minecraft:spider_eye" + "command_name" : "minecraft:smooth_stone_slab", + "name" : "minecraft:smooth_stone_slab", + "raw_id" : 44, + "serialization_id" : "item.smooth_stone_slab", + "serialization_name" : "minecraft:smooth_stone_slab" }, { - "name" : "minecraft:spider_spawn_egg" + "command_name" : "minecraft:sniffer_egg", + "name" : "minecraft:sniffer_egg", + "raw_id" : -596, + "serialization_id" : "item.sniffer_egg", + "serialization_name" : "minecraft:sniffer_egg" }, { - "name" : "minecraft:spire_armor_trim_smithing_template" + "command_name" : "minecraft:sniffer_spawn_egg", + "name" : "minecraft:sniffer_spawn_egg", + "raw_id" : 512, + "serialization_id" : "item.sniffer_spawn_egg", + "serialization_name" : "minecraft:sniffer_spawn_egg" }, { - "name" : "minecraft:splash_potion" + "command_name" : "minecraft:snort_pottery_sherd", + "name" : "minecraft:snort_pottery_sherd", + "raw_id" : 699, + "serialization_id" : "item.snort_pottery_sherd", + "serialization_name" : "minecraft:snort_pottery_sherd" }, { - "name" : "minecraft:sponge" + "command_name" : "minecraft:snout_armor_trim_smithing_template", + "name" : "minecraft:snout_armor_trim_smithing_template", + "raw_id" : 710, + "serialization_id" : "item.snout_armor_trim_smithing_template", + "serialization_name" : "minecraft:snout_armor_trim_smithing_template" }, { - "name" : "minecraft:spore_blossom" + "command_name" : "minecraft:snow", + "name" : "minecraft:snow", + "raw_id" : 80, + "serialization_id" : "item.snow", + "serialization_name" : "minecraft:snow" }, { - "name" : "minecraft:spruce_boat" + "command_name" : "minecraft:snow_golem_spawn_egg", + "name" : "minecraft:snow_golem_spawn_egg", + "raw_id" : 518, + "serialization_id" : "item.snow_golem_spawn_egg", + "serialization_name" : "minecraft:snow_golem_spawn_egg" }, { - "name" : "minecraft:spruce_button" + "command_name" : "minecraft:snow_layer", + "name" : "minecraft:snow_layer", + "raw_id" : 78, + "serialization_id" : "item.snow_layer", + "serialization_name" : "minecraft:snow_layer" }, { - "name" : "minecraft:spruce_chest_boat" + "command_name" : "minecraft:snowball", + "name" : "minecraft:snowball", + "raw_id" : 383, + "serialization_id" : "item.snowball", + "serialization_name" : "minecraft:snowball" }, { - "name" : "minecraft:spruce_door" + "command_name" : "minecraft:soul_campfire", + "name" : "minecraft:soul_campfire", + "raw_id" : 643, + "serialization_id" : "tile.soul_campfire", + "serialization_name" : "minecraft:soul_campfire" }, { - "name" : "minecraft:spruce_fence" + "command_name" : "minecraft:soul_lantern", + "name" : "minecraft:soul_lantern", + "raw_id" : -269, + "serialization_id" : "item.soul_lantern", + "serialization_name" : "minecraft:soul_lantern" }, { - "name" : "minecraft:spruce_fence_gate" + "command_name" : "minecraft:soul_sand", + "name" : "minecraft:soul_sand", + "raw_id" : 88, + "serialization_id" : "item.soul_sand", + "serialization_name" : "minecraft:soul_sand" }, { - "name" : "minecraft:spruce_hanging_sign" + "command_name" : "minecraft:soul_soil", + "name" : "minecraft:soul_soil", + "raw_id" : -236, + "serialization_id" : "item.soul_soil", + "serialization_name" : "minecraft:soul_soil" }, { - "name" : "minecraft:spruce_leaves" + "command_name" : "minecraft:soul_torch", + "name" : "minecraft:soul_torch", + "raw_id" : -268, + "serialization_id" : "item.soul_torch", + "serialization_name" : "minecraft:soul_torch" }, { - "name" : "minecraft:spruce_log" + "command_name" : "minecraft:spider_eye", + "name" : "minecraft:spider_eye", + "raw_id" : 284, + "serialization_id" : "item.spider_eye", + "serialization_name" : "minecraft:spider_eye" }, { - "name" : "minecraft:spruce_planks" + "command_name" : "minecraft:spider_spawn_egg", + "name" : "minecraft:spider_spawn_egg", + "raw_id" : 457, + "serialization_id" : "item.spider_spawn_egg", + "serialization_name" : "minecraft:spider_spawn_egg" }, { - "name" : "minecraft:spruce_pressure_plate" + "command_name" : "minecraft:spire_armor_trim_smithing_template", + "name" : "minecraft:spire_armor_trim_smithing_template", + "raw_id" : 712, + "serialization_id" : "item.spire_armor_trim_smithing_template", + "serialization_name" : "minecraft:spire_armor_trim_smithing_template" }, { - "name" : "minecraft:spruce_sapling" + "command_name" : "minecraft:splash_potion", + "name" : "minecraft:splash_potion", + "raw_id" : 579, + "serialization_id" : "item.splash_potion", + "serialization_name" : "minecraft:splash_potion" }, { - "name" : "minecraft:spruce_sign" + "command_name" : "minecraft:sponge", + "name" : "minecraft:sponge", + "raw_id" : 19, + "serialization_id" : "item.sponge", + "serialization_name" : "minecraft:sponge" }, { - "name" : "minecraft:spruce_slab" + "command_name" : "minecraft:spore_blossom", + "name" : "minecraft:spore_blossom", + "raw_id" : -321, + "serialization_id" : "item.spore_blossom", + "serialization_name" : "minecraft:spore_blossom" }, { - "name" : "minecraft:spruce_stairs" + "command_name" : "minecraft:spruce_boat", + "name" : "minecraft:spruce_boat", + "raw_id" : 388, + "serialization_id" : "item.spruce_boat", + "serialization_name" : "minecraft:spruce_boat" }, { - "name" : "minecraft:spruce_trapdoor" + "command_name" : "minecraft:spruce_button", + "name" : "minecraft:spruce_button", + "raw_id" : -144, + "serialization_id" : "item.spruce_button", + "serialization_name" : "minecraft:spruce_button" }, { - "name" : "minecraft:spruce_wood" + "command_name" : "minecraft:spruce_chest_boat", + "name" : "minecraft:spruce_chest_boat", + "raw_id" : 662, + "serialization_id" : "item.spruce_chest_boat", + "serialization_name" : "minecraft:spruce_chest_boat" }, { - "name" : "minecraft:spyglass" + "command_name" : "minecraft:spruce_door", + "name" : "minecraft:spruce_door", + "raw_id" : 571, + "serialization_id" : "item.spruce_door", + "serialization_name" : "minecraft:spruce_door" }, { - "name" : "minecraft:squid_spawn_egg" + "command_name" : "minecraft:spruce_fence", + "name" : "minecraft:spruce_fence", + "raw_id" : -579, + "serialization_id" : "item.spruce_fence", + "serialization_name" : "minecraft:spruce_fence" }, { - "name" : "minecraft:stick" + "command_name" : "minecraft:spruce_fence_gate", + "name" : "minecraft:spruce_fence_gate", + "raw_id" : 183, + "serialization_id" : "item.spruce_fence_gate", + "serialization_name" : "minecraft:spruce_fence_gate" }, { - "name" : "minecraft:sticky_piston" + "command_name" : "minecraft:spruce_hanging_sign", + "name" : "minecraft:spruce_hanging_sign", + "raw_id" : -501, + "serialization_id" : "item.spruce_hanging_sign", + "serialization_name" : "minecraft:spruce_hanging_sign" }, { - "name" : "minecraft:stone" + "command_name" : "minecraft:spruce_leaves", + "name" : "minecraft:spruce_leaves", + "raw_id" : -800, + "serialization_id" : "item.spruce_leaves", + "serialization_name" : "minecraft:spruce_leaves" }, { - "name" : "minecraft:stone_axe" + "command_name" : "minecraft:spruce_log", + "name" : "minecraft:spruce_log", + "raw_id" : -569, + "serialization_id" : "item.spruce_log", + "serialization_name" : "minecraft:spruce_log" }, { - "name" : "minecraft:stone_brick_slab" + "command_name" : "minecraft:spruce_planks", + "name" : "minecraft:spruce_planks", + "raw_id" : -739, + "serialization_id" : "item.spruce_planks", + "serialization_name" : "minecraft:spruce_planks" }, { - "name" : "minecraft:stone_brick_stairs" + "command_name" : "minecraft:spruce_pressure_plate", + "name" : "minecraft:spruce_pressure_plate", + "raw_id" : -154, + "serialization_id" : "item.spruce_pressure_plate", + "serialization_name" : "minecraft:spruce_pressure_plate" }, { - "name" : "minecraft:stone_bricks" + "command_name" : "minecraft:spruce_sapling", + "name" : "minecraft:spruce_sapling", + "raw_id" : -825, + "serialization_id" : "item.spruce_sapling", + "serialization_name" : "minecraft:spruce_sapling" }, { - "name" : "minecraft:stone_button" + "command_name" : "minecraft:spruce_sign", + "name" : "minecraft:spruce_sign", + "raw_id" : 594, + "serialization_id" : "item.spruce_sign", + "serialization_name" : "minecraft:spruce_sign" }, { - "name" : "minecraft:stone_hoe" + "command_name" : "minecraft:spruce_slab", + "name" : "minecraft:spruce_slab", + "raw_id" : -804, + "serialization_id" : "item.spruce_slab", + "serialization_name" : "minecraft:spruce_slab" }, { - "name" : "minecraft:stone_pickaxe" + "command_name" : "minecraft:spruce_stairs", + "name" : "minecraft:spruce_stairs", + "raw_id" : 134, + "serialization_id" : "item.spruce_stairs", + "serialization_name" : "minecraft:spruce_stairs" }, { - "name" : "minecraft:stone_pressure_plate" + "command_name" : "minecraft:spruce_trapdoor", + "name" : "minecraft:spruce_trapdoor", + "raw_id" : -149, + "serialization_id" : "item.spruce_trapdoor", + "serialization_name" : "minecraft:spruce_trapdoor" }, { - "name" : "minecraft:stone_shovel" + "command_name" : "minecraft:spruce_wood", + "name" : "minecraft:spruce_wood", + "raw_id" : -814, + "serialization_id" : "item.spruce_wood", + "serialization_name" : "minecraft:spruce_wood" }, { - "name" : "minecraft:stone_stairs" + "command_name" : "minecraft:spyglass", + "name" : "minecraft:spyglass", + "raw_id" : 646, + "serialization_id" : "item.spyglass", + "serialization_name" : "minecraft:spyglass" }, { - "name" : "minecraft:stone_sword" + "command_name" : "minecraft:squid_spawn_egg", + "name" : "minecraft:squid_spawn_egg", + "raw_id" : 461, + "serialization_id" : "item.squid_spawn_egg", + "serialization_name" : "minecraft:squid_spawn_egg" }, { - "name" : "minecraft:stonecutter_block" + "command_name" : "minecraft:stick", + "name" : "minecraft:stick", + "raw_id" : 329, + "serialization_id" : "item.stick", + "serialization_name" : "minecraft:stick" }, { - "name" : "minecraft:stray_spawn_egg" + "command_name" : "minecraft:sticky_piston", + "name" : "minecraft:sticky_piston", + "raw_id" : 29, + "serialization_id" : "item.sticky_piston", + "serialization_name" : "minecraft:sticky_piston" }, { - "name" : "minecraft:strider_spawn_egg" + "command_name" : "minecraft:stone", + "name" : "minecraft:stone", + "raw_id" : 1, + "serialization_id" : "item.stone", + "serialization_name" : "minecraft:stone" }, { - "name" : "minecraft:string" + "command_name" : "minecraft:stone_axe", + "name" : "minecraft:stone_axe", + "raw_id" : 323, + "serialization_id" : "item.stone_axe", + "serialization_name" : "minecraft:stone_axe" }, { - "name" : "minecraft:stripped_acacia_log" + "command_name" : "minecraft:stone_brick_slab", + "name" : "minecraft:stone_brick_slab", + "raw_id" : -875, + "serialization_id" : "item.stone_brick_slab", + "serialization_name" : "minecraft:stone_brick_slab" }, { - "name" : "minecraft:stripped_acacia_wood" + "command_name" : "minecraft:stone_brick_stairs", + "name" : "minecraft:stone_brick_stairs", + "raw_id" : 109, + "serialization_id" : "item.stone_brick_stairs", + "serialization_name" : "minecraft:stone_brick_stairs" }, { - "name" : "minecraft:stripped_bamboo_block" + "command_name" : "minecraft:stone_brick_wall", + "name" : "minecraft:stone_brick_wall", + "raw_id" : -977, + "serialization_id" : "item.stone_brick_wall", + "serialization_name" : "minecraft:stone_brick_wall" }, { - "name" : "minecraft:stripped_birch_log" + "command_name" : "minecraft:stone_bricks", + "name" : "minecraft:stone_bricks", + "raw_id" : 98, + "serialization_id" : "item.stone_bricks", + "serialization_name" : "minecraft:stone_bricks" }, { - "name" : "minecraft:stripped_birch_wood" + "command_name" : "minecraft:stone_button", + "name" : "minecraft:stone_button", + "raw_id" : 77, + "serialization_id" : "item.stone_button", + "serialization_name" : "minecraft:stone_button" }, { - "name" : "minecraft:stripped_cherry_log" + "command_name" : "minecraft:stone_hoe", + "name" : "minecraft:stone_hoe", + "raw_id" : 339, + "serialization_id" : "item.stone_hoe", + "serialization_name" : "minecraft:stone_hoe" }, { - "name" : "minecraft:stripped_cherry_wood" + "command_name" : "minecraft:stone_pickaxe", + "name" : "minecraft:stone_pickaxe", + "raw_id" : 322, + "serialization_id" : "item.stone_pickaxe", + "serialization_name" : "minecraft:stone_pickaxe" }, { - "name" : "minecraft:stripped_crimson_hyphae" + "command_name" : "minecraft:stone_pressure_plate", + "name" : "minecraft:stone_pressure_plate", + "raw_id" : 70, + "serialization_id" : "item.stone_pressure_plate", + "serialization_name" : "minecraft:stone_pressure_plate" }, { - "name" : "minecraft:stripped_crimson_stem" + "command_name" : "minecraft:stone_shovel", + "name" : "minecraft:stone_shovel", + "raw_id" : 321, + "serialization_id" : "item.stone_shovel", + "serialization_name" : "minecraft:stone_shovel" }, { - "name" : "minecraft:stripped_dark_oak_log" + "command_name" : "minecraft:stone_stairs", + "name" : "minecraft:stone_stairs", + "raw_id" : 67, + "serialization_id" : "item.stone_stairs", + "serialization_name" : "minecraft:stone_stairs" }, { - "name" : "minecraft:stripped_dark_oak_wood" + "command_name" : "minecraft:stone_sword", + "name" : "minecraft:stone_sword", + "raw_id" : 320, + "serialization_id" : "item.stone_sword", + "serialization_name" : "minecraft:stone_sword" }, { - "name" : "minecraft:stripped_jungle_log" + "command_name" : "minecraft:stonecutter_block", + "name" : "minecraft:stonecutter_block", + "raw_id" : -197, + "serialization_id" : "item.stonecutter_block", + "serialization_name" : "minecraft:stonecutter_block" }, { - "name" : "minecraft:stripped_jungle_wood" + "command_name" : "minecraft:stray_spawn_egg", + "name" : "minecraft:stray_spawn_egg", + "raw_id" : 473, + "serialization_id" : "item.stray_spawn_egg", + "serialization_name" : "minecraft:stray_spawn_egg" }, { - "name" : "minecraft:stripped_mangrove_log" + "command_name" : "minecraft:strider_spawn_egg", + "name" : "minecraft:strider_spawn_egg", + "raw_id" : 507, + "serialization_id" : "item.strider_spawn_egg", + "serialization_name" : "minecraft:strider_spawn_egg" }, { - "name" : "minecraft:stripped_mangrove_wood" + "command_name" : "minecraft:string", + "name" : "minecraft:string", + "raw_id" : 335, + "serialization_id" : "item.string", + "serialization_name" : "minecraft:string" }, { - "name" : "minecraft:stripped_oak_log" + "command_name" : "minecraft:stripped_acacia_log", + "name" : "minecraft:stripped_acacia_log", + "raw_id" : -8, + "serialization_id" : "item.stripped_acacia_log", + "serialization_name" : "minecraft:stripped_acacia_log" }, { - "name" : "minecraft:stripped_oak_wood" + "command_name" : "minecraft:stripped_acacia_wood", + "name" : "minecraft:stripped_acacia_wood", + "raw_id" : -823, + "serialization_id" : "item.stripped_acacia_wood", + "serialization_name" : "minecraft:stripped_acacia_wood" }, { - "name" : "minecraft:stripped_spruce_log" + "command_name" : "minecraft:stripped_bamboo_block", + "name" : "minecraft:stripped_bamboo_block", + "raw_id" : -528, + "serialization_id" : "item.stripped_bamboo_block", + "serialization_name" : "minecraft:stripped_bamboo_block" }, { - "name" : "minecraft:stripped_spruce_wood" + "command_name" : "minecraft:stripped_birch_log", + "name" : "minecraft:stripped_birch_log", + "raw_id" : -6, + "serialization_id" : "item.stripped_birch_log", + "serialization_name" : "minecraft:stripped_birch_log" }, { - "name" : "minecraft:stripped_warped_hyphae" + "command_name" : "minecraft:stripped_birch_wood", + "name" : "minecraft:stripped_birch_wood", + "raw_id" : -821, + "serialization_id" : "item.stripped_birch_wood", + "serialization_name" : "minecraft:stripped_birch_wood" }, { - "name" : "minecraft:stripped_warped_stem" + "command_name" : "minecraft:stripped_cherry_log", + "name" : "minecraft:stripped_cherry_log", + "raw_id" : -535, + "serialization_id" : "item.stripped_cherry_log", + "serialization_name" : "minecraft:stripped_cherry_log" }, { - "name" : "minecraft:structure_block" + "command_name" : "minecraft:stripped_cherry_wood", + "name" : "minecraft:stripped_cherry_wood", + "raw_id" : -545, + "serialization_id" : "item.stripped_cherry_wood", + "serialization_name" : "minecraft:stripped_cherry_wood" }, { - "name" : "minecraft:structure_void" + "command_name" : "minecraft:stripped_crimson_hyphae", + "name" : "minecraft:stripped_crimson_hyphae", + "raw_id" : -300, + "serialization_id" : "item.stripped_crimson_hyphae", + "serialization_name" : "minecraft:stripped_crimson_hyphae" }, { - "name" : "minecraft:sugar" + "command_name" : "minecraft:stripped_crimson_stem", + "name" : "minecraft:stripped_crimson_stem", + "raw_id" : -240, + "serialization_id" : "item.stripped_crimson_stem", + "serialization_name" : "minecraft:stripped_crimson_stem" }, { - "name" : "minecraft:sugar_cane" + "command_name" : "minecraft:stripped_dark_oak_log", + "name" : "minecraft:stripped_dark_oak_log", + "raw_id" : -9, + "serialization_id" : "item.stripped_dark_oak_log", + "serialization_name" : "minecraft:stripped_dark_oak_log" }, { - "name" : "minecraft:sunflower" + "command_name" : "minecraft:stripped_dark_oak_wood", + "name" : "minecraft:stripped_dark_oak_wood", + "raw_id" : -824, + "serialization_id" : "item.stripped_dark_oak_wood", + "serialization_name" : "minecraft:stripped_dark_oak_wood" }, { - "name" : "minecraft:suspicious_gravel" + "command_name" : "minecraft:stripped_jungle_log", + "name" : "minecraft:stripped_jungle_log", + "raw_id" : -7, + "serialization_id" : "item.stripped_jungle_log", + "serialization_name" : "minecraft:stripped_jungle_log" }, { - "name" : "minecraft:suspicious_sand" + "command_name" : "minecraft:stripped_jungle_wood", + "name" : "minecraft:stripped_jungle_wood", + "raw_id" : -822, + "serialization_id" : "item.stripped_jungle_wood", + "serialization_name" : "minecraft:stripped_jungle_wood" }, { - "name" : "minecraft:suspicious_stew" + "command_name" : "minecraft:stripped_mangrove_log", + "name" : "minecraft:stripped_mangrove_log", + "raw_id" : -485, + "serialization_id" : "item.stripped_mangrove_log", + "serialization_name" : "minecraft:stripped_mangrove_log" }, { - "name" : "minecraft:sweet_berries" + "command_name" : "minecraft:stripped_mangrove_wood", + "name" : "minecraft:stripped_mangrove_wood", + "raw_id" : -498, + "serialization_id" : "item.stripped_mangrove_wood", + "serialization_name" : "minecraft:stripped_mangrove_wood" }, { - "name" : "minecraft:tadpole_bucket" + "command_name" : "minecraft:stripped_oak_log", + "name" : "minecraft:stripped_oak_log", + "raw_id" : -10, + "serialization_id" : "item.stripped_oak_log", + "serialization_name" : "minecraft:stripped_oak_log" }, { - "name" : "minecraft:tadpole_spawn_egg" + "command_name" : "minecraft:stripped_oak_wood", + "name" : "minecraft:stripped_oak_wood", + "raw_id" : -819, + "serialization_id" : "item.stripped_oak_wood", + "serialization_name" : "minecraft:stripped_oak_wood" }, { - "name" : "minecraft:tall_grass" + "command_name" : "minecraft:stripped_spruce_log", + "name" : "minecraft:stripped_spruce_log", + "raw_id" : -5, + "serialization_id" : "item.stripped_spruce_log", + "serialization_name" : "minecraft:stripped_spruce_log" }, { - "name" : "minecraft:target" + "command_name" : "minecraft:stripped_spruce_wood", + "name" : "minecraft:stripped_spruce_wood", + "raw_id" : -820, + "serialization_id" : "item.stripped_spruce_wood", + "serialization_name" : "minecraft:stripped_spruce_wood" }, { - "name" : "minecraft:tide_armor_trim_smithing_template" + "command_name" : "minecraft:stripped_warped_hyphae", + "name" : "minecraft:stripped_warped_hyphae", + "raw_id" : -301, + "serialization_id" : "item.stripped_warped_hyphae", + "serialization_name" : "minecraft:stripped_warped_hyphae" }, { - "name" : "minecraft:tinted_glass" + "command_name" : "minecraft:stripped_warped_stem", + "name" : "minecraft:stripped_warped_stem", + "raw_id" : -241, + "serialization_id" : "item.stripped_warped_stem", + "serialization_name" : "minecraft:stripped_warped_stem" }, { - "name" : "minecraft:tnt" + "command_name" : "minecraft:structure_block", + "name" : "minecraft:structure_block", + "raw_id" : 252, + "serialization_id" : "item.structure_block", + "serialization_name" : "minecraft:structure_block" }, { - "name" : "minecraft:tnt_minecart" + "command_name" : "minecraft:structure_void", + "name" : "minecraft:structure_void", + "raw_id" : 217, + "serialization_id" : "item.structure_void", + "serialization_name" : "minecraft:structure_void" }, { - "name" : "minecraft:torch" + "command_name" : "minecraft:sugar", + "name" : "minecraft:sugar", + "raw_id" : 426, + "serialization_id" : "item.sugar", + "serialization_name" : "minecraft:sugar" }, { - "name" : "minecraft:torchflower" + "command_name" : "minecraft:sugar_cane", + "name" : "minecraft:sugar_cane", + "raw_id" : 395, + "serialization_id" : "item.reeds", + "serialization_name" : "minecraft:sugar_cane" }, { - "name" : "minecraft:torchflower_seeds" + "command_name" : "minecraft:sunflower", + "name" : "minecraft:sunflower", + "raw_id" : 175, + "serialization_id" : "item.sunflower", + "serialization_name" : "minecraft:sunflower" }, { - "name" : "minecraft:totem_of_undying" + "command_name" : "minecraft:suspicious_gravel", + "name" : "minecraft:suspicious_gravel", + "raw_id" : -573, + "serialization_id" : "item.suspicious_gravel", + "serialization_name" : "minecraft:suspicious_gravel" }, { - "name" : "minecraft:trader_llama_spawn_egg" + "command_name" : "minecraft:suspicious_sand", + "name" : "minecraft:suspicious_sand", + "raw_id" : -529, + "serialization_id" : "item.suspicious_sand", + "serialization_name" : "minecraft:suspicious_sand" }, { - "name" : "minecraft:trapdoor" + "command_name" : "minecraft:suspicious_stew", + "name" : "minecraft:suspicious_stew", + "raw_id" : 610, + "serialization_id" : "item.suspicious_stew", + "serialization_name" : "minecraft:suspicious_stew" }, { - "name" : "minecraft:trapped_chest" + "command_name" : "minecraft:sweet_berries", + "name" : "minecraft:sweet_berries", + "raw_id" : 293, + "serialization_id" : "item.sweet_berries", + "serialization_name" : "minecraft:sweet_berries" }, { - "name" : "minecraft:trial_key" + "command_name" : "minecraft:tadpole_bucket", + "name" : "minecraft:tadpole_bucket", + "raw_id" : 651, + "serialization_id" : "item.tadpole_bucket", + "serialization_name" : "minecraft:tadpole_bucket" }, { - "name" : "minecraft:trial_spawner" + "command_name" : "minecraft:tadpole_spawn_egg", + "name" : "minecraft:tadpole_spawn_egg", + "raw_id" : 650, + "serialization_id" : "item.tadpole_spawn_egg", + "serialization_name" : "minecraft:tadpole_spawn_egg" }, { - "name" : "minecraft:trident" + "command_name" : "minecraft:tall_grass", + "name" : "minecraft:tall_grass", + "raw_id" : -864, + "serialization_id" : "item.tall_grass", + "serialization_name" : "minecraft:tall_grass" }, { - "name" : "minecraft:tripwire_hook" + "command_name" : "minecraft:target", + "name" : "minecraft:target", + "raw_id" : -239, + "serialization_id" : "item.target", + "serialization_name" : "minecraft:target" }, { - "name" : "minecraft:tropical_fish" + "command_name" : "minecraft:tide_armor_trim_smithing_template", + "name" : "minecraft:tide_armor_trim_smithing_template", + "raw_id" : 709, + "serialization_id" : "item.tide_armor_trim_smithing_template", + "serialization_name" : "minecraft:tide_armor_trim_smithing_template" }, { - "name" : "minecraft:tropical_fish_bucket" + "command_name" : "minecraft:tinted_glass", + "name" : "minecraft:tinted_glass", + "raw_id" : -334, + "serialization_id" : "item.tinted_glass", + "serialization_name" : "minecraft:tinted_glass" }, { - "name" : "minecraft:tropical_fish_spawn_egg" + "command_name" : "minecraft:tnt", + "name" : "minecraft:tnt", + "raw_id" : 46, + "serialization_id" : "item.tnt", + "serialization_name" : "minecraft:tnt" }, { - "name" : "minecraft:tube_coral" + "command_name" : "minecraft:tnt_minecart", + "name" : "minecraft:tnt_minecart", + "raw_id" : 543, + "serialization_id" : "item.tnt_minecart", + "serialization_name" : "minecraft:tnt_minecart" }, { - "name" : "minecraft:tube_coral_block" + "command_name" : "minecraft:torch", + "name" : "minecraft:torch", + "raw_id" : 50, + "serialization_id" : "item.torch", + "serialization_name" : "minecraft:torch" }, { - "name" : "minecraft:tube_coral_fan" + "command_name" : "minecraft:torchflower", + "name" : "minecraft:torchflower", + "raw_id" : -568, + "serialization_id" : "item.torchflower", + "serialization_name" : "minecraft:torchflower" }, { - "name" : "minecraft:tuff" + "command_name" : "minecraft:torchflower_seeds", + "name" : "minecraft:torchflower_seeds", + "raw_id" : 302, + "serialization_id" : "item.torchflower_seeds", + "serialization_name" : "minecraft:torchflower_seeds" }, { - "name" : "minecraft:tuff_brick_slab" + "command_name" : "minecraft:totem_of_undying", + "name" : "minecraft:totem_of_undying", + "raw_id" : 586, + "serialization_id" : "item.totem", + "serialization_name" : "minecraft:totem_of_undying" }, { - "name" : "minecraft:tuff_brick_stairs" + "command_name" : "minecraft:trader_llama_spawn_egg", + "name" : "minecraft:trader_llama_spawn_egg", + "raw_id" : 669, + "serialization_id" : "item.trader_llama_spawn_egg", + "serialization_name" : "minecraft:trader_llama_spawn_egg" }, { - "name" : "minecraft:tuff_brick_wall" + "command_name" : "minecraft:trapdoor", + "name" : "minecraft:trapdoor", + "raw_id" : 96, + "serialization_id" : "item.trapdoor", + "serialization_name" : "minecraft:trapdoor" }, { - "name" : "minecraft:tuff_bricks" + "command_name" : "minecraft:trapped_chest", + "name" : "minecraft:trapped_chest", + "raw_id" : 146, + "serialization_id" : "item.trapped_chest", + "serialization_name" : "minecraft:trapped_chest" }, { - "name" : "minecraft:tuff_slab" + "command_name" : "minecraft:trial_key", + "name" : "minecraft:trial_key", + "raw_id" : 260, + "serialization_id" : "item.trial_key.name", + "serialization_name" : "minecraft:trial_key" }, { - "name" : "minecraft:tuff_stairs" + "command_name" : "minecraft:trial_spawner", + "name" : "minecraft:trial_spawner", + "raw_id" : -315, + "serialization_id" : "item.trial_spawner", + "serialization_name" : "minecraft:trial_spawner" }, { - "name" : "minecraft:tuff_wall" + "command_name" : "minecraft:trident", + "name" : "minecraft:trident", + "raw_id" : 564, + "serialization_id" : "item.trident", + "serialization_name" : "minecraft:trident" }, { - "name" : "minecraft:turtle_egg" + "command_name" : "minecraft:tripwire_hook", + "name" : "minecraft:tripwire_hook", + "raw_id" : 131, + "serialization_id" : "item.tripwire_hook", + "serialization_name" : "minecraft:tripwire_hook" }, { - "name" : "minecraft:turtle_helmet" + "command_name" : "minecraft:tropical_fish", + "name" : "minecraft:tropical_fish", + "raw_id" : 272, + "serialization_id" : "item.clownfish", + "serialization_name" : "minecraft:tropical_fish" }, { - "name" : "minecraft:turtle_scute" + "command_name" : "minecraft:tropical_fish_bucket", + "name" : "minecraft:tropical_fish_bucket", + "raw_id" : 375, + "serialization_id" : "item.tropical_fish_bucket", + "serialization_name" : "minecraft:tropical_fish_bucket" }, { - "name" : "minecraft:turtle_spawn_egg" + "command_name" : "minecraft:tropical_fish_spawn_egg", + "name" : "minecraft:tropical_fish_spawn_egg", + "raw_id" : 491, + "serialization_id" : "item.tropical_fish_spawn_egg", + "serialization_name" : "minecraft:tropical_fish_spawn_egg" }, { - "name" : "minecraft:twisting_vines" + "command_name" : "minecraft:tube_coral", + "name" : "minecraft:tube_coral", + "raw_id" : -131, + "serialization_id" : "item.tube_coral", + "serialization_name" : "minecraft:tube_coral" }, { - "name" : "minecraft:undyed_shulker_box" + "command_name" : "minecraft:tube_coral_block", + "name" : "minecraft:tube_coral_block", + "raw_id" : -132, + "serialization_id" : "item.tube_coral_block", + "serialization_name" : "minecraft:tube_coral_block" }, { - "name" : "minecraft:vault" + "command_name" : "minecraft:tube_coral_fan", + "name" : "minecraft:tube_coral_fan", + "raw_id" : -133, + "serialization_id" : "item.tube_coral_fan", + "serialization_name" : "minecraft:tube_coral_fan" }, { - "name" : "minecraft:verdant_froglight" + "command_name" : "minecraft:tuff", + "name" : "minecraft:tuff", + "raw_id" : -333, + "serialization_id" : "item.tuff", + "serialization_name" : "minecraft:tuff" }, { - "name" : "minecraft:vex_armor_trim_smithing_template" + "command_name" : "minecraft:tuff_brick_slab", + "name" : "minecraft:tuff_brick_slab", + "raw_id" : -755, + "serialization_id" : "item.tuff_brick_slab", + "serialization_name" : "minecraft:tuff_brick_slab" }, { - "name" : "minecraft:vex_spawn_egg" + "command_name" : "minecraft:tuff_brick_stairs", + "name" : "minecraft:tuff_brick_stairs", + "raw_id" : -757, + "serialization_id" : "item.tuff_brick_stairs", + "serialization_name" : "minecraft:tuff_brick_stairs" }, { - "name" : "minecraft:villager_spawn_egg" + "command_name" : "minecraft:tuff_brick_wall", + "name" : "minecraft:tuff_brick_wall", + "raw_id" : -758, + "serialization_id" : "item.tuff_brick_wall", + "serialization_name" : "minecraft:tuff_brick_wall" }, { - "name" : "minecraft:vindicator_spawn_egg" + "command_name" : "minecraft:tuff_bricks", + "name" : "minecraft:tuff_bricks", + "raw_id" : -754, + "serialization_id" : "item.tuff_bricks", + "serialization_name" : "minecraft:tuff_bricks" }, { - "name" : "minecraft:vine" + "command_name" : "minecraft:tuff_slab", + "name" : "minecraft:tuff_slab", + "raw_id" : -744, + "serialization_id" : "item.tuff_slab", + "serialization_name" : "minecraft:tuff_slab" }, { - "name" : "minecraft:wandering_trader_spawn_egg" + "command_name" : "minecraft:tuff_stairs", + "name" : "minecraft:tuff_stairs", + "raw_id" : -746, + "serialization_id" : "item.tuff_stairs", + "serialization_name" : "minecraft:tuff_stairs" }, { - "name" : "minecraft:ward_armor_trim_smithing_template" + "command_name" : "minecraft:tuff_wall", + "name" : "minecraft:tuff_wall", + "raw_id" : -747, + "serialization_id" : "item.tuff_wall", + "serialization_name" : "minecraft:tuff_wall" }, { - "name" : "minecraft:warden_spawn_egg" + "command_name" : "minecraft:turtle_egg", + "name" : "minecraft:turtle_egg", + "raw_id" : -159, + "serialization_id" : "item.turtle_egg", + "serialization_name" : "minecraft:turtle_egg" }, { - "name" : "minecraft:warped_button" + "command_name" : "minecraft:turtle_helmet", + "name" : "minecraft:turtle_helmet", + "raw_id" : 591, + "serialization_id" : "item.turtle_helmet", + "serialization_name" : "minecraft:turtle_helmet" }, { - "name" : "minecraft:warped_door" + "command_name" : "minecraft:turtle_scute", + "name" : "minecraft:turtle_scute", + "raw_id" : 590, + "serialization_id" : "item.turtle_shell_piece", + "serialization_name" : "minecraft:turtle_scute" }, { - "name" : "minecraft:warped_fence" + "command_name" : "minecraft:turtle_spawn_egg", + "name" : "minecraft:turtle_spawn_egg", + "raw_id" : 497, + "serialization_id" : "item.turtle_spawn_egg", + "serialization_name" : "minecraft:turtle_spawn_egg" }, { - "name" : "minecraft:warped_fence_gate" + "command_name" : "minecraft:twisting_vines", + "name" : "minecraft:twisting_vines", + "raw_id" : -287, + "serialization_id" : "item.twisting_vines", + "serialization_name" : "minecraft:twisting_vines" }, { - "name" : "minecraft:warped_fungus" + "command_name" : "minecraft:undyed_shulker_box", + "name" : "minecraft:undyed_shulker_box", + "raw_id" : 205, + "serialization_id" : "item.undyed_shulker_box", + "serialization_name" : "minecraft:undyed_shulker_box" }, { - "name" : "minecraft:warped_fungus_on_a_stick" + "command_name" : "minecraft:vault", + "name" : "minecraft:vault", + "raw_id" : -314, + "serialization_id" : "item.vault", + "serialization_name" : "minecraft:vault" }, { - "name" : "minecraft:warped_hanging_sign" + "command_name" : "minecraft:verdant_froglight", + "name" : "minecraft:verdant_froglight", + "raw_id" : -470, + "serialization_id" : "item.verdant_froglight", + "serialization_name" : "minecraft:verdant_froglight" }, { - "name" : "minecraft:warped_hyphae" + "command_name" : "minecraft:vex_armor_trim_smithing_template", + "name" : "minecraft:vex_armor_trim_smithing_template", + "raw_id" : 708, + "serialization_id" : "item.vex_armor_trim_smithing_template", + "serialization_name" : "minecraft:vex_armor_trim_smithing_template" }, { - "name" : "minecraft:warped_nylium" + "command_name" : "minecraft:vex_spawn_egg", + "name" : "minecraft:vex_spawn_egg", + "raw_id" : 488, + "serialization_id" : "item.vex_spawn_egg", + "serialization_name" : "minecraft:vex_spawn_egg" }, { - "name" : "minecraft:warped_planks" + "command_name" : "minecraft:villager_spawn_egg", + "name" : "minecraft:villager_spawn_egg", + "raw_id" : 460, + "serialization_id" : "item.villager_spawn_egg", + "serialization_name" : "minecraft:villager_spawn_egg" }, { - "name" : "minecraft:warped_pressure_plate" + "command_name" : "minecraft:vindicator_spawn_egg", + "name" : "minecraft:vindicator_spawn_egg", + "raw_id" : 486, + "serialization_id" : "item.vindicator_spawn_egg", + "serialization_name" : "minecraft:vindicator_spawn_egg" }, { - "name" : "minecraft:warped_roots" + "command_name" : "minecraft:vine", + "name" : "minecraft:vine", + "raw_id" : 106, + "serialization_id" : "item.vine", + "serialization_name" : "minecraft:vine" }, { - "name" : "minecraft:warped_sign" + "command_name" : "minecraft:wandering_trader_spawn_egg", + "name" : "minecraft:wandering_trader_spawn_egg", + "raw_id" : 504, + "serialization_id" : "item.wandering_trader_spawn_egg", + "serialization_name" : "minecraft:wandering_trader_spawn_egg" }, { - "name" : "minecraft:warped_slab" + "command_name" : "minecraft:ward_armor_trim_smithing_template", + "name" : "minecraft:ward_armor_trim_smithing_template", + "raw_id" : 706, + "serialization_id" : "item.ward_armor_trim_smithing_template", + "serialization_name" : "minecraft:ward_armor_trim_smithing_template" }, { - "name" : "minecraft:warped_stairs" + "command_name" : "minecraft:warden_spawn_egg", + "name" : "minecraft:warden_spawn_egg", + "raw_id" : 653, + "serialization_id" : "item.warden_spawn_egg", + "serialization_name" : "minecraft:warden_spawn_egg" }, { - "name" : "minecraft:warped_stem" + "command_name" : "minecraft:warped_button", + "name" : "minecraft:warped_button", + "raw_id" : -261, + "serialization_id" : "item.warped_button", + "serialization_name" : "minecraft:warped_button" }, { - "name" : "minecraft:warped_trapdoor" + "command_name" : "minecraft:warped_door", + "name" : "minecraft:warped_door", + "raw_id" : 638, + "serialization_id" : "item.warped_door", + "serialization_name" : "minecraft:warped_door" }, { - "name" : "minecraft:warped_wart_block" + "command_name" : "minecraft:warped_fence", + "name" : "minecraft:warped_fence", + "raw_id" : -257, + "serialization_id" : "item.warped_fence", + "serialization_name" : "minecraft:warped_fence" }, { - "name" : "minecraft:water_bucket" + "command_name" : "minecraft:warped_fence_gate", + "name" : "minecraft:warped_fence_gate", + "raw_id" : -259, + "serialization_id" : "item.warped_fence_gate", + "serialization_name" : "minecraft:warped_fence_gate" }, { - "name" : "minecraft:waterlily" + "command_name" : "minecraft:warped_fungus", + "name" : "minecraft:warped_fungus", + "raw_id" : -229, + "serialization_id" : "item.warped_fungus", + "serialization_name" : "minecraft:warped_fungus" }, { - "name" : "minecraft:waxed_chiseled_copper" + "command_name" : "minecraft:warped_fungus_on_a_stick", + "name" : "minecraft:warped_fungus_on_a_stick", + "raw_id" : 639, + "serialization_id" : "item.warped_fungus_on_a_stick.name", + "serialization_name" : "minecraft:warped_fungus_on_a_stick" }, { - "name" : "minecraft:waxed_copper" + "command_name" : "minecraft:warped_hanging_sign", + "name" : "minecraft:warped_hanging_sign", + "raw_id" : -507, + "serialization_id" : "item.warped_hanging_sign", + "serialization_name" : "minecraft:warped_hanging_sign" }, { - "name" : "minecraft:waxed_copper_bulb" + "command_name" : "minecraft:warped_hyphae", + "name" : "minecraft:warped_hyphae", + "raw_id" : -298, + "serialization_id" : "item.warped_hyphae", + "serialization_name" : "minecraft:warped_hyphae" }, { - "name" : "minecraft:waxed_copper_door" + "command_name" : "minecraft:warped_nylium", + "name" : "minecraft:warped_nylium", + "raw_id" : -233, + "serialization_id" : "item.warped_nylium", + "serialization_name" : "minecraft:warped_nylium" }, { - "name" : "minecraft:waxed_copper_grate" + "command_name" : "minecraft:warped_planks", + "name" : "minecraft:warped_planks", + "raw_id" : -243, + "serialization_id" : "item.warped_planks", + "serialization_name" : "minecraft:warped_planks" }, { - "name" : "minecraft:waxed_copper_trapdoor" + "command_name" : "minecraft:warped_pressure_plate", + "name" : "minecraft:warped_pressure_plate", + "raw_id" : -263, + "serialization_id" : "item.warped_pressure_plate", + "serialization_name" : "minecraft:warped_pressure_plate" }, { - "name" : "minecraft:waxed_cut_copper" + "command_name" : "minecraft:warped_roots", + "name" : "minecraft:warped_roots", + "raw_id" : -224, + "serialization_id" : "item.warped_roots", + "serialization_name" : "minecraft:warped_roots" }, { - "name" : "minecraft:waxed_cut_copper_slab" + "command_name" : "minecraft:warped_sign", + "name" : "minecraft:warped_sign", + "raw_id" : 636, + "serialization_id" : "item.warped_sign", + "serialization_name" : "minecraft:warped_sign" }, { - "name" : "minecraft:waxed_cut_copper_stairs" + "command_name" : "minecraft:warped_slab", + "name" : "minecraft:warped_slab", + "raw_id" : -265, + "serialization_id" : "item.warped_slab", + "serialization_name" : "minecraft:warped_slab" }, { - "name" : "minecraft:waxed_exposed_chiseled_copper" + "command_name" : "minecraft:warped_stairs", + "name" : "minecraft:warped_stairs", + "raw_id" : -255, + "serialization_id" : "item.warped_stairs", + "serialization_name" : "minecraft:warped_stairs" }, { - "name" : "minecraft:waxed_exposed_copper" + "command_name" : "minecraft:warped_stem", + "name" : "minecraft:warped_stem", + "raw_id" : -226, + "serialization_id" : "item.warped_stem", + "serialization_name" : "minecraft:warped_stem" }, { - "name" : "minecraft:waxed_exposed_copper_bulb" + "command_name" : "minecraft:warped_trapdoor", + "name" : "minecraft:warped_trapdoor", + "raw_id" : -247, + "serialization_id" : "item.warped_trapdoor", + "serialization_name" : "minecraft:warped_trapdoor" }, { - "name" : "minecraft:waxed_exposed_copper_door" + "command_name" : "minecraft:warped_wart_block", + "name" : "minecraft:warped_wart_block", + "raw_id" : -227, + "serialization_id" : "item.warped_wart_block", + "serialization_name" : "minecraft:warped_wart_block" }, { - "name" : "minecraft:waxed_exposed_copper_grate" + "command_name" : "minecraft:water_bucket", + "name" : "minecraft:water_bucket", + "raw_id" : 371, + "serialization_id" : "item.water_bucket", + "serialization_name" : "minecraft:water_bucket" }, { - "name" : "minecraft:waxed_exposed_copper_trapdoor" + "command_name" : "minecraft:waterlily", + "name" : "minecraft:waterlily", + "raw_id" : 111, + "serialization_id" : "item.waterlily", + "serialization_name" : "minecraft:waterlily" }, { - "name" : "minecraft:waxed_exposed_cut_copper" + "command_name" : "minecraft:waxed_chiseled_copper", + "name" : "minecraft:waxed_chiseled_copper", + "raw_id" : -764, + "serialization_id" : "item.waxed_chiseled_copper", + "serialization_name" : "minecraft:waxed_chiseled_copper" }, { - "name" : "minecraft:waxed_exposed_cut_copper_slab" + "command_name" : "minecraft:waxed_copper", + "name" : "minecraft:waxed_copper", + "raw_id" : -344, + "serialization_id" : "item.waxed_copper", + "serialization_name" : "minecraft:waxed_copper" }, { - "name" : "minecraft:waxed_exposed_cut_copper_stairs" + "command_name" : "minecraft:waxed_copper_bulb", + "name" : "minecraft:waxed_copper_bulb", + "raw_id" : -780, + "serialization_id" : "item.waxed_copper_bulb", + "serialization_name" : "minecraft:waxed_copper_bulb" }, { - "name" : "minecraft:waxed_oxidized_chiseled_copper" + "command_name" : "minecraft:waxed_copper_door", + "name" : "minecraft:waxed_copper_door", + "raw_id" : -788, + "serialization_id" : "item.waxed_copper_door", + "serialization_name" : "minecraft:waxed_copper_door" }, { - "name" : "minecraft:waxed_oxidized_copper" + "command_name" : "minecraft:waxed_copper_grate", + "name" : "minecraft:waxed_copper_grate", + "raw_id" : -772, + "serialization_id" : "item.waxed_copper_grate", + "serialization_name" : "minecraft:waxed_copper_grate" }, { - "name" : "minecraft:waxed_oxidized_copper_bulb" + "command_name" : "minecraft:waxed_copper_trapdoor", + "name" : "minecraft:waxed_copper_trapdoor", + "raw_id" : -796, + "serialization_id" : "item.waxed_copper_trapdoor", + "serialization_name" : "minecraft:waxed_copper_trapdoor" }, { - "name" : "minecraft:waxed_oxidized_copper_door" + "command_name" : "minecraft:waxed_cut_copper", + "name" : "minecraft:waxed_cut_copper", + "raw_id" : -351, + "serialization_id" : "item.waxed_cut_copper", + "serialization_name" : "minecraft:waxed_cut_copper" }, { - "name" : "minecraft:waxed_oxidized_copper_grate" + "command_name" : "minecraft:waxed_cut_copper_slab", + "name" : "minecraft:waxed_cut_copper_slab", + "raw_id" : -365, + "serialization_id" : "item.waxed_cut_copper_slab", + "serialization_name" : "minecraft:waxed_cut_copper_slab" }, { - "name" : "minecraft:waxed_oxidized_copper_trapdoor" + "command_name" : "minecraft:waxed_cut_copper_stairs", + "name" : "minecraft:waxed_cut_copper_stairs", + "raw_id" : -358, + "serialization_id" : "item.waxed_cut_copper_stairs", + "serialization_name" : "minecraft:waxed_cut_copper_stairs" }, { - "name" : "minecraft:waxed_oxidized_cut_copper" + "command_name" : "minecraft:waxed_exposed_chiseled_copper", + "name" : "minecraft:waxed_exposed_chiseled_copper", + "raw_id" : -765, + "serialization_id" : "item.waxed_exposed_chiseled_copper", + "serialization_name" : "minecraft:waxed_exposed_chiseled_copper" }, { - "name" : "minecraft:waxed_oxidized_cut_copper_slab" + "command_name" : "minecraft:waxed_exposed_copper", + "name" : "minecraft:waxed_exposed_copper", + "raw_id" : -345, + "serialization_id" : "item.waxed_exposed_copper", + "serialization_name" : "minecraft:waxed_exposed_copper" }, { - "name" : "minecraft:waxed_oxidized_cut_copper_stairs" + "command_name" : "minecraft:waxed_exposed_copper_bulb", + "name" : "minecraft:waxed_exposed_copper_bulb", + "raw_id" : -781, + "serialization_id" : "item.waxed_exposed_copper_bulb", + "serialization_name" : "minecraft:waxed_exposed_copper_bulb" }, { - "name" : "minecraft:waxed_weathered_chiseled_copper" + "command_name" : "minecraft:waxed_exposed_copper_door", + "name" : "minecraft:waxed_exposed_copper_door", + "raw_id" : -789, + "serialization_id" : "item.waxed_exposed_copper_door", + "serialization_name" : "minecraft:waxed_exposed_copper_door" }, { - "name" : "minecraft:waxed_weathered_copper" + "command_name" : "minecraft:waxed_exposed_copper_grate", + "name" : "minecraft:waxed_exposed_copper_grate", + "raw_id" : -773, + "serialization_id" : "item.waxed_exposed_copper_grate", + "serialization_name" : "minecraft:waxed_exposed_copper_grate" }, { - "name" : "minecraft:waxed_weathered_copper_bulb" + "command_name" : "minecraft:waxed_exposed_copper_trapdoor", + "name" : "minecraft:waxed_exposed_copper_trapdoor", + "raw_id" : -797, + "serialization_id" : "item.waxed_exposed_copper_trapdoor", + "serialization_name" : "minecraft:waxed_exposed_copper_trapdoor" }, { - "name" : "minecraft:waxed_weathered_copper_door" + "command_name" : "minecraft:waxed_exposed_cut_copper", + "name" : "minecraft:waxed_exposed_cut_copper", + "raw_id" : -352, + "serialization_id" : "item.waxed_exposed_cut_copper", + "serialization_name" : "minecraft:waxed_exposed_cut_copper" }, { - "name" : "minecraft:waxed_weathered_copper_grate" + "command_name" : "minecraft:waxed_exposed_cut_copper_slab", + "name" : "minecraft:waxed_exposed_cut_copper_slab", + "raw_id" : -366, + "serialization_id" : "item.waxed_exposed_cut_copper_slab", + "serialization_name" : "minecraft:waxed_exposed_cut_copper_slab" }, { - "name" : "minecraft:waxed_weathered_copper_trapdoor" + "command_name" : "minecraft:waxed_exposed_cut_copper_stairs", + "name" : "minecraft:waxed_exposed_cut_copper_stairs", + "raw_id" : -359, + "serialization_id" : "item.waxed_exposed_cut_copper_stairs", + "serialization_name" : "minecraft:waxed_exposed_cut_copper_stairs" }, { - "name" : "minecraft:waxed_weathered_cut_copper" + "command_name" : "minecraft:waxed_oxidized_chiseled_copper", + "name" : "minecraft:waxed_oxidized_chiseled_copper", + "raw_id" : -766, + "serialization_id" : "item.waxed_oxidized_chiseled_copper", + "serialization_name" : "minecraft:waxed_oxidized_chiseled_copper" }, { - "name" : "minecraft:waxed_weathered_cut_copper_slab" + "command_name" : "minecraft:waxed_oxidized_copper", + "name" : "minecraft:waxed_oxidized_copper", + "raw_id" : -446, + "serialization_id" : "item.waxed_oxidized_copper", + "serialization_name" : "minecraft:waxed_oxidized_copper" }, { - "name" : "minecraft:waxed_weathered_cut_copper_stairs" + "command_name" : "minecraft:waxed_oxidized_copper_bulb", + "name" : "minecraft:waxed_oxidized_copper_bulb", + "raw_id" : -783, + "serialization_id" : "item.waxed_oxidized_copper_bulb", + "serialization_name" : "minecraft:waxed_oxidized_copper_bulb" }, { - "name" : "minecraft:wayfinder_armor_trim_smithing_template" + "command_name" : "minecraft:waxed_oxidized_copper_door", + "name" : "minecraft:waxed_oxidized_copper_door", + "raw_id" : -791, + "serialization_id" : "item.waxed_oxidized_copper_door", + "serialization_name" : "minecraft:waxed_oxidized_copper_door" }, { - "name" : "minecraft:weathered_chiseled_copper" + "command_name" : "minecraft:waxed_oxidized_copper_grate", + "name" : "minecraft:waxed_oxidized_copper_grate", + "raw_id" : -775, + "serialization_id" : "item.waxed_oxidized_copper_grate", + "serialization_name" : "minecraft:waxed_oxidized_copper_grate" }, { - "name" : "minecraft:weathered_copper" + "command_name" : "minecraft:waxed_oxidized_copper_trapdoor", + "name" : "minecraft:waxed_oxidized_copper_trapdoor", + "raw_id" : -799, + "serialization_id" : "item.waxed_oxidized_copper_trapdoor", + "serialization_name" : "minecraft:waxed_oxidized_copper_trapdoor" }, { - "name" : "minecraft:weathered_copper_bulb" + "command_name" : "minecraft:waxed_oxidized_cut_copper", + "name" : "minecraft:waxed_oxidized_cut_copper", + "raw_id" : -447, + "serialization_id" : "item.waxed_oxidized_cut_copper", + "serialization_name" : "minecraft:waxed_oxidized_cut_copper" }, { - "name" : "minecraft:weathered_copper_door" + "command_name" : "minecraft:waxed_oxidized_cut_copper_slab", + "name" : "minecraft:waxed_oxidized_cut_copper_slab", + "raw_id" : -449, + "serialization_id" : "item.waxed_oxidized_cut_copper_slab", + "serialization_name" : "minecraft:waxed_oxidized_cut_copper_slab" }, { - "name" : "minecraft:weathered_copper_grate" + "command_name" : "minecraft:waxed_oxidized_cut_copper_stairs", + "name" : "minecraft:waxed_oxidized_cut_copper_stairs", + "raw_id" : -448, + "serialization_id" : "item.waxed_oxidized_cut_copper_stairs", + "serialization_name" : "minecraft:waxed_oxidized_cut_copper_stairs" }, { - "name" : "minecraft:weathered_copper_trapdoor" + "command_name" : "minecraft:waxed_weathered_chiseled_copper", + "name" : "minecraft:waxed_weathered_chiseled_copper", + "raw_id" : -767, + "serialization_id" : "item.waxed_weathered_chiseled_copper", + "serialization_name" : "minecraft:waxed_weathered_chiseled_copper" }, { - "name" : "minecraft:weathered_cut_copper" + "command_name" : "minecraft:waxed_weathered_copper", + "name" : "minecraft:waxed_weathered_copper", + "raw_id" : -346, + "serialization_id" : "item.waxed_weathered_copper", + "serialization_name" : "minecraft:waxed_weathered_copper" }, { - "name" : "minecraft:weathered_cut_copper_slab" + "command_name" : "minecraft:waxed_weathered_copper_bulb", + "name" : "minecraft:waxed_weathered_copper_bulb", + "raw_id" : -782, + "serialization_id" : "item.waxed_weathered_copper_bulb", + "serialization_name" : "minecraft:waxed_weathered_copper_bulb" }, { - "name" : "minecraft:weathered_cut_copper_stairs" + "command_name" : "minecraft:waxed_weathered_copper_door", + "name" : "minecraft:waxed_weathered_copper_door", + "raw_id" : -790, + "serialization_id" : "item.waxed_weathered_copper_door", + "serialization_name" : "minecraft:waxed_weathered_copper_door" }, { - "name" : "minecraft:web" + "command_name" : "minecraft:waxed_weathered_copper_grate", + "name" : "minecraft:waxed_weathered_copper_grate", + "raw_id" : -774, + "serialization_id" : "item.waxed_weathered_copper_grate", + "serialization_name" : "minecraft:waxed_weathered_copper_grate" }, { - "name" : "minecraft:weeping_vines" + "command_name" : "minecraft:waxed_weathered_copper_trapdoor", + "name" : "minecraft:waxed_weathered_copper_trapdoor", + "raw_id" : -798, + "serialization_id" : "item.waxed_weathered_copper_trapdoor", + "serialization_name" : "minecraft:waxed_weathered_copper_trapdoor" }, { - "name" : "minecraft:wheat" + "command_name" : "minecraft:waxed_weathered_cut_copper", + "name" : "minecraft:waxed_weathered_cut_copper", + "raw_id" : -353, + "serialization_id" : "item.waxed_weathered_cut_copper", + "serialization_name" : "minecraft:waxed_weathered_cut_copper" }, { - "name" : "minecraft:wheat_seeds" + "command_name" : "minecraft:waxed_weathered_cut_copper_slab", + "name" : "minecraft:waxed_weathered_cut_copper_slab", + "raw_id" : -367, + "serialization_id" : "item.waxed_weathered_cut_copper_slab", + "serialization_name" : "minecraft:waxed_weathered_cut_copper_slab" }, { - "name" : "minecraft:white_candle" + "command_name" : "minecraft:waxed_weathered_cut_copper_stairs", + "name" : "minecraft:waxed_weathered_cut_copper_stairs", + "raw_id" : -360, + "serialization_id" : "item.waxed_weathered_cut_copper_stairs", + "serialization_name" : "minecraft:waxed_weathered_cut_copper_stairs" }, { - "name" : "minecraft:white_carpet" + "command_name" : "minecraft:wayfinder_armor_trim_smithing_template", + "name" : "minecraft:wayfinder_armor_trim_smithing_template", + "raw_id" : 714, + "serialization_id" : "item.wayfinder_armor_trim_smithing_template", + "serialization_name" : "minecraft:wayfinder_armor_trim_smithing_template" }, { - "name" : "minecraft:white_concrete" + "command_name" : "minecraft:weathered_chiseled_copper", + "name" : "minecraft:weathered_chiseled_copper", + "raw_id" : -762, + "serialization_id" : "item.weathered_chiseled_copper", + "serialization_name" : "minecraft:weathered_chiseled_copper" }, { - "name" : "minecraft:white_concrete_powder" + "command_name" : "minecraft:weathered_copper", + "name" : "minecraft:weathered_copper", + "raw_id" : -342, + "serialization_id" : "item.weathered_copper", + "serialization_name" : "minecraft:weathered_copper" }, { - "name" : "minecraft:white_dye" + "command_name" : "minecraft:weathered_copper_bulb", + "name" : "minecraft:weathered_copper_bulb", + "raw_id" : -778, + "serialization_id" : "item.weathered_copper_bulb", + "serialization_name" : "minecraft:weathered_copper_bulb" }, { - "name" : "minecraft:white_glazed_terracotta" + "command_name" : "minecraft:weathered_copper_door", + "name" : "minecraft:weathered_copper_door", + "raw_id" : -786, + "serialization_id" : "item.weathered_copper_door", + "serialization_name" : "minecraft:weathered_copper_door" }, { - "name" : "minecraft:white_shulker_box" + "command_name" : "minecraft:weathered_copper_grate", + "name" : "minecraft:weathered_copper_grate", + "raw_id" : -770, + "serialization_id" : "item.weathered_copper_grate", + "serialization_name" : "minecraft:weathered_copper_grate" }, { - "name" : "minecraft:white_stained_glass" + "command_name" : "minecraft:weathered_copper_trapdoor", + "name" : "minecraft:weathered_copper_trapdoor", + "raw_id" : -794, + "serialization_id" : "item.weathered_copper_trapdoor", + "serialization_name" : "minecraft:weathered_copper_trapdoor" }, { - "name" : "minecraft:white_stained_glass_pane" + "command_name" : "minecraft:weathered_cut_copper", + "name" : "minecraft:weathered_cut_copper", + "raw_id" : -349, + "serialization_id" : "item.weathered_cut_copper", + "serialization_name" : "minecraft:weathered_cut_copper" }, { - "name" : "minecraft:white_terracotta" + "command_name" : "minecraft:weathered_cut_copper_slab", + "name" : "minecraft:weathered_cut_copper_slab", + "raw_id" : -363, + "serialization_id" : "item.weathered_cut_copper_slab", + "serialization_name" : "minecraft:weathered_cut_copper_slab" }, { - "name" : "minecraft:white_tulip" + "command_name" : "minecraft:weathered_cut_copper_stairs", + "name" : "minecraft:weathered_cut_copper_stairs", + "raw_id" : -356, + "serialization_id" : "item.weathered_cut_copper_stairs", + "serialization_name" : "minecraft:weathered_cut_copper_stairs" }, { - "name" : "minecraft:white_wool" + "command_name" : "minecraft:web", + "name" : "minecraft:web", + "raw_id" : 30, + "serialization_id" : "item.web", + "serialization_name" : "minecraft:web" }, { - "name" : "minecraft:wild_armor_trim_smithing_template" + "command_name" : "minecraft:weeping_vines", + "name" : "minecraft:weeping_vines", + "raw_id" : -231, + "serialization_id" : "item.weeping_vines", + "serialization_name" : "minecraft:weeping_vines" }, { - "name" : "minecraft:wind_charge" + "command_name" : "minecraft:wet_sponge", + "name" : "minecraft:wet_sponge", + "raw_id" : -984, + "serialization_id" : "item.wet_sponge", + "serialization_name" : "minecraft:wet_sponge" }, { - "name" : "minecraft:witch_spawn_egg" + "command_name" : "minecraft:wheat", + "name" : "minecraft:wheat", + "raw_id" : 343, + "serialization_id" : "item.wheat", + "serialization_name" : "minecraft:wheat" }, { - "name" : "minecraft:wither_rose" + "command_name" : "minecraft:wheat_seeds", + "name" : "minecraft:wheat_seeds", + "raw_id" : 297, + "serialization_id" : "item.wheat_seeds", + "serialization_name" : "minecraft:wheat_seeds" }, { - "name" : "minecraft:wither_skeleton_spawn_egg" + "command_name" : "minecraft:white_candle", + "name" : "minecraft:white_candle", + "raw_id" : -413, + "serialization_id" : "item.white_candle", + "serialization_name" : "minecraft:white_candle" }, { - "name" : "minecraft:wither_spawn_egg" + "command_name" : "minecraft:white_carpet", + "name" : "minecraft:white_carpet", + "raw_id" : 171, + "serialization_id" : "item.white_carpet", + "serialization_name" : "minecraft:white_carpet" }, { - "name" : "minecraft:wolf_armor" + "command_name" : "minecraft:white_concrete", + "name" : "minecraft:white_concrete", + "raw_id" : 236, + "serialization_id" : "item.white_concrete", + "serialization_name" : "minecraft:white_concrete" }, { - "name" : "minecraft:wolf_spawn_egg" + "command_name" : "minecraft:white_concrete_powder", + "name" : "minecraft:white_concrete_powder", + "raw_id" : 237, + "serialization_id" : "item.white_concrete_powder", + "serialization_name" : "minecraft:white_concrete_powder" }, { - "name" : "minecraft:wooden_axe" + "command_name" : "minecraft:white_dye", + "name" : "minecraft:white_dye", + "raw_id" : 420, + "serialization_id" : "item.white_dye", + "serialization_name" : "minecraft:white_dye" }, { - "name" : "minecraft:wooden_button" + "command_name" : "minecraft:white_glazed_terracotta", + "name" : "minecraft:white_glazed_terracotta", + "raw_id" : 220, + "serialization_id" : "item.white_glazed_terracotta", + "serialization_name" : "minecraft:white_glazed_terracotta" }, { - "name" : "minecraft:wooden_door" + "command_name" : "minecraft:white_shulker_box", + "name" : "minecraft:white_shulker_box", + "raw_id" : 218, + "serialization_id" : "item.white_shulker_box", + "serialization_name" : "minecraft:white_shulker_box" }, { - "name" : "minecraft:wooden_hoe" + "command_name" : "minecraft:white_stained_glass", + "name" : "minecraft:white_stained_glass", + "raw_id" : 241, + "serialization_id" : "item.white_stained_glass", + "serialization_name" : "minecraft:white_stained_glass" }, { - "name" : "minecraft:wooden_pickaxe" + "command_name" : "minecraft:white_stained_glass_pane", + "name" : "minecraft:white_stained_glass_pane", + "raw_id" : 160, + "serialization_id" : "item.white_stained_glass_pane", + "serialization_name" : "minecraft:white_stained_glass_pane" }, { - "name" : "minecraft:wooden_pressure_plate" + "command_name" : "minecraft:white_terracotta", + "name" : "minecraft:white_terracotta", + "raw_id" : 159, + "serialization_id" : "item.white_terracotta", + "serialization_name" : "minecraft:white_terracotta" }, { - "name" : "minecraft:wooden_shovel" + "command_name" : "minecraft:white_tulip", + "name" : "minecraft:white_tulip", + "raw_id" : -835, + "serialization_id" : "item.white_tulip", + "serialization_name" : "minecraft:white_tulip" }, { - "name" : "minecraft:wooden_sword" + "command_name" : "minecraft:white_wool", + "name" : "minecraft:white_wool", + "raw_id" : 35, + "serialization_id" : "item.white_wool", + "serialization_name" : "minecraft:white_wool" }, { - "name" : "minecraft:writable_book" + "command_name" : "minecraft:wild_armor_trim_smithing_template", + "name" : "minecraft:wild_armor_trim_smithing_template", + "raw_id" : 705, + "serialization_id" : "item.wild_armor_trim_smithing_template", + "serialization_name" : "minecraft:wild_armor_trim_smithing_template" }, { - "name" : "minecraft:yellow_candle" + "command_name" : "minecraft:wind_charge", + "name" : "minecraft:wind_charge", + "raw_id" : 261, + "serialization_id" : "item.wind_charge.name", + "serialization_name" : "minecraft:wind_charge" }, { - "name" : "minecraft:yellow_carpet" + "command_name" : "minecraft:witch_spawn_egg", + "name" : "minecraft:witch_spawn_egg", + "raw_id" : 463, + "serialization_id" : "item.witch_spawn_egg", + "serialization_name" : "minecraft:witch_spawn_egg" }, { - "name" : "minecraft:yellow_concrete" + "command_name" : "minecraft:wither_rose", + "name" : "minecraft:wither_rose", + "raw_id" : -216, + "serialization_id" : "item.wither_rose", + "serialization_name" : "minecraft:wither_rose" }, { - "name" : "minecraft:yellow_concrete_powder" + "command_name" : "minecraft:wither_skeleton_spawn_egg", + "name" : "minecraft:wither_skeleton_spawn_egg", + "raw_id" : 476, + "serialization_id" : "item.wither_skeleton_spawn_egg", + "serialization_name" : "minecraft:wither_skeleton_spawn_egg" }, { - "name" : "minecraft:yellow_dye" + "command_name" : "minecraft:wither_spawn_egg", + "name" : "minecraft:wither_spawn_egg", + "raw_id" : 520, + "serialization_id" : "item.wither_spawn_egg", + "serialization_name" : "minecraft:wither_spawn_egg" }, { - "name" : "minecraft:yellow_glazed_terracotta" + "command_name" : "minecraft:wolf_armor", + "name" : "minecraft:wolf_armor", + "raw_id" : 724, + "serialization_id" : "item.wolf_armor", + "serialization_name" : "minecraft:wolf_armor" }, { - "name" : "minecraft:yellow_shulker_box" + "command_name" : "minecraft:wolf_spawn_egg", + "name" : "minecraft:wolf_spawn_egg", + "raw_id" : 450, + "serialization_id" : "item.wolf_spawn_egg", + "serialization_name" : "minecraft:wolf_spawn_egg" }, { - "name" : "minecraft:yellow_stained_glass" + "command_name" : "minecraft:wooden_axe", + "name" : "minecraft:wooden_axe", + "raw_id" : 319, + "serialization_id" : "item.wooden_axe", + "serialization_name" : "minecraft:wooden_axe" }, { - "name" : "minecraft:yellow_stained_glass_pane" + "command_name" : "minecraft:wooden_button", + "name" : "minecraft:wooden_button", + "raw_id" : 143, + "serialization_id" : "item.wooden_button", + "serialization_name" : "minecraft:wooden_button" }, { - "name" : "minecraft:yellow_terracotta" + "command_name" : "minecraft:wooden_door", + "name" : "minecraft:wooden_door", + "raw_id" : 368, + "serialization_id" : "item.wooden_door", + "serialization_name" : "minecraft:wooden_door" }, { - "name" : "minecraft:yellow_wool" + "command_name" : "minecraft:wooden_hoe", + "name" : "minecraft:wooden_hoe", + "raw_id" : 338, + "serialization_id" : "item.wooden_hoe", + "serialization_name" : "minecraft:wooden_hoe" }, { - "name" : "minecraft:zoglin_spawn_egg" + "command_name" : "minecraft:wooden_pickaxe", + "name" : "minecraft:wooden_pickaxe", + "raw_id" : 318, + "serialization_id" : "item.wooden_pickaxe", + "serialization_name" : "minecraft:wooden_pickaxe" }, { - "name" : "minecraft:zombie_horse_spawn_egg" + "command_name" : "minecraft:wooden_pressure_plate", + "name" : "minecraft:wooden_pressure_plate", + "raw_id" : 72, + "serialization_id" : "item.wooden_pressure_plate", + "serialization_name" : "minecraft:wooden_pressure_plate" }, { - "name" : "minecraft:zombie_pigman_spawn_egg" + "command_name" : "minecraft:wooden_shovel", + "name" : "minecraft:wooden_shovel", + "raw_id" : 317, + "serialization_id" : "item.wooden_shovel", + "serialization_name" : "minecraft:wooden_shovel" }, { - "name" : "minecraft:zombie_spawn_egg" + "command_name" : "minecraft:wooden_sword", + "name" : "minecraft:wooden_sword", + "raw_id" : 316, + "serialization_id" : "item.wooden_sword", + "serialization_name" : "minecraft:wooden_sword" }, { - "name" : "minecraft:zombie_villager_spawn_egg" + "command_name" : "minecraft:writable_book", + "name" : "minecraft:writable_book", + "raw_id" : 528, + "serialization_id" : "item.writable_book", + "serialization_name" : "minecraft:writable_book" + }, + { + "command_name" : "minecraft:yellow_candle", + "name" : "minecraft:yellow_candle", + "raw_id" : -417, + "serialization_id" : "item.yellow_candle", + "serialization_name" : "minecraft:yellow_candle" + }, + { + "command_name" : "minecraft:yellow_carpet", + "name" : "minecraft:yellow_carpet", + "raw_id" : -600, + "serialization_id" : "item.yellow_carpet", + "serialization_name" : "minecraft:yellow_carpet" + }, + { + "command_name" : "minecraft:yellow_concrete", + "name" : "minecraft:yellow_concrete", + "raw_id" : -631, + "serialization_id" : "item.yellow_concrete", + "serialization_name" : "minecraft:yellow_concrete" + }, + { + "command_name" : "minecraft:yellow_concrete_powder", + "name" : "minecraft:yellow_concrete_powder", + "raw_id" : -712, + "serialization_id" : "item.yellow_concrete_powder", + "serialization_name" : "minecraft:yellow_concrete_powder" + }, + { + "command_name" : "minecraft:yellow_dye", + "name" : "minecraft:yellow_dye", + "raw_id" : 416, + "serialization_id" : "item.yellow_dye", + "serialization_name" : "minecraft:yellow_dye" + }, + { + "command_name" : "minecraft:yellow_glazed_terracotta", + "name" : "minecraft:yellow_glazed_terracotta", + "raw_id" : 224, + "serialization_id" : "item.yellow_glazed_terracotta", + "serialization_name" : "minecraft:yellow_glazed_terracotta" + }, + { + "command_name" : "minecraft:yellow_shulker_box", + "name" : "minecraft:yellow_shulker_box", + "raw_id" : -616, + "serialization_id" : "item.yellow_shulker_box", + "serialization_name" : "minecraft:yellow_shulker_box" + }, + { + "command_name" : "minecraft:yellow_stained_glass", + "name" : "minecraft:yellow_stained_glass", + "raw_id" : -676, + "serialization_id" : "item.yellow_stained_glass", + "serialization_name" : "minecraft:yellow_stained_glass" + }, + { + "command_name" : "minecraft:yellow_stained_glass_pane", + "name" : "minecraft:yellow_stained_glass_pane", + "raw_id" : -646, + "serialization_id" : "item.yellow_stained_glass_pane", + "serialization_name" : "minecraft:yellow_stained_glass_pane" + }, + { + "command_name" : "minecraft:yellow_terracotta", + "name" : "minecraft:yellow_terracotta", + "raw_id" : -727, + "serialization_id" : "item.yellow_terracotta", + "serialization_name" : "minecraft:yellow_terracotta" + }, + { + "command_name" : "minecraft:yellow_wool", + "name" : "minecraft:yellow_wool", + "raw_id" : -558, + "serialization_id" : "item.yellow_wool", + "serialization_name" : "minecraft:yellow_wool" + }, + { + "command_name" : "minecraft:zoglin_spawn_egg", + "name" : "minecraft:zoglin_spawn_egg", + "raw_id" : 510, + "serialization_id" : "item.zoglin_spawn_egg", + "serialization_name" : "minecraft:zoglin_spawn_egg" + }, + { + "command_name" : "minecraft:zombie_horse_spawn_egg", + "name" : "minecraft:zombie_horse_spawn_egg", + "raw_id" : 480, + "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, + "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, + "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, + "serialization_id" : "item.zombie_villager_spawn_egg", + "serialization_name" : "minecraft:zombie_villager_spawn_egg" } ], - "minecraft_version" : "1.21.20-beta.3", + "minecraft_version" : "1.21.30-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 6f2456a94..63bca3832 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.20-beta.3", + "minecraft_version" : "1.21.30-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 55ea34789..2a85e1a8d 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.20-beta.3", + "minecraft_version" : "1.21.30-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 f3bc23755..1da0f0e8c 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.20-beta.3", + "minecraft_version" : "1.21.30-beta.3", "module_type" : "vanilla_data", "name" : "mojang-potionLiquid", "vanilla_data_type" : "potionLiquid" diff --git a/resource_pack/entity/player.entity.json b/resource_pack/entity/player.entity.json index f2478fa6d..b729d0f77 100644 --- a/resource_pack/entity/player.entity.json +++ b/resource_pack/entity/player.entity.json @@ -26,7 +26,7 @@ "variable.hand_bob = 0.0;" ], "pre_animation": [ - "variable.helmet_layer_visible = 1.0;", + "variable.helmet_layer_visible = !query.has_head_gear;", "variable.leg_layer_visible = 1.0;", "variable.boot_layer_visible = 1.0;", "variable.chest_layer_visible = 1.0;", diff --git a/resource_pack/manifest.json b/resource_pack/manifest.json index d512804c2..6ace07081 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, 20 ] + "min_engine_version": [ 1, 21, 30 ] }, "modules": [ { diff --git a/resource_pack/render_controllers/persona.render_controllers.json b/resource_pack/render_controllers/persona.render_controllers.json index f5cce0865..23d22fbd0 100644 --- a/resource_pack/render_controllers/persona.render_controllers.json +++ b/resource_pack/render_controllers/persona.render_controllers.json @@ -60,8 +60,8 @@ "part_visibility": [ { "*": "!query.is_spectator" }, { "head": true }, - { "hat": "!query.has_head_gear" }, - { "helmet": "variable.helmet_layer_visible && !query.has_head_gear" }, + { "hat": true }, + { "helmet": "variable.helmet_layer_visible" }, { "leftLegging": "variable.leg_layer_visible && !query.is_spectator" }, { "rightLegging": "variable.leg_layer_visible && !query.is_spectator" }, { "leftBoot": "variable.boot_layer_visible && !query.is_spectator" }, @@ -93,8 +93,8 @@ "part_visibility": [ { "*": "!query.is_spectator" }, { "head": true }, - { "hat": "!query.has_head_gear" }, - { "helmet": "variable.helmet_layer_visible && !query.has_head_gear" }, + { "hat": true }, + { "helmet": "variable.helmet_layer_visible" }, { "leftLegging": "variable.leg_layer_visible && !query.is_spectator" }, { "rightLegging": "variable.leg_layer_visible && !query.is_spectator" }, { "leftBoot": "variable.boot_layer_visible && !query.is_spectator" }, @@ -126,8 +126,8 @@ "part_visibility": [ { "*": "!query.is_spectator" }, { "head": true }, - { "hat": "!query.has_head_gear" }, - { "helmet": "variable.helmet_layer_visible && !query.has_head_gear" }, + { "hat": true }, + { "helmet": "variable.helmet_layer_visible" }, { "leftLegging": "variable.leg_layer_visible && !query.is_spectator" }, { "rightLegging": "variable.leg_layer_visible && !query.is_spectator" }, { "leftBoot": "variable.boot_layer_visible && !query.is_spectator" }, @@ -163,8 +163,8 @@ "part_visibility": [ { "*": false }, { "head": true }, - { "hat": "!query.has_head_gear" }, - { "helmet": "!query.has_head_gear" } + { "hat": true }, + { "helmet": true } ], "uv_anim": { "offset": [ 0.0, "variable.is_blinking * 0.5" ], diff --git a/resource_pack/render_controllers/player.render_controllers.json b/resource_pack/render_controllers/player.render_controllers.json index b190db9d8..a087d16f1 100644 --- a/resource_pack/render_controllers/player.render_controllers.json +++ b/resource_pack/render_controllers/player.render_controllers.json @@ -19,7 +19,7 @@ "textures": [ "Texture.default" ], "part_visibility": [ { "*": true }, - { "helmet": "variable.helmet_layer_visible && !query.has_head_gear" }, + { "helmet": "variable.helmet_layer_visible" }, { "leftLegging": "variable.leg_layer_visible" }, { "rightLegging": "variable.leg_layer_visible" }, { "leftBoot": "variable.boot_layer_visible" }, @@ -48,7 +48,7 @@ { "*": false }, { "head": true }, { "hat": true }, - { "helmet": "variable.helmet_layer_visible && !query.has_head_gear" } + { "helmet": "variable.helmet_layer_visible" } ], "color": { "r": "1.0f", @@ -65,7 +65,7 @@ { "*": false }, { "head": true }, { "hat": true }, - { "helmet": "!query.has_head_gear" } + { "helmet": true } ] } } diff --git a/resource_pack/sounds.json b/resource_pack/sounds.json index 85e212ce5..4e7ecd5f6 100644 --- a/resource_pack/sounds.json +++ b/resource_pack/sounds.json @@ -3354,7 +3354,7 @@ "hurt.in.water" : "", "splash" : { "pitch" : [ 0.60, 1.40 ], - "sound" : "random.splash" + "sound" : "entity.generic.splash" }, "swim" : { "pitch" : [ 0.60, 1.40 ], @@ -3723,11 +3723,6 @@ "death" : "mob.elderguardian.death", "death.in.water" : "mob.elderguardian.death", "flop" : "mob.guardian.flop", - "guardian.flop" : { - "pitch" : 1.0, - "sound" : "mob.guardian.flop", - "volume" : 1.0 - }, "hurt" : "mob.guardian.land_hit", "hurt.in.water" : "mob.elderguardian.hit" }, @@ -3799,6 +3794,15 @@ "pitch" : [ 0.80, 1.20 ], "volume" : 1.0 }, + "fishing_hook" : { + "events" : { + "splash" : { + "sound" : "random.splash" + } + }, + "pitch" : [ 0.60, 1.40 ], + "volume" : 0.250 + }, "fox" : { "events" : { "ambient" : "mob.fox.ambient", @@ -3811,9 +3815,7 @@ "sound" : "mob.fox.screech", "volume" : 2 }, - "sleep" : "mob.fox.sleep", - "sniff" : "mob.fox.sniff", - "spit" : "mob.fox.spit" + "sleep" : "mob.fox.sleep" }, "pitch" : [ 0.80, 1.20 ], "volume" : 1.0 @@ -3840,7 +3842,6 @@ "ambient" : "mob.ghast.moan", "death" : "mob.ghast.death", "hurt" : "mob.ghast.scream", - "scream" : "mob.ghast.affectionate_scream", "shoot" : { "sound" : "mob.ghast.fireball", "volume" : 0.70 @@ -3880,11 +3881,6 @@ "death" : "mob.guardian.land_death", "death.in.water" : "mob.guardian.death", "flop" : "mob.guardian.flop", - "guardian.flop" : { - "pitch" : 1.0, - "sound" : "mob.guardian.flop", - "volume" : 1.0 - }, "hurt" : "mob.guardian.land_hit", "hurt.in.water" : "mob.guardian.hit" }, @@ -4276,11 +4272,6 @@ "sound" : "mob.magmacube.big", "volume" : 0.60 }, - "imitate.panda" : { - "pitch" : 0.80, - "sound" : "mob.panda.idle", - "volume" : 0.70 - }, "imitate.polar_bear" : { "pitch" : 0.80, "sound" : "mob.polarbear.idle", @@ -4419,7 +4410,6 @@ "celebrate" : "mob.piglin.celebrate", "death" : "mob.piglin.death", "hurt" : "mob.piglin.hurt", - "jealous" : "mob.piglin.jealous", "retreat" : "mob.piglin.retreat", "step" : { "sound" : "mob.piglin.step", @@ -4962,16 +4952,6 @@ "sound" : "mob.warden.death", "volume" : 1.0 }, - "dig" : { - "pitch" : 1.0, - "sound" : "mob.warden.dig", - "volume" : 5.0 - }, - "emerge" : { - "pitch" : 1.0, - "sound" : "mob.warden.emerge", - "volume" : 5.0 - }, "heartbeat" : { "pitch" : 1.0, "sound" : "mob.warden.heartbeat", @@ -4982,11 +4962,6 @@ "sound" : "mob.warden.hurt", "volume" : 1.0 }, - "idle" : { - "pitch" : 1.0, - "sound" : "mob.warden.idle", - "volume" : 3.0 - }, "listening" : { "pitch" : [ 0.80, 1.20 ], "sound" : "mob.warden.listening", @@ -5017,11 +4992,6 @@ "sound" : "mob.warden.roar", "volume" : 10.0 }, - "sniff" : { - "pitch" : 1.0, - "sound" : "mob.warden.sniff", - "volume" : 5.0 - }, "step" : { "pitch" : 1.0, "sound" : "mob.warden.step", @@ -5105,15 +5075,10 @@ "sound" : "entity.wither_skeleton.hurt", "volume" : 1.0 }, - "sound" : { + "step" : { "pitch" : 1.0, "sound" : "entity.wither_skeleton.step", "volume" : 0.150 - }, - "step" : { - "pitch" : 1.0, - "sound" : "mob.skeleton.step", - "volume" : 1.0 } }, "pitch" : [ 0.80, 1.20 ], @@ -5633,16 +5598,6 @@ "sound" : "block.scaffolding.climb", "volume" : 1.0 }, - "block.sculk.charge" : { - "pitch" : 1.0, - "sound" : "charge.sculk", - "volume" : 1.0 - }, - "block.sculk.place" : { - "pitch" : 1.0, - "sound" : "place.sculk", - "volume" : 0.50 - }, "block.sculk.spread" : { "pitch" : 0.90, "sound" : "spread.sculk", @@ -5653,14 +5608,6 @@ "sound" : "bloom.sculk_catalyst", "volume" : 2.0 }, - "block.sculk_sensor.clicking" : { - "pitch" : 0.730, - "sound" : "clicking.sculk_sensor" - }, - "block.sculk_sensor.clicking_stop" : { - "pitch" : 0.620, - "sound" : "clicking_stop.sculk_sensor" - }, "block.sculk_sensor.place" : { "pitch" : 1.0, "sound" : "place.sculk_sensor", @@ -5866,6 +5813,11 @@ "sound" : "cauldron_drip.water.pointed_dripstone", "volume" : 2.0 }, + "charge.sculk" : { + "pitch" : 1.0, + "sound" : "charge.sculk", + "volume" : 1.0 + }, "chest.closed" : { "pitch" : [ 0.90, 1.0 ], "sound" : "random.chestclosed", @@ -6126,11 +6078,6 @@ "sound" : "fire.ignite", "volume" : 1.0 }, - "item.bone_meal.use" : { - "pitch" : [ 0.90, 1.10 ], - "sound" : "item.bone_meal.use", - "volume" : 1.0 - }, "item.book.put" : { "pitch" : 1.0, "sound" : "item.book.put", @@ -6300,21 +6247,6 @@ "sound" : "mob.armadillo.scute_drop", "volume" : 1.0 }, - "mob.armor_stand.break" : { - "pitch" : 1.0, - "sound" : "mob.armor_stand.break", - "volume" : 1.0 - }, - "mob.armor_stand.hit" : { - "pitch" : 1.0, - "sound" : "mob.armor_stand.hit", - "volume" : 1.0 - }, - "mob.armor_stand.land" : { - "pitch" : 1.0, - "sound" : "mob.armor_stand.land", - "volume" : 1.0 - }, "mob.armor_stand.place" : { "pitch" : 1.0, "sound" : "mob.armor_stand.place", @@ -6649,11 +6581,6 @@ "sound" : "random.shulkerboxopen", "volume" : 0.50 }, - "slightly_angry" : { - "pitch" : [ 0.80, 1.20 ], - "sound" : "slightly_angry.warden", - "volume" : 1 - }, "smithing_table.use" : { "pitch" : 1.0, "sound" : "smithing_table.use", @@ -6669,6 +6596,11 @@ "sound" : "mob.warden.sonic_charge", "volume" : 3.0 }, + "splash" : { + "pitch" : [ 0.60, 1.40 ], + "sound" : "random.splash", + "volume" : 0.250 + }, "squid.ink_squirt" : { "pitch" : 1.0, "sound" : "mob.squid.ink_squirt", diff --git a/resource_pack/texts/bg_BG.lang b/resource_pack/texts/bg_BG.lang index c34e21c5a..208388e92 100644 --- a/resource_pack/texts/bg_BG.lang +++ b/resource_pack/texts/bg_BG.lang @@ -964,6 +964,7 @@ 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.exception=Възникна неизвестна грешка при опит за изпълнение на тази команда # commands.generic.invalidAgentType=Аргумент за тип е приложен на селектор само за Agent # commands.generic.invalidcontext=Невалиден контекст е предоставен за даден тип команда # @@ -1168,10 +1169,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.description=Зарежда повторно всички файлове с функции и скриптове от всички пакети с поведения. # -commands.reload.editor.description=Презарежда всички файлове с функции и скриптове от всички пакети с поведение или по избор рестартира клиента, за да презареди всички ресурси. # +commands.reload.started=Презареждането на света е започнало. # commands.reload.success=Файловете с функции и скриптове са заредени повторно. # commands.reload.error=Възникна неочаквана грешка. # +commands.reload.onlyHost=Само хостващият играч може да презареди света. # commands.replaceitem.description=Заменя предмети в инвентарите. # commands.replaceitem.failed=Неуспешно заменяне на слот %s %d с %d * %s # commands.replaceitem.keepFailed=Вече има елемент, заемащ %s слот %d. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Създателски каме createWorldScreen.experimentalFocusTargetCameraDescription=Разрешава поведението на съществуващата свободна камера да се насочи към обект # createWorldScreen.recipeUnlocking=Отключване на рецепти # createWorldScreen.recipeUnlockingDescription=Разрешете отключването на рецепти # -createWorldScreen.experimentalholiday=Функция „Създател на празници“ # -createWorldScreen.experimentalholidayDescription=Добавете управлявани от данни блокове и технология за предмети, за да персонализирате формата, ориентацията, щетите и други неща на блоковете # createWorldScreen.experimentalGameTest=Бета API-та # createWorldScreen.experimentalGameTestDescription=Използвайте бета версии на API модули в допълнителни пакети # createWorldScreen.experimentalMolangFeatures=Функции на Molang # @@ -1907,6 +1908,8 @@ createWorldScreen.experimentalVillagerTradesRebalance=Баланс на търг createWorldScreen.experimentalVillagerTradesRebalanceDescription=Съдържа актуализирана търговия със селяни с цел коригиране на баланса # createWorldScreen.experimentalArmadillo=Броненосец и вълча броня # createWorldScreen.experimentalArmadilloDescription=Запознайте се с броненосеца и екипирайте вълка си с новата вълча броня! # +createWorldScreen.experimentalBundles=Колекции # +createWorldScreen.experimentalBundlesDescription=Позволява ви да изработвате и използвате пакета от колекцията # createWorldScreen.worldPreferences=Предпочитания за света # createWorldScreen.startWithMap=Карта в началото # createWorldScreen.defaultName=Моят свят # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Трябва да сте влезл realmsSharingScreen.invalidPermissionTitle=Неправилни разрешения # realmsSharingScreen.unexpectedServerResponseTitle=Грешка в Realms # realmsSharingScreen.unexpectedServerResponseMessage=Съжаляваме, но имахме проблем със свързването към Realm. Опитайте отново по-късно. # +realmsSharingScreen.inviteLinkNotFoundTitle=Грешка в Realms # +realmsSharingScreen.inviteLinkNotFoundMessage=Тази връзка за покана е невалидна. # realmsCreateScreen.title.create=Създаване на сървър на Realm # realmsCreateScreen.title.extend=Удължаване на срока на обителта # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Удължаване със 180 xblLogin.LoginMessageTitle=акаунт в Microsoft # xblLogin.LoginMessage=Свързване... # -xbl.savePurchase.description.line1=Искате ли да играете с всички свои покупки от всяка система, поддържаща магазина на Minecraft? Влезте с БЕЗПЛАТЕН акаунт в Microsoft, синхронизирайте своите закупени скинове, текстури, карти и пакети с гости от други игри и започнете да играете в Minecraft. # -xbl.savePurchase.description.line2=Ако загубите системата или деинсталирате Minecraft, вашите покупки все още ще бъдат синхронизирани и достъпни на всяка система, която използвате, когато използвате акаунта си в Microsoft. # -xbl.savePurchase.leaveOnDevice=Оставяне на устройството # -xbl.savePurchase.title=Записване на покупките в акаунт в Microsoft? # xbl.savePurchase.saveButton=Записване в акаунт в Microsoft # -xbl.savePurchase.toast.title=Успешно! # -xbl.savePurchase.toast.message=Покупките са синхронизирани с акаунта в Microsoft! # -xbl.savePurchase.inProgress.message=Прехвърляне на покупки към акаунт в Microsoft... # - -xbl.syncIAP.title=Синхронизиране на покупките в акаунта ви в Microsoft? # -xbl.syncIAP.description=Влезте в своя акаунт в Microsoft, за да синхронизирате своите скинове, пакети текстури, светове и пакети с гости от други игри. Те ще са налични за вас на всяко устройство, на което играете Minecraft. # -xbl.syncIAP.syncNow=Синхронизиране сега... # -xbl.syncIAP.syncLaterEllipsis=Синхронизиране по-късно... # -xbl.syncIAP.syncLater=Синхронизиране по-късно # -xbl.syncIAP.toast.title=Успешно! # -xbl.syncIAP.toast.message=Синхронизиране на покупките в акаунта ви в Microsoft? # -xbl.syncIAP.inProgress.message=Синхронизиране на покупките в акаунта ви в Microsoft... # -xbl.syncIAP.skipSignIn.prompt.description=Този акаунт в Microsoft няма да бъде основният акаунт за това устройство, ако не синхронизирате покупките от това устройство с акаунта. Няма да влизате автоматично при стартиране на Minecraft. # - -xbl.syncIAP.confirmSync.prompt.title=Синхронизиране с %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=Искате ли да синхронизирате покупките си от магазина за приложения с/ъс %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=Пакети, закупени извън пазара на Minecraft, могат да се синхронизират само веднъж. Те ще продължат да бъдат достъпни за всеки, който играе на това устройство. # -xbl.syncIAP.confirmSync.prompt.yes=Да, синхронизиране на моите покупки # xbl.marketplace.account.error.body.nobutton=Има грешка в акаунта ви. Няма да можете да използвате пазара, докато не разрешим проблема. Ако проблемът продължи няколко дни, се свържете с екипа за поддръжка. # @@ -2512,8 +2495,6 @@ 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.skipSignIn.prompt.title=Временен акаунт # -xbl.skipSignIn.prompt.description=Този акаунт в Microsoft няма да бъде основният акаунт за това устройство, ако не прехвърлите покупките от това устройство в този акаунт. Няма да влизате автоматично при стартиране на Minecraft. # xbl.signOut.title=Покупки в акаунта в Microsoft! # xbl.signOut.message1=Когато не сте влезли в акаунта си в Microsoft, няма да имате достъп до Minecoins и предметите, които сте закупили в магазина. # xbl.signOut.message2=Наистина ли искате да направите това? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s се задуши в стена # death.attack.lava=%1$s пробва да плува в лава # death.attack.lava.player=%1$s пробва да плува в лава в опит да избяга от %2$s # death.attack.lightningBolt=Гръм удари %1$s # +death.attack.maceSmash.player=%1$s беше разбит от %2$s # +death.attack.maceSmash.player.item=%1$s беше разбит от %2$s с %3$s # death.attack.magic=%1$s бе убит/а с магия # death.attack.magma=%1$s откри, че подът е лава # death.attack.magma.player=%1$s вървя по опасна зона поради %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Сървърът и клиент disconnectionScreen.editor.cannotUseRayTracing=Пакетите с ресурси с активирано проследяване на лъчи все още не са съвместими с проектите в редактора. # disconnectionScreen.unexpectedPacket=Връзката е прекъсната поради неочакван вид получен пакет, който не може да бъде обработен. Това може да се дължи на несъответствие на версиите или повреда на мрежово ниво. # disconnectionScreen.connectionLost=Връзката с домакина е изгубена. Ако този свят все още е наличен, моля, проверете интернет връзката си и опитайте да се свържете отново. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Светът не може да се зареди. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Пробвайте да отворите този свят в демо режим. # disconnectionScreen.errorCode=Код на грешка: # storageSpaceWarningScreen.frontend=Мястото ви за съхранение на данни почти свърши! Minecraft ограничи достъпа до тази функция, докато не освободите допълнително място за съхранение. # @@ -3041,7 +3026,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=Бранител # @@ -3126,7 +3111,7 @@ feed.upload=Екранната снимка се качва... # feed.manage=Управляване на информационен канал # feed.share=Споделяне # feed.addScreenshot=Добавяне на екранна снимка # -feed.screenshotCapturedRealms=Снимката на екрана е заснета. Отидете в Realms Stories, за да я споделите. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Снимката на екрана е заснета. Можете да я видите в галерията си със снимки на екрана. # feed.screenshotAlmostFull=Снимката на екрана е заснета. Галерията ви е почти пълна. (%d/%d) # feed.screenshotReachedMax=Снимката на екрана е заснета. Галерията ви е пълна. (%d/%d) # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=Изследвайте света на възможн howtoplay.minecoins.text.2=След като ги вземете, Minecoins се свързват с вашия акаунт в Microsoft, така че ще имате достъп до монетите и покупките си и на други поддържани устройства! # howtoplay.minecoins.button.text.1=Получаване на монети за Minecraft # howtoplay.minecoins.header.1=Отказ от отговорност # -howtoplay.minecoins.text.3=*За Minecoins е нужна версията Minecraft: Bedrock Edition с пазар на Minecraft. Minecoins не са съвместими с PlayStation®. За информация относно съвместимостта вижте minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*За Minecoins е нужна версията Minecraft: Bedrock Edition с пазар на Minecraft. Minecoins не са съвместими с PlayStation®. За информация относно съвместимостта вижте minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Копаене # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Златен # item.axolotlColorWild.name=Кафяв # item.axolotlColorBlue.name=Син # item.golden_apple.name=Златна ябълка # -item.appleEnchanted.name=Омагьосана ябълка # +item.appleEnchanted.name=Омагьосана златна ябълка # item.armadillo_scute.name=Щитовидна люспа на броненосец # item.armor_stand.name=Стойка за броня # item.arrow.name=Стрела # @@ -4626,7 +4611,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=Банер в магента # @@ -5129,11 +5114,11 @@ item.golden_chestplate.name=Златен нагръдник # item.iron_chestplate.name=Железен нагръдник # item.chorus_fruit.name=Припевен плод # item.chorus_fruit_popped.name=Пукан припевен плод # -item.cooked_beef.name=Готвено говеждо # +item.cooked_beef.name=Стек # item.cooked_chicken.name=Готвено пилешко # item.cooked_porkchop.name=Готвени свински котлети # item.chicken.name=Сурово пилешко # -item.clay_ball.name=Глина # +item.clay_ball.name=Глинена топка # item.clock.name=Часовник # item.coal.name=Въглища # item.comparator.name=Компаратор от червен камък # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Нетеритов шлем # item.lead.name=Повод # item.leather.name=Кожа # item.leaves.name=Листа # -item.chainmail_leggings.name=Панталони от метални брънки # +item.chainmail_leggings.name=Крака от метални брънки # item.leather_leggings.name=Кожени панталони # item.diamond_leggings.name=Диамантени панталони # item.golden_leggings.name=Златни панталони # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Карта с пустинно село item.map.exploration.jungle_temple.name=Карта на изследовател на джунглата # item.map.exploration.swamp_hut.name=Карта на изследовател на блатото # item.map.exploration.trial_chambers.name=Пробна изследователска карта # -item.melon.name=Диня # -item.milk.name=Мляко # +item.melon.name=Резен пъпеш # +item.milk.name=Кофа с мляко # item.minecart.name=Вагонетка # item.chest_minecart.name=Вагонетка със сандък # item.command_block_minecart.name=Вагонетка с команден блок # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Яйце за извикване на пот item.spawn_egg.entity.endermite.name=Яйце за извикване на пагуберн кърлеж # item.spawn_egg.entity.evocation_illager.name=Яйце за извикване на призовател # item.spawn_egg.entity.vex.name=Яйце за извикване на зъл досадник # -item.spawn_egg.entity.turtle.name=Яйце за извикване на морска костенурка # +item.spawn_egg.entity.turtle.name=Яйце за извикване на костенурка # item.spawn_egg.entity.dolphin.name=Яйце за извикване на делфин # item.spawn_egg.entity.phantom.name=Яйце за извикване на фантом # item.spawn_egg.entity.panda.name=Яйце за извикване на панда # @@ -5446,7 +5431,7 @@ item.dried_kelp.name=Изсушен келп # item.rotten_flesh.name=Гнила плът # item.ruby.name=Рубин # item.saddle.name=Седло # -item.wheat_seeds.name=Семена # +item.wheat_seeds.name=Пшенични семена # item.beetroot_seeds.name=Семена от цвекло # item.melon_seeds.name=Динени семки # item.pumpkin_seeds.name=Тиквени семки # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Знак от акация # item.darkoak_sign.name=Знак от тъмен дъб # item.crimson_sign.name=Пурпурен знак # item.warped_sign.name=Изопачен знак # -item.skull.char.name=Глава # +item.skull.char.name=Глава на играча # item.skull.creeper.name=Глава на крийпър # item.skull.dragon.name=Глава на дракон # item.skull.player.name=Глава на %s # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Череп на чезнещ скелет # item.skull.zombie.name=Глава на зомби # item.slime_ball.name=Топка слуз # item.snowball.name=Снежна топка # -item.speckled_melon.name=Позлатена диня # +item.speckled_melon.name=Лъщящ резен пъпеш # item.spider_eye.name=Паешко око # item.stick.name=Пръчка # item.string.name=Нишка # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Щитовидна люспа на костенур item.phantom_membrane.name=Мембрана на фантом # 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.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=Модел на знаме с нещо # +item.bordure_indented_banner_pattern.name=Модел на знаме с назъбена рамка # item.banner_pattern.bricks=С фон на тухли # item.banner_pattern.creeper=Лице на крийпър # item.banner_pattern.flow=Поток # @@ -5955,7 +5950,6 @@ map.position=Позиция: %s, %s, %s # mcoServer.title=Онлайн свят на Minecraft # -menu.ai_lesson_crafter=Създаване на урок # menu.achievements=Постижения # menu.convertingLevel=Разширяващ се свят # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Ширина # options.codeBuilder=Code Builder # options.content_log_file=Разрешаване на регистрационен файл за съдържание # options.content_log_gui=Разрешаване на ГПИ за регистрационен файл за съдържание # +options.content_log_gui.level=Ниво на дневника на графичния интерфейс # +options.content_log_gui.level.info=Информация # +options.content_log_gui.level.warn=Предупреждение # +options.content_log_gui.level.error=Грешка # options.controller=Контролер # options.controllerLayout=Подредба на контролера # options.controllerSettings=Настройки на контролера # @@ -6296,14 +6294,14 @@ options.dev_displayMarketplaceDocumentId=Показване на ИД на до options.dev_addCoins=Добавяне на %s монети # options.dev_addCoinTitle=Добавяне на монети # options.dev_reset_entitlements=Нулиране на всички права # -options.dev_reset_entitlements_loading=Нулиране на правата; този диалогов прозорец ще се затвори, след като процесът приключи. Можете да затворите този прозорец, но ако затворите играта преди завършването на тази команда, това може да доведе до неочаквано поведение. # +options.dev_reset_entitlements_loading=Нулиране на правата; този диалогов прозорец ще се затвори, след като процесът приключи. Можете да затворите този прозорец, но ако затворите играта преди завършването на тази команда, това може да доведе до неочаквано поведение. # options.dev_reset_entitlements_error_unfinished=Внимание, не всички права са изтрити правилно. Пробвайте пак да изпълните командата, може би след рестартиране на клиента. # -options.dev_reset_entitlements_warning=Внимание! Това ще доведе до изтриване на всичките ви права, включително наследените права, които може да не успеете да възстановите! Тази операция може да отнеме известно време, ако имате голям брой права. Сигурни ли сте, че искате да продължите? # +options.dev_reset_entitlements_warning=Внимание! Това ще доведе до изтриване на всичките ви права, включително наследените права, които може да не успеете да възстановите! Тази операция може да отнеме известно време, ако имате голям брой права. Сигурни ли сте, че искате да продължите? # options.dev_reset_entitlements_success=Правата са изтрити успешно. # options.dev_currencyFailureWarning=Мрежовото повикване е неуспешно. Грешка: %s # options.dev_currencyFailureWarningGeneric=Мрежовото повикване е неуспешно. Уверете се, че сте влезли в акаунт в списъка с позволени. # options.dev_reset_wallet=Нулиране на портфейла # -options.dev_allowlist_failure=Грешка! Операцията е неуспешна; проверете отново дали този акаунт е в списъка с позволени. # +options.dev_allowlist_failure=Грешка! Операцията е неуспешна; проверете отново дали този акаунт е в списъка с позволени. # options.discoveryEnvironment=Откриване на среда (изисква рестартиране) # options.discoveryEnvironment.production=Производствена # options.discoveryEnvironment.staging=Поетапна # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Замяна на експерименталн options.dev_sandboxRetail=Ограничителен режим на Xforge: за потребители # options.dev_sandboxDev=Ограничителен режим на Xforge: за разработчици # options.dev_sandboxDevAchievement=Xforge Sandbox: Постижение на разработчик # +options.dev_showDiscoveryOverridePanel=Отмяна на крайните точки на услугата # +options.dev_discoveryOverrideServiceName=Име на услугата (безопасност, личност и т.н.) # +options.dev_discoveryOverrideServiceBranch=Клон # +options.dev_resetAllEndpointOverrides=Нулиране на всички крайни точки # +options.dev_apply=Прилагане # options.dev_displayTreatmentsPanel=Показване на манипулациите # options.dev_currentTreatmentsTitle=Текущи манипулации # options.dev_unusedTreatmentsTitle=Неизползвани обработки # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Ниво 2 – KitKat # options.dev_sunsetting_tier.three=Ниво 3 – FireTV # options.dev_sunsetting_tier.four=Ниво 4 – 1024 MB # options.dev_sunsetting_tier.five=Ниво 5 - iOS 12 и Nougat # +options.dev_sunsetting_tier.six=Ниво 6 – iOS 13, Android 8, VR устройства # options.dev_sunsetting_tier.not_pending=Не е в изчакване # options.dev_gatherings_section=Събирания # options.dev_gatherings_enable=Разрешаване на събирания # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Това високо разстояние на options.raytracing.renderdistance.warning=Тази настройка може да причини проблеми с производителността, докато играете играта. # options.resetSettings=Нулиране до стойностите по подразбиране # options.resetSettings.popUp=Наистина ли искате да нулирате настройките? # -options.maxFramerate=Максимална кадрова честота (експериментална) # +options.maxFramerate=Ограничение на честотата на кадрите # +options.maxFramerate.tooltip=Намалете максималната честота на кадрите в играта, за да подобрите живота на батерията и състоянието на устройството. Действителната честота може да падне под зададената граница. # options.maxFramerateFormat=%s FPS # options.perf_turtle=Костенурка за производителност # options.msaa=Изглаждане на назъбванията # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Адаптивна вертикална синхрони options.websocketEncryption=Изисква се шифроване на Websockets # options.websocketEncryptionWarningLabel=Забранете тази опция само ако активно се свързвате към познато и безопасно приложение. # options.filelocation.title=Местоположение на съхранението на файлове # +options.filelocation.title.edu=Място на локалното съхранение # options.filelocation.external=Външно # options.filelocation.appdata=Приложение # options.filelocation.external.warning.title=Предупреждение # @@ -6960,26 +6966,12 @@ sunsetting.popup.title=Това устройство вече не се подд sunsetting.popup.moreInfo=Още информация # sunsetting.popup.dontshow=Не показвай повече това # -sunsetting.popup.moreInfo.gearVR=За повече информация посетете https://aka.ms/MinecraftSunsetting в който и да е уеб браузър. # -sunsetting.popup.moreInfo.gearVR.geo=За повече информация посетете https://aka.ms/MinecraftGeoSunsetting в който и да е уеб браузър. # - -sunsetting.popup.pendingSunset.ios=Възможността ни да осигуряваме поддръжка за това устройство е към своя край. Ще продължите да получавате актуализации до февруари 2024 г., когато ще получите окончателната актуализация за това устройство.%sСлед като получите последната актуализация, все още ще можете да играете в своите светове, както и да осъществявате достъп до покупките от пазара (включително Minecoins), но вече няма да можете да правите нови покупки на това устройство. Realms, управлявани от това устройство, ще продължат да работят шест месеца, освен ако не бъдат актуализирани от собственика на съответния Realm на друго устройство. За да отмените абонамента си за Realm, трябва да го направите в менюто „Настройки“ за абонаменти на устройството, от което е създаден този Realm. Вече няма да получавате най-новите актуализации и няма да можете да играете мултиплейър с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри.%sЩракнете върху бутона за повече информация, включително начини за преместване на вашия свят на ново устройство. # -sunsetting.popup.pendingSunset.android=Възможността ни да осигуряваме поддръжка за това устройство е към своя край. Ще продължите да получавате актуализации до февруари 2024 г., когато ще получите окончателната актуализация за това устройство.%sСлед като получите последната актуализация, все още ще можете да играете в своите светове, както и да осъществявате достъп до покупките от пазара (включително Minecoins), но вече няма да можете да правите нови покупки на това устройство. Realms, управлявани от това устройство, ще продължат да работят шест месеца, освен ако не бъдат актуализирани от собственика на съответния Realm на друго устройство. За да отмените абонамента си за Realm, трябва да го направите в абонаментите си в Google Play, като можете да влезете в Google Play от всяко поддържано устройство или от компютър, където можете да влезете в профила си. Вече няма да получавате най-новите актуализации и няма да можете да играете мултиплейър с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри.%sЩракнете върху бутона за повече информация, включително начини за преместване на вашия свят на ново устройство. # -sunsetting.popup.pendingSunset.ios_android=Скоро няма да поддържаме това устройство. Ще продължите да получавате актуализации до ноември 2022 г., след което ще получите окончателната актуализация за това устройство. Извиняваме се за неудобството. %sСлед като получите последната актуализация, все още ще можете да играете в своите светове и ще имате достъп до покупките от пазара (включително Minecoins). Realms, управлявани от това устройство, ще продължат да работят 6 месеца, освен ако не са актуализирани от собственика на съответния Realm на друго устройство. Вече няма да получавате най-новите актуализации и няма да можете да играете мултиплейър с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри. %sЩракнете върху бутона за повече информация, включително начини за преместване на вашите светове на ново устройство. # -sunsetting.popup.sunset.ios_android=Това устройство вече не се поддържа. Получили сте окончателната актуализация за това устройство. От този момент нататък можете да продължите да изграждате във вашите светове и вашите покупки на пазара (включително Minecoins) ще продължат да бъдат на разположение. Вашите Realms ще продължат да работят, освен ако не са актуализирани от собственика на съответния Realm на друго устройство. Вече няма да получавате най-новите актуализации и няма да можете да играете групова игра с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри. %sЩракнете върху бутона за повече информация, включително начини за преместване на вашите светове на ново устройство. Знаем, че това създава неудобство – дълбоко оценяваме времето, което сте прекарали в нашата игра, и се надяваме да се видим отново на актуализирано устройство. # -sunsetting.popup.pendingSunset.gearvr_win10=Възможността ни да осигуряваме поддръжка за това устройство е към своя край. Ще продължите да получавате актуализации до следващата ни основна версия, след което ще получите последната актуализация за това устройство. Извиняваме се за неудобството. %sСлед като получите последната актуализация, вие все още ще можете да играете в своите светове, както и да осъществявате достъп до покупките на пазара (включително Minecoins). Въпреки това вече няма да имате достъп до групови игри или Realms от това устройство. Вече няма да получавате най-новите актуализации и няма да можете да играете с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри. %sЩракнете върху бутона за повече информация, включително начини за преместване на вашите светове на ново устройство. # -sunsetting.popup.sunset.gearvr_win10=Това устройство вече не се поддържа. Получили сте последната актуализация за това устройство. От този момент нататък можете да продължите да изграждате във вашите светове и вашите покупки на пазара (включително Minecoins) ще продължат да бъдат на разположение. Въпреки това вече няма да имате достъп до групови игри или Realms от това устройство. Вече няма да получавате най-новите актуализации и няма да можете да играете с устройства, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри. # -sunsetting.popup.pendingSunset.dx10=Възможността ни да осигуряваме поддръжка за това графично устройство е към своя край. Ще продължите да получавате актуализации до следващата ни основна версия, след което ще получите последната актуализация за това устройство. Извиняваме се за неудобството. %sСлед като получите последната актуализация, вие все още ще можете да играете в своите светове, както и да осъществявате достъп до покупките на пазара (включително Minecoins). Realms, управлявани от това устройство, ще продължат да работят, освен ако не са актуализирани от собственика на съответния Realm на друго устройство. Вече няма да получавате най-новите актуализации и няма да можете да играете групова игра с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри. %sЩракнете върху бутона за повече информация, включително начини за преместване на вашите светове на ново устройство. # -sunsetting.popup.sunset.dx10=Това графично устройство вече не се поддържа. Получили сте последната актуализация за това устройство. От този момент нататък можете да продължите да изграждате във вашите светове и вашите покупки на пазара (включително Minecoins) ще продължат да бъдат на разположение. Вашите Realms ще продължат да работят, освен ако не са актуализирани от собственика на съответния Realm на друго устройство. Вече няма да получавате най-новите актуализации и няма да можете да играете групова игра с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри. %sЩракнете върху бутона за повече информация, включително начини за преместване на вашите светове на ново устройство. Знаем, че това създава неудобство и дълбоко оценяваме времето, което сте прекарали в нашата игра, както и вашата подкрепа. # - -sunsetting.popup.pendingSunset.geo.ios=Вече няма да имаме възможността да поддържаме това устройство във вашия район. След като получите последната актуализация, все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят още 6 месеца. На 30 септември 2023 г. вече няма да имате достъп до тях. Препоръчително е да изтеглите света си преди това и да отмените абонамента си, като прегледате настройките на абонаментите на устройството си. %sАко сте влезли с акаунт в Microsoft/Xbox Live, вашите Minecoins, покупките ви от пазара и абонаментът ви за Realms ще бъдат достъпни на други платформи. Ако искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство. %sЩракнете бутона за повече информация, включително начините за преместване на свят на ново устройство. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Вече няма да имаме възможността да поддържаме това устройство във вашия район. Все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят до 30 септември 2023 г. След това вече няма да имате достъп до тях. Препоръчително е да изтеглите света си преди това. %sАко сте влезли с акаунт в Microsoft/Xbox Live, вашите Minecoins, покупките ви от пазара и абонаментът ви за Realms ще бъдат достъпни на други платформи. Ако искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство. %sЩракнете бутона за повече информация, включително начините за преместване на свят на ново устройство. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Вече няма да имаме възможността да поддържаме това устройство във вашия район. След като получите последната актуализация, все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят още 6 месеца. На 30 септември 2023 г. вече няма да имате достъп до тях. Препоръчително е да изтеглите света си преди това. %sАко сте влезли с акаунт в Microsoft/Xbox Live, вашите Minecoins, покупките ви от пазара и абонаментът ви за Realms ще бъдат достъпни на други платформи. Ако искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство. %sЩракнете бутона за повече информация, включително начините за преместване на свят на ново устройство. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Вече няма да имаме възможността да поддържаме това устройство във вашия район. Все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят до 30 септември 2023 г. След това вече няма да имате достъп до тях. Препоръчително е да изтеглите света си преди това. %sАко сте влезли с акаунт в Microsoft/Xbox Live, вашите Minecoins, покупките ви от пазара и абонаментът ви за Realms ще бъдат достъпни на други платформи. Ако искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство. %sЩракнете бутона за повече информация, включително начините за преместване на свят на ново устройство. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Вече няма да имаме възможността да поддържаме това устройство във вашия район. С тази последна актуализация все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят още 6 месеца. На 30 септември 2023 г. вече няма да имате достъп до Realms на това устройство. Препоръчително е да изтеглите света си преди това и да отмените абонамента си, като прегледате абонаментите си в Google Play. %sВече няма да получавате най-новите актуализации и няма да можете да играете в групова игра. Също така няма да можете да се свързвате с определени сървъри. %sАко сте влезли с акаунт в Microsoft/Xbox Live, вашите Minecoins, покупките ви на пазара и абонаментът ви за Realms ще бъдат достъпни на другите платформи, на които играете Minecraft. Можете да започнете нов абонамент от тези платформи. %sАко искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство. %sЩракнете бутона за повече информация, включително начините за преместване на свят на ново устройство. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Вече няма да имаме възможността да поддържаме това устройство във вашия район. Все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят до 30 септември 2023 г. След това вече няма да имате достъп до тях. Препоръчително е да изтеглите света си преди това. %sАко сте влезли с акаунт в Microsoft/Xbox Live, вашите Minecoins, покупките ви от пазара и абонаментът ви за Realms ще бъдат достъпни на други платформи. Ако искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство. %sЩракнете бутона за повече информация, включително начините за преместване на свят на ново устройство. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Вече няма да имаме възможността да поддържаме това устройство във вашия район. След като получите последната актуализация, все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят още 6 месеца. На 30 септември 2023 г. вече няма да имате достъп до тях. Препоръчително е да изтеглите света си преди това. %sАко сте влезли с акаунт в Microsoft/Xbox Live, вашите Minecoins, покупките ви от пазара и абонаментът ви за Realms ще бъдат достъпни на други платформи. Ако искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство. %sЩракнете бутона за повече информация, включително начините за преместване на свят на ново устройство. # -sunsetting.popup.sunset.geo.generic=Вече няма да имаме възможността да поддържаме това устройство във вашия район. Все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят до 30 септември 2023 г. След това вече няма да имате достъп до тях. Препоръчително е да изтеглите света си преди това. %sАко сте влезли с акаунт в Microsoft/Xbox Live, вашите Minecoins, покупките ви от пазара и абонаментът ви за Realms ще бъдат достъпни на други платформи. Ако искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство. %sЩракнете бутона за повече информация, включително начините за преместване на свят на ново устройство. # +sunsetting.popup.pendingSunset.device=Възможността ни да осигуряваме поддръжка за това устройство е към своя край. Ще продължите да получавате актуализации до март 2025 г., когато ще получите окончателната актуализация, която ще работи с това устройство.%sСлед като получите последната актуализация, все още ще можете да играете в своите светове, както и да осъществявате достъп до покупките от пазара (включително Minecoins), но вече няма да можете да правите нови покупки на това устройство. Realms, управлявани от това устройство, ще продължат да работят 6 месеца след март 2025 г., освен ако не бъдат актуализирани от собственика на съответния Realm на друго устройство. За да отмените абонамента си за Realm, трябва да го направите в менюто „Настройки“ за абонаменти на устройството, от което е създаден този Realm. Вече няма да получавате най-новите актуализации и няма да можете да играете мултиплейър с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри.%sКликнете върху бутона за повече информация. # +sunsetting.popup.sunset.device=Вече не можем да поддържаме това устройство. Няма да получавате актуализации след март 2025 г., докато не актуализирате устройството си. Това е последната ви актуализация, която е съвместима с това устройство.%sВсе още ще можете да играете в своите светове, както и ще имате достъп до покупките от пазара (включително Minecoins). Realms, управлявани от това устройство, ще продължат да работят 6 месеца след март 2025 г., освен ако не бъдат актуализирани от собственика на съответния Realm на друго устройство. За да отмените абонамента си за Realm, трябва да го направите в менюто „Настройки“ за абонаменти на устройството, от което е създаден този Realm. Вече няма да получавате най-новите актуализации и няма да можете да играете групова игра с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри.%sКликнете бутона за повече информация. # +sunsetting.popup.pendingSunset.windows_xr=Вече не можем да поддържаме това устройство за VR/MR. Това устройство вече няма да се поддържа в актуализациите след март 2025 г., когато ще получите последната актуализация, която ще работи с него.%sСлед това все още ще получавате актуализации на компютъра си и ще можете да играете без устройство за VR/MR. От този момент нататък можете да продължите да изграждате световете си, а покупките ви от пазара (включително Minecoins) все още ще са достъпни на графични устройства VR/MR, като например компютърен монитор. Вече няма да можете да използвате устройството си за VR/MR с Minecraft, тъй като то няма да се поддържа в най-новите актуализации.%sКликнете бутона за повече информация. # +sunsetting.popup.sunset.windows_xr=Вече не можем да поддържаме това устройство за VR/MR. Това устройство за VR/MR вече не се поддържа. Получихте последната актуализация, която ще работи с това устройство. Все още ще получавате актуализации на компютъра си и ще можете да играете без устройство за VR/MR. От този момент нататък можете да продължите да изграждате световете си, а покупките ви от пазара (включително Minecoins) все още ще са достъпни на графични устройства VR/MR, като например компютърен монитор. Вече няма да можете да използвате устройството си за VR/MR с Minecraft, тъй като то няма да се поддържа в най-новите актуализации.%sКликнете бутона за повече информация. Знаем, че това е неудобно и дълбоко ценим подкрепата ви и времето, което сте прекарали с нашата игра. # +sunsetting.popup.pendingSunset.geo=Вече не можем да поддържаме това устройство във вашия район. След като получите последната актуализация, все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят още 6 месеца. На 30 септември 2023 г. вече няма да имате достъп до тях. Препоръчително е да изтеглите света си преди това.%sАко сте влезли с акаунт в Microsoft, вашите Minecoins, покупките ви от пазара и абонаментът ви за Realms ще бъдат достъпни на други платформи. Ако искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство.%sКликнете бутона за повече информация, включително начините за преместване на свят на ново устройство. # +sunsetting.popup.sunset.geo=Вече не можем да поддържаме това устройство във вашия район. Все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят до 30 септември 2023 г. След това вече няма да имате достъп до тях. Препоръчително е да изтеглите света си преди това.%sАко сте влезли с акаунт в Microsoft, вашите Minecoins, покупките ви от пазара и абонаментът ви за Realms ще бъдат достъпни на други платформи. Ако искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство.%sКликнете бутона за повече информация, включително начините за преместване на свят на ново устройство. # sunsetting.banner.play.worldTab.pending=Вашата версия може скоро да не осъществява връзка за групова игра # sunsetting.banner.play.friendsTab.pending=Вашата версия може скоро да не осъществява връзка за групова игра # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Съставки: # 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.flow_armor_trim_smithing_template.name=Декорация за броня с поток # +item.bolt_armor_trim_smithing_template.name=Декорация за броня с мълния # item.snort_pottery_sherd.name=Керамична отломка с грухтене # item.spawn_egg.entity.camel.name=Яйце за извикване на камила # item.spruce_hanging_sign.name=Смърчова висяща табела # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Декорация за броня – открив trim_pattern.wild.name=Декорация за броня – дива # trim_pattern.bolt.name=Декорация за броня с мълния # trim_pattern.flow.name=Декорация за броня с поток # -upgrade.netherite_upgrade.name=Надстройка за нитерит # storageManager.mainSizeLabel=%s – 1 елемент # storageManager.mainSizeLabelPlural=%s – %s елемента # @@ -8443,6 +8453,8 @@ 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.recurring.offerTrial=Marketplace Pass е продължителен абонамент с периодично заплащане на сума, която се таксува автоматично всеки месец, докато абонаментът не бъде деактивиран.%sНад 150 пакета от пазара ще бъдат налични веднага. Можете да деактивирате абонамента си, за да спрете бъдещото таксуване, като влезете в настройките на абонаментите. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass е продължителен абонамент с периодично заплащане на сума, която се таксува автоматично всеки месец, докато абонаментът не бъде деактивиран.%sНад 150 пакета от пазара ще бъдат налични веднага. Ще бъдете таксувани %s/месец и можете да деактивирате абонамента си, за да спрете бъдещото таксуване, като влезете в настройките на абонаментите. #### {StrContains="Marketplace Pass"} store.csb.consumable.offerTrial=Над 150 пакета от пазара ще бъдат налични веднага. Първите 30 дни ще бъдат безплатни, а след това ще може да подновите за 30 дни на цена от %s. # @@ -8854,8 +8866,6 @@ store.myAccount=Моят акаунт # store.xbl.signin=Влизане # store.xbl.signinOrSignUp=Влезте или се регистрирайте безплатно # store.xbl.disconnected=Прекъсната връзка # -store.xbl.conversionFailedTitle=Възникна грешка # -store.xbl.conversionFailedMessage=Опитайте отново по-късно. # store.sales.allByCreator=Сега с отстъпка! # store.sales.bundlesOnSale=Колекции сега с отстъпка! # @@ -9027,8 +9037,8 @@ tile.deny.name=Отхвърляне # tile.border_block.name=Граница # tile.anvil.intact.name=Наковалня # tile.anvil.name=Наковалня # -tile.anvil.slightlyDamaged.name=Леко повредена наковалня # -tile.anvil.veryDamaged.name=Сериозно повредена наковалня # +tile.anvil.slightlyDamaged.name=Очукана наковалня # +tile.anvil.veryDamaged.name=Повредена наковалня # tile.barrier.name=Бариера # tile.beacon.name=Маяк # tile.beacon.primary=Основен ефект # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Блок желязо # tile.lapis_block.name=Блок лазурит # tile.redstone_block.name=Блок червен камък # tile.bookshelf.name=Лавица за книги # -tile.brick_block.name=Тухлен блок # +tile.brick_block.name=Тухли # tile.brown_mushroom.name=Кафява гъба # tile.brown_mushroom_block.mushroom.name=Гъба # tile.brown_mushroom_block.stem.name=Пънче на гъба # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Син стъклен панел # tile.stained_glass_pane.purple.name=Лилав стъклен панел # tile.stained_glass_pane.magenta.name=Стъклен панел в цвят магента # tile.stained_glass_pane.pink.name=Розов стъклен панел # -tile.clay.name=Глинен блок # +tile.clay.name=Глина # tile.hardened_clay.name=Втвърдена глина # tile.stained_hardened_clay.black.name=Черна глина # tile.stained_hardened_clay.blue.name=Синя глина # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Стена от червена пъ tile.cocoa.name=Какао # tile.command_block.name=Команден блок # tile.composter.name=Компостер # -tile.light_block.name=Лек блок # +tile.light_block.name=Светлина # tile.repeating_command_block.name=Команден блок с репитерна функция # tile.chain_command_block.name=Команден блок в режим „Верига“ # tile.wheat.name=Посеви # tile.darkOakFence.name=Ограда от тъмен дъб # tile.dark_oak_fence_gate.name=Порта на ограда от тъмен дъб # -tile.daylight_detector.name=Сензор за дневна светлина # +tile.daylight_detector.name=Детектор за дневна светлина # tile.deadbush.name=Изсушен храст # tile.detector_rail.name=Релсов детектор # tile.dirt.coarse.name=Груба пръст # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Диспенсер # tile.iron_door.name=Желязна врата # tile.doorWood.name=Дървена врата # tile.double_plant.fern.name=Едра папрат # -tile.double_plant.grass.name=Двойно висока трева # +tile.double_plant.grass.name=Висока трева # tile.double_plant.name=Растение # tile.double_plant.paeonia.name=Божур # tile.double_plant.rose.name=Розов храст # @@ -9385,7 +9395,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=Заразена тухла от ивичест камък # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Заразен камък # tile.mushroom.name=Гъба # tile.noteblock.name=Блок с бележки # tile.mycelium.name=Фунгинит # -tile.nether_brick.name=Пъклен тухлен блок # -tile.red_nether_brick.name=Червена пъклена тухла # +tile.nether_brick.name=Пъклени тухли # +tile.red_nether_brick.name=Червени пъклени тухли # tile.nether_brick_fence.name=Ограда от пъклени тухли # tile.quartz_ore.name=Пъклена кварцова руда # tile.netherreactor.active=Активен! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Знак от дърво от джунглата tile.acacia_standing_sign.name=Знак от акация # tile.darkoak_standing_sign.name=Знак от тъмен дъб # tile.slime.name=Блок слуз # -tile.snow.name=Сняг # +tile.snow.name=Снежен блок # tile.sponge.dry.name=Сюнгер # tile.sponge.wet.name=Мокър сюнгер # tile.spruceFence.name=Смърчова ограда # @@ -9549,30 +9559,30 @@ tile.stonebrick.smooth.name=Тухли от гладък камък # tile.stonecutter.name=Каменоломен блок # tile.stonecutter_block.name=Каменоломен блок # tile.mossy_cobblestone.name=Мъхест калдъръм # -tile.double_stone_slab.brick.name=Тухлена плоча # +tile.double_stone_slab.brick.name=Плоча от тухли # tile.double_stone_slab.cobble.name=Калдъръмена плоча # tile.double_stone_slab.name=Каменна плоча # tile.double_stone_slab.nether_brick.name=Плоча от пъклени тухли # tile.double_stone_slab.quartz.name=Кварцова плоча # tile.double_stone_slab.sand.name=Плоча от пясъчник # -tile.double_stone_slab.smoothStoneBrick.name=Плоча от каменни тухли # +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=Плоча от пъклени тухли # tile.stone_slab.quartz.name=Кварцова плоча # tile.stone_slab.sand.name=Плоча от пясъчник # -tile.stone_slab.smoothStoneBrick.name=Плоча от каменни тухли # +tile.stone_slab.smoothStoneBrick.name=Плоча от каменна тухла # tile.stone_slab.wood.name=Дървена плоча # tile.double_stone_slab2.red_sandstone.name=Плоча от червен пясъчник # tile.stone_slab2.red_sandstone.name=Плоча от червен пясъчник # tile.stone_slab2.purpur.name=Пурпурова плоча # tile.stone_slab2.prismarine.rough.name=Плоча от призмарин # tile.stone_slab2.prismarine.dark.name=Плоча от тъмен призмарин # -tile.stone_slab2.prismarine.bricks.name=Плоча от призмаринови тухли # +tile.stone_slab2.prismarine.bricks.name=Плоча от призмаринова тухла # tile.stone_slab2.mossy_cobblestone.name=Плоча от мъхест калдъръм # tile.stone_slab2.red_nether_brick.name=Плоча от червена пъклена тухла # tile.stone_slab2.sandstone.smooth.name=Плоча от гладък пясъчник # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Блок от мъртъв мехурест к tile.coral_block.red_dead.name=Блок от мъртъв огнен корал # tile.coral_block.yellow_dead.name=Блок от мъртъв рогов корал # tile.tallgrass.fern.name=Папрат # -tile.tallgrass.grass.name=Трева # -tile.tallgrass.name=Трева # +tile.tallgrass.grass.name=Ниска трева # +tile.tallgrass.name=Ниска трева # tile.tallgrass.shrub.name=Шубрак # tile.tuff_brick_slab.name=Плоча от тухли от туф # tile.tuff_brick_stairs.name=Стълби от тухли от туф # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Стълби от туф # tile.tuff_wall.name=Стена от туф # tile.seagrass.seagrass.name=Морска трева # tile.sea_pickle.name=Морска краставица # -tile.turtle_egg.name=Яйце на морска костенурка # +tile.turtle_egg.name=Яйце на костенурка # tile.coral.blue.name=Тръбовиден корал # tile.coral.pink.name=Мозъковиден корал # tile.coral.purple.name=Мехурест корал # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Ветрило от мъртъв огнен к tile.coral_fan_dead.yellow_fan.name=Ветрило от мъртъв рогов корал # tile.glass_pane.name=Стъклен панел # tile.tnt.name=TNT # -tile.snow_layer.name=Сняг от горен слой # +tile.snow_layer.name=Сняг # tile.torch.name=Факел # tile.trapdoor.name=Подова врата от дъб # tile.acacia_trapdoor.name=Подова врата от акация # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Вода # tile.water.name=Вода # tile.waterlily.name=Лист на водна лилия # tile.web.name=Паяжина # -tile.heavy_weighted_pressure_plate.name=Активираща плоча с тежест (тежка) # -tile.light_weighted_pressure_plate.name=Активираща плоча с тежест (лека) # +tile.heavy_weighted_pressure_plate.name=Тежка активираща плоча с тежест # +tile.light_weighted_pressure_plate.name=Лека активираща плоча с тежест # tile.end_stone.name=Камък от Края # tile.end_bricks.name=Тухли от камък от Края # tile.planks.acacia.name=Акациеви дъски # @@ -10288,7 +10298,7 @@ xbox.signin.enterCode=И въведете този код: # xbox.signin.enterCode.qr=2. Въведете кода по-долу, когато бъдете подканени: # xbox.signin.letsPlay=Хайде да играем! # xbox.signin.message=Влезте със своя безплатен акаунт в Microsoft, за да изживеете изцяло света на Minecraft. # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Влизане с различен акаунт в Microsoft # xbox.signin.website=Посетете този сайт от друго устройство: # xbox.signin.website.qr=1. Посетете този уеб сайт от друго устройство: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Неуспешно влизане в т xbox.dev_wrongSandboxSigninFailed.button.dev=Промяна на тестова среда за разработчици # xbox.dev_wrongSandboxSigninFailed.button.retail=Промяна на тестова среда за версия за продажба на дребно # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Изчистване на данни на акаунт за влизане # -xbox.addfriendsignin.line1=Открийте приятели чрез техния етикет на играча, за да ги виждате, когато са онлайн. # -xbox.addfriendsignin.line2=Влезте с акаунт в Microsoft, за да започнете да добавяте приятели! # xbox.invitesignin.line1=Поканете приятели чрез техния етикет на играча, за да виждате техните светове, когато са онлайн. # xbox.invitesignin.line2=Влезте с акаунт в Microsoft, за да започнете да каните приятели! # xbox.thirdpartysignin.line1=Очакват ви страхотни миниигри и нови играчи! Но преди това от „%s“ биха искали да се запознаят с вас. # xbox.thirdpartysignin.line2=Необходимо е да влезете с акаунт в Microsoft, за да се свържете! # xbox.signInLong=Влезте безплатно! # xbox.signOutLong=Излизане от вашия акаунт в Microsoft # -xbox.externalServer.title=Игра в сървър # -xbox.externalServer.line1=Сървърите предлагат някои от най-изобретателните начини за игра на Minecraft! Просто ни трябва да влезете, за да можем да гарантираме, че имате разрешение да играете онлайн с нови хора. # xbox.genericsignin.line1=Акаунтът ви в Minecraft ви позволява да играете онлайн групова игра с приятели на персонални компютри и мобилни устройства. А най-хубавото? # xbox.genericsignin.line2=Напълно БЕЗПЛАТНА е! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Избор на нов скин # dr.classic_skins.custom_skin_title=Импортиране на скин # dr.classic_skins.custom_skin_description=Импортирайте png файл (64x32, 64x64, or 128x128) от устройството си, за да го използвате като скин. Това няма да се синхронизира между устройства или игри. # -dr.classic_skins.custom_skin_description_disabled= Устройството ви не може да избере персонализиран скин, докато сте в групова игра. Моля, върнете се в главното меню, за да го направите. # +dr.classic_skins.custom_skin_description_disabled=Устройството ви не може да избере персонализиран скин, докато сте в групова игра. Моля, върнете се в главното меню, за да го направите. # dr.classic_skins.custom_skin_description_popup=Играчите с персонализирани скинове няма да бъдат видими за вас, ако е активирана опцията „Позволявай само надеждни скинове“ # dr.classic_skins.custom_skin_section_title=Притежавани скинове # dr.classic_skins.invalidCustomSkin=Моля, импортирайте .png файл с размери 64x64, 64x32 или 128x128 # diff --git a/resource_pack/texts/cs_CZ.lang b/resource_pack/texts/cs_CZ.lang index 09a9743f5..60628a82e 100644 --- a/resource_pack/texts/cs_CZ.lang +++ b/resource_pack/texts/cs_CZ.lang @@ -964,6 +964,7 @@ 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.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 # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s již má odemknutý recept: %2$s # commands.recipes.playerDoesNotHaveRecipe=%1$s nemá recept: %2$s # commands.recipes.notFound=Recept nebyl nalezen # commands.recipes.notUnlockable=Recept nelze v knize receptů odemknout. # +commands.reload.all.description=Znovu načte všechny soubory funkcí a skriptů ze všech balíčků chování, případně znovu načte svět a všechny balíčky zdrojů a chování. # commands.reload.description=Znovu načte všechny soubory s funkcemi a skripty ze všech balíčků chování. # -commands.reload.editor.description=Znovu načte všechny soubory funkcí a skriptů ze všech balíčků chování, případně restartuje klienta, aby se znova načetly všechny zdroje. # +commands.reload.started=Opětovné načítání světa bylo zahájeno. # commands.reload.success=Soubory s funkcemi a skripty byly načteny. # commands.reload.error=Došlo k neočekávané chybě. # +commands.reload.onlyHost=Opětovné načtení světa může zahájit pouze hostitel. # commands.replaceitem.description=Nahradí předměty v inventářích. # commands.replaceitem.failed=Pozici %s hráče %d nelze nahradit %d * %s # commands.replaceitem.keepFailed=Již existuje předmět, který zabírá %s pozici %d. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Tvůrčí kamery: Zaostřete cí createWorldScreen.experimentalFocusTargetCameraDescription=Umožní chování stávající volné kamery tak, aby zacílila na entitu # createWorldScreen.recipeUnlocking=Odemčení receptu # createWorldScreen.recipeUnlockingDescription=Povolit odemčení receptu # -createWorldScreen.experimentalholiday=Funkce tvůrce prázdnin # -createWorldScreen.experimentalholidayDescription=Přidejte bloky založené na datech a technologii předmětů umožňující přizpůsobení tvaru bloku, otočení, poškození a dalších parametrů. # createWorldScreen.experimentalGameTest=Beta rozhraní API # createWorldScreen.experimentalGameTestDescription=Použití "-beta" verzí modulů API v doplňkových balíčcích # createWorldScreen.experimentalMolangFeatures=Funkce Molang # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Chcete-li se připojit k říši, 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. # +realmsSharingScreen.inviteLinkNotFoundTitle=Chyba Realms # +realmsSharingScreen.inviteLinkNotFoundMessage=Tento odkaz pro pozvání je neplatný. # realmsCreateScreen.title.create=Vytvořit server říše # realmsCreateScreen.title.extend=Prodlužte svou říši # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Prodloužit o 180 dní # xblLogin.LoginMessageTitle=Účet Microsoft # xblLogin.LoginMessage=Připojování... # -xbl.savePurchase.description.line1=Chcete hrát se vším, co si koupíte v libovolném systému podporujícím obchod Minecraft Store? Přihlaste se pomocí BEZPLATNÉHO účtu Microsoft, který vám umožní synchronizovat zakoupené skiny, textury, mapy a mash-upy a hrát s nimi Minecraft! # -xbl.savePurchase.description.line2=Pokud o systém přijdete nebo Minecraft odinstalujete, vaše nákupy budou při používání účtu Microsoft nadále synchronizovány a přístupné ve všech systémech. # -xbl.savePurchase.leaveOnDevice=Ponechat na zařízení # -xbl.savePurchase.title=Uložit nákupy do účtu Microsoft? # xbl.savePurchase.saveButton=Uložit do účtu Microsoft # -xbl.savePurchase.toast.title=Úspěch! # -xbl.savePurchase.toast.message=Nákupy byly synchronizovány s účtem Microsoft! # -xbl.savePurchase.inProgress.message=Přenášení nákupů na účet Microsoft... # - -xbl.syncIAP.title=Synchronizovat nákupy s účtem Microsoft? # -xbl.syncIAP.description=Přihlaste se k účtu Microsoft a synchronizujte si skiny, balíčky textur, světy a mash-upy. Budete je moci využívat na všech zařízeních, na kterých hrajete Minecraft. # -xbl.syncIAP.syncNow=Synchronizovat nyní... # -xbl.syncIAP.syncLaterEllipsis=Synchronizovat později... # -xbl.syncIAP.syncLater=Synchronizovat později # -xbl.syncIAP.toast.title=Povedlo se! # -xbl.syncIAP.toast.message=Nákupy byly přeneseny na účet Microsoft! # -xbl.syncIAP.inProgress.message=Synchronizace nákupů do účtu Microsoft... # -xbl.syncIAP.skipSignIn.prompt.description=Tento účet Microsoft nebude hlavním účtem pro toto zařízení, pokud s ním nesynchronizujete nákupy na tomto zařízení. Při spuštění Minecraftu nebudete automaticky přihlášeni. # - -xbl.syncIAP.confirmSync.prompt.title=Synchronizovat s %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=Chcete své nákupy v obchodě s aplikacemi synchronizovat se zařízením %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=Balíčky zakoupené mimo obchod Minecraft Marketplace lze synchronizovat pouze jednou. Budou nadále k dispozici komukoli, kdo hraje na tomto zařízení. # -xbl.syncIAP.confirmSync.prompt.yes=Ano, synchronizovat moje nákupy # 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. # @@ -2512,8 +2495,6 @@ 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.skipSignIn.prompt.title=Dočasný účet # -xbl.skipSignIn.prompt.description=Tento účet Microsoft nebude hlavním účtem pro toto zařízení, pokud na něj nepřenesete nákupy z tohoto zařízení. Při spuštění Minecraftu nebudete automaticky přihlášeni. # 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.message2=Opravdu chcete pokračovat? # @@ -2626,6 +2607,8 @@ death.attack.inWall=Hráč %1$s se udusil ve zdi # death.attack.lava=Hráč %1$s umřel, když se pokusil plavat v lávě # death.attack.lava.player=Hráč %1$s umřel, když se pokusil plavat v lávě při útěku před %2$s # death.attack.lightningBolt=Hráče %1$s zasáhl blesk # +death.attack.maceSmash.player=%1$s byl zabit %2$s # +death.attack.maceSmash.player.item=%1$s byl zabit %2$s s %3$s # death.attack.magic=Hráče %1$s zabilo kouzlo # death.attack.magma=Hráč %1$s zjistil, že podlaha je láva # death.attack.magma.player=Hráč %1$s se dostal do zóny smrti hráče %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Server a klient mají nastavené disconnectionScreen.editor.cannotUseRayTracing=Balíčky zdrojů s podporou technologie sledování paprsku zatím nejsou kompatibilní s projekty Editoru. # disconnectionScreen.unexpectedPacket=Odpojeno z důvodu neočekávaného typu přijatého paketu, který nelze zpracovat. Příčinou může být neshoda verzí nebo poškození na úrovni sítě. # disconnectionScreen.connectionLost=Připojení k hostiteli bylo ztraceno. Pokud je tento svět stále hostován, zkontrolujte si své připojení k internetu a zkuste to znovu. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Svět nelze načíst. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Zkuste otevřít tento svět v režimu demoverze. # disconnectionScreen.errorCode=Kód chyby: # storageSpaceWarningScreen.frontend=Datové úložiště je téměř plné! Minecraft omezil přístup k této funkci, dokud neuvolníte místo na úložišti. # @@ -3041,7 +3026,7 @@ entity.villager.librarian=Knihovník # entity.villager.shepherd=Pastýř # entity.villager.tool=Nástrojář # entity.villager.weapon=Mečíř # -entity.villager.mason=Kameník # +entity.villager.mason=Mason # entity.villager.unskilled=Nevyučený vesničan # entity.villager_v2.name=Vesničan # entity.vindicator.name=Mstitel # @@ -3126,7 +3111,7 @@ feed.upload=Vaše obrazovka se nahrává... # feed.manage=Spravovat informační kanál # feed.share=Sdílet # feed.addScreenshot=Přidat snímek obrazovky # -feed.screenshotCapturedRealms=Zachycený snímek obrazovky. Chcete-li jej sdílet, přejděte na Realms Stories. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Snímek obrazovky byl pořízen. Můžete si ho prohlédnout ve své galerii snímků obrazovky. # feed.screenshotAlmostFull=Snímek obrazovky byl pořízen. Vaše galerie je téměř plná. (%d/%d) # feed.screenshotReachedMax=Snímek obrazovky byl pořízen. Vaše galerie je plná. (%d/%d) # @@ -3420,7 +3405,7 @@ howtoplay.anvil.text.5=Existuje pravděpodobnost, že kovadlina se při každém howtoplay.armor=Zbroj # howtoplay.armor.text.1=Když si obléknete zbroj, ochrání vás před poškozením. Úroveň zbroje představuje :armor: v HUD, přičemž platí, že čím vyšší úroveň, tím menší poškození utržíte. # howtoplay.armor.header.1=Výroba předmětů # -howtoplay.armor.text.2=Zbroj lze vyrábět z kůže, železa, zlata nebo diamantů. Kroužkovou zbroj lze získat obchodováním s vesničany a jako kořist od zombie a kostlivce. # +howtoplay.armor.text.2=Zbroj lze vyrábět z kůže, železa, zlata nebo diamantů. Kroužkovou zbroj lze získat obchodováním s vesničany a jako kořist ze zombie a kostlivců. # howtoplay.armor.text.3=Zbroj na sebe vezmete, když otevřete inventář a přesunete části zbroje do příslušné pozice vedle skinu vašeho hráče. # howtoplay.armor.text.4=Železnou, kroužkovou a zlatou zbroj můžete v peci roztavit na železné či zlaté nugety. # howtoplay.armor.header.2=Štít # @@ -3502,7 +3487,7 @@ howtoplay.blocks.text.8=§eBlok magmy§f – Přirozeně se vyskytuje v Netheru. howtoplay.blocks.text.9=§eHrubá hlína§f – Velmi podobná běžnému bloku hlíny, nemůže však na ní růst tráva. Vyskytuje se v biomech savany a mega tajgy. # howtoplay.bookAndQuill=Kniha a brk # -howtoplay.bookAndQuill.text.1=Kniha a brk vám umožní zaznamenávat vaše dobrodružství. Vyprávějte svůj příběh pomocí textu vkládaného na stránky. Můžete dokonce změnit název a autora! Na závěr svou knihu podepište. Dokud ji nepodepíšete, můžete ji upravovat. # +howtoplay.bookAndQuill.text.1=Kniha a brk vám umožní zaznamenávat svá dobrodružství. Vyprávějte svůj příběh pomocí textu vkládaného na stránky. Můžete dokonce změnit název a autora! Na závěr svou knihu a brk podepište. Dokud ji nepodepíšete, můžete ji upravovat. # howtoplay.brewingStand=Varný stojan # howtoplay.brewingStand.text.1=K vaření lektvarů je potřeba varný stojan. Základní přísadou lektvarů je lahvička vody, kterou získáte naplněním lahvičky vodou z kotlíku nebo vodního zdroje. # @@ -3643,7 +3628,7 @@ howtoplay.camera.text.2=K pořízení snímků z vaší perspektivy stiskněte howtoplay.camera.text.2.touch=K pořízení snímků z vaší perspektivy podržte prst na obrazovce, a poté stisk uvolněte. # howtoplay.camera.text.3=Pro pořízení selfie umístěte fotoaparát a aktivujte jej stisknutím tlačítka :_input_key.use:. # howtoplay.camera.text.3.touch=Pro pořízení selfie umístěte fotoaparát a aktivujte jej klepnutím na tlačítko „Pořídit snímek“. # -howtoplay.camera.text.4=Snímky lze prohlížet ve fotoalbu nebo vložit do knihy s brkem. # +howtoplay.camera.text.4=Snímky lze prohlížet ve Fotoalbu nebo vložit do Knihy a brku. # howtoplay.portfolio=Fotoalbum # howtoplay.portfolio.title=Pravidla hry: Portfolio # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=Prozkoumejte svět plný možností s Minecoins: Hern howtoplay.minecoins.text.2=Jakmile je uplatníte, vaše Minecoins jsou přiřazeny k vašemu účtu Microsoft, abyste měli přístup k vašim mincím a zakoupeným položkám i na ostatních podporovaných zařízeních! # howtoplay.minecoins.button.text.1=Získat mince # howtoplay.minecoins.header.1=Prohlášení # -howtoplay.minecoins.text.3=*Minecoins vyžadují verzi Minecraftu: Bedrock Edition s Minecraft Marketplace. Minecoins nejsou kompatibilní se systémem PlayStation®. Pro informace o kompatibilitě navštivte minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins vyžadují verzi Minecraftu: Bedrock Edition s Tržištěm Minecraft. Minecoins nejsou kompatibilní se systémem PlayStation®. Pro informace o kompatibilitě navštivte minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Těžba # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Zlatá # item.axolotlColorWild.name=Hnědá # item.axolotlColorBlue.name=Modrá # item.golden_apple.name=Zlaté jablko # -item.appleEnchanted.name=Kouzelné jablko # +item.appleEnchanted.name=Očarované zlaté jablko # item.armadillo_scute.name=Šupina z pásovce # item.armor_stand.name=Stojan na zbroj # item.arrow.name=Šíp # @@ -4626,7 +4611,7 @@ item.banner.half_vertical_right.red=Červené převrácené svislé oddělení # item.banner.half_vertical_right.silver=Světle šedé převrácené svislé oddělení # item.banner.half_vertical_right.white=Bílé převrácené svislé oddělení # item.banner.half_vertical_right.yellow=Žluté převrácené svislé oddělení # -item.banner.illager_captain.name=Vlajka se zákeřníkem # +item.banner.illager_captain.name=Zlověstný prapor # item.banner.lightBlue.name=Světle modrá vlajka # item.banner.lime.name=Světle zelená vlajka # item.banner.magenta.name=Purpurová vlajka # @@ -5129,11 +5114,11 @@ item.golden_chestplate.name=Zlatý pancíř # item.iron_chestplate.name=Železný pancíř # item.chorus_fruit.name=Ovoce chorusovníku # item.chorus_fruit_popped.name=Prasklé ovoce chorusovníku # -item.cooked_beef.name=Vařené hovězí # +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íl # +item.clay_ball.name=Jílový míč # item.clock.name=Hodiny # item.coal.name=Uhlí # item.comparator.name=Ruditový porovnávač # @@ -5242,7 +5227,7 @@ item.golden_axe.name=Zlatá sekera # item.iron_axe.name=Železná sekera # item.stone_axe.name=Kamenná sekera # item.wooden_axe.name=Dřevěná sekera # -item.chainmail_helmet.name=Kroužková přilba # +item.chainmail_helmet.name=Kroužková helma # item.leather_helmet.name=Kožená čapka # item.diamond_helmet.name=Diamantová přilba # item.golden_helmet.name=Zlatá přilba # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Netheritová přilba # item.lead.name=Vodítko # item.leather.name=Kůže # item.leaves.name=Listí # -item.chainmail_leggings.name=Kroužkové nohavice # +item.chainmail_leggings.name=Kroužkové ochranné návleky # item.leather_leggings.name=Kožené kalhoty # item.diamond_leggings.name=Diamantové nohavice # item.golden_leggings.name=Zlaté nohavice # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Mapa pouštní vesnice # item.map.exploration.jungle_temple.name=Mapa pro průzkum džungle # item.map.exploration.swamp_hut.name=Mapa pro průzkum bažin # item.map.exploration.trial_chambers.name=Zkušební verze mapy pro průzkum # -item.melon.name=Meloun # -item.milk.name=Mléko # +item.melon.name=Plátek melounu # +item.milk.name=Kbelík na mléko # item.minecart.name=Vozík # item.chest_minecart.name=Vozík s truhlou # item.command_block_minecart.name=Vozík s příkazovým blokem # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Vejce krabicovce # item.spawn_egg.entity.endermite.name=Vejce endermitu # item.spawn_egg.entity.evocation_illager.name=Vejce vyvolávače # item.spawn_egg.entity.vex.name=Vejce otrapy # -item.spawn_egg.entity.turtle.name=Vejce mořské želvy # +item.spawn_egg.entity.turtle.name=Želví vejce # item.spawn_egg.entity.dolphin.name=Vejce delfína # item.spawn_egg.entity.phantom.name=Vejce fantoma # item.spawn_egg.entity.panda.name=Vejce pandy # @@ -5446,7 +5431,7 @@ item.dried_kelp.name=Vysušená chaluha # item.rotten_flesh.name=Shnilé maso # item.ruby.name=Rubín # item.saddle.name=Sedlo # -item.wheat_seeds.name=Semínka # +item.wheat_seeds.name=Semínka pšenice # item.beetroot_seeds.name=Semínka řepy # item.melon_seeds.name=Melounová semínka # item.pumpkin_seeds.name=Dýňová semínka # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Akáciová cedule # item.darkoak_sign.name=Cedule z tmavého dubu # item.crimson_sign.name=Karmínová cedule # item.warped_sign.name=Pokroucená cedule # -item.skull.char.name=Hlava # +item.skull.char.name=Hlava hráče # item.skull.creeper.name=Hlava plíživce # item.skull.dragon.name=Hlava draka # item.skull.player.name=Hlava (%s) # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Lebka pakostlivce # item.skull.zombie.name=Hlava zombie # item.slime_ball.name=Slizová koule # item.snowball.name=Sněhová koule # -item.speckled_melon.name=Třpytivý meloun # +item.speckled_melon.name=Třpytící se plátek melounu # item.spider_eye.name=Pavoučí oko # item.stick.name=Klacík # item.string.name=Vlákno # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Želví šupina # item.phantom_membrane.name=Membrána fantoma # item.sweet_berries.name=Sladké bobule # item.suspicious_stew.name=Podezřelý guláš # +item.field_masoned_banner_pattern.name=Vzor na vlajce: cihlové pole # +item.creeper_banner_pattern.name=Vzor na vlajce: emblém plíživce # +item.flow_banner_pattern.name=Vzor na vlajce: spirála # +item.flower_banner_pattern.name=Vzor na vlajce: emblém květiny # +item.globe_banner_pattern.name=Vzor na vlajce: zeměkoule # +item.guster_banner_pattern.name=Vzor na vlajce: guster # +item.piglin_banner_pattern.name=Vzor na vlajce: rypák # +item.skull_banner_pattern.name=Vzor na vlajce: emblém lebky # +item.mojang_banner_pattern.name=Vzor na vlajce: věc # +item.bordure_indented_banner_pattern.name=Vzor na vlajce: vroubkované ohraničení # item.banner_pattern.bricks=Cihlové pole # item.banner_pattern.creeper=Emblém plíživce # item.banner_pattern.flow=Tok # @@ -5955,7 +5950,6 @@ map.position=Pozice: %s, %s, %s # mcoServer.title=Online svět Minecraft # -menu.ai_lesson_crafter=Výroba lekcí # menu.achievements=Herní úspěchy # menu.convertingLevel=Rozšiřující se svět # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Šířka # options.codeBuilder=Nástroj pro tvorbu kódu # options.content_log_file=Povolit soubor protokol obsahu # options.content_log_gui=Povolit protokol obsahu GUI # +options.content_log_gui.level=Úroveň záznamu grafického uživatelského rozhraní # +options.content_log_gui.level.info=Informace # +options.content_log_gui.level.warn=Varovat # +options.content_log_gui.level.error=Chyba # options.controller=Ovladač # options.controllerLayout=Rozložení ovladače # options.controllerSettings=Nastavení ovladače # @@ -6296,14 +6294,14 @@ options.dev_displayMarketplaceDocumentId=Zobrazit ID dokumentu Marketplace # options.dev_addCoins=Přidat %s mincí # options.dev_addCoinTitle=Přidat mince # options.dev_reset_entitlements=Resetovat všechna oprávnění # -options.dev_reset_entitlements_loading=Resetování oprávnění, toto dialogové okno se po skončení procesu zavře. Toto okno můžete zavřít, ale ukončení hry před dokončením tohoto příkazu může způsobit neočekávané chování. # +options.dev_reset_entitlements_loading=Resetování oprávnění, toto dialogové okno se po skončení procesu zavře. Toto okno můžete zavřít, ale ukončení hry před dokončením tohoto příkazu může způsobit neočekávané výsledky. # options.dev_reset_entitlements_error_unfinished=Pozor, ne všechna oprávnění byla správně odstraněna. Zkuste příkaz spustit znovu, nejlépe po restartování klienta. # options.dev_reset_entitlements_warning=Pozor! Tímto odstraníte všechna vaše oprávnění, včetně starých oprávnění, která možná nebude možné získat zpět! Pokud máte velké množství oprávnění, může tato operace chvíli trvat. Opravdu chcete pokračovat? # options.dev_reset_entitlements_success=Oprávnění byla úspěšně odstraněna. # options.dev_currencyFailureWarning=Spojení se sítí se nezdařilo. Chyba: %s # options.dev_currencyFailureWarningGeneric=Spojení se sítí se nezdařilo. Ujistěte se, že jste přihlášeni k účtu, který je na seznamu povolených. # options.dev_reset_wallet=Resetovat peněženku # -options.dev_allowlist_failure=Chyba! Operace se nezdařila, zkontrolujte, zda je tento účet na seznamu povolených. # +options.dev_allowlist_failure=Chyba! Operace se nezdařila, přesvědčte se, že tento účet je na seznamu povolených účtů. # options.discoveryEnvironment=Objevování prostředí (vyžaduje restartování) # options.discoveryEnvironment.production=Produkce # options.discoveryEnvironment.staging=Fázování # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Přepsat experimentální úpravy # 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_discoveryOverrideServiceName=Název služby (bezpečnost, osoba atd.) # +options.dev_discoveryOverrideServiceBranch=Větev # +options.dev_resetAllEndpointOverrides=Resetovat všechny koncové body # +options.dev_apply=Použít # options.dev_displayTreatmentsPanel=Zobrazit úpravy # options.dev_currentTreatmentsTitle=Aktuální úpravy # options.dev_unusedTreatmentsTitle=Nepoužité úpravy # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=2. úroveň – KitKat # options.dev_sunsetting_tier.three=3. úroveň – FireTV # options.dev_sunsetting_tier.four=4. úroveň – 1024 MB # options.dev_sunsetting_tier.five=5. úroveň - iOS 12 a Nougat # +options.dev_sunsetting_tier.six=Úroveň 6 - Zařízení iOS 13, Android 8 a zařízení pro virtuální realitu # options.dev_sunsetting_tier.not_pending=Nečeká na vyřízení # options.dev_gatherings_section=Sbírání # options.dev_gatherings_enable=Povolit sbírání # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Takto velká vzdálenost vykreslování může zp options.raytracing.renderdistance.warning=Toto nastavení může způsobit problémy s výkonem při hraní hry. # options.resetSettings=Obnovit výchozí hodnoty # options.resetSettings.popUp=Opravdu chcete resetovat nastavení? # -options.maxFramerate=Max. snímková frekvence (experimentální) # +options.maxFramerate=Omezení počtu snímků # +options.maxFramerate.tooltip=Snižte maximální snímkovou frekvenci hry a zlepšete výdrž baterie a životnost zařízení. Skutečná snímková frekvence může spadnout pod stanovený limit. # options.maxFramerateFormat=Frekvence snímků %s # options.perf_turtle=Výkonnostní želva # options.msaa=Vyhlazování # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Adaptivní vertikální synchronizace # options.websocketEncryption=Vyžaduje šifrované webové sokety # options.websocketEncryptionWarningLabel=Tuto možnost vypněte pouze v případě, že se aktivně připojujete ke známé a bezpečné aplikaci. # options.filelocation.title=Umístění úložiště souborů # +options.filelocation.title.edu=Lokace Místního úložiště # options.filelocation.external=Externí # options.filelocation.appdata=Aplikace # options.filelocation.external.warning.title=Varování # @@ -6960,26 +6966,12 @@ sunsetting.popup.title=Toto zařízení již není podporováno. # sunsetting.popup.moreInfo=Další informace # sunsetting.popup.dontshow=Znovu nezobrazovat # -sunsetting.popup.moreInfo.gearVR=Další informace najdete v libovolném webovém prohlížeči na stránce https://aka.ms/MinecraftSunsetting. # -sunsetting.popup.moreInfo.gearVR.geo=Další informace najdete na stránce https://aka.ms/MinecraftSunsetting v libovolném webovém prohlížeči. # - -sunsetting.popup.pendingSunset.ios=Naše možnosti podpory tohoto zařízení se chýlí ke konci. Aktualizace budete dostávat do února 2024, kdy obdržíte poslední aktualizaci pro toto zařízení.%sPo poslední aktualizaci budete moct nadále hrát ve svých světech a mít přístup k nákupům v obchodě Marketplace (a mincím Minecoins), ale již nebudete nadále moci provádět nákupy na tomto zařízení. Služba Realms spravovaná z tohoto zařízení bude nadále fungovat po dobu 6 měsíců, pokud ji neaktualizuje vlastník Realmu na jiném zařízení. Pokud chcete zrušit předplatné Realms, musíte to udělat v nabídce Nastavení pro předplatné na zařízení, na kterém byl Realm vytvořen. Již nebudete dostávat nejnovější aktualizace a nebudete moct hrát ve hře pro více hráčů se zařízeními nebo Realmy, které budou stále dostávat aktualizace. Dále se nebudete moct připojit k určitým serverům. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout světy do nového zařízení. # -sunsetting.popup.pendingSunset.android=Naše možnost podpory tohoto zařízení se chýlí ke konci. Aktualizace budete dostávat do února 2024, kdy obdržíte poslední aktualizaci pro toto zařízení.%sPo poslední aktualizaci budete moct nadále hrát ve svých světech a mít přístup k nákupům v obchodě Marketplace (a mincím Minecoins), ale již nebudete nadále moci provádět nákupy na tomto zařízení. Služba Realms spravovaná z tohoto zařízení bude nadále fungovat po dobu 6 měsíců, pokud ji neaktualizuje vlastník Realmu na jiném zařízení. Pokud chcete zrušit předplatné Realms, musíte to udělat ve svých předplatných na Google Play. Ke službě Google Play se dostanete z jakéhokoliv podporovaného zařízení nebo PC, kde se můžete přihlásit ke svému účtu. Již nebudete dostávat nejnovější aktualizace a nebudete moct hrát ve hře pro více hráčů se zařízeními nebo Realmy, které budou stále dostávat aktualizace. Dále se nebudete moct připojit k určitým serverům. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout světy do nového zařízení. # -sunsetting.popup.pendingSunset.ios_android=Naše možnost podpory tohoto zařízení se chýlí ke konci. Až do listopadu 2022 budete dostávat aktualizace a následně obdržíte poslední aktualizaci pro toto zařízení. Velmi se omlouváme za způsobené nepříjemnosti. %sPo poslední aktualizaci budete moct nadále hrát ve svých světech a mít přístup k nákupům v obchodě Marketplace (a mincím Minecoins). Služba Realms spravovaná z tohoto zařízení bude nadále fungovat po dobu 6 měsíců, pokud ji neaktualizuje vlastník říše na jiném zařízení. Již nebudete dostávat nejnovější aktualizace a nebudete moct hrát ve hře pro více hráčů se zařízeními nebo v říších s novějšími aktualizacemi. Dále se nebudete moct připojit k určitým serverům. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout světy do nového zařízení. # -sunsetting.popup.sunset.ios_android=Toto zařízení již není podporováno. Obdrželi jste poslední aktualizaci pro toto zařízení. I nadále můžete pokračovat v budování svých světů a budete mít přístup ke svým nákupům v obchodě Marketplace (a mincím Minecoins). Vaše služba Realms bude nadále fungovat, pokud ji neaktualizuje vlastník říše na jiném zařízení. Již nebudete dostávat nejnovější aktualizace a nebudete moct hrát ve hře pro více hráčů se zařízeními nebo v říších s novějšími aktualizacemi. Dále se nebudete moct připojit k určitým serverům. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout světy do nového zařízení. Víme, že je to nepříjemné. Velmi si ceníme času, který jste strávili hraním naší hry, a doufáme, že se opět setkáme na aktualizovaném zařízení. # -sunsetting.popup.pendingSunset.gearvr_win10=Naše možnost podpory tohoto zařízení se chýlí ke konci. Až do vydání naší další velké aktualizace budete dostávat aktualizace a následně obdržíte poslední aktualizaci pro toto zařízení. Velmi se omlouváme za způsobené nepříjemnosti. %sPo poslední aktualizaci budete moct nadále hrát ve svých světech a mít přístup k nákupům v obchodě Marketplace (a mincím Minecoins). Už však na tomto zařízení nebudete mít přístup ke hře pro více hráčů a službě Realms ani nebudete dostávat nejnovější aktualizace a nebudete moct hrát ve hře pro více hráčů se zařízeními nebo v říších s novějšími aktualizacemi. Dále se nebudete moct připojit k určitým serverům. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout světy do nového zařízení. # -sunsetting.popup.sunset.gearvr_win10=Toto zařízení již není podporováno. Obdrželi jste poslední aktualizaci pro toto zařízení. I nadále můžete pokračovat v budování svých světů a budete mít přístup ke svým nákupům v obchodě Marketplace (a mincím Minecoins). Už však na tomto zařízení nebudete mít přístup ke hře pro více hráčů a službě Realms ani nebudete dostávat nejnovější aktualizace a nebudete moct hrát se zařízeními, která aktualizace dostávají. Dále se nebudete moct připojit k určitým serverům. # -sunsetting.popup.pendingSunset.dx10=Naše možnost podpory tohoto grafického zařízení se chýlí ke konci. Až do vydání naší další velké aktualizace budete dostávat aktualizace a následně obdržíte poslední aktualizaci pro toto zařízení. Velmi se omlouváme za způsobené nepříjemnosti. %sPo poslední aktualizaci budete moct nadále hrát ve svých světech a mít přístup k nákupům v obchodě Marketplace (a mincím Minecoins). Služba Realms spravovaná z tohoto zařízení bude nadále fungovat, pokud ji neaktualizuje vlastník říše na jiném zařízení. Již nebudete dostávat nejnovější aktualizace a nebudete moct hrát ve hře pro více hráčů se zařízeními nebo v říších s novějšími aktualizacemi. Dále se nebudete moct připojit k určitým serverům. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout světy do nového zařízení. # -sunsetting.popup.sunset.dx10=Toto grafické zařízení již není podporováno. Obdrželi jste poslední aktualizaci pro toto zařízení. I nadále můžete pokračovat v budování svých světů a budete mít přístup ke svým nákupům v obchodě Marketplace (a mincím Minecoins). Vaše služba Realms bude nadále fungovat, pokud ji neaktualizuje vlastník říše na jiném zařízení. Již nebudete dostávat nejnovější aktualizace a nebudete moct hrát ve hře pro více hráčů se zařízeními nebo v říších s novějšími aktualizacemi. Dále se nebudete moct připojit k určitým serverům. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout světy do nového zařízení. Víme, že je to nepříjemné a velmi si ceníme času, který jste strávili hraním naší hry, a vaší podpory. # - -sunsetting.popup.pendingSunset.geo.ios=Naše podpora tohoto zařízení se ve vašem regionu chýlí ke konci. Po obdržení poslední aktualizace budete moct stále hrát na svých světech a používat položky zakoupené na Marketplace, ale už na Marketplace nebudete moct dále nakupovat. Realmy spravované z tohoto zařízení budou fungovat po dobu 6 měsíců. Od 30. září 2023 už nebudete mít do realmu přístup. Doporučujeme, abyste si svůj svět stáhli před tímto datem a zrušili předplatné. Za tím účelem si zobrazte nastavení odběrů na svém zařízení. %sPokud jste přihlášeni pomocí účtu Microsoft/Xbox Live, budou vaše nákupy na Marketplace, mince Minecoins a předplatné služby Realms k dispozici i na jiných platformách. Chcete-li přesunout své světy z tohoto zařízení do jiného zařízení, postupujte tak, že nahrajete zálohu světa do realmu a poté si ji stáhnete do nového zařízení. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout svůj svět na nové zařízení. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Naše podpora tohoto zařízení ve vašem regionu skončila. Stále sice budete moct hrát na svých světech a používat položky zakoupené na Marketplace, ale už na Marketplace nebudete moct dále nakupovat. Realmy spravované z tohoto zařízení budou fungovat až do 30. září 2023. Poté již do Realmu nebudete mít přístup. Doporučujeme, abyste si svůj svět stáhli před tímto datem. %sPokud jste přihlášeni pomocí účtu Microsoft/Xbox Live, budou vaše nákupy na Marketplace, mince Minecoins a předplatné služby Realms k dispozici i na jiných platformách. Chcete-li přesunout své světy z tohoto zařízení do jiného zařízení, postupujte tak, že nahrajete zálohu světa do realmu a zálohu stáhnete do nového zařízení. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout svůj svět na nové zařízení. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Naše podpora toto zařízení se ve vašem regionu chýlí ke konci. Po obdržení poslední aktualizace budete moct stále hrát na svých světech a používat položky zakoupené na Marketplace, ale už na Marketplace nebudete moct dále nakupovat. Realmy spravované z tohoto zařízení budou fungovat po dobu 6 měsíců. Od 30. září 2023 už nebudete mít do realmu přístup. Doporučujeme, abyste si svůj svět stáhli před tímto datem. %sPokud jste přihlášeni pomocí účtu Microsoft/Xbox Live, budou vaše nákupy na Marketplace, mince Minecoins a předplatné služby Realms k dispozici i na jiných platformách. Chcete-li přesunout své světy z tohoto zařízení do jiného zařízení, postupujte tak, že nahrajete zálohu světa do realmu a poté si ji stáhnete do nového zařízení. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout svůj svět na nové zařízení. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Naše podpora tohoto zařízení ve vašem regionu skončila. Stále sice budete moct hrát na svých světech a používat položky zakoupené na Marketplace, ale už na Marketplace nebudete moct dále nakupovat. Realmy spravované z tohoto zařízení budou fungovat až do 30. září 2023. Poté již do Realmu nebudete mít přístup. Doporučujeme, abyste si svůj svět stáhli před tímto datem. %sPokud jste přihlášeni pomocí účtu Microsoft/Xbox Live, budou vaše nákupy na Marketplace, mince Minecoins a předplatné služby Realms k dispozici i na jiných platformách. Chcete-li přesunout své světy z tohoto zařízení do jiného zařízení, postupujte tak, že nahrajete zálohu světa do realmu a zálohu stáhnete do nového zařízení. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout svůj svět na nové zařízení. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Podpora tohoto zařízení bude vaší oblasti brzy ukončena. Po této poslední aktualizaci budete stále moct ve svých světech hrát a používat zakoupené položky z Marketplace, ale už nebudete moct na Marketplace nakupovat. Realmy spravované z tohoto zařízení budou fungovat po dobu 6 měsíců. Od 30. září 2023 k nim už přístup mít nebudete. Doporučujeme, abyste si svůj svět ještě před tím stáhli a zrušili předplatné prostřednictvím Google Play. %sNebudete dostávat nejnovější aktualizace a nebudete moct hrát hry pro více hráčů. Nebudete se také moct připojit k určitým serverům. %sPokud jste se přihlásili pomocí účtu Microsoft/Xbox Live, budou vaše nákupy v Marketplace a Minecoins a předplatné služby Realms k dispozici na vašich dalších platformách, kde hrajete hru Minecraft. Nové předplatné můžete zahájit na těchto jiných platformách, kde hrajete Minecraft. %sChcete-li přesunout své světy z tohoto zařízení do jiného, postupujte tak, že nahrajete zálohu světa do Realmu a zálohu pak stáhnete do nového zařízení. %sKliknutím na tlačítko zobrazíte další informace, včetně způsobů, jak přesunout svůj svět na nové zařízení. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Naše podpora tohoto zařízení ve vašem regionu skončila. Stále sice budete moct hrát na svých světech a používat položky zakoupené na Marketplace, ale už na Marketplace nebudete moct dále nakupovat. Realmy spravované z tohoto zařízení budou fungovat až do 30. září 2023. Poté již do Realmu nebudete mít přístup. Doporučujeme, abyste si svůj svět stáhli před tímto datem. %sPokud jste přihlášeni pomocí účtu Microsoft/Xbox Live, budou vaše nákupy na Marketplace, mince Minecoins a předplatné služby Realms k dispozici i na jiných platformách. Chcete-li přesunout své světy z tohoto zařízení do jiného zařízení, postupujte tak, že nahrajete zálohu světa do realmu a zálohu stáhnete do nového zařízení. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout svůj svět na nové zařízení. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Naše podpora toto zařízení se ve vašem regionu chýlí ke konci. Po obdržení poslední aktualizace budete moct stále hrát na svých světech a používat položky zakoupené na Marketplace, ale už na Marketplace nebudete moct dále nakupovat. Realmy spravované z tohoto zařízení budou fungovat po dobu 6 měsíců. Od 30. září 2023 už nebudete mít do realmu přístup. Doporučujeme, abyste si svůj svět stáhli před tímto datem. %sPokud jste přihlášeni pomocí účtu Microsoft/Xbox Live, budou vaše nákupy na Marketplace, mince Minecoins a předplatné služby Realms k dispozici i na jiných platformách. Chcete-li přesunout své světy z tohoto zařízení do jiného zařízení, postupujte tak, že nahrajete zálohu světa do realmu a poté si ji stáhnete do nového zařízení. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout svůj svět na nové zařízení. # -sunsetting.popup.sunset.geo.generic=Naše podpora tohoto zařízení ve vašem regionu skončila. Stále sice budete moct hrát na svých světech a používat položky zakoupené na Marketplace, ale už na Marketplace nebudete moct dále nakupovat. Realmy spravované z tohoto zařízení budou fungovat až do 30. září 2023. Poté již do Realmu nebudete mít přístup. Doporučujeme, abyste si svůj svět stáhli před tímto datem. %sPokud jste přihlášeni pomocí účtu Microsoft/Xbox Live, budou vaše nákupy na Marketplace, mince Minecoins a předplatné služby Realms k dispozici i na jiných platformách. Chcete-li přesunout své světy z tohoto zařízení do jiného zařízení, postupujte tak, že nahrajete zálohu světa do realmu a zálohu stáhnete do nového zařízení. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout svůj svět na nové zařízení. # +sunsetting.popup.pendingSunset.device=Naše schopnost podporovat toto zařízení se blíží ke konci. Aktualizace budete nadále dostávat až do března roku 2025, kdy obdržíte poslední aktualizaci funkční pro toto zařízení.%sPo této poslední aktualizaci budete i nadále moci hrát ve svých světech a budete mít přístup k položkám zakoupeným na Tržišti (včetně Minecoins), ale už na tomto zařízení na Tržišti nebudete moci provádět nové nákupy. Říše spravované z tohoto zařízení budou od března roku 2025 nadále fungovat dalších 6 měsíců, pokud nebudou majitelem aktualizovány z jiného zařízení. Zrušit předplatné služby Realms můžete prostřednictvím menu Nastavení předplatného na zařízení, kde byla Říše vytvořena. Již nebudete dostávat nejnovější aktualizace a nebudete moci hrát hru více hráčů se zařízeními nebo v Říších, které nadále aktualizace dostávají. Také se nebudete moci připojit k určitým serverům.%sKliknutím na tlačítko zobrazíte další informace. # +sunsetting.popup.sunset.device=Naše schopnost podporovat pro toto zařízení je u konce. Od března roku 2025 již nebudete získávat další aktualizace, dokud neaktualizujete své zařízení. Toto je poslední aktualizace kompatibilní s tímto zařízením.%sI nadále budete moci hrát na svých světech a budete mít přístup k zakoupeným položkám z Tržiště (včetně Minecoins). Říše spravované z tohoto zařízení budou od března roku 2025 nadále fungovat dalších 6 měsíců, pokud nebudou majitelem aktualizovány z jiného zařízení. Zrušit předplatné služby Realms můžete prostřednictvím menu Nastavení předplatného na zařízení, kde byla Říše vytvořena. Již nebudete dostávat nejnovější aktualizace a nebudete moci hrát hru více hráčů se zařízeními nebo v Říších, které nadále aktualizace dostávají. Také se nebudete moci připojit k určitým serverům.%sKliknutím na tlačítko zobrazíte další informace. # +sunsetting.popup.pendingSunset.windows_xr=Naše schopnost podporovat toto grafické zařízení VR/MR je u konce. Toto zařízení již nebude podporováno v aktualizacích po březnu 2025, kdy obdržíte poslední aktualizaci podporující toto zařízení. %sPo poslední aktualizaci budete nadále dostávat aktualizace na vašem počítači a budete moci hrát bez zařízení VR/MR. Budete moci nadále stavět ve svých světech a vaše položky zakoupené na Tržišti (včetně Minecoins) budou nadále dostupné na jiných zařízeních než VR/MR, jako například monitor počítače. Své VR/MR zařízení Již nebudete v Minecraftu moci používat, jelikož v nejnovějších aktualizacích již nebude podporováno.%sKliknutím na tlačítko zobrazíte další informace. # +sunsetting.popup.sunset.windows_xr=Naše schopnost podporovat toto grafické zařízení VR/MR je u konce. Toto VR/MR zařízení již není podporováno. Obdrželi jste poslední aktualizaci podporující toto grafické zařízení ale i nadále budete dostávat aktualizace na vašem počítači a budete moci hrát bez zařízení VR/MR. Budete moci nadále stavět ve svých světech a vaše položky zakoupené na Tržišti (včetně Minecoins) budou nadále dostupné na jiných zařízeních než VR/MR, jako například monitor počítače. Své VR/MR zařízení již nebudete v Minecraftu moci používat, jelikož v nejnovějších aktualizacích již nebude podporováno.%sKliknutím na tlačítko zobrazíte další informace. Víme, jaká je to nepříjemnost, a velice si vážíme času a podpory, kterou naší hře věnujete. # +sunsetting.popup.pendingSunset.geo=Naše schopnost podporovat toto zařízení ve vašem regionu se blíží ke konci. Po obdržení poslední aktualizace budete i nadále moci hrát ve svých světech a budete mít přístup k položkám zakoupeným na Tržišti, ale už na Tržišti nebudete moci provádět nové nákupy. Říše spravované z tohoto zařízení budou funkční dalších 6 měsíců. 30. září 2023 už nebudete mít k Říši přístup. Doporučujeme stáhnout si váš svět před vypršením této lhůty.%sPokud jste se přihlásili pomocí svého účtu Microsoft, vaše položky zakoupené na Tržišti, Minecoins a vaše předplatné Realms budou dostupné na ostatních platformách. Pokud byste chtěli přemístit své světy z tohoto zařízení na jiné, můžete tak učinit nahráním světa do Říše a stáhnutím zálohy světa do vašeho nového zařízení.%sKlikněte na tlačítko pro zobrazení více informací, včetně toho, jak převést váš svět na jiné zařízení. # +sunsetting.popup.sunset.geo=Naše schopnost podporovat toto zařízení ve vašem regionu je u konce. I nadále budete moci hrát ve svých světech a budete mít přístup k položkám zakoupeným na Tržišti, ale už na Tržišti nebudete moci provádět nové nákupy. Říše spravované z tohoto zařízení budou nadále fungovat až do 30. září 2023. Poté už nebudete mít k Říši přístup. Doporučujeme stáhnout si váš svět před vypršením této lhůty.%sPokud jste se přihlásili pomocí svého účtu Microsoft, vaše položky zakoupené na Tržišti, Minecoins a vaše předplatné Realms budou dostupné na ostatních platformách. Pokud byste chtěli přemístit své světy z tohoto zařízení na jiné, můžete tak učinit nahráním světa do Říše a stáhnutím zálohy světa do vašeho nového zařízení.%sKlikněte na tlačítko pro zobrazení více informací, včetně toho, jak převést váš svět na jiné zařízení. # sunsetting.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áčů # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Přísady: # 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.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 # @@ -7897,7 +7908,6 @@ 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í # -upgrade.netherite_upgrade.name=Vylepšení na netherit # storageManager.mainSizeLabel=%s – 1 položka # storageManager.mainSizeLabelPlural=%s – položek: %s # @@ -8443,6 +8453,8 @@ 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.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. # @@ -8854,8 +8866,6 @@ store.myAccount=Můj účet # store.xbl.signin=Přihlásit se # store.xbl.signinOrSignUp=Přihlaste se nebo se zdarma zaregistrujte # store.xbl.disconnected=Odpojeno # -store.xbl.conversionFailedTitle=Něco se nepovedlo # -store.xbl.conversionFailedMessage=Zkuste to znovu později. # store.sales.allByCreator=Nyní v akci! # store.sales.bundlesOnSale=Sady nyní v akci! # @@ -9027,8 +9037,8 @@ tile.deny.name=Odepřít # tile.border_block.name=Okraj # tile.anvil.intact.name=Kovadlina # tile.anvil.name=Kovadlina # -tile.anvil.slightlyDamaged.name=Mírně poškozená kovadlina # -tile.anvil.veryDamaged.name=Velmi poškozená kovadlina # +tile.anvil.slightlyDamaged.name=Otlučená kovadlina # +tile.anvil.veryDamaged.name=Poškozená kovadlina # tile.barrier.name=Bariéra # tile.beacon.name=Maják # tile.beacon.primary=Hlavní schopnost # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Železný blok # tile.lapis_block.name=Blok lazuritu # tile.redstone_block.name=Ruditový blok # tile.bookshelf.name=Knihovna # -tile.brick_block.name=Cihlový blok # +tile.brick_block.name=Cihly # tile.brown_mushroom.name=Hnědá houba # tile.brown_mushroom_block.mushroom.name=Houba # tile.brown_mushroom_block.stem.name=Houbový stonek # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Modrá skleněná tabulka # tile.stained_glass_pane.purple.name=Fialová skleněná tabulka # tile.stained_glass_pane.magenta.name=Purpurová skleněná tabulka # tile.stained_glass_pane.pink.name=Růžová skleněná tabulka # -tile.clay.name=Jílový blok # +tile.clay.name=Jíl # tile.hardened_clay.name=Terakota # tile.stained_hardened_clay.black.name=Černá terakota # tile.stained_hardened_clay.blue.name=Modrá terakota # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Zeď z červených netheritových ci tile.cocoa.name=Kakao # tile.command_block.name=Příkazový blok # tile.composter.name=Kompostér # -tile.light_block.name=Světelný blok # +tile.light_block.name=Světlé # tile.repeating_command_block.name=Opakování příkazového bloku # tile.chain_command_block.name=Řetěz příkazového bloku # tile.wheat.name=Obilí # tile.darkOakFence.name=Plot z tmavého dubu # tile.dark_oak_fence_gate.name=Branka z tmavého dubu # -tile.daylight_detector.name=Snímač denního světla # +tile.daylight_detector.name=Detektor denního světla # tile.deadbush.name=Mrtvý keř # tile.detector_rail.name=Spínací kolejnice # tile.dirt.coarse.name=Hrubá hlína # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Dávkovač # tile.iron_door.name=Železné dveře # tile.doorWood.name=Dřevěné dveře # tile.double_plant.fern.name=Velká kapradina # -tile.double_plant.grass.name=Velmi vysoká tráva # +tile.double_plant.grass.name=Vysoká tráva # tile.double_plant.name=Rostlina # tile.double_plant.paeonia.name=Pivoňka # tile.double_plant.rose.name=Růžový keř # @@ -9385,7 +9395,7 @@ tile.log.spruce.name=Smrkové poleno # tile.magma.name=Lávový blok # tile.melon_block.name=Meloun # tile.mob_spawner.name=Líheň nestvůr # -tile.monster_egg.brick.name=Kamenná cihla ukrývající rybenku # +tile.monster_egg.brick.name=Kamenné cihly ukrývající rybenku # tile.monster_egg.chiseledbrick.name=Opracovaná kamenná cihla ukrývající rybenku # tile.monster_egg.cobble.name=Kamenné kostky ukrývající rybenku # tile.monster_egg.crackedbrick.name=Popraskaná kamenná cihla ukrývající rybenku # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Kámen ukrývající rybenku # tile.mushroom.name=Houba # tile.noteblock.name=Hudební blok # tile.mycelium.name=Podhoubí # -tile.nether_brick.name=Blok z netheritových cihel # -tile.red_nether_brick.name=Červená netheritová cihla # +tile.nether_brick.name=Netheritové cihly # +tile.red_nether_brick.name=Červené netheritové cihly # tile.nether_brick_fence.name=Plot z netheritových cihel # tile.quartz_ore.name=Netheritová křemenná ruda # tile.netherreactor.active=Aktivní! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Sekvojová cedule # tile.acacia_standing_sign.name=Akáciová cedule # tile.darkoak_standing_sign.name=Cedule z tmavého dubu # tile.slime.name=Blok slizu # -tile.snow.name=Sníh # +tile.snow.name=Sněžný blok # tile.sponge.dry.name=Mořská houba # tile.sponge.wet.name=Mokrá mořská houba # tile.spruceFence.name=Smrkový plot # @@ -9555,7 +9565,7 @@ tile.double_stone_slab.name=Kamenný panel # tile.double_stone_slab.nether_brick.name=Panel z netheritových cihel # tile.double_stone_slab.quartz.name=Křemenný panel # tile.double_stone_slab.sand.name=Pískovcový panel # -tile.double_stone_slab.smoothStoneBrick.name=Panel z kamenných cihel # +tile.double_stone_slab.smoothStoneBrick.name=Kamenný cihlový panel # tile.double_stone_slab.stone.name=Kamenný panel # tile.double_stone_slab.wood.name=Dřevěný panel # tile.stone_slab.name=Kamenný panel # @@ -9565,14 +9575,14 @@ tile.stone_slab.stone.name=Panel z hladkého kamene # tile.stone_slab.nether_brick.name=Panel z netheritových cihel # tile.stone_slab.quartz.name=Křemenný panel # tile.stone_slab.sand.name=Pískovcový panel # -tile.stone_slab.smoothStoneBrick.name=Panel z kamenných cihel # +tile.stone_slab.smoothStoneBrick.name=Kamenný cihlový panel # tile.stone_slab.wood.name=Dřevěný panel # tile.double_stone_slab2.red_sandstone.name=Panel z červeného pískovce # tile.stone_slab2.red_sandstone.name=Panel z červeného pískovce # tile.stone_slab2.purpur.name=Purpurový panel # tile.stone_slab2.prismarine.rough.name=Panel z prismarinu # tile.stone_slab2.prismarine.dark.name=Panel z tmavého prismarinu # -tile.stone_slab2.prismarine.bricks.name=Panel z prismarinových cihel # +tile.stone_slab2.prismarine.bricks.name=Prismarinový cihlový panel # tile.stone_slab2.mossy_cobblestone.name=Mechem porostlý panel z kamenných kostek # tile.stone_slab2.red_nether_brick.name=Panel z červených netheritových cihel # tile.stone_slab2.sandstone.smooth.name=Panel z hladkého pískovce # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Blok z mrtvých bublinkových korálů # tile.coral_block.red_dead.name=Blok z mrtvých žahavých korálů # tile.coral_block.yellow_dead.name=Blok z mrtvých rohovinových korálů # tile.tallgrass.fern.name=Kapradí # -tile.tallgrass.grass.name=Tráva # -tile.tallgrass.name=Tráva # +tile.tallgrass.grass.name=Nízká tráva # +tile.tallgrass.name=Nízká tráva # tile.tallgrass.shrub.name=Křovina # tile.tuff_brick_slab.name=Panel z tufových cihel # tile.tuff_brick_stairs.name=Schody z tufových cihel # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Tufové schody # tile.tuff_wall.name=Tufová zeď # tile.seagrass.seagrass.name=Mořská tráva # tile.sea_pickle.name=Mořská okurka # -tile.turtle_egg.name=Vejce mořské želvy # +tile.turtle_egg.name=Želví vejce # tile.coral.blue.name=Trubkový korál # tile.coral.pink.name=Mozkový korál # tile.coral.purple.name=Bublinkový korál # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Mrtvý žahavý vějířovitý korál # tile.coral_fan_dead.yellow_fan.name=Mrtvý rohovinový vějířovitý korál # tile.glass_pane.name=Skleněná tabulka # tile.tnt.name=TNT # -tile.snow_layer.name=Napadaný sníh # +tile.snow_layer.name=Sníh # tile.torch.name=Pochodeň # tile.trapdoor.name=Dubové padací dveře # tile.acacia_trapdoor.name=Akáciové padací dveře # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Voda # tile.water.name=Voda # tile.waterlily.name=Leknínový list # tile.web.name=Pavučina # -tile.heavy_weighted_pressure_plate.name=Váhová nášlapná deska (těžká) # -tile.light_weighted_pressure_plate.name=Váhová nášlapná deska (lehká) # +tile.heavy_weighted_pressure_plate.name=Těžká nášlapná deska # +tile.light_weighted_pressure_plate.name=Lehká nášlapná deska # tile.end_stone.name=Enderit # tile.end_bricks.name=Enderitové cihly # tile.planks.acacia.name=Akáciová prkna # @@ -10288,7 +10298,7 @@ xbox.signin.enterCode=A zadejte tento kód: # xbox.signin.enterCode.qr=2. Až se zobrazí výzva, zadejte kód uvedený níže: # xbox.signin.letsPlay=Jdeme hrát! # xbox.signin.message=Přihlaste se pomocí svého bezplatného účtu Microsoft a zažijte všechny krásy světa Minecraftu. # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Přihlaste se pomocí jiného účtu Microsoft # xbox.signin.website=Navštivte tento web na jiném zařízení: # xbox.signin.website.qr=1. Navštivte tento web na jiném zařízení: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Přihlášení k izolovanému prostoru % xbox.dev_wrongSandboxSigninFailed.button.dev=Změnit na izolovaný prostor zařízení # xbox.dev_wrongSandboxSigninFailed.button.retail=Změnit na maloobchodní izolovaný prostor # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Vymazat přihlašovací údaje k účtu # -xbox.addfriendsignin.line1=Najděte si přátele podle jmenovek hráčů, abyste viděli, když budou online. # -xbox.addfriendsignin.line2=Přihlaste se pomocí účtu Microsoft a můžete začít přidávat přátele! # xbox.invitesignin.line1=Pozvěte své přátele podle jmenovek hráčů, abyste viděli jejich světy, když budou online. # xbox.invitesignin.line2=Přihlaste se pomocí účtu Microsoft a můžete začít zvát přátele! # 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.externalServer.title=Hrát na serveru # -xbox.externalServer.line1=Na serverech můžete hrát Minecraft nejkreativněji! Jen vás přihlásíme, abychom ověřili, že máte oprávnění ke hraní online s novými lidmi. # 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! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Zvolit nový skin # dr.classic_skins.custom_skin_title=Importovat skin # dr.classic_skins.custom_skin_description=Vložte soubor png (rozměr 64x32, 64x64, or 128x128) ze svého zařízení, který chcete použít jako skin. Toto nastavení se nebude přenášet napříč zařízeními ani hrami. # -dr.classic_skins.custom_skin_description_disabled= Vaše zařízení nemůže vybrat vlastní skin během hry pro více hráčů. Pro výběr skinu se, prosím, vraťte do hlavní nabídky. # +dr.classic_skins.custom_skin_description_disabled=Na vašem zařízení nelze zvolit vlastní skin během hry pro více hráčů. Pro výběr skinu se, prosím, vraťte do hlavní nabídky. # dr.classic_skins.custom_skin_description_popup=Pokud je povolena možnost „Povolit pouze důvěryhodné vzhledy“, nebudou hráči s vlastními skiny viditelní. # dr.classic_skins.custom_skin_section_title=Vlastněné skiny # dr.classic_skins.invalidCustomSkin=Vložte prosím soubor .png o rozměrech 64x64, 64x32 nebo 128x128 # diff --git a/resource_pack/texts/da_DK.lang b/resource_pack/texts/da_DK.lang index 7c68c36b2..9772b46f4 100644 --- a/resource_pack/texts/da_DK.lang +++ b/resource_pack/texts/da_DK.lang @@ -964,6 +964,7 @@ 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.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 # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s har allerede låst opskrift op: %2$s # commands.recipes.playerDoesNotHaveRecipe=%1$s har ikke opskriften: %2$s # commands.recipes.notFound=Opskriften kunne ikke findes. # commands.recipes.notUnlockable=Opskriften kan ikke låses op i opskriftsbogen. # +commands.reload.all.description=Genindlæser alle funktions- og scriptfiler fra alle adfærdspakker eller genindlæser eventuelt verdenen og alle ressource- og adfærdspakker. # commands.reload.description=Genindlæser alle funktions- og scriptfiler fra alle adfærdspakker. # -commands.reload.editor.description=Genindlæser alle funktions- og scriptfiler fra alle adfærdspakker eller genstarter klienten for at genindlæse alle ressourcer. # +commands.reload.started=Genindlæsning af verden er blevet startet. # commands.reload.success=Funktions- og scriptfilerne er blevet genindlæst. # commands.reload.error=Der opstod en uventet fejl. # +commands.reload.onlyHost=Kun værtsspilleren kan genindlæse verden. # commands.replaceitem.description=Erstatter genstande på lagre. # commands.replaceitem.failed=%s-pladsen %d kunne ikke erstattes med %d * %s # commands.replaceitem.keepFailed=Der er allerede en genstand på %s plads %d. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Skaberkameraer: Fokusmålkamera createWorldScreen.experimentalFocusTargetCameraDescription=Gør det muligt for det eksisterende frie kamera at pege mod en entitet # createWorldScreen.recipeUnlocking=Opskrift-oplåsning # createWorldScreen.recipeUnlockingDescription=Aktivér opskrift-oplåsning # -createWorldScreen.experimentalholiday=Særlige funktioner til højtider # -createWorldScreen.experimentalholidayDescription=Tilføj datadrevne blokke og teknologi til tilpasning af blokkes form, rotation, skade og meget mere # createWorldScreen.experimentalGameTest=Beta API'er # createWorldScreen.experimentalGameTestDescription=Brug "-beta"-versioner af API-moduler i tilføjelsespakker # createWorldScreen.experimentalMolangFeatures=Molang – funktioner # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Du skal være logget på en Microso realmsSharingScreen.invalidPermissionTitle=Ugyldige tilladelser # realmsSharingScreen.unexpectedServerResponseTitle=Fejl i Realms # realmsSharingScreen.unexpectedServerResponseMessage=Vi har problemer med at oprette forbindelse til Realmet. Prøv igen senere. # +realmsSharingScreen.inviteLinkNotFoundTitle=Fejl i Realms # +realmsSharingScreen.inviteLinkNotFoundMessage=Dette invitationslink er ugyldigt. # realmsCreateScreen.title.create=Opret en realm-server # realmsCreateScreen.title.extend=Forlæng dit realm # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Forlæng med 180 dage # xblLogin.LoginMessageTitle=Microsoft-konto # xblLogin.LoginMessage=Opretter forbindelse ... # -xbl.savePurchase.description.line1=Vil du spille med det, du køber på alle Minecraft-butikken-aktiveret system? Log ind med en GRATIS Microsoft-konto, og synkroniser dine købte skins, teksturer, kort og mashups for at bruge dem og spille i Minecraft! # -xbl.savePurchase.description.line2=Hvis du mister dit system eller afinstallerer Minecraft, vil dine køb stadig være synkroniserede og tilgængelige på ethvert system, når du bruger din Microsoft-konto. # -xbl.savePurchase.leaveOnDevice=Behold på enhed # -xbl.savePurchase.title=Vil du gemme dine køb på en Microsoft-konto? # xbl.savePurchase.saveButton=Gem på Microsoft-konto # -xbl.savePurchase.toast.title=Gennemført! # -xbl.savePurchase.toast.message=Købene er synkroniseret til din Microsoft-konto # -xbl.savePurchase.inProgress.message=Overfører køb til Microsoft-konto ... # - -xbl.syncIAP.title=Vil du synkronisere dine køb til din Microsoft-konto? # -xbl.syncIAP.description=Log på en Microsoft-konto for at synkronisere dine skins, teksturpakker, verdener og mashups. Efterfølgende har du dem på alle dine enheder. # -xbl.syncIAP.syncNow=Synkroniser nu ... # -xbl.syncIAP.syncLaterEllipsis=Synkroniser senere ... # -xbl.syncIAP.syncLater=Synkroniser senere # -xbl.syncIAP.toast.title=Succes! # -xbl.syncIAP.toast.message=Dine køb er synkroniseret til din Microsoft-konto! # -xbl.syncIAP.inProgress.message=Synkroniserer dine køb til din Microsoft-konto ... # -xbl.syncIAP.skipSignIn.prompt.description=Denne Microsoft-konto bliver ikke den primære konto for enheden, medmindre du synkroniserer enhedens køb til den. Du logger ikke automatisk på, når du starter Minecraft. # - -xbl.syncIAP.confirmSync.prompt.title=Vil du synkronisere til %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=Vil du synkronisere dine køb i App Store til %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=Pakker, der er købt andre steder end på Minecraft-markedspladsen, kan kun synkroniseres én gang. De vil fortsat kunne anvendes af alle, der spiller på denne enhed. # -xbl.syncIAP.confirmSync.prompt.yes=Ja, synkroniser mine køb # xbl.marketplace.account.error.body.nobutton=Der er noget galt med din konto. Du kan ikke bruge markedspladsen, før vi har løst problemet. Kontakt support, hvis problemet ikke forsvinder i løbet af en tre dage. # @@ -2512,8 +2495,6 @@ store.sign_in_warning.no_xbl_and_local_content=Du har tidligere downloadet indho store.sign_in_warning.no_xbl_and_no_local_content.line1=Log ind nu for at gemme og dele dine køb på tværs af platforme. Gem køb, så de ikke går tabt, hvis der sker noget med dit system, eller hvis Minecraft afinstalleres. Få adgang til dit købte Markedsplads-indhold fra enhver platform, og brug dine brugerdefinerede figurer på tværs af platforme. # store.sign_in_warning.no_xbl_and_no_local_content.line2=Har du ikke en Microsoft-konto? Opret en nu gratis! # -xbl.skipSignIn.prompt.title=Midlertidig konto # -xbl.skipSignIn.prompt.description=Denne Microsoft-konto bliver ikke primær konto for enheden, medmindre du overfører enhedens køb til den. Du logger ikke automatisk på, når du starter Minecraft. # 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.message2=Er du sikker på, at du vil fortsætte? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s blev kvalt i en væg # death.attack.lava=%1$s prøvede at svømme i lava # death.attack.lava.player=%1$s prøvede at svømme i lava for at undslippe %2$s # death.attack.lightningBolt=%1$s blev ramt af lynet # +death.attack.maceSmash.player=%1$s blev smadret af %2$s # +death.attack.maceSmash.player.item=%1$s blev smadret af %2$s med %3$s # death.attack.magic=%1$s blev dræbt af magi # death.attack.magma=%1$s opdagede, at gulvet bestod af lava # death.attack.magma.player=%1$s kom i farezonen pga. %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Server og klient har forskellige disconnectionScreen.editor.cannotUseRayTracing=Ray tracing-aktiverede ressourcepakker er endnu ikke kompatible med Editor-projekter. # disconnectionScreen.unexpectedPacket=Afbrudt på grund af en uventet type modtaget pakke, som ikke kan behandles. Dette kan skyldes en version-uoverensstemmelse eller -forvanskning på netværksniveau. # disconnectionScreen.connectionLost=Forbindelsen til værten blev mistet. Hvis denne verden stadig er hosted, så tjek din internetforbindelse, og prøv at oprette forbindelse igen. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Verdenen kunne ikke indlæses. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Prøv at åbne denne verden i demo-tilstand. # disconnectionScreen.errorCode=Fejlkode: # storageSpaceWarningScreen.frontend=Du er næsten løbet tør for dataplads! Minecraft har begrænset adgang til funktionen, indtil du får frigjort mere lagerplads. # @@ -3041,7 +3026,7 @@ entity.villager.librarian=Bibliotekar # entity.villager.shepherd=Hyrde # entity.villager.tool=Værktøjsmager # entity.villager.weapon=Våbensmed # -entity.villager.mason=Stenhugger # +entity.villager.mason=Mason # entity.villager.unskilled=Ufaglært landsbyboer # entity.villager_v2.name=Landsbyboer # entity.vindicator.name=Hævner # @@ -3126,7 +3111,7 @@ feed.upload=Dit skærmbillede uploades ... # feed.manage=Administrer feed # feed.share=Del # feed.addScreenshot=Tilføj skærmbillede # -feed.screenshotCapturedRealms=Skærmbillede taget. Gå til Realms Stories for at dele det. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Skærmbillede taget. Du kan se det i dit skærmbilledegalleri. # feed.screenshotAlmostFull=Skærmbillede taget. Dit galleri er næsten fyldt. (%d/%d) # feed.screenshotReachedMax=Skærmbillede taget. Dit galleri er fyldt. (%d/%d) # @@ -3502,7 +3487,7 @@ howtoplay.blocks.text.8=§eMagmablok§f – Er naturligt forekommende i Nether. howtoplay.blocks.text.9=§eRåjord§f – Ligner en normal jordblok, men græs kan ikke gro på den. Råjord findes i biomerne savanne og megatajga. # howtoplay.bookAndQuill=Bog og fjerpen # -howtoplay.bookAndQuill.text.1=Bog og fjerpen giver dig mulighed for at nedfælde dine eventyr. Fortæl din historie ved at skrive tekst og sætte billeder ind på siderne. Du kan også ændre titel og forfatter. Du afslutter dit værk ved at underskrive bogen. Bogen kan redigeres, indtil den er underskrevet. # +howtoplay.bookAndQuill.text.1=Bog og fjerpen giver dig mulighed for at nedfælde dine eventyr. Fortæl din historie ved at skrive tekst ind på siderne. Du kan også ændre titlen og forfatteren. Du afslutter dit værk ved at underskrive bogen og fjerpennen. Bogen og fjerpennen kan redigeres, indtil den er underskrevet. # howtoplay.brewingStand=Bryggestand # howtoplay.brewingStand.text.1=Brygning af eliksirer kræver en bryggestand. Alle eliksirer består som udgangspunkt af en flaske vand, der fremstilles ved at fylde en glasflaske med vand fra en gryde eller en vandkilde. # @@ -3643,7 +3628,7 @@ howtoplay.camera.text.2=Du tager et billede fra din synsvinkel ved at trykke på howtoplay.camera.text.2.touch=Du tager et billede fra din synsvinkel ved at holde nede og slippe. # howtoplay.camera.text.3=Du tager en selfie ved at placere et kamera og trykke på :_input_key.use: på det. # howtoplay.camera.text.3.touch=Du tager en selfie ved at placere et kamera og trykke på Tag billede-knappen. # -howtoplay.camera.text.4=Billeder kan ses i din portfolio og indsættes i bog og fjerpen. # +howtoplay.camera.text.4=Billeder kan ses i fotoalbummet og indsættes i bog og fjerpen. # howtoplay.portfolio=Portfolio # howtoplay.portfolio.title=Sådan spiller du: Portfolio # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=Udforsk en verden af muligheder med Minecoins, Minecr howtoplay.minecoins.text.2=Når dine Minecoins er indløst, knyttes de til din Microsoft-konto, så du også kan få adgang til dine Minecoins og køb på andre understøttede enheder! # howtoplay.minecoins.button.text.1=Køb Minecoins # howtoplay.minecoins.header.1=Ansvarsfraskrivelse # -howtoplay.minecoins.text.3=*Minecoins kræver en version af Minecraft: Bedrock Edition med Minecraft Markedsplads. Minecoins er ikke kompatible på PlayStation®. Du kan finde oplysninger om kompatibilitet under minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins kræver en version af Minecraft: Bedrock Edition med Minecraft Markedsplads. Minecoins er ikke kompatible på PlayStation®. Du kan finde oplysninger om kompatibilitet under minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Minedrift # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Gylden # item.axolotlColorWild.name=Brun # item.axolotlColorBlue.name=Blå # item.golden_apple.name=Guldæble # -item.appleEnchanted.name=Fortryllet æble # +item.appleEnchanted.name=Fortryllet guldæble # item.armadillo_scute.name=Skæl fra bæltedyret # item.armor_stand.name=Rustningsstativ # item.arrow.name=Pil # @@ -4626,7 +4611,7 @@ item.banner.half_vertical_right.red=Rød omvendt spaltet # item.banner.half_vertical_right.silver=Lysegrå omvendt spaltet # item.banner.half_vertical_right.white=Hvid omvendt spaltet # item.banner.half_vertical_right.yellow=Gul omvendt spaltet # -item.banner.illager_captain.name=Udstødt-banner # +item.banner.illager_captain.name=Ildevarslende banner # item.banner.lightBlue.name=Lyseblåt banner # item.banner.lime.name=Limegrønt banner # item.banner.magenta.name=Magentarødt banner # @@ -5022,7 +5007,7 @@ item.boat.big_oak.name=Båd af mørkt egetræ # item.bone.name=Knogle # item.book.name=Bog # item.breeze_rod.name=Brisestav # -item.chainmail_boots.name=Brynjestøvler # +item.chainmail_boots.name=Ringbrynjestøvler # item.leather_boots.name=Læderstøvler # item.diamond_boots.name=Diamantstøvler # item.golden_boots.name=Guldstøvler # @@ -5122,18 +5107,18 @@ item.warped_fungus_on_a_stick.name=Forkvaklet svamp på en pind # item.carrot.name=Gulerod # item.cauldron.name=Gryde # item.charcoal.name=Trækul # -item.chainmail_chestplate.name=Brynje # +item.chainmail_chestplate.name=Ringbrynjebrystplade # item.leather_chestplate.name=Lædertunika # item.diamond_chestplate.name=Diamantbrystplade # item.golden_chestplate.name=Guldbrystplade # item.iron_chestplate.name=Jernbrystplade # item.chorus_fruit.name=Chorusfrugt # item.chorus_fruit_popped.name=Poppet chorusfrugt # -item.cooked_beef.name=Tilberedt oksekød # +item.cooked_beef.name=Steak # item.cooked_chicken.name=Tilberedt kylling # item.cooked_porkchop.name=Tilberedt kotelet # item.chicken.name=Rå kylling # -item.clay_ball.name=Ler # +item.clay_ball.name=Lerkugle # item.clock.name=Ur # item.coal.name=Kul # item.comparator.name=Redstone-sammenligner # @@ -5242,7 +5227,7 @@ item.golden_axe.name=Guldøkse # item.iron_axe.name=Jernøkse # item.stone_axe.name=Stenøkse # item.wooden_axe.name=Træøkse # -item.chainmail_helmet.name=Brynjehjelm # +item.chainmail_helmet.name=Ringbrynjehjelm # item.leather_helmet.name=Læderhjelm # item.diamond_helmet.name=Diamanthjelm # item.golden_helmet.name=Guldhjelm # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Netherithjelm # item.lead.name=Line # item.leather.name=Læder # item.leaves.name=Blade # -item.chainmail_leggings.name=Brynjebukser # +item.chainmail_leggings.name=Ringbrynje-leggings # item.leather_leggings.name=Læderbukser # item.diamond_leggings.name=Diamantbukser # item.golden_leggings.name=Guldbukser # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Kort over ørkenlandsby # item.map.exploration.jungle_temple.name=Jungleudforskerkort # item.map.exploration.swamp_hut.name=Sumpudforskerkort # item.map.exploration.trial_chambers.name=Udfordringsudforskerkort # -item.melon.name=Vandmelon # -item.milk.name=Mælk # +item.melon.name=En skive melon # +item.milk.name=Mælkespand # item.minecart.name=Minevogn # item.chest_minecart.name=Minevogn med kiste # item.command_block_minecart.name=Minevogn med kommandoblok # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Shulker-spawnæg # item.spawn_egg.entity.endermite.name=Endermite-spawnæg # item.spawn_egg.entity.evocation_illager.name=Troldkarle-spawnæg # item.spawn_egg.entity.vex.name=Vex-spawnæg # -item.spawn_egg.entity.turtle.name=Havskildpadde-spawnæg # +item.spawn_egg.entity.turtle.name=Skildpadde-spawnæg # item.spawn_egg.entity.dolphin.name=Delfin-spawnæg # item.spawn_egg.entity.phantom.name=Fantom-spawnæg # item.spawn_egg.entity.panda.name=Panda-spawnæg # @@ -5446,7 +5431,7 @@ item.dried_kelp.name=Tørret tang # item.rotten_flesh.name=Råddent kød # item.ruby.name=Rubin # item.saddle.name=Sadel # -item.wheat_seeds.name=Frø # +item.wheat_seeds.name=Hvedefrø # item.beetroot_seeds.name=Rødbedefrø # item.melon_seeds.name=Melonfrø # item.pumpkin_seeds.name=Græskarfrø # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Skilt af akacietræ # item.darkoak_sign.name=Skilt af mørkt egetræ # item.crimson_sign.name=Blodrødt skilt # item.warped_sign.name=Forkvaklet skilt # -item.skull.char.name=Hoved # +item.skull.char.name=Spillerhoved # item.skull.creeper.name=Creeper-hoved # item.skull.dragon.name=Dragehoved # item.skull.player.name=%ss hoved # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Kranium fra wither-skelet # item.skull.zombie.name=Zombiehoved # item.slime_ball.name=Slimklat # item.snowball.name=Snebold # -item.speckled_melon.name=Glitrende vandmelon # +item.speckled_melon.name=Glitrende melonskive # item.spider_eye.name=Edderkoppeøje # item.stick.name=Pind # item.string.name=Snor # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Skildpaddeskæl # item.phantom_membrane.name=Fantommembran # item.sweet_berries.name=Mirakelbær # item.suspicious_stew.name=Skummel stuvning # +item.field_masoned_banner_pattern.name=Mønster for muret banner # +item.creeper_banner_pattern.name=Mønster for creeper-angrebsbanner # +item.flow_banner_pattern.name=Blafrende banner-mønster # +item.flower_banner_pattern.name=Mønster på blomsterangrebsbanner # +item.globe_banner_pattern.name=Globusbannermønster # +item.guster_banner_pattern.name=Gusterbannermønster # +item.piglin_banner_pattern.name=Snudebannermønster # +item.skull_banner_pattern.name=Kraniumangrebsbannermønster # +item.mojang_banner_pattern.name=Tingbannermønster # +item.bordure_indented_banner_pattern.name=Mønster på bræmme med savskure-banner # item.banner_pattern.bricks=Murstensfelt # item.banner_pattern.creeper=Creeperangreb # item.banner_pattern.flow=Strøm # @@ -5955,7 +5950,6 @@ map.position=Position: %s, %s, %s # mcoServer.title=Minecraft-onlineverden # -menu.ai_lesson_crafter=Lektionsfremstiller # menu.achievements=Gennemførelser # menu.convertingLevel=Ekspanderende verden # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Bredde # options.codeBuilder=Code Builder # options.content_log_file=Aktivér indholdslogfil # options.content_log_gui=Aktivér indholdslog GUI # +options.content_log_gui.level=GUI-logniveau # +options.content_log_gui.level.info=Info # +options.content_log_gui.level.warn=Advar # +options.content_log_gui.level.error=Fejl # options.controller=Controller # options.controllerLayout=Controllerlayout # options.controllerSettings=Controllerindstillinger # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Tilsidesæt eksperimentelle behandlinger # 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_discoveryOverrideServiceName=Tjenestenavn (sikkerhed, persona osv.) # +options.dev_discoveryOverrideServiceBranch=Gren # +options.dev_resetAllEndpointOverrides=Nulstil alle slutpunkter # +options.dev_apply=Anvend # options.dev_displayTreatmentsPanel=Vis behandlinger # options.dev_currentTreatmentsTitle=Aktuelle behandlinger # options.dev_unusedTreatmentsTitle=Ubrugte behandlinger # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Trin 2 – KitKat # options.dev_sunsetting_tier.three=Trin 3 – FireTV # options.dev_sunsetting_tier.four=Trin 4 – 1024 MB # options.dev_sunsetting_tier.five=Trin 5 – iOS 12 & Nougat # +options.dev_sunsetting_tier.six=Trin 6 – iOS-13, Android 8, VR-enheder # options.dev_sunsetting_tier.not_pending=Afventer ikke # options.dev_gatherings_section=Samlinger # options.dev_gatherings_enable=Aktivér samlinger # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Høj synslængde kan forårsage lav billedfrekven options.raytracing.renderdistance.warning=Denne indstilling kan reducere ydeevnen, når du spiller spillet. # options.resetSettings=Gendan standardindstillinger # options.resetSettings.popUp=Vil du nulstille indstillingerne? # -options.maxFramerate=Maks. billedhastighed (eksperimentel) # +options.maxFramerate=Grænse for opdateringshastighed # +options.maxFramerate.tooltip=Sænk spillets maksimale billedhastighed for at forbedre batterilevetiden og enhedens sundhed. Den faktiske billedhastighed kan falde under den indstillede grænse. # options.maxFramerateFormat=%s FPS # options.perf_turtle=Stærk skildpadde # options.msaa=Kantudjævning # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Adaptiv lodret synkronisering # options.websocketEncryption=Kræv krypterede websockets # options.websocketEncryptionWarningLabel=Deaktiver kun denne indstilling, hvis du aktivt opretter forbindelse til en kendt og sikker applikation. # options.filelocation.title=Fillagerplads # +options.filelocation.title.edu=Lokal lagerplads # options.filelocation.external=Ekstern # options.filelocation.appdata=Applikation # options.filelocation.external.warning.title=Advarsel # @@ -6960,26 +6966,12 @@ sunsetting.popup.title=Enheden understøttes ikke længere. # sunsetting.popup.moreInfo=Flere oplysninger # sunsetting.popup.dontshow=Vis ikke igen # -sunsetting.popup.moreInfo.gearVR=Du kan se flere oplysninger på https://aka.ms/MinecraftSunsetting i en webbrowser. # -sunsetting.popup.moreInfo.gearVR.geo=Du kan finde flere oplysninger på https://aka.ms/MinecraftSunsetting i enhver webbrowser. # - -sunsetting.popup.pendingSunset.ios=Vores mulighed for at understøtte denne enhed er ved at ende. Du modtager opdateringer indtil februar 2024, når du modtager den sidste opdatering for denne enhed. %sDu vil stadig kunne spille i dine verdener og have adgang til dine køb fra markedspladsen (inklusive Minecoins), efter du har modtaget din sidste opdatering, du vil dog ikke kunne foretage nye køb på denne enhed. Hvis du administrerer realms fra denne enhed, vil de fortsætte med at fungere i 6 måneder, medmindre de opdateres af realm-ejeren på en anden enhed. Hvis du vil afmelde dit realm-abonnement, skal du gøre det i indstillingsmenuen Abonnementer på den enhed, realmet var skabt på. Du vil ikke længere modtage de seneste opdateringer, og du vil ikke kunne spille multiplayer med enheder eller realms, der stadig modtager opdateringer. Du vil heller ikke være i stand til at oprette forbindelse til visse servere. %sKlik på knappen for at få flere oplysninger, herunder hvordan du flytter dine verdener til andre enheder. # -sunsetting.popup.pendingSunset.android=Vores mulighed for at understøtte denne enhed er ved at ende. Du modtager opdateringer indtil februar 2024, når du modtager den sidste opdatering for denne enhed. %sDu vil stadig kunne spille i dine verdener og have adgang til dine køb fra markedspladsen (inklusive Minecoins), efter du har modtaget din sidste opdatering, du vil dog ikke kunne foretage nye køb på denne enhed. Hvis du administrerer realms fra denne enhed, vil de fortsætte med at fungere i 6 måneder, medmindre de opdateres af realm-ejeren på en anden enhed. Hvis du vil afmelde dit realm-abonnement, skal du gøre det under dine abonnementer på Google Play. Du kan få adgang til Google Play på alle understøttede enheder eller fra en pc, hvor du kan logge ind på din konto. Du vil ikke længere modtage de seneste opdateringer, og du vil ikke kunne spille multiplayer med enheder eller realms, der stadig modtager opdateringer. Du vil heller ikke være i stand til at oprette forbindelse til visse servere. %sKlik på knappen for at få flere oplysninger, herunder hvordan du flytter dine verdener til andre enheder. # -sunsetting.popup.pendingSunset.ios_android=Vores mulighed for at understøtte denne enhed er ved vejs ende. Du modtager opdateringer indtil november 2022, men herefter er det slut. Vi beklager ulejligheden. %sDu vil stadig kunne spille i dine verdener og have adgang til dine køb fra markedspladsen (inklusive Minecoins), efter du har modtaget din sidste opdatering. Hvis du administrerer realms fra enheden, vil de fortsætte med at fungere i seks måneder, medmindre de opdateres af realm-ejeren på en anden enhed. Du vil ikke længere modtage opdateringer, og du vil ikke kunne spille multiplayer med enheder eller realms, der stadig modtager opdateringer. Du vil heller ikke være i stand til at oprette forbindelse til visse servere. %sKlik på knappen for at få flere oplysninger, herunder hvordan du flytter dine verdener til andre enheder. # -sunsetting.popup.sunset.ios_android=Enheden understøttes ikke længere, og du har modtaget den sidste opdatering. Du er dog velkommen til at bygge videre i dine verdener, og du vil stadig have adgang til dine køb fra markedspladsen (inklusive Minecoins). Dine realms vil stadig fungere, medmindre de opdateres af realm-ejeren på en anden enhed. Du vil ikke længere modtage de seneste opdateringer, og du vil ikke kunne spille multiplayer med enheder eller realms, der stadig modtager opdateringer. Du vil heller ikke være i stand til at oprette forbindelse til visse servere. %sKlik på knappen for at få flere oplysninger, herunder hvordan du flytter dine verdener til andre enheder. Vi beklager ulejligheden og håber at se dig igen på en opdateret enhed. # -sunsetting.popup.pendingSunset.gearvr_win10=Vores mulighed for at understøtte denne enhed er ved at være ved vejs ende. Du modtager opdateringer indtil vores næste store udgivelse, men herefter er det slut. Vi beklager ulejligheden. %sDu vil stadig kunne spille i dine verdener og have adgang til dine køb fra markedspladsen (inklusive Minecoins), efter du har modtaget din sidste opdatering. Du vil imidlertid ikke længere have adgang til multiplayer og Realms fra enheden. Du vil ikke længere modtage de seneste opdateringer, og du vil ikke kunne spille med enheder eller realms, der stadig modtager opdateringer. Du vil heller ikke være i stand til at oprette forbindelse til visse servere. %sKlik på knappen for at få flere oplysninger, herunder hvordan du flytter dine verdener til andre enheder. # -sunsetting.popup.sunset.gearvr_win10=Enheden understøttes ikke længere, og du har modtaget den sidste opdatering. Du er dog velkommen til at bygge videre i dine verdener, og du vil stadig have adgang til dine køb fra markedspladsen (inklusive Minecoins). Du vil imidlertid ikke længere have adgang til multiplayer og Realms fra enheden. Du vil ikke længere modtage de seneste opdateringer, og du vil ikke kunne spille med enheder, der stadig modtager opdateringer. Du vil heller ikke være i stand til at oprette forbindelse til visse servere. # -sunsetting.popup.pendingSunset.dx10=Vores mulighed for at understøtte denne grafikenhed er ved at være ved vejs ende. Du modtager opdateringer indtil vores næste store udgivelse, men herefter er det slut. Vi beklager ulejligheden. %sDu vil stadig kunne spille i dine verdener og have adgang til dine køb fra markedspladsen (inklusive Minecoins), efter du har modtaget din sidste opdatering. Hvis du administrerer realms fra enheden, vil de fortsætte med at fungere, medmindre de opdateres af realm-ejeren på en anden enhed. Du vil ikke længere modtage de seneste opdateringer, og du vil ikke kunne spille multiplayer med enheder eller realms, der stadig modtager opdateringer. Du vil heller ikke være i stand til at oprette forbindelse til visse servere. %sKlik på knappen for at få flere oplysninger, herunder hvordan du flytter dine verdener til andre enheder. # -sunsetting.popup.sunset.dx10=Grafikenheden understøttes ikke længere, og du har modtaget den sidste opdatering. Du er dog velkommen til at bygge videre i dine verdener, og du vil stadig have adgang til dine køb fra markedspladsen (inklusive Minecoins). Dine realms vil stadig fungere, medmindre de opdateres af realm-ejeren på en anden enhed. Du vil ikke længere modtage de seneste opdateringer, og du vil ikke kunne spille multiplayer med enheder eller realms, der stadig modtager opdateringer. Du vil heller ikke være i stand til at oprette forbindelse til visse servere. %sKlik på knappen for at få flere oplysninger, herunder hvordan du flytter dine verdener til andre enheder. Vi beklager ulejligheden og sætter stor pris på din støtte og den tid, du har brugt på vores spil. # - -sunsetting.popup.pendingSunset.geo.ios=Vi kan snart ikke længere understøtte denne enhed i dit område. Når du har modtaget den sidste opdatering, kan du stadig spille på dine verdener og få adgang til dine Markedsplads-køb, men du vil ikke længere kunne foretage køb på Markedspladsen. Realms, der administreres fra denne enhed, fortsætter med at fungere i 6 måneder. Den 30. september 2023 har du ikke længere adgang til Realmet. Det anbefales, at du downloader din verden før dette og annullerer dit abonnement ved at se dine abonnementsindstillinger på din enhed. %sHvis du er logget på med en Microsoft/Xbox Live-konto, vil dine Markedsplads-køb og Minecoins og dit Realms-abonnement være tilgængelige på andre platforme. Hvis du vil flytte dine verdener fra denne enhed til en anden enhed, kan du gøre det ved at uploade verdenen til et Realm og downloade en sikkerhedskopi til din nye enhed. %sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Vi er ikke længere i stand til at understøtte denne enhed i dit område. Du kan stadig spille på dine verdener og få adgang til dine Markedsplads-køb, men du kan ikke længere foretage køb på Markedspladsen. Realms, der administreres fra denne enhed, fortsætter med at fungere indtil den 30. september 2023. Bagefter vil du ikke længere have adgang til Realmet. Det anbefales, at du downloader din verden før dette. %sHvis du er logget på med en Microsoft/Xbox Live-konto, er dine Markedsplads-køb og Minecoins og dit Realms-abonnement tilgængelige på andre platforme. Hvis du vil flytte dine verdener fra denne enhed til en anden enhed, kan du gøre det ved at uploade verdenen til et Realm og downloade en sikkerhedskopi til din nye enhed. %sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Vi vil snart ikke længere være i stand til at understøtte denne enhed i dit område. Når du har fået den sidste opdatering, kan du stadig spille på dine verdener og få adgang til dine Markedsplads-køb, men du vil ikke længere kunne foretage køb på Markedspladsen. Realms, der administreres fra denne enhed, fortsætter med at fungere i 6 måneder. Den 30. september 2023 har du ikke længere adgang til realmet. Det anbefales, at du downloader din verden før dette. %sHvis du er logget på med en Microsoft/Xbox Live-konto, vil dine Markedsplads-køb og Minecoins og dit Realms-abonnement være tilgængelige på andre platforme. Hvis du vil flytte dine verdener fra denne enhed til en anden enhed, kan du gøre det ved at uploade verdenen til et Realm og downloade en sikkerhedskopi på din nye enhed. %sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Vi er ikke længere i stand til at understøtte denne enhed i dit område. Du kan stadig spille på dine verdener og få adgang til dine Markedsplads-køb, men du kan ikke længere foretage køb på Markedspladsen. Realms, der administreres fra denne enhed, fortsætter med at fungere indtil den 30. september 2023. Bagefter vil du ikke længere have adgang til Realmet. Det anbefales, at du downloader din verden før dette. %sHvis du er logget på med en Microsoft/Xbox Live-konto, er dine Markedsplads-køb og Minecoins og dit Realms-abonnement tilgængelige på andre platforme. Hvis du vil flytte dine verdener fra denne enhed til en anden enhed, kan du gøre det ved at uploade verdenen til et Realm og downloade en sikkerhedskopi til din nye enhed. %sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Vi vil snart ikke længere være i stand til at understøtte denne enhed i dit område. Med denne sidste opdatering vil du stadig kunne spille på dine verdener og få adgang til dine markedspladskøb, men du vil ikke længere kunne foretage køb på markedsplads. Realms, der administreres fra denne enhed, fortsætter med at fungere i 6 måneder. Den 30. september 2023 har du ikke længere adgang til realms fra denne enhed. Det anbefales, at du downloader din verden før dette og annullerer dit abonnement ved at se dine abonnementer i Google Play. %sDu modtager ikke længere de seneste opdateringer og kan ikke spille multiplayer. Du vil heller ikke være i stand til at oprette forbindelse til bestemte servere. %sHvis du er logget på med en Microsoft/Xbox Live-konto, vil dine markedspladskøb og Minecoins og dit Realms-abonnement være tilgængelige på dine andre platforme, hvor du spiller Minecraft. Du kan starte et nyt abonnement fra disse andre platforme, hvor du spiller Minecraft. %sHvis du gerne vil flytte dine verdener fra denne enhed til en anden, kan du gøre det ved at uploade verden til et Realm og downloade en sikkerhedskopi på din nye enhed. %sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Vi er ikke længere i stand til at understøtte denne enhed i dit område. Du kan stadig spille på dine verdener og få adgang til dine Markedsplads-køb, men du kan ikke længere foretage køb på Markedspladsen. Realms, der administreres fra denne enhed, fortsætter med at fungere indtil den 30. september 2023. Bagefter vil du ikke længere have adgang til Realmet. Det anbefales, at du downloader din verden før dette. %sHvis du er logget på med en Microsoft/Xbox Live-konto, er dine Markedsplads-køb og Minecoins og dit Realms-abonnement tilgængelige på andre platforme. Hvis du vil flytte dine verdener fra denne enhed til en anden enhed, kan du gøre det ved at uploade verdenen til et Realm og downloade en sikkerhedskopi til din nye enhed. %sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Vi vil snart ikke længere være i stand til at understøtte denne enhed i dit område. Når du har fået den sidste opdatering, kan du stadig spille på dine verdener og få adgang til dine Markedsplads-køb, men du vil ikke længere kunne foretage køb på Markedspladsen. Realms, der administreres fra denne enhed, fortsætter med at fungere i 6 måneder. Den 30. september 2023 har du ikke længere adgang til realmet. Det anbefales, at du downloader din verden før dette. %sHvis du er logget på med en Microsoft/Xbox Live-konto, vil dine Markedsplads-køb og Minecoins og dit Realms-abonnement være tilgængelige på andre platforme. Hvis du vil flytte dine verdener fra denne enhed til en anden enhed, kan du gøre det ved at uploade verdenen til et Realm og downloade en sikkerhedskopi på din nye enhed. %sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. # -sunsetting.popup.sunset.geo.generic=Vi er ikke længere i stand til at understøtte denne enhed i dit område. Du kan stadig spille på dine verdener og få adgang til dine Markedsplads-køb, men du kan ikke længere foretage køb på Markedspladsen. Realms, der administreres fra denne enhed, fortsætter med at fungere indtil den 30. september 2023. Bagefter vil du ikke længere have adgang til Realmet. Det anbefales, at du downloader din verden før dette. %sHvis du er logget på med en Microsoft/Xbox Live-konto, er dine Markedsplads-køb og Minecoins og dit Realms-abonnement tilgængelige på andre platforme. Hvis du vil flytte dine verdener fra denne enhed til en anden enhed, kan du gøre det ved at uploade verdenen til et Realm og downloade en sikkerhedskopi til din nye enhed. %sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. # +sunsetting.popup.pendingSunset.device=Vores mulighed for at understøtte denne enhed er ved at være slut. Du vil modtage opdateringer indtil marts 2025, når du modtager den sidste opdatering, der fungerer med denne enhed.%sDu vil stadig kunne spille i dine verdener og have adgang til dine køb fra markedspladsen (inklusive Minecoins), efter du har modtaget din sidste opdatering, du vil dog ikke kunne foretage nye køb på denne enhed. Hvis du administrerer realms fra denne enhed, vil de fortsætte med at fungere i 6 måneder efter marts 2025, medmindre de opdateres af realm-ejeren på en anden enhed. Hvis du vil afmelde dit Realms-abonnement, kan du gøre det i indstillingsmenuen Abonnementer på den enhed, realmet var skabt på. Du vil ikke længere modtage de seneste opdateringer, og du vil ikke kunne spille multiplayer med enheder eller realms, der stadig modtager opdateringer. Du vil heller ikke kunne oprette forbindelse til visse servere.%sKlik på knappen for at få flere oplysninger. # +sunsetting.popup.sunset.device=Vores mulighed for at understøtte denne enhed er slut. Fra marts 2025 vil du ikke længere modtage opdateringer, før du opdaterer din enhed. Dette er din sidste opdatering, der er kompatibel med med denne enhed.%sDu vil stadig kunne spille i dine verdener og have adgang til dine køb fra markedspladsen (herunder Minecoins). Hvis du administrerer realms fra denne enhed, vil de fortsætte med at fungere i 6 måneder fra marts 2025, medmindre de opdateres af realm-ejeren på en anden enhed. Hvis du vil afmelde dit Realms-abonnement, kan du gøre det i indstillingsmenuen Abonnementer på den enhed, realmet var skabt med. Du vil ikke længere modtage de seneste opdateringer, og du vil ikke kunne spille multiplayer med enheder eller realms, der stadig modtager opdateringer. Du vil heller ikke kunne oprette forbindelse til visse servere.%sKlik på knappen for at få flere oplysninger. # +sunsetting.popup.pendingSunset.windows_xr=Vores mulighed for at understøtte denne VR/MR-grafikenhed er slut. Efter marts 2025 understøttes denne enhed ikke længere, når du har modtaget den sidste opdatering, der understøtter denne enhed.%sEfter du har modtaget den sidste opdatering, vil du stadig modtage opdateringer på din PC og vil kunne spille uden en VR/MR-enhed. Herfra kan du bygge videre i dine verdener, og du vil stadig have adgang til dine køb fra markedspladsen (inklusive Minecoins) på ikke-VR/MR-grafikenheder, såsom en computerskærm. Du vil ikke længere kunne bruge din VR/MR-enhed med Minecraft, da den ikke længere understøttes i de seneste opdateringer.%sKlik på knappen for at få flere oplysninger. # +sunsetting.popup.sunset.windows_xr=Vores mulighed for at understøtte denne VR/MR-grafikenhed er slut. Denne VR/MR-enhed understøttes ikke længere. Du har modtaget den sidste opdatering, der understøtter denne grafikenhed, og du vil stadig modtage opdateringer på din PC og vil kunne spille uden en VR/MR-enhed. Herfra kan du bygge videre i dine verdener, og du vil stadig have adgang til dine køb fra markedspladsen (inklusive Minecoins) på ikke-VR/MR-grafikenheder, såsom en computerskærm. Du vil ikke længere kunne bruge din VR/MR-enhed med Minecraft, da den ikke længere understøttes i de seneste opdateringer.%sKlik på knappen for at få flere oplysninger. Vi beklager ulejligheden og sætter stor pris på din støtte og den tid, du har brugt på vores spil. # +sunsetting.popup.pendingSunset.geo=Vi kan snart ikke længere understøtte denne enhed i dit område. Når du har modtaget den sidste opdatering, kan du stadig spille på dine verdener og få adgang til dine markedspladskøb, men du vil ikke længere kunne foretage køb på markedspladsen. Realms, der administreres fra denne enhed, fortsætter med at fungere i 6 måneder. Den 30. september 2023 har du ikke længere adgang til realmet. Det anbefales, at du downloader din verden før dette.%sHvis du er logget på med en Microsoft-konto, vil dine markedspladskøb og Minecoins og dit Realms-abonnement være tilgængelige på andre platforme. Hvis du vil flytte dine verdener fra denne enhed til en anden enhed, kan du gøre det ved at uploade verdenen til et realm og downloade en sikkerhedskopi til din nye enhed.%sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. # +sunsetting.popup.sunset.geo=Vi kan ikke længere understøtte denne enhed i dit område. Du vil stadig kunne spille i dine verdener og få adgang til dine markedspladskøb, men du vil ikke længere kunne foretage køb på markedspladsen. Realms, der administreres fra denne enhed, fortsætter med at fungere indtil den 30. september 2023. Bagefter vil du ikke længere have adgang til dette realm. Det anbefales, at du downloader din verden før det.%sHvis du er logget på med en Microsoft-konto, vil dine markedspladskøb og Minecoins og dit Realms-abonnement være tilgængelige på andre platforme. Hvis du vil flytte dine verdener fra denne enhed til en anden enhed, kan du gøre det ved at uploade verden til et realm og downloade en sikkerhedskopi til din nye enhed.%sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. # sunsetting.banner.play.worldTab.pending=Din version mister snart adgangen til multiplayer # sunsetting.banner.play.friendsTab.pending=Din version mister snart adgangen til multiplayer # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Ingredienser: # item.smithing_template.name=Smedeskabelon # item.smithing_template.netherite_upgrade.applies_to=Diamantudstyr # item.smithing_template.netherite_upgrade.ingredients=Netheritbarre # +item.netherite_upgrade_smithing_template.name=Netheritopgradering # +item.sentry_armor_trim_smithing_template.name=Vagtpostrustning-udstyr # +item.vex_armor_trim_smithing_template.name=Vexrustning-udstyr # +item.wild_armor_trim_smithing_template.name=Vild rustning-udstyr # +item.coast_armor_trim_smithing_template.name=Kystrustning-udstyr # +item.dune_armor_trim_smithing_template.name=Klitrustning-udstyr # +item.wayfinder_armor_trim_smithing_template.name=Vejfinder-rustningsudstyr # +item.raiser_armor_trim_smithing_template.name=Løfter-rustningsudstyr # +item.shaper_armor_trim_smithing_template.name=Former-rustningsudstyr # +item.host_armor_trim_smithing_template.name=Værts-rustningsudstyr # +item.ward_armor_trim_smithing_template.name=Afdelingsrustning-udstyr # +item.silence_armor_trim_smithing_template.name=Stilheds-rustningsudstyr # +item.tide_armor_trim_smithing_template.name=Tidevandsrustning-udstyr # +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.bolt_armor_trim_smithing_template.name=Boltrustningsudsmykning # item.snort_pottery_sherd.name=Fnyse-potteskår # item.spawn_egg.entity.camel.name=Kamel-spawnæg # item.spruce_hanging_sign.name=Gran hængende skilt # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Vejfinder-rustningsudstyr # trim_pattern.wild.name=Vild rustning-udstyr # trim_pattern.bolt.name=Boltrustningsudsmykning # trim_pattern.flow.name=Strømrustningsudsmykning # -upgrade.netherite_upgrade.name=Netheritopgradering # storageManager.mainSizeLabel=%s - 1 element # storageManager.mainSizeLabelPlural=%s - %s elementer # @@ -8443,6 +8453,8 @@ 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.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"} store.csb.consumable.offerTrial=Du får adgang til over 150 pakker fra markedspladsen med det samme. Dine første 30 dage er gratis, hvorefter du kan forlænge med yderligere 30 dage for %s. # @@ -8854,8 +8866,6 @@ store.myAccount=Min konto # store.xbl.signin=Log på # store.xbl.signinOrSignUp=Log på eller opret dig gratis # store.xbl.disconnected=Afbrudt # -store.xbl.conversionFailedTitle=Der gik noget galt # -store.xbl.conversionFailedMessage=Prøv igen senere. # store.sales.allByCreator=På udsalg! # store.sales.bundlesOnSale=Samlinger på udsalg! # @@ -9027,8 +9037,8 @@ tile.deny.name=Nægt # tile.border_block.name=Grænse # tile.anvil.intact.name=Ambolt # tile.anvil.name=Ambolt # -tile.anvil.slightlyDamaged.name=Lettere beskadiget ambolt # -tile.anvil.veryDamaged.name=Svært beskadiget ambolt # +tile.anvil.slightlyDamaged.name=Snittet ambolt # +tile.anvil.veryDamaged.name=Beskadiget ambolt # tile.barrier.name=Barriere # tile.beacon.name=Signallys # tile.beacon.primary=Primær kraft # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Jernblok # tile.lapis_block.name=Lasurstenblok # tile.redstone_block.name=Redstone-blok # tile.bookshelf.name=Bogreol # -tile.brick_block.name=Murstensblok # +tile.brick_block.name=Mursten # tile.brown_mushroom.name=Brun svamp # tile.brown_mushroom_block.mushroom.name=Svamp # tile.brown_mushroom_block.stem.name=Svampestok # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Blå mosaikrude # tile.stained_glass_pane.purple.name=Lilla mosaikrude # tile.stained_glass_pane.magenta.name=Magentarød mosaikrude # tile.stained_glass_pane.pink.name=Lyserød mosaikrude # -tile.clay.name=Lerblok # +tile.clay.name=Ler # tile.hardened_clay.name=Terrakotta # tile.stained_hardened_clay.black.name=Sort terrakotta # tile.stained_hardened_clay.blue.name=Blå terrakotta # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Rød Nether-murstensmur # tile.cocoa.name=Kakao # tile.command_block.name=Kommandoblok # tile.composter.name=Kompostbeholder # -tile.light_block.name=Lys blok # +tile.light_block.name=Lys # tile.repeating_command_block.name=Gentagende kommandoblok # tile.chain_command_block.name=Kædekommandoblok # tile.wheat.name=Afgrøder # tile.darkOakFence.name=Hegn af mørkt egetræ # tile.dark_oak_fence_gate.name=Hegnslåge af mørkt egetræ # -tile.daylight_detector.name=Dagslyssensor # +tile.daylight_detector.name=Dagslysdetektor # tile.deadbush.name=Vissen busk # tile.detector_rail.name=Kontaktskinne # tile.dirt.coarse.name=Rå jord # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Automat # tile.iron_door.name=Jerndør # tile.doorWood.name=Trædør # tile.double_plant.fern.name=Stor bregne # -tile.double_plant.grass.name=Dobbelthøjt græs # +tile.double_plant.grass.name=Højt græs # tile.double_plant.name=Plante # tile.double_plant.paeonia.name=Pæon # tile.double_plant.rose.name=Rosenbusk # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Inficeret sten # tile.mushroom.name=Svamp # tile.noteblock.name=Nodeblok # tile.mycelium.name=Mycelium # -tile.nether_brick.name=Blok af Nether-mursten # -tile.red_nether_brick.name=Rød Nether-mursten # +tile.nether_brick.name=Nether-mursten # +tile.red_nether_brick.name=Røde Nether-mursten # tile.nether_brick_fence.name=Hegn af Nether-mursten # tile.quartz_ore.name=Nether-kvartsmalm # tile.netherreactor.active=Aktiv! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Skilt af jungletræ # tile.acacia_standing_sign.name=Skilt af akacietræ # tile.darkoak_standing_sign.name=Skilt af mørkt egetræ # tile.slime.name=Slimblok # -tile.snow.name=Sne # +tile.snow.name=Sneblok # tile.sponge.dry.name=Svamp # tile.sponge.wet.name=Våd svamp # tile.spruceFence.name=Grantræshegn # @@ -9549,13 +9559,13 @@ tile.stonebrick.smooth.name=Glatte stenmursten # tile.stonecutter.name=Stenskærer # tile.stonecutter_block.name=Stenskærer # tile.mossy_cobblestone.name=Mosbegroet brosten # -tile.double_stone_slab.brick.name=Murstensflise # +tile.double_stone_slab.brick.name=Nether-flise # tile.double_stone_slab.cobble.name=Brostensflise # tile.double_stone_slab.name=Stenflise # tile.double_stone_slab.nether_brick.name=Nether-murstensflise # tile.double_stone_slab.quartz.name=Kvartsflise # tile.double_stone_slab.sand.name=Sandstensflise # -tile.double_stone_slab.smoothStoneBrick.name=Stenmurstensflise # +tile.double_stone_slab.smoothStoneBrick.name=Murstensflise # tile.double_stone_slab.stone.name=Stenflise # tile.double_stone_slab.wood.name=Træplade # tile.stone_slab.name=Stenflise # @@ -9565,14 +9575,14 @@ tile.stone_slab.stone.name=Glat stenflise # tile.stone_slab.nether_brick.name=Nether-murstensflise # tile.stone_slab.quartz.name=Kvartsflise # tile.stone_slab.sand.name=Sandstensflise # -tile.stone_slab.smoothStoneBrick.name=Stenmurstensflise # +tile.stone_slab.smoothStoneBrick.name=Murstensflise # tile.stone_slab.wood.name=Træplade # tile.double_stone_slab2.red_sandstone.name=Rød sandstensflise # tile.stone_slab2.red_sandstone.name=Rød sandstensflise # tile.stone_slab2.purpur.name=Purpur-flise # tile.stone_slab2.prismarine.rough.name=Prismarineflise # tile.stone_slab2.prismarine.dark.name=Flise af mørk prismarine # -tile.stone_slab2.prismarine.bricks.name=Murstensflise af prismarine # +tile.stone_slab2.prismarine.bricks.name=Prismarine-murstensflise # tile.stone_slab2.mossy_cobblestone.name=Mosbegroet brostensflise # tile.stone_slab2.red_nether_brick.name=Rød Nether-murstensflise # tile.stone_slab2.sandstone.smooth.name=Glat sandstensflise # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Død boblekoralblok # tile.coral_block.red_dead.name=Død ildkoralblok # tile.coral_block.yellow_dead.name=Død hornkoralblok # tile.tallgrass.fern.name=Bregne # -tile.tallgrass.grass.name=Græs # -tile.tallgrass.name=Græs # +tile.tallgrass.grass.name=Kort græs # +tile.tallgrass.name=Kort græs # tile.tallgrass.shrub.name=Buskads # tile.tuff_brick_slab.name=Tufmurstensflise # tile.tuff_brick_stairs.name=Tufmurstenstrappe # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Tuftrappe # tile.tuff_wall.name=Tufmur # tile.seagrass.seagrass.name=Havgræs # tile.sea_pickle.name=Søpølse # -tile.turtle_egg.name=Havskildpaddeæg # +tile.turtle_egg.name=Skildpaddeæg # tile.coral.blue.name=Rørkoral # tile.coral.pink.name=Hjernekoral # tile.coral.purple.name=Boblekoral # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Død ildkoralvifte # tile.coral_fan_dead.yellow_fan.name=Død hornkoralvifte # tile.glass_pane.name=Glasrude # tile.tnt.name=TNT # -tile.snow_layer.name=Nysne # +tile.snow_layer.name=Sne # tile.torch.name=Fakkel # tile.trapdoor.name=Faldlem af egetræ # tile.acacia_trapdoor.name=Faldlem af akacietræ # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Vand # tile.water.name=Vand # tile.waterlily.name=Åkande # tile.web.name=Spindelvæv # -tile.heavy_weighted_pressure_plate.name=Vægtbaseret trykplade (tung) # -tile.light_weighted_pressure_plate.name=Vægtbaseret trykplade (let) # +tile.heavy_weighted_pressure_plate.name=Tungt vægtet trykplade # +tile.light_weighted_pressure_plate.name=Let vægtet trykplade # tile.end_stone.name=End-sten # tile.end_bricks.name=End-stenmursten # tile.planks.acacia.name=Akacieplanker # @@ -10288,7 +10298,7 @@ xbox.signin.enterCode=Og angiv denne kode: # xbox.signin.enterCode.qr=2. Angiv koden nedenfor, når du anmodes om det: # xbox.signin.letsPlay=Lad os spille! # xbox.signin.message=Log på med din gratis Microsoft-konto for at få det fulde udbytte af Minecraft. # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Log på med en anden Microsoft-konto # xbox.signin.website=Åbn websitet på en anden enhed: # xbox.signin.website.qr=1. Åbn websitet på en anden enhed: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Det var ikke muligt at logge på sandkas 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.addfriendsignin.line1=Find dine venner via deres gamertag, så du kan se, hvornår de er online. # -xbox.addfriendsignin.line2=Du skal logge på med en Microsoft-konto, inden du kan tilføje venner. # 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.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.signInLong=Log på gratis! # xbox.signOutLong=Log af din Microsoft-konto # -xbox.externalServer.title=Spil på en server # -xbox.externalServer.line1=Serverne tilbyder nogle af de mest kreative måder at spille Minecraft på! Du skal bare logge på, så vi kan være sikre på, at du har tilladelse til at spille online med nye mennesker. # xbox.genericsignin.line1=Med din Minecraft-konto kan du spille online multiplayer med dine venner på pc og mobilenheder. Og det bedste af det hele? # xbox.genericsignin.line2=Det er GRATIS! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Vælg nyt skin # dr.classic_skins.custom_skin_title=Importér skin # dr.classic_skins.custom_skin_description=Importér en png (64x32, 64x64, or 128x128) fra din enhed for at bruge den som dit skin. Dette synkroniseres ikke mellem enheder eller spil. # -dr.classic_skins.custom_skin_description_disabled= Din enhed kan ikke vælge et tilpasset skin, mens du er i et multiplayerspil. Vend tilbage til hovedmenuen for at anvende et. # +dr.classic_skins.custom_skin_description_disabled=Din enhed kan ikke vælge et tilpasset skin, mens du er i et multiplayerspil. Vend tilbage til hovedmenuen for at anvende et. # dr.classic_skins.custom_skin_description_popup=Hvis du aktiverer indstillingen "Tillad kun sikre skins", kan du ikke se andre spilleres brugerdefinerede skins # dr.classic_skins.custom_skin_section_title=Købte skins # dr.classic_skins.invalidCustomSkin=Importér en .png-fil med dimensionerne 64x64, 64x32 eller 128x128 # diff --git a/resource_pack/texts/de_DE.lang b/resource_pack/texts/de_DE.lang index a854bae0a..912b0f669 100644 --- a/resource_pack/texts/de_DE.lang +++ b/resource_pack/texts/de_DE.lang @@ -964,6 +964,7 @@ 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.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 # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s bereits hat Rezept freigeschaltet: %2$s # commands.recipes.playerDoesNotHaveRecipe=%1$s hat das Rezept noch nicht: %2$s # commands.recipes.notFound=Das Rezept konnte nicht gefunden werden. # commands.recipes.notUnlockable=Das Rezept kann im Rezeptbuch nicht freigeschaltet werden. # +commands.reload.all.description=Lädt alle Funktions- und Skriptdateien aus allen Verhaltenspaketen neu oder lädt optional die Welt und alle Ressourcen- und Verhaltenspakete neu. # commands.reload.description=Lädt alle Funktions- und Skriptdateien aus allen Verhaltenspaketen neu. # -commands.reload.editor.description=Lädt alle Funktions- und Skriptdateien aus allen Verhaltenspaketen neu oder startet den Client optional neu, um alle Ressourcen neu zu laden. # +commands.reload.started=Das erneute Laden der Welt wurde gestartet. # commands.reload.success=Die Funktions- und Skriptdateien wurden neu geladen. # commands.reload.error=Ein unerwarteter Fehler ist aufgetreten. # +commands.reload.onlyHost=Nur der Host-Spieler kann die Welt neu laden. # commands.replaceitem.description=Ersetzt Gegenstände im Inventar. # commands.replaceitem.failed=%s Slot %d konnte nicht mit %d * %s ersetzt werden # commands.replaceitem.keepFailed=Es befindet sich bereits ein Gegenstand auf dem %s Slot %d. # @@ -1573,7 +1576,7 @@ container.beacon=Leuchtfeuer # container.brewing=Braustand # container.chest=Truhe # container.chestDouble=Große Truhe # -container.crafter=Handwerker # +container.crafter=Werker # container.crafting=Handwerk # container.creative=Gegenstände # container.dispenser=Werfer # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Creator-Kameras: Zielkamera foku createWorldScreen.experimentalFocusTargetCameraDescription=Erlaubt der vorhandenen freien Kamera das Verhalten, eine Entität anzuvisieren # createWorldScreen.recipeUnlocking=Rezeptfreischaltung # createWorldScreen.recipeUnlockingDescription=Rezeptfreischaltung aktivieren # -createWorldScreen.experimentalholiday=Feiertags-Creator-Funktionen # -createWorldScreen.experimentalholidayDescription=Füge datenlastige Blocks und Gegenstandstechnologie hinzu, um die Form, Rotation, Schaden und vieles mehr von Blöcken anzupassen. # createWorldScreen.experimentalGameTest=Beta-APIs # createWorldScreen.experimentalGameTestDescription=„Beta"-Versionen von API-Modulen in Add-On-Paketen verwenden # createWorldScreen.experimentalMolangFeatures=Molang-Funktionen # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Du musst bei einem Microsoft-Konto 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. # +realmsSharingScreen.inviteLinkNotFoundTitle=Realm-Fehler # +realmsSharingScreen.inviteLinkNotFoundMessage=Diese Einladung/Verknüpfung ist ungültig. # realmsCreateScreen.title.create=Realms-Server erstellen # realmsCreateScreen.title.extend=Realm erweitern # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Um 180 Tage verlängern # xblLogin.LoginMessageTitle=Microsoft-Konto # xblLogin.LoginMessage=Verbinde ... # -xbl.savePurchase.description.line1=Du möchtest alle deine gekauften Inhalte aus jedem Minecraft Store spielen? Melde dich mit einem KOSTENLOSEN Microsoft-Konto an und synchronisiere deine Skins, Texturpakete, Karten und Mash-ups – so stehen sie dir immer in Minecraft zur Verfügung! # -xbl.savePurchase.description.line2=Solltest du dein System verlieren oder Minecraft deinstallieren, werden deine Einkäufe synchronisiert und du hast auf allen Systemen weiterhin Zugriff darauf, wenn du dein Microsoft-Konto nutzt. # -xbl.savePurchase.leaveOnDevice=Auf Gerät belassen # -xbl.savePurchase.title=Einkäufe für Microsoft-Konto speichern? # xbl.savePurchase.saveButton=Für Microsoft-Konto speichern # -xbl.savePurchase.toast.title=Erfolg! # -xbl.savePurchase.toast.message=Einkäufe wurden mit dem Microsoft-Konto synchronisiert! # -xbl.savePurchase.inProgress.message=Käufe werden auf Microsoft-Konto übertragen ... # - -xbl.syncIAP.title=Käufe auf dein Microsoft-Konto übertragen? # -xbl.syncIAP.description=Melde dich bei deinem Microsoft-Konto an, um deine Skins, Texturpakete, Welten und Mash-ups zu synchronisieren. Sie stehen dir dann auf jedem Gerät, auf dem du Minecraft spielst, zur Verfügung. # -xbl.syncIAP.syncNow=Jetzt synchronisieren ... # -xbl.syncIAP.syncLaterEllipsis=Später synchronisieren ... # -xbl.syncIAP.syncLater=Später synchronisieren # -xbl.syncIAP.toast.title=Erfolg! # -xbl.syncIAP.toast.message=Einkäufe wurden mit deinem Microsoft-Konto synchronisiert! # -xbl.syncIAP.inProgress.message=Käufe werden auf dein Microsoft-Konto übertragen ... # -xbl.syncIAP.skipSignIn.prompt.description=Solange du die Käufe für dieses Gerät nicht mit dem Microsoft-Konto synchronisierst, ist es nicht das primäre Konto für das Gerät. Du wirst beim Start von Minecraft nicht automatisch angemeldet. # - -xbl.syncIAP.confirmSync.prompt.title=Mit %s synchronisieren? # -xbl.syncIAP.confirmSync.prompt.description.line1=Möchtest du deine Einkäufe im App Store mit %s synchronisieren? # -xbl.syncIAP.confirmSync.prompt.description.line2=Pakete, die außerhalb von Minecraft Marketplace gekauft wurden, können nur einmal synchronisiert werden. Sie stehen weiterhin jedem zur Verfügung, der auf diesem Gerät spielt. # -xbl.syncIAP.confirmSync.prompt.yes=Ja. Meine Käufe synchronisieren # 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. # @@ -2512,8 +2495,6 @@ store.sign_in_warning.no_xbl_and_local_content=Du hast zuvor Inhalte heruntergel store.sign_in_warning.no_xbl_and_no_local_content.line1=Melde dich jetzt an, um deine Einkäufe zu speichern und plattformübergreifend zu teilen. Sichere Einkäufe, damit sie nicht verloren gehen, wenn etwas mit deinem System passiert oder wenn Minecraft deinstalliert wird. Greife von jeder Plattform aus auf deine gekauften Marketplace-Inhalte zu und verwende deine angepassten Charaktere plattformübergreifend. # store.sign_in_warning.no_xbl_and_no_local_content.line2=Du hast noch kein Microsoft-Konto? Erstelle jetzt eines kostenlos # -xbl.skipSignIn.prompt.title=Temporäres Konto # -xbl.skipSignIn.prompt.description=Solange du nicht die Käufe für dieses Gerät auf dieses Microsoft-Konto überträgst, ist es nicht das primäre Konto für das Gerät. Du wirst beim Start von Minecraft nicht automatisch angemeldet. # 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.message2=Möchtest du das wirklich tun? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s wurde in einer Wand begraben # death.attack.lava=%1$s versuchte in Lava zu schwimmen # death.attack.lava.player=%1$s fiel beim Versuch %2$s zu entkommen in Lava # death.attack.lightningBolt=%1$s wurde vom Blitz getroffen # +death.attack.maceSmash.player=%1$s wurde von %2$s zerschmettert # +death.attack.maceSmash.player.item=%1$s wurde von %2$s mit %3$s zerschmettert # death.attack.magic=%1$s wurde durch Magie getötet # death.attack.magma=%1$s hat entdeckt, dass der Boden Lava ist # death.attack.magma.player=%1$s ist aufgrund von %2$s über einen gefährlichen Bereich gelaufen # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Server und Client haben unterschi disconnectionScreen.editor.cannotUseRayTracing=Raytracing-fähige Ressourcenpakete sind noch nicht mit Editor-Projekten kompatibel. # disconnectionScreen.unexpectedPacket=Die Verbindung wurde aufgrund eines unerwarteten Pakettyps getrennt, der nicht verarbeitet werden kann. Dies kann auf einen Versionskonflikt oder eine Beschädigung auf Netzwerkebene zurückzuführen sein. # disconnectionScreen.connectionLost=Verbindung zum Host verloren. Wenn diese Welt immer noch gehostet wird, überprüfe bitte deine Internetverbindung und versuche erneut, dich zu verbinden. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Welt kann nicht geladen werden. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Versuch, diese Welt im Demo-Modus zu öffnen. # disconnectionScreen.errorCode=Fehler-Code: # storageSpaceWarningScreen.frontend=Du hast deinen Speicherplatz fast aufgebraucht! Minecraft hat den Zugriff auf diese Funktion eingeschränkt, bis du zusätzlichen Speicherplatz freigemacht hast. # @@ -3126,7 +3111,7 @@ feed.upload=Dein Screenshot wird hochgeladen ... # feed.manage=Feed verwalten # feed.share=Teilen # feed.addScreenshot=Hinzufügen # -feed.screenshotCapturedRealms=Screenshot aufgenommen. Gehe zu Realms Stories, um ihn zu teilen. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Screenshot aufgenommen. Du kannst ihn in deiner Screenshot-Galerie anzeigen. # feed.screenshotAlmostFull=Screenshot aufgenommen. Deine Galerie ist fast voll. (%d/%d) # feed.screenshotReachedMax=Screenshot aufgenommen. Deine Galerie ist voll. (%d/%d) # @@ -3420,7 +3405,7 @@ howtoplay.anvil.text.5=Ein Amboss kann bei jeder Verwendung beschädigt werden. howtoplay.armor=Rüstung # howtoplay.armor.text.1=Durch das Tragen von Rüstung kannst du dich selbst vor Schaden schützen. Deine Rüstungsstufe wird über :armor: im HUD dargestellt. Je höher die Stufe, desto weniger Schaden erleidest du. # howtoplay.armor.header.1=Handwerk # -howtoplay.armor.text.2=Rüstung kannst du aus Leder, Eisen, Gold und Diamanten herstellen. Kettenrüstungen bekommst du beim Handeln mit Dorfbewohnern und beim Plündern von Zombies und Skeletten. # +howtoplay.armor.text.2=Rüstung kannst du aus Leder, Eisen, Gold und Diamanten herstellen. Kettenhemd-Rüstungen bekommst du beim Handeln mit Dorfbewohnern und beim Plündern von Zombies und Skeletten. # howtoplay.armor.text.3=Lege die Rüstung an, indem du dein Inventar öffnest und die Rüstungsteile in den passenden Slot neben deinem Spieler-Skin verschiebst. # howtoplay.armor.text.4=Eisen-, Ketten- und Goldrüstungen können in einem Schmelzofen zu Eisen- oder Goldklumpen eingeschmolzen werden. # howtoplay.armor.header.2=Schild # @@ -3502,7 +3487,7 @@ howtoplay.blocks.text.8=§eMagma§f – Dieser Block ist im Nether zu finden. Er howtoplay.blocks.text.9=§eGrobe Erde§f – Fast wie normale Erdblöcke. Auf grober Erde kann jedoch kein Gras wachsen. Grobe Erde findest du in Savanne- und Riesentaiga-Biomen. # howtoplay.bookAndQuill=Buch und Feder # -howtoplay.bookAndQuill.text.1=Mit Buch und Feder kannst du deine Abenteuer festhalten. Gestalte auf den Seiten mit Text und Bildern deine eigene Geschichte. Du kannst natürlich auch den Titel und den Autor ändern. Signiere das Buch, um dein Werk abzuschließen. Bis zum Signieren kannst das Buch bearbeiten. # +howtoplay.bookAndQuill.text.1=Mit Buch und Feder kannst du deine Abenteuer festhalten. Gestalte auf den Seiten mit Text und Bildern deine eigene Geschichte. Du kannst natürlich auch den Titel und den Autor ändern. Signier das Buch mit der Feder, um dein Werk abzuschließen. Bis zum Signieren kannst das Buch bearbeiten. # howtoplay.brewingStand=Braustand # howtoplay.brewingStand.text.1=Zum Brauen von Tränken benötigst du einen Braustand. Die Grundlage für jeden Trank ist eine Wasserflasche. Dazu füllst du einfach eine Glasflasche an einem Kessel oder einer Wasserquelle mit Wasser. # @@ -3643,7 +3628,7 @@ howtoplay.camera.text.2=Drücke die Taste :_input_key.use:, um ein Bild aus dein howtoplay.camera.text.2.touch=Tippe und halte den Bildschirm, um ein Bild aus deiner Sicht aufzunehmen. Lass dann los. # howtoplay.camera.text.3=Platziere eine Kamera und drücke :_input_key.use:, um ein Selfie aufzunehmen. # howtoplay.camera.text.3.touch=Platziere eine Kamera und tippe auf die Schaltfläche "Bild machen", um ein Selfie aufzunehmen. # -howtoplay.camera.text.4=Bilder können im Portfolio betrachtet oder in Buch und Feder eingefügt werden. # +howtoplay.camera.text.4=Die Bilder kannst du im Portfolio betrachten oder ins „Buch und Feder“-Set einfügen. # howtoplay.portfolio=Portfolio # howtoplay.portfolio.title=So wird gespielt: Portfolio # @@ -3893,7 +3878,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 der 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 Sony PlayStation® nicht kompatibel. Informationen zur Kompatibilität findest du unter minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Bergbau # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Gold # item.axolotlColorWild.name=Braun # item.axolotlColorBlue.name=Blau # item.golden_apple.name=Goldener Apfel # -item.appleEnchanted.name=Verzauberter Apfel # +item.appleEnchanted.name=Verzauberter goldener Apfel # item.armadillo_scute.name=Gürteltier-Hornschild # item.armor_stand.name=Rüstungsständer # item.arrow.name=Pfeil # @@ -4626,7 +4611,7 @@ item.banner.half_vertical_right.red=Links rot gespalten # item.banner.half_vertical_right.silver=Links hellgrau gespalten # item.banner.half_vertical_right.white=Links weiß gespalten # item.banner.half_vertical_right.yellow=Links gelb gespalten # -item.banner.illager_captain.name=Illager-Banner # +item.banner.illager_captain.name=Ominöses Banner # item.banner.lightBlue.name=Hellblaues Banner # item.banner.lime.name=Hellgrünes Banner # item.banner.magenta.name=Magenta Banner # @@ -5022,7 +5007,7 @@ item.boat.big_oak.name=Schwarzeichenboot # item.bone.name=Knochen # item.book.name=Buch # item.breeze_rod.name=Bö-Rute # -item.chainmail_boots.name=Kettenstiefel # +item.chainmail_boots.name=Kettenhemd-Stiefel # item.leather_boots.name=Lederstiefel # item.diamond_boots.name=Diamantstiefel # item.golden_boots.name=Goldstiefel # @@ -5122,18 +5107,18 @@ item.warped_fungus_on_a_stick.name=Wirrpilz auf einem Stock # item.carrot.name=Karotte # item.cauldron.name=Kessel # item.charcoal.name=Holzkohle # -item.chainmail_chestplate.name=Kettenbrustplatte # +item.chainmail_chestplate.name=Kettenhemd-Harnisch # item.leather_chestplate.name=Ledertunika # item.diamond_chestplate.name=Diamantharnisch # item.golden_chestplate.name=Goldharnisch # item.iron_chestplate.name=Eisenharnisch # item.chorus_fruit.name=Chorusfrucht # item.chorus_fruit_popped.name=Geplatzte Chorusfrucht # -item.cooked_beef.name=Gebratenes Rindfleisch # +item.cooked_beef.name=Steak # item.cooked_chicken.name=Gebratenes Hühnchen # item.cooked_porkchop.name=Gebratenes Schweinekotelett # item.chicken.name=Rohes Hühnchen # -item.clay_ball.name=Ton # +item.clay_ball.name=Tonkugel # item.clock.name=Uhr # item.coal.name=Kohle # item.comparator.name=Redstone-Vergleicher # @@ -5233,7 +5218,7 @@ item.flint.name=Feuerstein # item.flint_and_steel.name=Feuerzeug # item.flower_pot.name=Blumentopf # item.frame.name=Rahmen # -item.ghast_tear.name=Ghastträne # +item.ghast_tear.name=Ghast-Träne # item.glass_bottle.name=Glasflasche # item.gold_nugget.name=Goldklumpen # item.iron_nugget.name=Eisenklumpen # @@ -5242,7 +5227,7 @@ item.golden_axe.name=Goldaxt # item.iron_axe.name=Eisenaxt # item.stone_axe.name=Steinaxt # item.wooden_axe.name=Holzaxt # -item.chainmail_helmet.name=Kettenhaube # +item.chainmail_helmet.name=Kettenhemd-Helm # item.leather_helmet.name=Lederkappe # item.diamond_helmet.name=Diamanthelm # item.golden_helmet.name=Goldhelm # @@ -5260,25 +5245,25 @@ item.horsearmoriron.name=Eisen-Rossharnisch # item.horsearmorleather.name=Leder-Rossharnisch # item.gold_ingot.name=Goldbarren # item.iron_ingot.name=Eisenbarren # -item.netherite_ingot.name=Netherit-Barren # -item.netherite_scrap.name=Netherit-Schrott # +item.netherite_ingot.name=Netheritbarren # +item.netherite_scrap.name=Netheritschrott # item.netherite_sword.name=Netheritschwert # -item.netherite_pickaxe.name=Netherit-Spitzhacke # -item.netherite_axe.name=Netherit-Axt # -item.netherite_shovel.name=Netherit-Schaufel # -item.netherite_hoe.name=Netherit-Hacke # -item.netherite_boots.name=Netherit-Stiefel # -item.netherite_leggings.name=Netherit-Hose # -item.netherite_chestplate.name=Netherit-Harnisch # -item.netherite_helmet.name=Netherit-Helm # +item.netherite_pickaxe.name=Netheritspitzhacke # +item.netherite_axe.name=Netheritaxt # +item.netherite_shovel.name=Netheritschaufel # +item.netherite_hoe.name=Netherithacke # +item.netherite_boots.name=Netheritstiefel # +item.netherite_leggings.name=Netherithose # +item.netherite_chestplate.name=Netheritharnisch # +item.netherite_helmet.name=Netherithelm # item.lead.name=Leine # item.leather.name=Leder # item.leaves.name=Laub # -item.chainmail_leggings.name=Kettenhose # +item.chainmail_leggings.name=Kettenhemd-Hose # item.leather_leggings.name=Lederhose # -item.diamond_leggings.name=Diamanthose # +item.diamond_leggings.name=Diamantbeinrüstungen # item.golden_leggings.name=Goldhose # -item.iron_leggings.name=Eisenhose # +item.iron_leggings.name=Eisenbeinrüstungen # item.nautilus_shell.name=Nautilusschale # item.heart_of_the_sea.name=Herz des Meeres # item.mace.name=Streitkolben # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Karte: Wüstendorf # item.map.exploration.jungle_temple.name=Karte: Dschungelerforscher # item.map.exploration.swamp_hut.name=Karte: Sumpfentdecker # item.map.exploration.trial_chambers.name=Prüfungsentdeckerkarte # -item.melon.name=Melone # -item.milk.name=Milch # +item.melon.name=Melonenscheibe # +item.milk.name=Milcheimer # item.minecart.name=Lore # item.chest_minecart.name=Güterlore # item.command_block_minecart.name=Lore mit Befehlsblock # @@ -5308,7 +5293,7 @@ item.ominous_trial_key.name=Ominöser Prüfungsschlüssel # item.oxidized_copper_door.name=Oxidierte Kupfertür # item.tnt_minecart.name=TNT-Lore # item.pitcher_pod.name=Kannenkapsel # -item.torchflower_seeds.name=Ingwerliliensamen # +item.torchflower_seeds.name=Fackelblumensamen # item.spawn_egg.entity.agent.name=Agenten-Spawn-Ei # item.spawn_egg.entity.armadillo.name=Gürteltier-Spawn-Ei # item.spawn_egg.entity.axolotl.name=Axolotl-Spawn-Ei # @@ -5377,7 +5362,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=Meeresschildkröten-Spawn-Ei # +item.spawn_egg.entity.turtle.name=Gespawntes Schildkrötenei # 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 # @@ -5446,7 +5431,7 @@ item.dried_kelp.name=Getrockneter Seetang # item.rotten_flesh.name=Verrottetes Fleisch # item.ruby.name=Rubin # item.saddle.name=Sattel # -item.wheat_seeds.name=Samen # +item.wheat_seeds.name=Weizensamen # item.beetroot_seeds.name=Rote-Bete-Samen # item.melon_seeds.name=Melonenkerne # item.pumpkin_seeds.name=Kürbiskerne # @@ -5461,10 +5446,10 @@ item.spruce_sign.name=Fichtenschild # item.birch_sign.name=Birkenschild # item.jungle_sign.name=Tropenholzschild # item.acacia_sign.name=Akazienschild # -item.darkoak_sign.name=Dunkeleichenschild # +item.darkoak_sign.name=Schwarzeichenschild # item.crimson_sign.name=Karmesinschild # item.warped_sign.name=Wirrschild # -item.skull.char.name=Kopf # +item.skull.char.name=Spielerkopf # item.skull.creeper.name=Creeper-Kopf # item.skull.dragon.name=Enderdrachenkopf # item.skull.player.name=Kopf von %s # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Wither-Skelettschädel # item.skull.zombie.name=Zombiekopf # item.slime_ball.name=Schleimball # item.snowball.name=Schneeball # -item.speckled_melon.name=Funkelnde Melone # +item.speckled_melon.name=Funkelnde Melonenscheibe # item.spider_eye.name=Spinnenauge # item.stick.name=Stock # item.string.name=Faden # @@ -5501,9 +5486,19 @@ item.totem.name=Totem der Unsterblichkeit # item.trial_key.name=Prüfungsschlüssel # item.turtle_helmet.name=Schildkrötenpanzer # item.turtle_shell_piece.name=Schildkröten-Hornschild # -item.phantom_membrane.name=Phantommembrane # +item.phantom_membrane.name=Phantommembran # item.sweet_berries.name=Süßbeeren # item.suspicious_stew.name=Verdächtige Suppe # +item.field_masoned_banner_pattern.name=Bannermuster: Feld und Mauer # +item.creeper_banner_pattern.name=Bannermuster: Creeper # +item.flow_banner_pattern.name=Bannermuster: Fluss # +item.flower_banner_pattern.name=Bannermuster: Flowerpower # +item.globe_banner_pattern.name=Bannermuster: Globus # +item.guster_banner_pattern.name=Bannermuster: Guster # +item.piglin_banner_pattern.name=Bannermuster: Schnauze # +item.skull_banner_pattern.name=Bannermuster: Schädel-Power # +item.mojang_banner_pattern.name=Bannermuster: Ding # +item.bordure_indented_banner_pattern.name=Bannermuster: Spickelbord # item.banner_pattern.bricks=Gemauertes Feld # item.banner_pattern.creeper=Creeper # item.banner_pattern.flow=Fluss # @@ -5955,7 +5950,6 @@ map.position=Position: %s, %s, %s # mcoServer.title=Minecraft-Onlinewelt # -menu.ai_lesson_crafter=Lektionswerker # menu.achievements=Erfolge # menu.convertingLevel=Welt wird erweitert # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Breite # options.codeBuilder=Code-Builder # options.content_log_file=Log-Datei für Inhalte aktivieren # options.content_log_gui=Log-GUI für Inhalte aktivieren # +options.content_log_gui.level=GUI-Protokollstufe # +options.content_log_gui.level.info=Info # +options.content_log_gui.level.warn=Warnen # +options.content_log_gui.level.error=Fehler # options.controller=Controller # options.controllerLayout=Controller-Belegung # options.controllerSettings=Controller-Einstellungen # @@ -6298,7 +6296,7 @@ options.dev_addCoinTitle=Münzen hinzufügen # options.dev_reset_entitlements=Alle Berechtigungen zurücksetzen # options.dev_reset_entitlements_loading=Durch das Zurücksetzen von Berechtigungen wird dieses Dialogfeld geschlossen, sobald der Vorgang abgeschlossen ist. Du kannst dieses Fenster schließen, aber das Schließen des Spiels vor Abschluss dieses Befehls kann zu unerwartetem Verhalten führen. # options.dev_reset_entitlements_error_unfinished=Achtung, nicht alle Berechtigungen wurden ordnungsgemäß gelöscht. Versuche, den Befehl erneut auszuführen, möglicherweise nach einem Neustart des Clients. # -options.dev_reset_entitlements_warning=Warnung! Hiermit werden alle deine Berechtigungen gelöscht, einschließlich älterer Berechtigungen, die du möglicherweise nicht zurückerhalten kannst! Dieser Vorgang kann eine Weile dauern, wenn du über eine große Anzahl von Berechtigungen verfügst. Bist du sicher, dass du fortfahren möchtest? # +options.dev_reset_entitlements_warning=Warnung! Hiermit werden alle deine Berechtigungen gelöscht, einschließlich älterer Berechtigungen, die du möglicherweise nicht zurückerhalten kannst! Dieser Vorgang kann eine Weile dauern, wenn du über eine große Anzahl von Berechtigungen verfügst. Bist du sicher, dass du fortfahren möchtest? # options.dev_reset_entitlements_success=Berechtigungen erfolgreich gelöscht. # options.dev_currencyFailureWarning=Der Netzwerkaufruf ist fehlgeschlagen. Fehler: %s # options.dev_currencyFailureWarningGeneric=Der Netzwerkaufruf ist fehlgeschlagen. Stelle sicher, dass du bei einem Konto angemeldet bist, das auf der Zulassungsliste steht. # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Experimentelle Treatments außer Kraft setzen 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_discoveryOverrideServiceName=Name des Service (Sicherheit, Persona usw.) # +options.dev_discoveryOverrideServiceBranch=Zweig # +options.dev_resetAllEndpointOverrides=Alle Endpunkte zurücksetzen # +options.dev_apply=Anwenden # options.dev_displayTreatmentsPanel=Behandlungen anzeigen # options.dev_currentTreatmentsTitle=Aktuelle Behandlungen # options.dev_unusedTreatmentsTitle=Nicht verwendete Maßnahmen # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Rang 2 – KitKat # options.dev_sunsetting_tier.three=Stufe 3 – FireTV # options.dev_sunsetting_tier.four=Rang 4 – 1.024 MB # options.dev_sunsetting_tier.five=Stufe 5 – iOS 12 und Nougat # +options.dev_sunsetting_tier.six=Stufe 6 - iOS 13, Android 8, VR-Geräte # options.dev_sunsetting_tier.not_pending=Nicht ausstehend # options.dev_gatherings_section=Versammlungen # options.dev_gatherings_enable=Versammlungen aktivieren # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Diese High-Render-Distance kann zu einer niedrige options.raytracing.renderdistance.warning=Diese Einstellung kann beim Spielen zu Leistungsschwankungen führen. # options.resetSettings=Auf Standard zurücksetzen # options.resetSettings.popUp=Möchtest du die Einstellungen wirklich zurücksetzen? # -options.maxFramerate=Maximale Bildrate (experimentell) # +options.maxFramerate=Framerate-Limit # +options.maxFramerate.tooltip=Verringere die maximale Bildrate des Spiels, um die Akkulaufzeit und die Haltbarkeit des Geräts zu verbessern. Die tatsächliche Bildrate kann unter den eingestellten Grenzwert fallen. # options.maxFramerateFormat=%s FPS # options.perf_turtle=Performance-Schildkröte # options.msaa=Antialiasing # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Adaptive vertikale Synchronisierung # options.websocketEncryption=Verschlüsselte Websockets erforderlich # options.websocketEncryptionWarningLabel=Deaktiviere diese Option nur, wenn du dich aktiv mit einer bekannten und sicheren Anwendung verbindest. # options.filelocation.title=Dateispeicherort # +options.filelocation.title.edu=Lokaler Speicherort # options.filelocation.external=Extern # options.filelocation.appdata=Anwendung # options.filelocation.external.warning.title=Warnung # @@ -6960,26 +6966,12 @@ 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.moreInfo.gearVR=Weitere Informationen kannst du dir unter https://aka.ms/MinecraftSunsetting in jedem Webbrowser ansehen. # -sunsetting.popup.moreInfo.gearVR.geo=Weitere Informationen kannst du dir unter https://aka.ms/MinecraftGeoSunsetting in jedem Webbrowser ansehen. # - -sunsetting.popup.pendingSunset.ios=Unsere Möglichkeit, dieses Gerät weiterhin zu unterstützen, neigt sich dem Ende entgegen. Bis Februar 2024 wirst du noch Updates erhalten und im Anschluss ein finales Update für dieses Gerät.%sNach dem finalen Update wirst du immer noch in der Lage sein, in deinen Welten zu spielen und deine Marketplace-Käufe einzusehen (einschließlich Minecoins), jedoch wirst du nicht länger auf diesem Gerät Einkäufe tätigen können. Realms auf diesem Gerät werden noch 6 Monate lang funktionieren, bis der Realm-Besitzer diese auf einem anderen Gerät aktualisiert. Um dein Realm-Abonnement zu kündigen, musst du dies im Einstellungsmenü für Abonnements auf dem Gerät tun, von dem aus das Realm erstellt wurde. Du wirst keine neuen Updates mehr erhalten und keinen Zugang zum Mehrspielermodus zusammen mit anderen Geräten und Realms haben, die weiterhin Updates erhalten. Außerdem wirst du dich mit bestimmten Servern nicht verbinden können.%sKlicke auf die Schaltfläche für mehr Informationen, etwa wie du deine Welt auf ein neues Gerät überträgst. # -sunsetting.popup.pendingSunset.android=Unsere Möglichkeit, dieses Gerät weiterhin zu unterstützen, neigt sich dem Ende entgegen. Bis Februar 2024 wirst du noch Updates erhalten und im Anschluss ein finales Update für dieses Gerät.%sNach dem finalen Update wirst du immer noch in der Lage sein, in deinen Welten zu spielen und deine Marketplace-Käufe einzusehen (einschließlich Minecoins), jedoch wirst du nicht länger auf diesem Gerät Einkäufe tätigen können. Realms auf diesem Gerät werden noch 6 Monate lang funktionieren, bis der Realm-Besitzer diese auf einem anderen Gerät aktualisiert. Um dein Realm-Abonnement zu kündigen, musst du dies in deinen Abonnements in Google Play tun. Du kannst mit jedem unterstützten Gerät auf Google Play zugreifen oder vom PC aus, wo du dich in dein Konto einloggen kannst. Du wirst keine neuen Updates mehr erhalten und keinen Zugang zum Mehrspielermodus zusammen mit anderen Geräten und Realms haben, die weiterhin Updates erhalten. Außerdem wirst du dich mit bestimmten Servern nicht verbinden können.%sKlicke auf die Schaltfläche für mehr Informationen, etwa wie du deine Welt auf ein neues Gerät überträgst. # -sunsetting.popup.pendingSunset.ios_android=Wir können dieses Gerät leider nicht mehr lange unterstützen. Du erhältst das letzte Update für dieses Gerät im November 2022. Wir bitten die Unannehmlichkeiten zu entschuldigen. %sNach dem letzten Update kannst du in deinen Welten weiterhin spielen und auf deine Marketplace-Käufe zugreifen (einschließlich Minecoins). Auf diesem Gerät verwaltete Realms funktionieren weitere 6 Monate, sofern sie ihr Besitzer nicht auf einem anderen Gerät aktualisiert. Du erhältst allerdings keine Updates mehr und kannst an keinen Mehrspieler-Spielen auf Geräten oder in Realms teilnehmen, die weiterhin Updates erhalten. Außerdem kannst du dich mit bestimmten Servern nicht verbinden. %sKlicke auf den Knopf, um weitere Informationen zur Übertragung deiner Welten auf ein neues Gerät zu erhalten. # -sunsetting.popup.sunset.ios_android=Dieses Gerät wird nicht länger unterstützt und du hast das finale Update erhalten. Du kannst weiterhin in deinen Welten spielen und deine Marketplace-Käufe (einschließlich Minecoins) sind weiterhin verfügbar. Realms auf diesem Gerät funktionieren so lange, bis der Realm-Besitzer diese auf einem anderen Gerät aktualisiert. Du wirst keine neuen Updates mehr erhalten und keinen Zugang zum Mehrspieler mit Geräten und Realms haben, die weiterhin Updates erhalten. Außerdem wirst du dich mit bestimmten Servern nicht verbinden können. %sKlicke auf die Schaltfläche für mehr Informationen, z. B. darüber, wie du deine Welten auf ein neues Gerät überträgst. Wir entschuldigen uns für die Unannehmlichkeiten und danken dir für deine Unterstützung. Hoffentlich sehen wir dich bald auf einem aktualisierten Gerät wieder. # -sunsetting.popup.pendingSunset.gearvr_win10=Unsere Möglichkeit dieses Gerät zu unterstützen, nähert sich dem Ende. Bis zu unserer nächsten großen Veröffentlichung wirst du noch Updates erhalten und im Anschluss ein finales Update für dieses Gerät. Wir entschuldigen uns für die Unannehmlichkeiten. %sNach dem finalen Update wirst du immer noch in der Lage sein, in deinen Welten zu spielen und deine Marketplace-Käufe einzusehen (einschließlich Minecoins). Allerdings wirst du von diesem Gerät aus keinen Zugang mehr zum Mehrspieler und Realms haben. Du wirst keine neuen Updates mehr erhalten und wirst nicht mehr mit Geräten und Realms spielen können, die weiterhin Updates erhalten. Außerdem wirst du dich mit bestimmten Servern nicht verbinden können. %sKlicke auf die Schaltfläche für mehr Informationen, z. B. wie du deine Welten auf ein neues Gerät überträgst. # -sunsetting.popup.sunset.gearvr_win10=Dieses Gerät wird nicht länger unterstützt. Du hast das finale Update für dieses Gerät erhalten. Du kannst weiterhin in deinen Welten spielen und deine Marketplace-Käufe (einschließlich Minecoins) sind weiterhin verfügbar. Allerdings wirst du von diesem Gerät aus keinen Zugang mehr zum Mehrspieler und Realms haben. Du wirst keine neuen Updates mehr erhalten und wirst nicht mehr mit Geräten spielen können, die weiterhin Updates erhalten. Außerdem wirst du dich mit bestimmten Servern nicht verbinden können. # -sunsetting.popup.pendingSunset.dx10=Dieses Grafikgerät wird bald nicht mehr unterstützt. Bis zu unserer nächsten großen Veröffentlichung wirst du noch Updates erhalten und im Anschluss ein finales Update für dieses Gerät. Wir entschuldigen uns für die Unannehmlichkeiten. %sNach dem finalen Update wirst du immer noch in der Lage sein, in deinen Welten zu spielen und deine Marketplace-Käufe einzusehen (einschließlich Minecoins). Realms auf diesem Gerät funktionieren so lange, bis der Realm-Besitzer diese auf einem anderen Gerät aktualisiert. Du wirst keine neuen Updates mehr erhalten und keinen Zugang zum Mehrspieler mit Geräten und Realms haben, die weiterhin Updates erhalten. Außerdem wirst du dich mit bestimmten Servern nicht verbinden können. %sKlicke auf die Schaltfläche für mehr Informationen, z. B. wie du deine Welten auf ein neues Gerät überträgst. # -sunsetting.popup.sunset.dx10=Dieses Grafikgerät wird nicht länger unterstützt. Du kannst weiterhin in deinen Welten spielen und deine Marketplace-Käufe (einschließlich Minecoins) sind weiterhin verfügbar. Realms auf diesem Gerät funktionieren so lange, bis der Realm-Besitzer diese auf einem anderen Gerät aktualisiert. Du wirst keine neuen Updates mehr erhalten und keinen Zugang zum Mehrspieler mit Geräten und Realms haben, die weiterhin Updates erhalten. Außerdem wirst du dich mit bestimmten Servern nicht verbinden können. %sKlicke auf die Schaltfläche für mehr Informationen, z. B. wie du deine Welten auf ein neues Gerät überträgst. Wir entschuldigen uns für die Unannehmlichkeiten und danken dir für deine Unterstützung und die Zeit, die du mit unserem Spiel verbracht hast. # - -sunsetting.popup.pendingSunset.geo.ios=Unsere Unterstützung für dieses Gerät ist in deiner Region abgelaufen. Nachdem du das letzte Update erhältst, kannst du weiterhin in deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren in den nächsten 6 Monaten weiterhin. Ab 30. September 2023 hast du keinen Zugriff mehr auf das Realm. Es wird empfohlen, dass du deine Welt vorher herunterlädst und dein Abonnement in deinen Abonnementeinstellungen auf deinem Gerät kündigst. %sWenn du dich mit einem Microsoft-/Xbox Live-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf anderen Plattformen verfügbar. Wenn du deine Welten von diesem Gerät auf ein anderes Gerät übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst. %sKlicke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu verschieben. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Unsere Unterstützung für dieses Gerät ist in deiner Region abgelaufen. Du kannst weiterhin auf deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren weiterhin bis zum 30. September 2023. Danach hast du keinen Zugriff mehr auf das Realm. Es wird empfohlen, dass du deine Welt vorher herunterlädst. %sWenn du dich mit einem Microsoft- oder Xbox Live-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf anderen Plattformen verfügbar. Wenn du deine Welten von diesem Gerät auf ein anderes Gerät übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst. %sKlicke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu übertragen. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Unsere Unterstützung für dieses Gerät läuft in deiner Region ab. Nachdem du das letzte Update erhältst, kannst du weiterhin in deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren in den nächsten 6 Monaten weiterhin. Ab 30. September 2023 hast du keinen Zugriff mehr auf das Realm. Es wird empfohlen, dass du deine Welt vorher herunterlädst. %sWenn du dich mit einem Microsoft-/Xbox Live-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf anderen Plattformen verfügbar. Wenn du deine Welten von diesem Gerät auf ein anderes Gerät übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst. %sKlicke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu übertragen. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Unsere Unterstützung für dieses Gerät ist in deiner Region abgelaufen. Du kannst weiterhin auf deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren weiterhin bis zum 30. September 2023. Danach hast du keinen Zugriff mehr auf das Realm. Es wird empfohlen, dass du deine Welt vorher herunterlädst. %sWenn du dich mit einem Microsoft- oder Xbox Live-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf anderen Plattformen verfügbar. Wenn du deine Welten von diesem Gerät auf ein anderes Gerät übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst. %sKlicke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu übertragen. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Unsere Unterstützung für dieses Gerät läuft in deiner Region ab. Mit diesem letzten Update kannst du weiterhin in deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren in den nächsten 6 Monaten weiterhin. Ab 30. September 2023 hast du über dieses Gerät keinen Zugriff mehr auf deine Realms. Es wird empfohlen, dass du deine Welt vorher herunterlädst und dein Abonnement in deiner Abonnementliste in Google Play kündigst. %sDu wirst nicht mehr die neuesten Updates erhalten und kannst nicht mehr im Mehrspielermodus spielen. Du wirst dich außerdem mit bestimmten Servern nicht verbinden können. %sWenn du dich mit einem Microsoft/Xbox Live-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf deinen anderen Plattformen verfügbar, auf denen du Minecraft spielst. Du kannst ein neues Abonnement von diesen anderen Plattformen aus starten, auf denen du Minecraft spielst. %sWenn du deine Welten von diesem Gerät auf ein anderes übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst. %sKlicke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu übertragen. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Unsere Unterstützung für dieses Gerät ist in deiner Region abgelaufen. Du kannst weiterhin auf deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren weiterhin bis zum 30. September 2023. Danach hast du keinen Zugriff mehr auf das Realm. Es wird empfohlen, dass du deine Welt vorher herunterlädst. %sWenn du dich mit einem Microsoft- oder Xbox Live-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf anderen Plattformen verfügbar. Wenn du deine Welten von diesem Gerät auf ein anderes Gerät übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst. %sKlicke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu übertragen. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Unsere Unterstützung für dieses Gerät läuft in deiner Region ab. Nachdem du das letzte Update erhältst, kannst du weiterhin in deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren in den nächsten 6 Monaten weiterhin. Ab 30. September 2023 hast du keinen Zugriff mehr auf das Realm. Es wird empfohlen, dass du deine Welt vorher herunterlädst. %sWenn du dich mit einem Microsoft-/Xbox Live-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf anderen Plattformen verfügbar. Wenn du deine Welten von diesem Gerät auf ein anderes Gerät übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst. %sKlicke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu übertragen. # -sunsetting.popup.sunset.geo.generic=Unsere Unterstützung für dieses Gerät ist in deiner Region abgelaufen. Du kannst weiterhin auf deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren weiterhin bis zum 30. September 2023. Danach hast du keinen Zugriff mehr auf das Realm. Es wird empfohlen, dass du deine Welt vorher herunterlädst. %sWenn du dich mit einem Microsoft- oder Xbox Live-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf anderen Plattformen verfügbar. Wenn du deine Welten von diesem Gerät auf ein anderes Gerät übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst. %sKlicke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu übertragen. # +sunsetting.popup.pendingSunset.device=Unsere Möglichkeit, dieses Gerät weiterhin zu unterstützen, neigt sich dem Ende entgegen. Bis März 2025 wirst du noch Updates erhalten und im Anschluss ein finales Update, das mit diesem Gerät funktionieren wird.%sNach dem finalen Update wirst du immer noch in der Lage sein, in deinen Welten zu spielen und deine Marketplace-Käufe einzusehen (einschließlich Minecoins), jedoch wirst du nicht länger auf diesem Gerät Einkäufe tätigen können. Realms auf diesem Gerät werden noch 6 Monate lang ab März 2025 funktionieren, bis der Realm-Besitzer diese auf einem anderen Gerät aktualisiert. Um dein Realm-Abonnement zu kündigen, musst du dies im Einstellungsmenü für Abonnements auf dem Gerät tun, von dem aus das Realm erstellt wurde. Du wirst keine neuen Updates mehr erhalten und keinen Zugang zum Mehrspielermodus zusammen mit anderen Geräten und Realms haben, die weiterhin Updates erhalten. Außerdem wirst du dich mit bestimmten Servern nicht verbinden können.%sKlicke auf die Schaltfläche für mehr Informationen. # +sunsetting.popup.sunset.device=Wir sind leider nicht in der Lage, dieses Gerät weiterhin zu unterstützen. Ab März 2025 erhältst du keine Updates mehr, bis du dein Gerät aktualisierst. Dies ist dein letztes Update, das mit diesem Gerät kompatibel ist.%sDu kannst weiterhin auf deinen Welten spielen und auf Käufe im Marketplace (einschließlich Minecoins) zugreifen. Realms, die von diesem Gerät verwaltet werden, funktionieren noch 6 Monate lang ab März 2025, bis der Realm-Besitzer diese auf einem anderen Gerät aktualisiert. Um dein Realm-Abonnement zu kündigen, musst du dies im Einstellungsmenü für Abonnements auf dem Gerät tun, mit dem aus das Realm erstellt wurde. Du wirst keine neuen Updates mehr erhalten und keinen Zugang zum Mehrspielermodus zusammen mit anderen Geräten und Realms haben, die weiterhin Updates erhalten. Außerdem wirst du dich mit bestimmten Servern nicht verbinden können.%sKlicke auf die Schaltfläche für mehr Informationen. # +sunsetting.popup.pendingSunset.windows_xr=Leider sind wir nicht in der Lage, VR/MR-Grafikgeräte weiterhin zu unterstützen. Dieses Gerät wird ab März 2025 nicht mehr mit Updates unterstützt. Ab März 2025 erhältst du dein letztes Update, das dieses Gerät unterstützt.%sNach Erhalt des letzten Updates erhältst du weiterhin Updates für deinen PC und kannst ohne ein VR/MR-Gerät spielen. Ab diesem Zeitpunkt kannst du deine Welten weiter ausbauen und deine Marketplace-Einkäufe (einschließlich Minecoins) bleiben auf einem nicht-VR/MR-Grafikgerät verfügbar, zum Beispiel auf einem Computermonitor. Du kannst dein VR/MR-Gerät nicht mehr mit Minecraft verwenden, da es in den neuesten Updates nicht mehr unterstützt wird.%sKlicke auf die Schaltfläche, um weitere Informationen zu erhalten. # +sunsetting.popup.sunset.windows_xr=Leider sind wir nicht in der Lage, VR/MR-Grafikgeräte weiterhin zu unterstützen. Dieses VR/MR-Gerät wird nicht mehr unterstützt. Du hast dein letztes Update erhalten, das dieses Grafikgerät unterstützt und erhältst du weiterhin Updates für deinen PC und kannst ohne einem VR/MR-Gerät spielen. Ab diesem Zeitpunkt kannst du deine Welten weiter ausbauen und deine Marketplace-Einkäufe (einschließlich Minecoins) bleiben auf einem nicht-VR/MR-Grafikgerät verfügbar, zum Beispiel auf einem Computermonitor. Du kannst dein VR/MR-Gerät nicht mehr mit Minecraft verwenden, da es in den neuesten Updates nicht mehr unterstützt wird.%sKlicke auf die Schaltfläche, um weitere Informationen zu erhalten. Wir wissen, dass dies eine Unannehmlichkeit ist, und schätzen die Zeit, die du mit unserem Spiel verbracht hast, und deine Unterstützung sehr. # +sunsetting.popup.pendingSunset.geo=Unsere Unterstützung für dieses Gerät läuft in deiner Region ab. Nachdem du das letzte Update erhältst, kannst du weiterhin in deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren in den nächsten 6 Monaten weiterhin. Ab 30. September 2023 hast du keinen Zugriff mehr auf das Realm. Es wird empfohlen, dass du deine Welt vorher herunterlädst.%sWenn du dich mit einem Microsoft-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf anderen Plattformen verfügbar. Wenn du deine Welten von diesem Gerät auf ein anderes Gerät übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst.%sDrücke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu übertragen. # +sunsetting.popup.sunset.geo=Unsere Unterstützung für dieses Gerät ist in deiner Region abgelaufen. Du kannst weiterhin auf deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren weiterhin bis zum 30. September 2023. Danach hast du keinen Zugriff mehr auf das Realm. Es wird empfohlen, dass du deine Welt vorher herunterlädst.%sWenn du dich mit einem Microsoft-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf anderen Plattformen verfügbar. Wenn du deine Welten von diesem Gerät auf ein anderes Gerät übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst.%sDrücke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu übertragen. # sunsetting.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 # @@ -7725,7 +7717,7 @@ item.chest_boat.mangrove.name=Mangroven-Truhenboot # tile.mangrove_log.name=Mangrovenstamm # tile.stripped_mangrove_log.name=Abgezogener Mangrovenstamm # tile.mangrove_planks.name=Mangrovenbretter # -tile.mangrove_button.name=Mangrovenschalter # +tile.mangrove_button.name=Mangrovenschaltfläche # tile.mangrove_stairs.name=Mangroventreppe # tile.mangrove_slab.name=Mangrovenstufe # tile.mangrove_pressure_plate.name=Mangrovendruckplatte # @@ -7825,7 +7817,26 @@ item.smithing_template.armor_trim.ingredients=Barren und Kristalle # item.smithing_template.ingredients=Zutaten: # item.smithing_template.name=Schmiedevorlage # item.smithing_template.netherite_upgrade.applies_to=Diamant-Ausrüstung # -item.smithing_template.netherite_upgrade.ingredients=Netherit-Barren # +item.smithing_template.netherite_upgrade.ingredients=Netheritbarren # +item.netherite_upgrade_smithing_template.name=Netherit-Upgrade # +item.sentry_armor_trim_smithing_template.name=Wachpostenrüstung-Zierleiste # +item.vex_armor_trim_smithing_template.name=Plagegeistrüstung-Zierleiste # +item.wild_armor_trim_smithing_template.name=Wilde-Rüstung-Zierleiste # +item.coast_armor_trim_smithing_template.name=Küstenrüstung-Zierleiste # +item.dune_armor_trim_smithing_template.name=Dünenrüstung-Zierleiste # +item.wayfinder_armor_trim_smithing_template.name=Wegweiser-Rüstungszierleiste # +item.raiser_armor_trim_smithing_template.name=Erhöhungs-Rüstungszierleiste # +item.shaper_armor_trim_smithing_template.name=Former-Rüstungszierleiste # +item.host_armor_trim_smithing_template.name=Hüter-Rüstungzierleiste # +item.ward_armor_trim_smithing_template.name=Wachrüstung-Zierleiste # +item.silence_armor_trim_smithing_template.name=Stille-Rüstungszierleiste # +item.tide_armor_trim_smithing_template.name=Gezeitenrüstung-Zierleiste # +item.snout_armor_trim_smithing_template.name=Schnauzenrüstung-Zierleiste # +item.rib_armor_trim_smithing_template.name=Rippenrüstung-Zierleiste # +item.eye_armor_trim_smithing_template.name=Schutzbrille-Zierleiste # +item.spire_armor_trim_smithing_template.name=Turmrüstung-Zierleiste # +item.flow_armor_trim_smithing_template.name=Flussrüstung-Zierleiste # +item.bolt_armor_trim_smithing_template.name=Bolzenrüstung-Zierleiste # item.snort_pottery_sherd.name=Schnaub-Keramikscherbe # item.spawn_egg.entity.camel.name=Dromedar-Spawn-Ei # item.spruce_hanging_sign.name=Fichtenhängeschild # @@ -7834,7 +7845,7 @@ itemGroup.name.hanging_sign=Hängeschilder # itemGroup.name.potterySherds=Keramikscherben # itemGroup.name.smithing_templates=Schmiedevorlagen # tile.bamboo_block.name=Bambusblock # -tile.bamboo_button.name=Bambusschalter # +tile.bamboo_button.name=Bambusschaltfläche # tile.bamboo_fence_gate.name=Bambuszauntor # tile.bamboo_fence.name=Bambuszaun # tile.bamboo_mosaic_slab.name=Bambusmosaikstufe # @@ -7846,7 +7857,7 @@ tile.bamboo_slab.name=Bambusstufe # tile.bamboo_stairs.name=Bambustreppe # tile.bamboo_trapdoor.name=Bambusfalltür # tile.calibrated_sculk_sensor.name=Kalibrierter Sculk-Sensor # -tile.cherry_button.name=Kirschholz-Knopf # +tile.cherry_button.name=Kirschholz-Schaltfläche # tile.cherry_double_slab.name=Kirschholz-Doppelstufe # tile.cherry_fence_gate.name=Kirschholz-Zauntor # tile.cherry_fence.name=Kirschholz-Zaun # @@ -7865,8 +7876,8 @@ tile.chiseled_tuff_bricks.name=Gemeißelte Tuffsteinziegel # tile.decorated_pot.name=Dekorierter Topf # tile.pink_petals.name=Rosa Blütenblätter # tile.stripped_bamboo_block.name=Abgestreifter Bambusblock # -tile.stripped_cherry_log.name=Abgestreifter Kirschbaumstamm # -tile.stripped_cherry_wood.name=Abgestreiftes Kirschholz # +tile.stripped_cherry_log.name=Abgezogener Kirschbaumstamm # +tile.stripped_cherry_wood.name=Abgezogenes Kirschholz # tile.suspicious_gravel.name=Verdächtiger Kies # tile.suspicious_sand.name=Verdächtiger Sand # trim_material.amethyst.name=Amethyst-Werkstoff # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Wegweiser-Rüstungszierleiste # trim_pattern.wild.name=Wilde-Rüstung-Zierleiste # trim_pattern.bolt.name=Bolzenrüstung-Zierleiste # trim_pattern.flow.name=Flussrüstung-Zierleiste # -upgrade.netherite_upgrade.name=Netherit-Upgrade # storageManager.mainSizeLabel=%s - 1 Gegenstand # storageManager.mainSizeLabelPlural=%s - %s Gegenstände # @@ -8443,6 +8453,8 @@ 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.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"} store.csb.consumable.offerTrial=Über 150 Marketplace-Pakete stehen umgehend zur Verfügung. Dein Abonnement steht dir die ersten 30 Tage lang kostenlos zur Verfügung und du kannst es danach für 30 Tage zum Preis von %s verlängern. # @@ -8854,8 +8866,6 @@ store.myAccount=Mein Konto # store.xbl.signin=Anmelden # store.xbl.signinOrSignUp=Anmelden oder kostenlos registrieren # store.xbl.disconnected=Getrennt # -store.xbl.conversionFailedTitle=Etwas ist schiefgelaufen. # -store.xbl.conversionFailedMessage=Bitte versuche es später noch einmal. # store.sales.allByCreator=Im Angebot! # store.sales.bundlesOnSale=Bundles im Angebot! # @@ -9027,8 +9037,8 @@ tile.deny.name=Verweigern # tile.border_block.name=Grenze # tile.anvil.intact.name=Amboss # tile.anvil.name=Amboss # -tile.anvil.slightlyDamaged.name=Leicht beschädigter Amboss # -tile.anvil.veryDamaged.name=Stark beschädigter Amboss # +tile.anvil.slightlyDamaged.name=Abgenutzter Amboss # +tile.anvil.veryDamaged.name=Beschädigter Amboss # tile.barrier.name=Barriere # tile.beacon.name=Leuchtfeuer # tile.beacon.primary=Primäre Kraft # @@ -9079,20 +9089,20 @@ tile.iron_block.name=Eisenblock # tile.lapis_block.name=Lapislazuli-Block # tile.redstone_block.name=Redstone-Block # tile.bookshelf.name=Bücherregal # -tile.brick_block.name=Ziegelblock # +tile.brick_block.name=Ziegel # tile.brown_mushroom.name=Brauner Pilz # tile.brown_mushroom_block.mushroom.name=Pilz # -tile.brown_mushroom_block.stem.name=Pilzstiel # +tile.brown_mushroom_block.stem.name=Pilzstamm # tile.brown_mushroom_block.cap.name=Brauner Pilzblock # -tile.wooden_button.name=Eichenschalter # -tile.acacia_button.name=Akazienschalter # -tile.birch_button.name=Birkenschalter # -tile.dark_oak_button.name=Schwarzeichenschalter # -tile.jungle_button.name=Tropenholzschalter # +tile.wooden_button.name=Eichenschaltfläche # +tile.acacia_button.name=Akazienschaltfläche # +tile.birch_button.name=Birkenschaltfläche # +tile.dark_oak_button.name=Schwarzeichen-Schaltfläche # +tile.jungle_button.name=Tropenholz-Schaltfläche # tile.respawn_anchor.respawnSet=Wiederbeleben-Punkt festgelegt # tile.respawn_anchor.notValid=Dein Seelenanker war leer, fehlte oder war versperrt # -tile.spruce_button.name=Fichtenschalter # -tile.stone_button.name=Steinschalter # +tile.spruce_button.name=Fichtenschaltfläche # +tile.stone_button.name=Steinschaltfläche # tile.cactus.name=Kaktus # tile.cake.name=Kuchen # tile.dried_kelp_block.name=Getrockneter Seetangblock # @@ -9111,13 +9121,13 @@ tile.honeycomb_block.name=Honigwabenblock # tile.lodestone.name=Leitstein # tile.nether_sprouts.name=Netherspross # tile.crimson_stem.name=Karmesinstiel # -tile.warped_stem.name=Wirrstiel # +tile.warped_stem.name=Wirrstamm # tile.stripped_crimson_stem.name=Geschälter Karmesinstiel # tile.stripped_warped_stem.name=Geschälter Wirrstiel # -tile.crimson_hyphae.name=Karminhyphen # -tile.warped_hyphae.name=Wirrhyphen # -tile.stripped_crimson_hyphae.name=Gestreifte Karminhyphen # -tile.stripped_warped_hyphae.name=Gestreifte Wirrhyphen # +tile.crimson_hyphae.name=Karmesinhyphen # +tile.warped_hyphae.name=Wirrhyphe # +tile.stripped_crimson_hyphae.name=Geschälte Karminhyphen # +tile.stripped_warped_hyphae.name=Geschälte Wirrhyphen # tile.crimson_planks.name=Karmesinbretter # tile.warped_planks.name=Wirrbretter # tile.crimson_door.name=Karmesintür # @@ -9134,8 +9144,8 @@ tile.crimson_fence.name=Karmesinzaun # tile.warped_fence.name=Wirrzaun # tile.crimson_fence_gate.name=Karmesinzauntor # tile.warped_fence_gate.name=Wirrzauntor # -tile.crimson_button.name=Karmesinschalter # -tile.warped_button.name=Wirrschalter # +tile.crimson_button.name=Karmesinschaltfläche # +tile.warped_button.name=Wirrschaltfläche # tile.crimson_pressure_plate.name=Karmesindruckplatte # tile.warped_pressure_plate.name=Wirrdruckplatte # tile.crimson_slab.name=Karmesinstufe # @@ -9143,7 +9153,7 @@ tile.warped_slab.name=Wirrstufe # tile.crimson_double_slab.name=Karmesinstufe # tile.warped_double_slab.name=Wirrstufe # tile.shroomlight.name=Pilzlicht # -tile.crimson_nylium.name=Karminnezel # +tile.crimson_nylium.name=Karmesinnezel # tile.warped_nylium.name=Wirrnezel # tile.basalt.name=Basalt # tile.polished_basalt.name=Polierter Basalt # @@ -9157,7 +9167,7 @@ tile.polished_blackstone_brick_wall.name=Polierte Schwarzsteinziegelmauer # tile.chiseled_polished_blackstone.name=Gemeißelter polierter Schwarzstein # tile.gilded_blackstone.name=Golddurchzogener Schwarzstein # tile.blackstone_slab.name=Schwarzsteinstufe # -tile.polished_blackstone_brick_slab.name=Polierte Schwarzsteinziegelstufen # +tile.polished_blackstone_brick_slab.name=Polierte Schwarzsteinziegelstufe # tile.chain.name=Kette # tile.soul_soil.name=Seelenerde # tile.soul_fire.name=Seelenfeuer # @@ -9165,7 +9175,7 @@ tile.polished_blackstone.name=Polierter Schwarzstein # tile.polished_blackstone_stairs.name=Polierte Schwarzsteintreppe # tile.polished_blackstone_slab.name=Polierte Schwarzsteinstufe # tile.polished_blackstone_pressure_plate.name=Polierte Schwarzsteindruckplatte # -tile.polished_blackstone_button.name=Polierter Schwarzsteinschalter # +tile.polished_blackstone_button.name=Polierte Schwarzstein-Schaltfläche # tile.polished_blackstone_wall.name=Polierte Schwarzsteinmauer # tile.polished_tuff.name=Polierter Tuffstein # tile.polished_tuff_slab.name=Polierte Tuffsteinstufe # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Blaue Glasscheibe # tile.stained_glass_pane.purple.name=Violette Glasscheibe # tile.stained_glass_pane.magenta.name=Magenta Glasscheibe # tile.stained_glass_pane.pink.name=Rosa Glasscheibe # -tile.clay.name=Tonblock # +tile.clay.name=Ton # tile.hardened_clay.name=Keramik # tile.stained_hardened_clay.black.name=Schwarze Keramik # tile.stained_hardened_clay.blue.name=Blaue Keramik # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Rote Netherziegelmauer # tile.cocoa.name=Kakao # tile.command_block.name=Befehlsblock # tile.composter.name=Kompostierer # -tile.light_block.name=Heller Block # +tile.light_block.name=Hell # tile.repeating_command_block.name=Wiederhol-Befehlsblock # tile.chain_command_block.name=Befehlsblock verketten # tile.wheat.name=Getreide # tile.darkOakFence.name=Schwarzeichenzaun # tile.dark_oak_fence_gate.name=Schwarzeichenzauntor # -tile.daylight_detector.name=Tageslichtsensor # +tile.daylight_detector.name=Tageslicht-Detektor # tile.deadbush.name=Abgestorbener Strauch # tile.detector_rail.name=Sensorschiene # tile.dirt.coarse.name=Grobe Erde # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Werfer # tile.iron_door.name=Eisentür # tile.doorWood.name=Holztür # tile.double_plant.fern.name=Großer Farn # -tile.double_plant.grass.name=Doppelt hohes Gras # +tile.double_plant.grass.name=Hohes Gras # tile.double_plant.name=Pflanze # tile.double_plant.paeonia.name=Pfingstrose # tile.double_plant.rose.name=Rosenstrauch # @@ -9326,7 +9336,7 @@ tile.yellow_flower.dandelion.name=Löwenzahn # tile.yellow_flower.name=Blume # tile.crimson_roots.crimsonRoots.name=Karmesinwurzeln # tile.warped_roots.warpedRoots.name=Wirrwurzeln # -tile.red_flower.allium.name=Sternlauch # +tile.red_flower.allium.name=Zierlauch # tile.red_flower.blueOrchid.name=Blaue Orchidee # tile.red_flower.cornflower.name=Kornblume # tile.red_flower.houstonia.name=Porzellansternchen # @@ -9343,7 +9353,7 @@ tile.furnace.name=Schmelzofen # tile.glass.name=Glas # tile.golden_rail.name=Antriebsschiene # tile.grass.name=Grasblock # -tile.grass_path.name=Tramelpfad # +tile.grass_path.name=Trampelpfad # tile.gravel.name=Kies # tile.hay_block.name=Heuballen # tile.netherrack.name=Netherstein # @@ -9385,7 +9395,7 @@ tile.log.spruce.name=Fichtenstamm # tile.magma.name=Magmablock # tile.melon_block.name=Melone # tile.mob_spawner.name=Monsterspawner # -tile.monster_egg.brick.name=Befallener Steinziegel # +tile.monster_egg.brick.name=Befallene Steinziegel # tile.monster_egg.chiseledbrick.name=Befallener gemeißelter Steinziegel # tile.monster_egg.cobble.name=Befallener Bruchstein # tile.monster_egg.crackedbrick.name=Befallener rissiger Steinziegel # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Befallener Stein # tile.mushroom.name=Pilz # tile.noteblock.name=Notenblock # tile.mycelium.name=Myzel # -tile.nether_brick.name=Netherziegelblock # -tile.red_nether_brick.name=Roter Netherziegel # +tile.nether_brick.name=Nether-Ziegel # +tile.red_nether_brick.name=Rote Nether-Ziegel # tile.nether_brick_fence.name=Netherziegelzaun # tile.quartz_ore.name=Netherquarzerz # tile.netherreactor.active=Aktiv! # @@ -9476,9 +9486,9 @@ tile.spruce_standing_sign.name=Fichtenschild # tile.birch_standing_sign.name=Birkenschild # tile.jungle_standing_sign.name=Tropenholzschild # tile.acacia_standing_sign.name=Akazienschild # -tile.darkoak_standing_sign.name=Dunkeleichenschild # +tile.darkoak_standing_sign.name=Schwarzeichenschild # tile.slime.name=Schleimblock # -tile.snow.name=Schnee # +tile.snow.name=Schneeblock # tile.sponge.dry.name=Schwamm # tile.sponge.wet.name=Nasser Schwamm # tile.spruceFence.name=Fichtenzaun # @@ -9555,7 +9565,7 @@ tile.double_stone_slab.name=Steinstufe # tile.double_stone_slab.nether_brick.name=Netherziegelstufe # tile.double_stone_slab.quartz.name=Quarzstufe # tile.double_stone_slab.sand.name=Sandsteinstufe # -tile.double_stone_slab.smoothStoneBrick.name=Steinziegelstufe # +tile.double_stone_slab.smoothStoneBrick.name=Steinziegel-Stufe # tile.double_stone_slab.stone.name=Steinstufe # tile.double_stone_slab.wood.name=Holzstufe # tile.stone_slab.name=Steinstufe # @@ -9572,7 +9582,7 @@ tile.stone_slab2.red_sandstone.name=Rote Sandsteinstufe # tile.stone_slab2.purpur.name=Purpurstufe # tile.stone_slab2.prismarine.rough.name=Prismarinstufe # tile.stone_slab2.prismarine.dark.name=Dunkle Prismarinstufe # -tile.stone_slab2.prismarine.bricks.name=Prismarinziegelstufe # +tile.stone_slab2.prismarine.bricks.name=Prismarinziegel-Stufe # tile.stone_slab2.mossy_cobblestone.name=Bemooste Bruchsteinstufe # tile.stone_slab2.red_nether_brick.name=Rote Netherziegelstufe # tile.stone_slab2.sandstone.smooth.name=Glatte Sandsteinstufe # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Abgestorbener Blasenkorallenblock # tile.coral_block.red_dead.name=Abgestorbener Feuerkorallenblock # tile.coral_block.yellow_dead.name=Abgestorbener Runzelkorallenblock # tile.tallgrass.fern.name=Farn # -tile.tallgrass.grass.name=Gras # -tile.tallgrass.name=Gras # +tile.tallgrass.grass.name=Kurzes Gras # +tile.tallgrass.name=Kurzes Gras # tile.tallgrass.shrub.name=Strauch # tile.tuff_brick_slab.name=Tuffsteinziegelstufe # tile.tuff_brick_stairs.name=Tuffsteinziegeltreppe # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Tuffsteintreppe # tile.tuff_wall.name=Tuffsteinwand # tile.seagrass.seagrass.name=Seegras # tile.sea_pickle.name=Meeresgurke # -tile.turtle_egg.name=Meeresschildkrötenei # +tile.turtle_egg.name=Schildkrötenei # tile.coral.blue.name=Orgelkoralle # tile.coral.pink.name=Hirnkoralle # tile.coral.purple.name=Blasenkoralle # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Wasser # tile.water.name=Wasser # tile.waterlily.name=Seerosenblatt # tile.web.name=Spinnennetz # -tile.heavy_weighted_pressure_plate.name=Beschwerte Druckplatte (schwer) # -tile.light_weighted_pressure_plate.name=Beschwerte Druckplatte (leicht) # +tile.heavy_weighted_pressure_plate.name=Stark beschwerte Druckplatte # +tile.light_weighted_pressure_plate.name=Leicht beschwerte Druckplatte # tile.end_stone.name=Endstein # tile.end_bricks.name=Endsteinziegel # tile.planks.acacia.name=Akazienbretter # @@ -9687,7 +9697,7 @@ tile.carpet.red.name=Roter Teppich # tile.carpet.silver.name=Hellgrauer Teppich # tile.carpet.white.name=Weißer Teppich # tile.carpet.yellow.name=Gelber Teppich # -tile.crafter.name=Handwerker # +tile.crafter.name=Werker # tile.crafting_table.name=Werkbank # tile.glazedTerracotta.white.name=Weiße glasierte Keramik # @@ -9755,12 +9765,12 @@ tile.concretePowder.magenta.name=Magenta Trockenbeton # tile.concretePowder.orange.name=Oranger Trockenbeton # tile.concretePowder.white.name=Weißer Trockenbeton # -tile.stripped_spruce_log.name=Abgezogener Fichtenholzstamm # -tile.stripped_dark_oak_log.name=Abgezogener Schwarzeichenholzstamm # -tile.stripped_birch_log.name=Abgezogener Birkenholzstamm # +tile.stripped_spruce_log.name=Abgezogener Fichtenstamm # +tile.stripped_dark_oak_log.name=Abgezogener Schwarzeichenstamm # +tile.stripped_birch_log.name=Abgezogener Birkenstamm # tile.stripped_jungle_log.name=Abgezogener Tropenholzstamm # -tile.stripped_oak_log.name=Abgezogener Eichenholzstamm # -tile.stripped_acacia_log.name=Abgezogener Akazienholzstamm # +tile.stripped_oak_log.name=Abgezogener Eichenstamm # +tile.stripped_acacia_log.name=Abgezogener Akazienstamm # tile.bamboo.name=Bambus # tile.scaffolding.name=Gerüst # @@ -10288,7 +10298,7 @@ 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.url=https://aka.ms/remoteconnect # +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: # xbox.signin.website.qr=1. Geh auf einem anderen Gerät auf diese Webseite: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Die Anmeldung in der %s Sandbox ist fehl xbox.dev_wrongSandboxSigninFailed.button.dev=Zur Dev-Sandbox wechseln # xbox.dev_wrongSandboxSigninFailed.button.retail=Zur Retail-Sandbox wechseln # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Kontoanmeldedaten löschen # -xbox.addfriendsignin.line1=Suche deine Freunde über ihren Gamertag, um zu sehen, wenn sie online sind. # -xbox.addfriendsignin.line2=Melde dich mit einem Microsoft-Konto an, um Freunde hinzuzufügen! # xbox.invitesignin.line1=Lade deine Freunde über ihren Gamertag ein, um ihre Welten zu sehen, wenn sie online sind. # xbox.invitesignin.line2=Melde dich mit einem Microsoft-Konto an, um Freunde einzuladen! # 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.externalServer.title=Auf einem Server spielen # -xbox.externalServer.line1=Server bieten kreative Möglichkeiten beim Spielen von Minecraft! Du musst dich nur eben anmelden. So können wir sicherstellen, dass du über die Berechtigung für das Onlinespiel mit neuen Leuten verfügst. # 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! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Neuen Skin wählen # dr.classic_skins.custom_skin_title=Skin importieren # dr.classic_skins.custom_skin_description=Importiere eine PNG-Datei (64x32, 64x64 oder 128x128) von deinem Gerät, die du als Skin verwenden kannst. Dieser Vorgang wird nicht zwischen Geräten oder Spielen synchronisiert. # -dr.classic_skins.custom_skin_description_disabled= Dein Gerät kann in einem Mehrspieler-Spiel keinen angepassten Skin auswählen. Bitte kehre zum Hauptmenü zurück, um einen auszurüsten. # +dr.classic_skins.custom_skin_description_disabled=Dein Gerät kann in einem Mehrspieler-Spiel keinen angepassten Skin auswählen. Bitte kehre zum Hauptmenü zurück, um einen auszurüsten. # dr.classic_skins.custom_skin_description_popup=Du kannst Spieler mit personalisierten Skins nur sehen, wenn die Option "Nur vertrauenswürdige Skins erlauben" deaktiviert ist. # dr.classic_skins.custom_skin_section_title=Skins im Besitz # dr.classic_skins.invalidCustomSkin=Bitte importiere eine .png-Datei mit den Abmessungen 64x64, 64x32 oder 128x128 # diff --git a/resource_pack/texts/el_GR.lang b/resource_pack/texts/el_GR.lang index adf687c69..3cc28ed7d 100644 --- a/resource_pack/texts/el_GR.lang +++ b/resource_pack/texts/el_GR.lang @@ -964,6 +964,7 @@ 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.exception=Παρουσιάστηκε άγνωστο σφάλμα κατά την απόπειρα εκτέλεσης αυτής της εντολής # commands.generic.invalidAgentType=Εφαρμόστηκε όρισμα τύπου στον επιλογέα αποκλειστικά για Agent # commands.generic.invalidcontext=Δεν δόθηκε έγκυρο περιβάλλον για τον συγκεκριμένο τύπο εντολής # @@ -1168,10 +1169,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.description=Πραγματοποιεί νέα φόρτωση όλων των αρχείων συναρτήσεων και δεσμών ενεργειών από όλα τα πακέτα συμπεριφοράς. # -commands.reload.editor.description=Επαναφορτώνει όλα τα αρχεία λειτουργιών και σεναρίων από όλα τα πακέτα συμπεριφορών ή, προαιρετικά, επανεκκινεί τον πελάτη για να επαναφορτώσει όλους τους πόρους. # +commands.reload.started=Η επαναφόρτωση του κόσμου ξεκίνησε. # commands.reload.success=Τα αρχεία συναρτήσεων και δεσμών ενεργειών φορτώθηκαν εκ νέου. # commands.reload.error=Παρουσιάστηκε μη αναμενόμενο σφάλμα. # +commands.reload.onlyHost=Μόνο ο παίκτης οικοδεσπότης μπορεί να επαναφορτώσει τον κόσμο. # commands.replaceitem.description=Αντικαθιστά αντικείμενα στα αποθέματα. # commands.replaceitem.failed=Δεν είναι δυνατή η αντικατάσταση της υποδοχής %s %d με %d * %s # commands.replaceitem.keepFailed=Υπάρχει ήδη ένα αντικείμενο που καταλαμβάνει την υποδοχή %s %d. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Κάμερες Δημιουργ createWorldScreen.experimentalFocusTargetCameraDescription=Ενεργοποιεί τη συμπεριφορά της υπάρχουσας ελεύθερης κάμερας για τη στόχευση μιας οντότητας # createWorldScreen.recipeUnlocking=Ξεκλείδωμα συνταγών # createWorldScreen.recipeUnlockingDescription=Ενεργοποίηση ξεκλειδώματος συνταγών # -createWorldScreen.experimentalholiday=Δυνατότητες Δημιουργού διακοπών # -createWorldScreen.experimentalholidayDescription=Πρόσθεσε κύβους βάσει δεδομένων και τεχνολογία αντικειμένων για να προσαρμόσεις το σχήμα των κύβων, την περιστροφή, τη ζημιά και άλλα # createWorldScreen.experimentalGameTest=Beta API # createWorldScreen.experimentalGameTestDescription=Χρήση εκδόσεων "-beta" των λειτουργικών μονάδων API σε πακέτα πρόσθετων # createWorldScreen.experimentalMolangFeatures=Δυνατότητες Molang # @@ -1907,6 +1908,8 @@ createWorldScreen.experimentalVillagerTradesRebalance=Εξισορρόπηση createWorldScreen.experimentalVillagerTradesRebalanceDescription=Περιέχει ενημερωμένες ανταλλαγές για τους Χωρικούς με σκοπό την εξισορρόπηση # createWorldScreen.experimentalArmadillo=Πανοπλία Αρμαντίλου και Λύκου # createWorldScreen.experimentalArmadilloDescription=Γνώρισε το Αρμαντίλο και εξόπλισε τον Λύκο σου με τη νέα Πανοπλία Λύκου! # +createWorldScreen.experimentalBundles=Συλλογές # +createWorldScreen.experimentalBundlesDescription=Σε αφήνει να κατασκευάζεις και να χρησιμοποιείς το αντικείμενο Συλλογής # createWorldScreen.worldPreferences=Προτιμήσεις κόσμου # createWorldScreen.startWithMap=Χάρτης έναρξης # createWorldScreen.defaultName=Ο κόσμος μου # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Πρέπει να έχεις εισ realmsSharingScreen.invalidPermissionTitle=Μη έγκυρα δικαιώματα # realmsSharingScreen.unexpectedServerResponseTitle=Σφάλμα Realms # realmsSharingScreen.unexpectedServerResponseMessage=Δυστυχώς, είχαμε ένα πρόβλημα με τη σύνδεση στο Realm. Δοκίμασε ξανά αργότερα. # +realmsSharingScreen.inviteLinkNotFoundTitle=Σφάλμα Realms # +realmsSharingScreen.inviteLinkNotFoundMessage=Αυτός ο σύνδεσμος πρόσκλησης δεν είναι έγκυρος. # realmsCreateScreen.title.create=Δημιουργία διακομιστή Realm # realmsCreateScreen.title.extend=Επέκταση του Realm σου # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Επέκταση 180 ημερώ xblLogin.LoginMessageTitle=Λογαριασμός Microsoft # xblLogin.LoginMessage=Σύνδεση… # -xbl.savePurchase.description.line1=Θέλεις να παίζεις με οτιδήποτε αγοράζεις από οποιοδήποτε σύστημα διαθέτει το Κατάστημα Minecraft; Πραγματοποίησε είσοδο με ΔΩΡΕΑΝ λογαριασμό Microsoft και συγχρόνισε τις εμφανίσεις, τις υφές, τους χάρτες και τα συνδυαστικά πακέτα που έχεις αγοράσει, για να χρησιμοποιήσεις και να παίξεις στο Minecraft! # -xbl.savePurchase.description.line2=Αν χάσεις το σύστημά σου ή αν απεγκαταστήσεις το Minecraft, οι αγορές σου θα εξακολουθήσουν να συγχρονίζονται και να είναι προσβάσιμες σε οποιοδήποτε σύστημα όταν χρησιμοποιείς τον λογαριασμό Microsoft. # -xbl.savePurchase.leaveOnDevice=Διατήρηση στη συσκευή # -xbl.savePurchase.title=Αποθήκευση αγορών σε λογαριασμό Microsoft; # xbl.savePurchase.saveButton=Αποθήκευση στον λογαριασμό Microsoft # -xbl.savePurchase.toast.title=Επιτυχία! # -xbl.savePurchase.toast.message=Έγινε συγχρονισμός των αγορών στον λογαριασμό Microsoft! # -xbl.savePurchase.inProgress.message=Μεταφορά αγορών στον λογαριασμό Microsoft... # - -xbl.syncIAP.title=Συγχρονισμός αγορών στον λογαριασμό Microsoft; # -xbl.syncIAP.description=Πραγματοποίησε είσοδο στον λογαριασμό Microsoft για να συγχρονίσεις τις Εμφανίσεις, τα Πακέτα υφών, τους Κόσμους και τα Συνδυαστικά πακέτα. Θα σε περιμένουν σε όλες τις συσκευές στις οποίες παίζεις Minecraft. # -xbl.syncIAP.syncNow=Συγχρονισμός τώρα... # -xbl.syncIAP.syncLaterEllipsis=Συγχρονισμός αργότερα... # -xbl.syncIAP.syncLater=Συγχρονισμός αργότερα # -xbl.syncIAP.toast.title=Επιτυχία! # -xbl.syncIAP.toast.message=Έγινε συγχρονισμός των αγορών στον λογαριασμό Microsoft! # -xbl.syncIAP.inProgress.message=Συγχρονισμός αγορών στον λογαριασμό Microsoft... # -xbl.syncIAP.skipSignIn.prompt.description=Αυτός ο λογαριασμός Microsoft δεν θα είναι ο κύριος λογαριασμός για αυτήν τη συσκευή, εάν δεν συγχρονίσεις σε αυτόν τον λογαριασμό τις αγορές που έχουν γίνει σε αυτήν τη συσκευή. Δεν θα εισέρχεσαι αυτόματα, όταν ξεκινάς το Minecraft. # - -xbl.syncIAP.confirmSync.prompt.title=Συγχρονισμός σε %s; # -xbl.syncIAP.confirmSync.prompt.description.line1=Θέλεις να συγχρονίσεις τις αγορές του καταστήματος εφαρμογών στο %s; # -xbl.syncIAP.confirmSync.prompt.description.line2=Τα πακέτα που αγοράζονται εκτός του Minecraft Marketplace μπορούν να συγχρονιστούν μόνο μία φορά. Θα συνεχίσουν να είναι διαθέσιμα σε οποιονδήποτε παίζει σε αυτήν τη συσκευή. # -xbl.syncIAP.confirmSync.prompt.yes=Ναι, συγχρονισμός των αγορών μου # xbl.marketplace.account.error.body.nobutton=Υπάρχει ένα πρόβλημα με τον λογαριασμό σου. Δεν θα μπορείς να χρησιμοποιήσεις το Marketplace μέχρι να επιλύσουμε το ζήτημα. Αν το ζήτημα δεν λυθεί για αρκετές ημέρες, επικοινώνησε με το τμήμα υποστήριξης. # @@ -2512,8 +2495,6 @@ store.sign_in_warning.no_xbl_and_local_content=Έχεις κατεβάσει σ store.sign_in_warning.no_xbl_and_no_local_content.line1=Συνδέσου τώρα για να αποθηκεύσεις και να μοιραστείς τις αγορές σου σε όλες τις πλατφόρμες. Αποθήκευσε τις αγορές, ώστε να μη χαθούν αν συμβεί κάτι στο σύστημά σου ή αν απεγκατασταθεί το Minecraft. Απόκτησε πρόσβαση στο περιεχόμενο του Marketplace που αγόρασες από οποιαδήποτε πλατφόρμα και χρησιμοποίησε τους προσαρμοσμένους χαρακτήρες σου σε όλες τις πλατφόρμες. # store.sign_in_warning.no_xbl_and_no_local_content.line2=Δεν έχεις λογαριασμό Microsoft; Δημιούργησε έναν τώρα δωρεάν! # -xbl.skipSignIn.prompt.title=Προσωρινός λογαριασμός # -xbl.skipSignIn.prompt.description=Αυτός ο λογαριασμός Microsoft δεν θα είναι ο κύριος λογαριασμός για αυτήν τη συσκευή, εάν δεν μεταφέρεις τις αγορές της συσκευής σε αυτόν τον λογαριασμό. Δεν θα εισέρχεσαι αυτόματα, όταν ξεκινάς το Minecraft. # xbl.signOut.title=Αγορές λογαριασμού Microsoft! # xbl.signOut.message1=Όταν έχεις πραγματοποιήσει έξοδο από τον λογαριασμό Microsoft, δεν θα έχεις πρόσβαση στα Minecoin και στα προϊόντα που αγόρασες στο κατάστημα. # xbl.signOut.message2=Σίγουρα θέλεις να το κάνεις αυτό; # @@ -2626,6 +2607,8 @@ death.attack.inWall=Ο παίκτης %1$s έπαθε ασφυξία σε ένα death.attack.lava=Ο παίκτης %1$s προσπάθησε να κολυμπήσει στη λάβα # death.attack.lava.player=Ο παίκτης %1$s προσπάθησε να κολυμπήσει στη λάβα για να ξεφύγει από τον παίχτη %2$s # death.attack.lightningBolt=Ο παίκτης %1$s χτυπήθηκε από κεραυνό # +death.attack.maceSmash.player=Ο %1$s διαλύθηκε από τον %2$s # +death.attack.maceSmash.player.item=Ο %1$s διαλύθηκε από τον %2$s με %3$s # death.attack.magic=Ο παίκτης %1$s σκοτώθηκε με μαγεία # death.attack.magma=%1$s ανακάλυψε ότι το πάτωμα ήταν λάβα # death.attack.magma.player=Ο παίκτης %1$s μπήκε σε μια επικίνδυνη ζώνη που οφείλεται σε %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Ο διακομιστής και disconnectionScreen.editor.cannotUseRayTracing=Τα πακέτα πόρων με δυνατότητα ray tracing δεν είναι ακόμη συμβατά με τα έργα Επεξεργασίας. # disconnectionScreen.unexpectedPacket=Πραγματοποιήθηκε αποσύνδεση λόγω ενός απροσδόκητου τύπου πακέτου που λήφθηκε και δεν μπορεί να υποστεί επεξεργασία. Αυτό μπορεί να οφείλεται σε αναντιστοιχία έκδοσης ή αλλοίωση στο επίπεδο του δικτύου. # disconnectionScreen.connectionLost=Η σύνδεση με τον οικοδεσπότη διακόπηκε. Αν αυτός ο κόσμος εξακολουθεί να φιλοξενείται, έλεγξε τη σύνδεσή σου στο internet και προσπάθησε να συνδεθείς ξανά. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Δεν είναι δυνατή η φόρτωση του κόσμου. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Δοκίμασε να ανοίξεις αυτόν τον κόσμο σε λειτουργία επίδειξης. # disconnectionScreen.errorCode=Κωδικός σφάλματος: # storageSpaceWarningScreen.frontend=Ο χώρος αποθήκευσης δεδομένων είναι σχεδόν πλήρης! Το Minecraft έχει περιορισμένη πρόσβαση σε αυτήν τη δυνατότητα μέχρι να αδειάσεις τον χώρο αποθήκευσης. # @@ -3041,7 +3026,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=Εκδικητής # @@ -3126,7 +3111,7 @@ feed.upload=Γίνεται αποστολή του στιγμιότυπου οθ feed.manage=Διαχείριση τροφοδοσίας # feed.share=Κοινοποίηση # feed.addScreenshot=Προσθήκη στιγμιότυπου οθόνης # -feed.screenshotCapturedRealms=Λήψη στιγμιότυπου οθόνης. Πήγαινε στο Realms Stories για να το κοινοποιήσεις. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Το στιγμιότυπο οθόνης καταγράφηκε. Μπορείς να το δεις στη συλλογή στιγμιότυπων οθόνης. # feed.screenshotAlmostFull=Το στιγμιότυπο οθόνης καταγράφηκε. Η συλλογή σου είναι σχεδόν πλήρης. (%d/%d) # feed.screenshotReachedMax=Το στιγμιότυπο οθόνης καταγράφηκε. Η συλλογή σου είναι πλήρης. (%d/%d) # @@ -3420,7 +3405,7 @@ howtoplay.anvil.text.5=Με κάθε χρήση, υπάρχει πιθανότη howtoplay.armor=Πανοπλία # howtoplay.armor.text.1=Φορώντας Πανοπλία, μπορείς να προστατευτείς από επερχόμενη ζημιά. Το επίπεδο της Πανοπλίας σου εκπροσωπείται από το :armor: στο HUD, όσο μεγαλύτερο είναι το επίπεδο, τόσο μικρότερη ζημιά θα έχεις. # howtoplay.armor.header.1=Κατασκευή # -howtoplay.armor.text.2=Η Πανοπλία μπορεί να κατασκευαστεί από Δέρμα, Σίδηρο, Χρυσό ή Διαμάντι. Μπορείς να αποκτήσεις την Αλυσιδωτή πανοπλία μέσω ανταλλαγών με χωρικούς και από λάφυρα από ζόμπι και σκελετούς. # +howtoplay.armor.text.2=Η Πανοπλία μπορεί να κατασκευαστεί από Δέρμα, Σίδηρο, Χρυσό, ή Διαμάντι. Μπορείς να αποκτήσεις την Αλυσιδωτή πανοπλία μέσω ανταλλαγών με χωρικούς και από λάφυρα από ζόμπι και σκελετούς. # howtoplay.armor.text.3=Εξόπλισε την Πανοπλία ανοίγοντας τα αποθέματά σου και μετακινώντας τα κομμάτια της Πανοπλίας στην κατάλληλη υποδοχή δίπλα από την εμφάνιση του παίκτη σου. # howtoplay.armor.text.4=Η Σιδερένια, Αλυσιδωτή και Χρυσή πανοπλία μπορεί να λιώσει σε Σβόλους σιδήρου ή χρυσού σε ένα Καμίνι. # howtoplay.armor.header.2=Ασπίδα # @@ -3501,8 +3486,8 @@ howtoplay.blocks.text.7=§eΤερακότα§f - Βρίσκεται στη φύ howtoplay.blocks.text.8=§eΚύβος από Μάγμα§f - Βρίσκεται στη φύση στα Έγκατα, βγάζει λίγο φως και καίει όποιον πατάει πάνω του. # howtoplay.blocks.text.9=§eΤραχύ Χώμα§f - Είναι σχεδόν σαν ένας κανονικός Κύβος Χώματος, αλλά δεν μπορεί να φυτρώσει πάνω του Γρασίδι. Μπορείς να τον βρεις σε διαπλάσεις Σαβάνας και Μεγάλης Τάιγκα. # -howtoplay.bookAndQuill=Βιβλίο & πένα # -howtoplay.bookAndQuill.text.1=Το βιβλίο & η πένα σου επιτρέπουν να καταγράφεις τις περιπέτειές σου. Πες την ιστορία σου βάζοντας στις σελίδες κείμενο. Μπορείς ακόμα και να αλλάξεις τίτλο και συγγραφέα! Υπόγραψε το Βιβλίο & την πένα για να ολοκληρώσεις το έργο σου. Μπορείς να επεξεργαστείς το Βιβλίο & την πένα μέχρι να τα υπογράψεις. # +howtoplay.bookAndQuill=Βιβλίο και πένα # +howtoplay.bookAndQuill.text.1=Το βιβλίο και η πένα σού επιτρέπουν να καταγράφεις τις περιπέτειές σου. Πες την ιστορία σου εισάγοντας κείμενο στις σελίδες. Μπορείς ακόμα και να αλλάξεις τίτλο και συγγραφέα! Υπόγραψε το Βιβλίο και την πένα για να ολοκληρώσεις το έργο σου. Μπορείς να επεξεργαστείς το Βιβλίο και την πένα μέχρι να τα υπογράψεις. # howtoplay.brewingStand=Πάγκος παρασκευής # howtoplay.brewingStand.text.1=Για την παρασκευή φίλτρων χρειάζεται ένας Πάγκος παρασκευής. Κάθε φίλτρο αρχίζει με ένα μπουκάλι νερό, το οποίο αποκτάται γεμίζοντας ένα Γυάλινο μπουκάλι με νερό από ένα Καζάνι ή μια Πηγή νερού. # @@ -3643,7 +3628,7 @@ howtoplay.camera.text.2=Για να βγάλεις φωτογραφία από howtoplay.camera.text.2.touch=Για να βγάλεις φωτογραφία από τη δική σου οπτική γωνία, πάτησε παρατεταμένα και, στη συνέχεια, άφησε την οθόνη. # howtoplay.camera.text.3=Για να βγάλεις selfie, τοποθέτησε μια κάμερα και πάτησε :_input_key.use: πάνω της. # howtoplay.camera.text.3.touch=Για να βγάλεις selfie, τοποθέτησε μια κάμερα και πάτησε το κουμπί "Βγάλε φωτογραφία". # -howtoplay.camera.text.4=Μπορείς να δεις τις φωτογραφίες στο Χαρτοφυλάκιο ή να τις τοποθετήσεις στο "Βιβλίο και πένα". # +howtoplay.camera.text.4=Μπορείς να δεις τις φωτογραφίες στο Χαρτοφυλάκιο ή να τις τοποθετήσεις στο «Βιβλίο και πένα». # howtoplay.portfolio=Χαρτοφυλάκιο # howtoplay.portfolio.title=Οδηγίες παιχνιδιού: Χαρτοφυλάκιο # @@ -3893,7 +3878,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 δεν είναι συμβατά με το PlayStation®. Για πληροφορίες συμβατότητας, επισκέψου το minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Τα Minecoin απαιτούν μια έκδοση του Minecraft: Bedrock Edition με το Minecraft Marketplace. Τα Minecoin δεν είναι συμβατά με το Sony PlayStation®. Για πληροφορίες συμβατότητας, επισκέψου το minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Εξόρυξη # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Χρυσό # item.axolotlColorWild.name=Καφέ # item.axolotlColorBlue.name=Μπλε # item.golden_apple.name=Χρυσό μήλο # -item.appleEnchanted.name=Μαγεμένο μήλο # +item.appleEnchanted.name=Μαγεμένο Χρυσό Μήλο # item.armadillo_scute.name=Φολίδα Αρμαντίλο # item.armor_stand.name=Βάση πανοπλίας # item.arrow.name=Βέλος # @@ -4626,7 +4611,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=Φούξια λάβαρο # @@ -5022,7 +5007,7 @@ item.boat.big_oak.name=Βάρκα από σκούρα βελανιδιά # item.bone.name=Κόκαλο # item.book.name=Βιβλίο # item.breeze_rod.name=Ράβδος αύρας # -item.chainmail_boots.name=Αλυσιδωτές μπότες # +item.chainmail_boots.name=Αλυσιδωτές Μπότες # item.leather_boots.name=Δερμάτινες μπότες # item.diamond_boots.name=Διαμαντένιες μπότες # item.golden_boots.name=Χρυσές μπότες # @@ -5122,18 +5107,18 @@ item.warped_fungus_on_a_stick.name=Αλλόκοτος μύκητας σε ραβ item.carrot.name=Καρότο # item.cauldron.name=Καζάνι # item.charcoal.name=Ξυλοκάρβουνο # -item.chainmail_chestplate.name=Αλυσοθώρακας # +item.chainmail_chestplate.name=Αλυσιδωτός Θώρακας # item.leather_chestplate.name=Δερμάτινο χιτώνιο # item.diamond_chestplate.name=Διαμαντένιος θώρακας # item.golden_chestplate.name=Χρυσός θώρακας # item.iron_chestplate.name=Σιδερένιος θώρακας # item.chorus_fruit.name=Χοροφρούτο # item.chorus_fruit_popped.name=Σκασμένο χοροφρούτο # -item.cooked_beef.name=Μαγειρεμένο βοδινό # +item.cooked_beef.name=Μπριζόλα # item.cooked_chicken.name=Μαγειρεμένο κοτόπουλο # item.cooked_porkchop.name=Μαγειρεμένη χοιρινή μπριζόλα # item.chicken.name=Ωμό κοτόπουλο # -item.clay_ball.name=Πηλός # +item.clay_ball.name=Πήλινη Μπάλα # item.clock.name=Ρολόι # item.coal.name=Κάρβουνο # item.comparator.name=Συγκριτής Ερυθρόλιθου # @@ -5242,7 +5227,7 @@ item.golden_axe.name=Χρυσό τσεκούρι # item.iron_axe.name=Σιδερένιο τσεκούρι # item.stone_axe.name=Πέτρινο τσεκούρι # item.wooden_axe.name=Ξύλινο τσεκούρι # -item.chainmail_helmet.name=Αλυσιδωτό κράνος # +item.chainmail_helmet.name=Αλυσιδωτό Κράνος # item.leather_helmet.name=Δερμάτινο καπέλο # item.diamond_helmet.name=Διαμαντένιο κράνος # item.golden_helmet.name=Χρυσό κράνος # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Κράνος από Εγκατίτη # item.lead.name=Λουρί # item.leather.name=Δέρμα # item.leaves.name=Φύλλα # -item.chainmail_leggings.name=Αλυσιδωτές περικνημίδες # +item.chainmail_leggings.name=Αλυσιδωτές Περικνημίδες # item.leather_leggings.name=Δερμάτινο παντελόνι # item.diamond_leggings.name=Διαμαντένιες περικνημίδες # item.golden_leggings.name=Χρυσές περικνημίδες # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Χάρτης Χωριού στην Έρ item.map.exploration.jungle_temple.name=Χάρτης Εξερευνητών της Ζούγκλας # item.map.exploration.swamp_hut.name=Χάρτης Εξερευνητών του Βάλτου # item.map.exploration.trial_chambers.name=Χάρτης εξερευνητών δοκιμασίας # -item.melon.name=Καρπούζι # -item.milk.name=Γάλα # +item.melon.name=Φέτα Καρπουζιού # +item.milk.name=Κουβάς Γάλακτος # item.minecart.name=Βαγονέτο # item.chest_minecart.name=Βαγονέτο με σεντούκι # item.command_block_minecart.name=Βαγονέτο με κύβο εντολών # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Αυγό Γένεσης Shulker # item.spawn_egg.entity.endermite.name=Αυγό Γένεσης Εντόμου του Τελειωτή # item.spawn_egg.entity.evocation_illager.name=Αυγό Γένεσης Επικαλεστή # item.spawn_egg.entity.vex.name=Αυγό Γένεσης Βεξ # -item.spawn_egg.entity.turtle.name=Αυγό Γένεσης Θαλάσσιας Χελώνας # +item.spawn_egg.entity.turtle.name=Αυγό Γένεσης Χελώνας # item.spawn_egg.entity.dolphin.name=Αυγό Γένεσης Δελφινιού # item.spawn_egg.entity.phantom.name=Αυγό Γένεσης Στοιχειού # item.spawn_egg.entity.panda.name=Αυγό Γένεσης Πάντα # @@ -5440,13 +5425,13 @@ item.record_creator.desc=Lena Raine - Δημιουργός # item.record_creator_music_box.desc=Lena Raine - Δημιουργός (Μουσικό κουτί) # item.record_precipice.desc=Άαρον Τσέροφ - Γκρεμός # item.redstone.name=Σκόνη ερυθρόλιθου # -item.reeds.name=Ζαχαροκάλαμα # +item.reeds.name=Ζαχαροκάλαμο # item.kelp.name=Φύκι # item.dried_kelp.name=Αποξηραμένο φύκι # item.rotten_flesh.name=Σάπια σάρκα # item.ruby.name=Ρουμπίνι # item.saddle.name=Σέλα # -item.wheat_seeds.name=Σπόροι # +item.wheat_seeds.name=Σπόροι σιταριού # item.beetroot_seeds.name=Σπόροι παντζαριού # item.melon_seeds.name=Σπόροι καρπουζιού # item.pumpkin_seeds.name=Σπόροι κολοκύθας # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Επιγραφή από ακακία # item.darkoak_sign.name=Επιγραφή από σκούρα βελανιδιά # item.crimson_sign.name=Πορφυρή επιγραφή # item.warped_sign.name=Αλλόκοτη επιγραφή # -item.skull.char.name=Κεφάλι # +item.skull.char.name=Κεφάλι Παίκτη # item.skull.creeper.name=Κεφάλι Creeper # item.skull.dragon.name=Κεφάλι δράκου # item.skull.player.name=Κεφάλι %s # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Κρανίο σκελετού Μαρασμού # item.skull.zombie.name=Κεφάλι Ζόμπι # item.slime_ball.name=Μπάλα γλίτσας # item.snowball.name=Χιονόμπαλα # -item.speckled_melon.name=Γυαλιστερό καρπούζι # +item.speckled_melon.name=Γυαλιστερή Φέτα καρπουζιού # item.spider_eye.name=Μάτι αράχνης # item.stick.name=Ραβδί # item.string.name=Νήμα # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Φολίδα Χελώνας # item.phantom_membrane.name=Μεμβράνη στοιχειού # item.sweet_berries.name=Γλυκά βατόμουρα # item.suspicious_stew.name=Ύποπτη σούπα # +item.field_masoned_banner_pattern.name=Σχέδιο λάβαρου Μοτίβο τούβλων # +item.creeper_banner_pattern.name=Σχέδιο λάβαρου Επίθεση Creeper # +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=Σχέδιο λάβαρου Πράγμα # +item.bordure_indented_banner_pattern.name=Σχέδιο Λάβαρου Περίγραμμα με εσοχές # item.banner_pattern.bricks=Μοτίβο τούβλων # item.banner_pattern.creeper=Creeper # item.banner_pattern.flow=Ροή # @@ -5955,7 +5950,6 @@ map.position=Θέση: %s, %s, %s # mcoServer.title=Online Κόσμος Minecraft # -menu.ai_lesson_crafter=Κατασκευαστής Μαθημάτων # menu.achievements=Επιτεύγματα # menu.convertingLevel=Κόσμος που επεκτείνεται # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Πλάτος # options.codeBuilder=Code Builder # options.content_log_file=Ενεργοποίηση αρχείου καταγραφής περιεχομένου # options.content_log_gui=Ενεργοποίηση GUI αρχείου καταγραφής περιεχομένου # +options.content_log_gui.level=Επίπεδο αρχείου GUI # +options.content_log_gui.level.info=Πληροφορίες # +options.content_log_gui.level.warn=Προειδοποίηση # +options.content_log_gui.level.error=Σφάλμα # options.controller=Χειριστήριο # options.controllerLayout=Διάταξη χειριστηρίου # options.controllerSettings=Ρυθμίσεις χειριστηρίου # @@ -6297,13 +6295,13 @@ options.dev_addCoins=Προσθήκη %s νομισμάτων # options.dev_addCoinTitle=Προσθήκη Νομισμάτων # options.dev_reset_entitlements=Επαναφορά Όλων των Δικαιωμάτων # options.dev_reset_entitlements_loading=Με την Επαναφορά Δικαιωμάτων, αυτός ο διάλογος θα κλείσει μόλις τελειώσει η διεργασία. Μπορείς να κλείσεις αυτό το παράθυρο, αλλά αν κλείσεις το παιχνίδι πριν από την ολοκλήρωση αυτής της εντολής, αυτό μπορεί να οδηγήσει σε απροσδόκητη συμπεριφορά. # -options.dev_reset_entitlements_error_unfinished=Προειδοποίηση, δεν διαγράφηκαν σωστά όλα τα δικαιώματα. Δοκίμασε να εκτελέσεις ξανά την εντολή, ενδεχομένως μετά την επανεκκίνηση του πελάτη. # +options.dev_reset_entitlements_error_unfinished=Προειδοποίηση, δεν διαγράφηκαν σωστά όλα τα δικαιώματα. Δοκίμασε να εκτελέσεις ξανά την εντολή, ενδεχομένως μετά την επανεκκίνηση του εξυπηρετητή. # options.dev_reset_entitlements_warning=Προειδοποίηση! Αυτή η ενέργεια θα διαγράψει όλα τα δικαιώματά σου, συμπεριλαμβανομένων των δικαιωμάτων κληρονομιάς, τα οποία μπορεί να μη γίνεται να επανακτήσεις! Αυτή η ενέργεια μπορεί να διαρκέσει αρκετή ώρα, εάν έχεις μεγάλο αριθμό δικαιωμάτων. Σίγουρα θέλεις να συνεχίσεις; # options.dev_reset_entitlements_success=Τα δικαιώματα διαγράφηκαν με επιτυχία. # options.dev_currencyFailureWarning=Η κλήση δικτύου απέτυχε. Σφάλμα: %s # options.dev_currencyFailureWarningGeneric=Η κλήση δικτύου απέτυχε. Βεβαιώσου ότι έχεις συνδεθεί σε έναν λογαριασμό που περιλαμβάνεται στη λίστα επιτρεπόμενων. # options.dev_reset_wallet=Επαναφορά Πορτοφολιού # -options.dev_allowlist_failure=Σφάλμα! Η επιχείρηση απέτυχε, έλεγξε διπλά για να βεβαιωθείς ότι αυτός ο λογαριασμός είναι στη Λίστα Επιτρεπόμενων. # +options.dev_allowlist_failure=Σφάλμα! Η διεργασία απέτυχε, έλεγξε ξανά για να βεβαιωθείς ότι αυτός ο λογαριασμός είναι στη Λίστα Επιτρεπόμενων. # options.discoveryEnvironment=Περιβάλλον ανακάλυψης (απαιτεί επανεκκίνηση) # options.discoveryEnvironment.production=Παραγωγή # options.discoveryEnvironment.staging=Προεργασία # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Παράκαμψη πειραματικής ε options.dev_sandboxRetail=Xforge Sandbox: Λιανικής # options.dev_sandboxDev=Xforge Sandbox: Για προγραμματιστές # options.dev_sandboxDevAchievement=Xforge Sandbox: Επίτευγμα προγραμματιστή # +options.dev_showDiscoveryOverridePanel=Παράκαμψη τελικών σημείων υπηρεσίας # +options.dev_discoveryOverrideServiceName=Όνομα υπηρεσίας (ασφάλεια, προσωπικότητα κ.λπ.) # +options.dev_discoveryOverrideServiceBranch=Κλάδος # +options.dev_resetAllEndpointOverrides=Επαναφορά όλων των τελικών σημείων # +options.dev_apply=Εφαρμογή # options.dev_displayTreatmentsPanel=Εμφάνιση επεξεργασίας # options.dev_currentTreatmentsTitle=Τρέχουσα επεξεργασία # options.dev_unusedTreatmentsTitle=Αχρησιμοποίητη επεξεργασία # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Επίπεδο 2 - KitKat # options.dev_sunsetting_tier.three=Επίπεδο 3 - FireTV # options.dev_sunsetting_tier.four=Επίπεδο 4 - 1024MB # options.dev_sunsetting_tier.five=Επίπεδο 5 - iOS 12 και Nougat # +options.dev_sunsetting_tier.six=Επίπεδο 6 – iOS-13, Android 8, συσκευές VR # options.dev_sunsetting_tier.not_pending=Δεν εκκρεμεί # options.dev_gatherings_section=Συγκεντρώσεις # options.dev_gatherings_enable=Ενεργοποίηση συγκεντρώσεων # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Αυτή η υψηλή απόσταση απόδ options.raytracing.renderdistance.warning=Αυτή η ρύθμιση μπορεί να προκαλέσει ζητήματα επιδόσεων κατά τη διάρκεια του παιχνιδιού. # options.resetSettings=Επαναφορά στις προεπιλογές # options.resetSettings.popUp=Θέλεις πραγματικά να πραγματοποιήσεις επαναφορά αυτών των ρυθμίσεων; # -options.maxFramerate=Μέγιστη ταχύτητα καρέ (Πειραματική) # +options.maxFramerate=Όριο ρυθμού καρέ # +options.maxFramerate.tooltip=Μείωσε τον μέγιστο ρυθμός καρέ του παιχνιδιού για να βελτιώσεις τη ζωή και την υγεία της μπαταρίας. Ο πραγματικός ρυθμός καρέ μπορεί να πέσει κάτω από το όριο ρύθμισης. # options.maxFramerateFormat=%s FPS # options.perf_turtle=Χελώνα επιδόσεων # options.msaa=Εξομάλυνση # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Προσαρμοζόμενος κατακόρυφος σ options.websocketEncryption=Απαιτούνται κρυπτογραφημένα Websocket # options.websocketEncryptionWarningLabel=Απενεργοποίησε αυτήν την επιλογή μόνο εάν συνδέεσαι ενεργά σε μια γνωστή και ασφαλή εφαρμογή. # options.filelocation.title=Τοποθεσία αποθήκευσης αρχείων # +options.filelocation.title.edu=Τοπική τοποθεσία αποθήκευσης # options.filelocation.external=Εξωτερική # options.filelocation.appdata=Εφαρμογή # options.filelocation.external.warning.title=Προειδοποίηση # @@ -6960,26 +6966,12 @@ sunsetting.popup.title=Αυτή η συσκευή δεν υποστηρίζετ sunsetting.popup.moreInfo=Περισσότερες πληροφορίες # sunsetting.popup.dontshow=Να μην εμφανιστεί ξανά αυτό # -sunsetting.popup.moreInfo.gearVR=Για περισσότερες πληροφορίες, επισκέψου τη διεύθυνση https://aka.ms/MinecraftSunsetting σε οποιοδήποτε πρόγραμμα περιήγησης στο web. # -sunsetting.popup.moreInfo.gearVR.geo=Για περισσότερες πληροφορίες, επισκέψου τη διεύθυνση https://aka.ms/MinecraftGeoSunsetting σε οποιοδήποτε πρόγραμμα περιήγησης στο web. # - -sunsetting.popup.pendingSunset.ios=Η δυνατότητα υποστήριξης αυτής της συσκευής σύντομα δεν θα ισχύει. Θα συνεχίσεις να λαμβάνεις ενημερώσεις μέχρι τον Φεβρουάριο του 2024, όταν θα λάβεις την τελευταία ενημέρωση για αυτή τη συσκευή.%sΑφού λάβεις την τελευταία ενημέρωση, θα μπορείς ακόμα να παίζεις στους κόσμους σου και να αποκτάς πρόσβαση στις αγορές από το Marketplace (συμπεριλαμβανομένων των Minecoin), ωστόσο δεν θα μπορείς πια να κάνεις νέες αγορές από αυτή τη συσκευή. Τα Realms των οποίων η διαχείριση γίνεται από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν, εκτός αν ενημερωθούν από τον κάτοχο του Realm σε μια διαφορετική συσκευή. Για να ακυρώσεις τη συνδρομή σου σε ένα Realm, θα πρέπει να μεταβείς στο μενού «Ρυθμίσεις» για τις συνδρομές που δημιουργήθηκαν στην εκάστοτε συσκευή. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια για πολλούς παίκτες με συσκευές ή Realms που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς επίσης να συνδέεσαι σε κάποιους διακομιστές. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, όπως για το πώς μπορείς να μεταφέρεις τον κόσμο σου σε μια νέα συσκευή. # -sunsetting.popup.pendingSunset.android=Η δυνατότητα υποστήριξης αυτής της συσκευής σύντομα δεν θα ισχύει. Θα συνεχίσεις να λαμβάνεις ενημερώσεις μέχρι τον Φεβρουάριο του 2024, όταν θα λάβεις την τελευταία ενημέρωση για αυτή τη συσκευή.%sΑφού λάβεις την τελευταία ενημέρωση, θα μπορείς ακόμα να παίζεις στους κόσμους σου και να αποκτάς πρόσβαση στις αγορές από το Marketplace (συμπεριλαμβανομένων των Minecoin), ωστόσο δεν θα μπορείς πια να κάνεις νέες αγορές από αυτή τη συσκευή. Τα Realms των οποίων η διαχείριση γίνεται από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν, εκτός αν ενημερωθούν από τον κάτοχο του Realm σε μια διαφορετική συσκευή. Για να ακυρώσεις τη συνδρομή σου σε ένα Realm, θα πρέπει να μεταβείς στις συνδρομές σου στο Google Play. Μπορείς να αποκτήσεις πρόσβαση στο Google Play από οποιαδήποτε υποστηριζόμενη συσκευή ή από PC, εφόσον μπορείς να συνδεθείς στον λογαριασμό σου. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια για πολλούς παίκτες με συσκευές ή Realms που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς επίσης να συνδέεσαι σε κάποιους διακομιστές.%sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, όπως για το πώς μπορείς να μεταφέρεις τον κόσμο σου σε μια νέα συσκευή. # -sunsetting.popup.pendingSunset.ios_android=Η ικανότητά μας να υποστηρίζουμε αυτή τη συσκευή πλησιάζει στο τέλος της. Θα συνεχίσεις να λαμβάνεις ενημερώσεις μέχρι τον Νοέμβριο του 2022, όταν θα λάβεις και την τελευταία ενημέρωση για αυτή τη συσκευή. Λυπούμαστε για την ταλαιπωρία. %sΑφού λάβεις την τελευταία ενημέρωση, θα μπορείς ακόμα να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές από το Marketplace (συμπεριλαμβανομένων των Minecoin). Τα Realms των οποίων η διαχείριση γίνεται από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν εκτός αν ενημερωθούν από τον κάτοχο του Realm σε μια διαφορετική συσκευή. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια για πολλούς παίκτες με συσκευές ή Realms που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς επίσης να συνδέεσαι σε κάποιους διακομιστές. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων τρόπων μετακίνησης των κόσμων σου σε μια νέα συσκευή. # -sunsetting.popup.sunset.ios_android=Αυτή η συσκευή δεν υποστηρίζεται πλέον. Έλαβες την τελευταία ενημέρωση για αυτή τη συσκευή. Στο εξής, μπορείς να συνεχίσεις τις κατασκευές στους κόσμους σου και οι αγορές σου από το Marketplace (συμπεριλαμβανομένων των Minecoin) θα συνεχίσουν να είναι διαθέσιμες. Τα Realms θα συνεχίσουν να λειτουργούν εκτός αν ενημερωθούν από τον κάτοχο του Realm σε μια διαφορετική συσκευή. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια για πολλούς παίκτες με συσκευές ή Realms που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς επίσης να συνδέεσαι σε κάποιους διακομιστές. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων τρόπων μετακίνησης των κόσμων σου σε μια νέα συσκευή. Λυπούμαστε για την ταλαιπωρία και εκτιμούμε τον χρόνο που έχεις αφιερώσει στο παιχνίδι μας. Ελπίζουμε πως θα σε δούμε ξανά σε ενημερωμένη συσκευή. # -sunsetting.popup.pendingSunset.gearvr_win10=Η ικανότητά μας να υποστηρίζουμε αυτή τη συσκευή πλησιάζει στο τέλος της. Θα συνεχίσεις να λαμβάνεις ενημερώσεις μέχρι την επόμενη μεγάλη κυκλοφορία, οπότε και θα λάβεις την τελευταία ενημέρωση για αυτή τη συσκευή. Λυπούμαστε για την ταλαιπωρία. %sΑφού λάβεις την τελευταία ενημέρωση, θα μπορείς ακόμα να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές από το Marketplace (συμπεριλαμβανομένων των Minecoin). Ωστόσο, δεν θα έχεις πλέον πρόσβαση σε παιχνίδια για πολλούς παίκτες και σε Realms από αυτή τη συσκευή. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις με συσκευές ή Realms που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς επίσης να συνδέεσαι σε κάποιους διακομιστές. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων τρόπων μεταφοράς των κόσμων σου σε μια νέα συσκευή. # -sunsetting.popup.sunset.gearvr_win10=Αυτή η συσκευή δεν υποστηρίζεται πλέον. Έλαβες την τελευταία ενημέρωση για αυτή τη συσκευή. Στο εξής μπορείς να συνεχίσεις να χτίζεις στους κόσμους σου και οι αγορές σου στο Marketplace (συμπεριλαμβανομένων των Minecoin) θα εξακολουθούν να είναι διαθέσιμες. Ωστόσο, δεν θα έχεις πλέον πρόσβαση σε παιχνίδι για πολλούς παίκτες ή στο Realms από αυτή τη συσκευή. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις με συσκευές που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς επίσης να συνδέεσαι σε κάποιους διακομιστές. # -sunsetting.popup.pendingSunset.dx10=Η ικανότητά μας να υποστηρίζουμε αυτή τη συσκευή γραφικών πλησιάζει στο τέλος της. Θα συνεχίσεις να λαμβάνεις ενημερώσεις μέχρι την επόμενη μεγάλη κυκλοφορία, οπότε και θα λάβεις την τελευταία ενημέρωση για αυτή τη συσκευή. Λυπούμαστε για την ταλαιπωρία. %sΑφού λάβεις την τελευταία ενημέρωση, θα μπορείς ακόμα να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές από το Marketplace (συμπεριλαμβανομένων των Minecoin). Τα Realms των οποίων η διαχείριση γίνεται από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν εκτός αν ενημερωθούν από τον κάτοχο του Realm σε μια διαφορετική συσκευή. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια για πολλούς παίκτες με συσκευές ή Realms που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς επίσης να συνδέεσαι σε κάποιους διακομιστές. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων τρόπων μεταφοράς των κόσμων σου σε μια νέα συσκευή. # -sunsetting.popup.sunset.dx10=Αυτή η συσκευή γραφικών δεν υποστηρίζεται πλέον. Έλαβες την τελευταία ενημέρωση για αυτή τη συσκευή. Στο εξής, μπορείς να συνεχίσεις τις κατασκευές στους κόσμους σου και οι αγορές σου από το Marketplace (συμπεριλαμβανομένων των Minecoin) θα συνεχίσουν να είναι διαθέσιμες. Τα Realms θα συνεχίσουν να λειτουργούν εκτός αν ενημερωθούν από τον κάτοχο του Realm σε μια διαφορετική συσκευή. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια για πολλούς παίκτες με συσκευές ή Realms που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς επίσης να συνδέεσαι σε κάποιους διακομιστές. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων τρόπων μετακίνησης των κόσμων σου σε μια νέα συσκευή. Λυπούμαστε για την ταλαιπωρία και εκτιμούμε τον χρόνο που έχεις αφιερώσει στο παιχνίδι μας, καθώς και την υποστήριξή σου. # - -sunsetting.popup.pendingSunset.geo.ios=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή πλησιάζει στο τέλος της στην περιοχή σου. Αφού λάβεις την τελική ενημέρωση, θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν για 6 μήνες. Στις 30 Σεπτεμβρίου 2023, δεν θα έχεις πλέον πρόσβαση στο Realm. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό και να ακυρώσεις τη συνδρομή σου προβάλλοντας τις ρυθμίσεις Συνδρομών στη συσκευή σου. %sΑν έχεις μπει με λογαριασμό Microsoft/Xbox Live, οι αγορές και τα Minecoins σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες. Αν θέλεις να μετακινήσεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή έφτασε στο τέλος της στην περιοχή σου. Θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν έως τις 30 Σεπτεμβρίου 2023. Μετά, δεν θα έχεις πλέον πρόσβαση στο Realm. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό. %sΑν έχεις μπει με λογαριασμό Microsoft/Xbox Live, οι αγορές και τα Minecoins σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες. Αν θέλεις να μετακινήσεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή πλησιάζει στο τέλος της στην περιοχή σου. Αφού λάβεις την τελική ενημέρωση, θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν για 6 μήνες. Στις 30 Σεπτεμβρίου 2023, δεν θα έχεις πλέον πρόσβαση στο Realm. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό. %sΑν έχεις μπει με λογαριασμό Microsoft/Xbox Live, οι αγορές και τα Minecoins σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες. Αν θέλεις να μετακινήσεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή έφτασε στο τέλος της στην περιοχή σου. Θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν έως τις 30 Σεπτεμβρίου 2023. Μετά, δεν θα έχεις πλέον πρόσβαση στο Realm. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό. %sΑν έχεις μπει με λογαριασμό Microsoft/Xbox Live, οι αγορές και τα Minecoins σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες. Αν θέλεις να μετακινήσεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή πλησιάζει στο τέλος της στην περιοχή σου. Με αυτή την τελική ενημέρωση, θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν για 6 μήνες. Στις 30 Σεπτεμβρίου 2023, δεν θα έχεις πλέον πρόσβαση στα Realms από αυτή τη συσκευή. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό και να ακυρώσεις τη συνδρομή σου προβάλλοντας τις συνδρομές σου στο Google Play. %sΔεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια με πολλούς παίκτες. Επίσης, δεν θα μπορείς να συνδέεσαι σε ορισμένους διακομιστές. %sΑν έχεις μπει με λογαριασμό Microsoft/Xbox Live, οι αγορές και τα Minecoins σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες όπου παίζεις Minecraft. Μπορείς να ξεκινήσεις μια νέα συνδρομή από αυτές τις πλατφόρμες όπου παίζεις Minecraft. %sΑν θέλεις να μετακινήσεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή έφτασε στο τέλος της στην περιοχή σου. Θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν έως τις 30 Σεπτεμβρίου 2023. Μετά, δεν θα έχεις πλέον πρόσβαση στο Realm. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό. %sΑν έχεις μπει με λογαριασμό Microsoft/Xbox Live, οι αγορές και τα Minecoins σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες. Αν θέλεις να μετακινήσεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή πλησιάζει στο τέλος της στην περιοχή σου. Αφού λάβεις την τελική ενημέρωση, θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν για 6 μήνες. Στις 30 Σεπτεμβρίου 2023, δεν θα έχεις πλέον πρόσβαση στο Realm. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό. %sΑν έχεις μπει με λογαριασμό Microsoft/Xbox Live, οι αγορές και τα Minecoins σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες. Αν θέλεις να μετακινήσεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. # -sunsetting.popup.sunset.geo.generic=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή έφτασε στο τέλος της στην περιοχή σου. Θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν έως τις 30 Σεπτεμβρίου 2023. Μετά, δεν θα έχεις πλέον πρόσβαση στο Realm. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό. %sΑν έχεις μπει με λογαριασμό Microsoft/Xbox Live, οι αγορές και τα Minecoins σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες. Αν θέλεις να μετακινήσεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. # +sunsetting.popup.pendingSunset.device=Η δυνατότητά μας να υποστηρίζουμε αυτήν τη συσκευή πλησιάζει στο τέλος της. Θα συνεχίσεις να λαμβάνεις ενημερώσεις μέχρι τον Μάρτιο του 2025, όταν θα λάβεις την τελευταία ενημέρωση που θα λειτουργεί με αυτήν τη συσκευή.%sΑφού λάβεις την τελευταία ενημέρωση, θα μπορείς ακόμα να παίζεις στους κόσμους σου και να αποκτάς πρόσβαση στις αγορές από το Marketplace (συμπεριλαμβανομένων των Minecoin), ωστόσο δεν θα μπορείς πια να κάνεις νέες αγορές από αυτήν τη συσκευή. Τα Realm των οποίων η διαχείριση γίνεται από αυτήν τη συσκευή θα συνεχίσουν να λειτουργούν για 6 μήνες από τον Μάρτιο του 2025, εκτός αν ενημερωθούν από τον κάτοχο του Realm σε μια διαφορετική συσκευή. Για να ακυρώσεις τη συνδρομή σου σε ένα Realm, θα πρέπει να μεταβείς στο μενού Ρυθμίσεις για τις Συνδρομές στην εκάστοτε συσκευή στην οποία δημιουργήθηκε το Realm. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια για πολλούς παίκτες με συσκευές ή Realm που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς, επίσης, να συνδέεσαι σε κάποιους διακομιστές. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες. # +sunsetting.popup.sunset.device=Η δυνατότητά μας να υποστηρίζουμε με αυτήν τη συσκευή έφτασε στο τέλος της. Θα σταματήσεις να λαμβάνεις ενημερώσεις απ΄΄ο τον Μάρτιο του 2025, μέχρι να ενημερώσεις τη συσκευή σου. Αυτή είναι η τελευταία συμβατή ενημέρωση με αυτήν τη συσκευή.%sΘα μπορείς να συνεχίσεις να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές στο Marketplace (συμπεριλαμβανομένων των Minecoin). Τα Realm των οποίων η διαχείριση γίνεται από αυτήν τη συσκευή θα συνεχίσουν να λειτουργούν για 6 μήνες από τον Μάρτιο του 2025, εκτός αν ενημερωθούν από τον κάτοχο του Realm σε μια διαφορετική συσκευή. Για να ακυρώσεις τη συνδρομή σου σε ένα realm, θα πρέπει να μεταβείς στο μενού Ρυθμίσεις για τις Συνδρομές στην εκάστοτε συσκευή με την οποία δημιουργήθηκε το Realm. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια για πολλούς παίκτες με συσκευές ή Realm που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς, επίσης, να συνδέεσαι σε κάποιους διακομιστές. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες. # +sunsetting.popup.pendingSunset.windows_xr=Η δυνατότητά μας να υποστηρίζουμε αυτήν τη συσκευή γραφικών VR/MR έφτασε στο τέλος της. Αυτή η συσκευή δεν θα υποστηρίζεται πλέον στις ενημερώσεις μετά τον Μάρτιο του 2025, όταν θα λάβεις την τελική ενημέρωση που υποστηρίζει αυτήν τη συσκευή.%s Αφού λάβεις την τελική ενημέρωση, θα εξακολουθείς να λαμβάνεις ενημερώσεις στο PC σου και θα μπορείς να παίζεις χωρίς συσκευή γραφικών VR/MR. Στο εξής μπορείς να συνεχίσεις να χτίζεις στους κόσμους σου και οι αγορές σου στο Marketplace (συμπεριλαμβανομένων των Μαρκών) θα εξακολουθούν να είναι διαθέσιμες σε μη-VR/MR συσκευές γραφικών όπως μια οθόνη υπολογιστή. Δεν θα μπορείς πλέον να χρησιμοποιήσεις τη συσκευή γραφικών VR/MR σου στο Minecraft, καθώς δεν θα υποστηρίζεται πλέον στις τελευταίες ενημερώσεις.%sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες. # +sunsetting.popup.sunset.windows_xr=Η δυνατότητά μας να υποστηρίζουμε αυτήν τη συσκευή γραφικών VR/MR έφτασε στο τέλος της. Αυτή η συσκευή VR/MR δεν υποστηρίζεται πλέον. Έχεις λάβει την τελική ενημέρωση που υποστηρίζει αυτήν τη συσκευή γραφικών και θα εξακολουθείς να λαμβάνεις ενημερώσεις στο PC σου και θα μπορείς να παίζεις χωρίς συσκευή γραφικών VR/MR. Στο εξής μπορείς να συνεχίσεις να χτίζεις στους κόσμους σου και οι αγορές σου στο Marketplace (συμπεριλαμβανομένων των Minecoin) θα εξακολουθούν να είναι διαθέσιμες σε μη-VR/MR συσκευές γραφικών όπως μια οθόνη υπολογιστή. Δεν θα μπορείς πλέον να χρησιμοποιήσεις τη συσκευή γραφικών VR/MR σου στο Minecraft, καθώς δεν θα υποστηρίζεται πλέον στις τελευταίες ενημερώσεις.%sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες. Συγγνώμη για την αναστάτωση, εκτιμούμε βαθύτατα το χρόνο που έχεις αφιερώσει στο παιχνίδι μας και την υποστήριξή σου. # +sunsetting.popup.pendingSunset.geo=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή πλησιάζει στο τέλος της στην περιοχή σου. Αφού λάβεις την τελική ενημέρωση, θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται σε διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν για 6 μήνες. Στις 30 Σεπτεμβρίου 2023, δεν θα έχεις πλέον πρόσβαση στο Realm. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό.%sΑν έχεις συνδεθεί με έναν λογαριασμό Microsoft, οι αγορές και τα Minecoin σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες. Αν θέλεις να μετακινήσεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου.%sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. # +sunsetting.popup.sunset.geo=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή έφτασε στο τέλος της στην περιοχή σου. Θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται σε διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν έως τις 30 Σεπτεμβρίου 2023. Μετά, δεν θα έχεις πλέον πρόσβαση στο Realm. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό.%sΑν έχεις συνδεθεί με έναν λογαριασμό Microsoft, οι αγορές και τα Minecoin σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες. Αν θέλεις να μεταφέρεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου.%sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. # sunsetting.banner.play.worldTab.pending=Η έκδοσή σου μπορεί σύντομα να μην συνδέεται σε παιχνίδια για πολλούς παίκτες # sunsetting.banner.play.friendsTab.pending=Η έκδοσή σου μπορεί σύντομα να μην συνδέεται σε παιχνίδια για πολλούς παίκτες # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Συστατικά: # 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=Επένδυση πανοπλίας Wayfinder # +item.raiser_armor_trim_smithing_template.name=Επένδυση πανοπλίας Raiser # +item.shaper_armor_trim_smithing_template.name=Επένδυση πανοπλίας Shaper # +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=Κεραμικό Θραύσμα Ξεφύσημα # item.spawn_egg.entity.camel.name=Αυγό Γένεσης Καμήλας # item.spruce_hanging_sign.name=Κρεμαστή επιγραφή από έλατο # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Επένδυση πανοπλίας Wayfinder # trim_pattern.wild.name=Επένδυση Άγριας Πανοπλίας # trim_pattern.bolt.name=Επένδυση πανοπλίας κεραυνού # trim_pattern.flow.name=Επένδυση πανοπλίας ροής # -upgrade.netherite_upgrade.name=Αναβάθμιση Εγκατίτη # storageManager.mainSizeLabel=%s - 1 αντικείμενο # storageManager.mainSizeLabelPlural=%s - %s αντικείμενα # @@ -8443,6 +8453,8 @@ 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.recurring.offerTrial=Το Marketplace Pass είναι μια συνεχόμενη συνδρομή με επαναλαμβανόμενη χρέωση συνδρομής η οποία επιβάλλεται αυτόματα κάθε μήνα έως ότου ακυρωθεί η συνδρομή.%s150+ πακέτα από το Marketplace θα είναι άμεσα διαθέσιμα. Μπορείς να ακυρώσεις τη συνδρομή σου για να σταματήσεις μελλοντικές χρεώσεις από τις ρυθμίσεις της συνδρομής. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Το Marketplace Pass είναι μια συνδρομή σε εξέλιξη με επαναλαμβανόμενη χρέωση συνδρομής η οποία επιβάλλεται αυτόματα κάθε μήνα έως ότου ακυρωθεί η συνδρομή.%s150+ πακέτα από το Marketplace θα είναι αμέσως διαθέσιμα. Θα χρεώνεσαι %s/μήνα και μπορείς να ακυρώσεις τη συνδρομή σου για να σταματήσεις μελλοντικές χρεώσεις από τις ρυθμίσεις της συνδρομής. #### {StrContains="Marketplace Pass"} store.csb.consumable.offerTrial=150+ πακέτα από το Marketplace θα είναι άμεσα διαθέσιμα. Οι πρώτες 30 ημέρες είναι δωρεάν και μπορείς, στη συνέχεια, να πραγματοποιήσεις ανανέωση για 30 ημέρες στην τιμή των %s. # @@ -8854,8 +8866,6 @@ store.myAccount=Ο λογαριασμός μου # store.xbl.signin=Σύνδεση # store.xbl.signinOrSignUp=Πραγματοποίησε είσοδο ή εγγραφή δωρεάν # store.xbl.disconnected=Αποσυνδέθηκε # -store.xbl.conversionFailedTitle=Κάτι δεν πήγε καλά # -store.xbl.conversionFailedMessage=Δοκίμασε ξανά αργότερα. # store.sales.allByCreator=Εκπτώσεις! # store.sales.bundlesOnSale=Εκπτώσεις στις συλλογές! # @@ -9027,8 +9037,8 @@ tile.deny.name=Απαγόρευση # tile.border_block.name=Όριο # tile.anvil.intact.name=Αμόνι # tile.anvil.name=Αμόνι # -tile.anvil.slightlyDamaged.name=Ελαφρώς φθαρμένο αμόνι # -tile.anvil.veryDamaged.name=Πολύ φθαρμένο αμόνι # +tile.anvil.slightlyDamaged.name=Ραγισμένο Αμόνι # +tile.anvil.veryDamaged.name=Φθαρμένο Αμόνι # tile.barrier.name=Εμπόδιο # tile.beacon.name=Φάρος # tile.beacon.primary=Κύρια δύναμη # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Κύβος από Σίδερο # tile.lapis_block.name=Κύβος Λαζουρίτη # tile.redstone_block.name=Κύβος Ερυθρόλιθου # tile.bookshelf.name=Ράφι βιβλιοθήκης # -tile.brick_block.name=Κύβος από τούβλα # +tile.brick_block.name=Τούβλα # tile.brown_mushroom.name=Καφέ μανιτάρι # tile.brown_mushroom_block.mushroom.name=Μανιτάρι # tile.brown_mushroom_block.stem.name=Κοτσάνι μανιταριού # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Μπλε χρωματισμένος υαλοπ tile.stained_glass_pane.purple.name=Μοβ χρωματισμένος υαλοπίνακας # tile.stained_glass_pane.magenta.name=Φούξια χρωματισμένος υαλοπίνακας # tile.stained_glass_pane.pink.name=Ροζ χρωματισμένος υαλοπίνακας # -tile.clay.name=Κύβος από πηλό # +tile.clay.name=Πηλός # tile.hardened_clay.name=Τερακότα # tile.stained_hardened_clay.black.name=Μαύρη τερακότα # tile.stained_hardened_clay.blue.name=Μπλε τερακότα # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Τοίχος από κόκκινα tile.cocoa.name=Κακάο # tile.command_block.name=Κύβος εντολών # tile.composter.name=Κομποστοποιητής # -tile.light_block.name=Κύβος φωτός # +tile.light_block.name=Φωτεινό # tile.repeating_command_block.name=Επαναλαμβανόμενος κύβος εντολών # tile.chain_command_block.name=Αλυσίδα κύβου εντολών # tile.wheat.name=Σπαρτά # tile.darkOakFence.name=Φράκτης από σκούρα βελανιδιά # tile.dark_oak_fence_gate.name=Πύλη φράκτη από σκούρα βελανιδιά # -tile.daylight_detector.name=Αισθητήρας φωτός ημέρας # +tile.daylight_detector.name=Ανιχνευτής φωτός ημέρας # tile.deadbush.name=Ξερός θάμνος # tile.detector_rail.name=Ράγα ανίχνευσης # tile.dirt.coarse.name=Τραχύ χώμα # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Διανομέας # tile.iron_door.name=Σιδερένια πόρτα # tile.doorWood.name=Ξύλινη πόρτα # tile.double_plant.fern.name=Μεγάλη φτέρη # -tile.double_plant.grass.name=Διπλό ψηλό γρασίδι # +tile.double_plant.grass.name=Ψηλό γρασίδι # tile.double_plant.name=Φυτό # tile.double_plant.paeonia.name=Παιώνια # tile.double_plant.rose.name=Θάμνος τριαντάφυλλων # @@ -9385,7 +9395,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=Ραγισμένο πετρότουβλο με έντομο "ψαράκι" # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Πέτρα με έντομο "ψαράκι" # tile.mushroom.name=Μανιτάρι # tile.noteblock.name=Κύβος νότας # tile.mycelium.name=Μυκήλιο # -tile.nether_brick.name=Κύβος από τούβλα Εγκάτων # -tile.red_nether_brick.name=Κόκκινο τούβλο των Εγκάτων # +tile.nether_brick.name=Τούβλα Εγκάτων # +tile.red_nether_brick.name=Κόκκινα Τούβλα Εγκάτων # tile.nether_brick_fence.name=Φράκτης από τούβλα Εγκάτων # tile.quartz_ore.name=Ορυκτός χαλαζίας Εγκάτων # tile.netherreactor.active=Ενεργός! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Επιγραφή από ξύλο ζούγκλας tile.acacia_standing_sign.name=Επιγραφή από ακακία # tile.darkoak_standing_sign.name=Επιγραφή από σκούρα βελανιδιά # tile.slime.name=Κύβος γλίτσας # -tile.snow.name=Χιόνι # +tile.snow.name=Κύβος Χιονιού # tile.sponge.dry.name=Σφουγγάρι # tile.sponge.wet.name=Βρεγμένο σφουγγάρι # tile.spruceFence.name=Φράκτης από έλατο # @@ -9549,30 +9559,30 @@ tile.stonebrick.smooth.name=Λεία πετρότουβλα # tile.stonecutter.name=Εργαλείο κοπής πέτρας # tile.stonecutter_block.name=Κόφτης πέτρας # tile.mossy_cobblestone.name=Χορταριασμένος κυβόλιθος # -tile.double_stone_slab.brick.name=Τουβλόπλακα # +tile.double_stone_slab.brick.name=Πλάκα Τούβλων # tile.double_stone_slab.cobble.name=Πλάκα από κυβόλιθο # tile.double_stone_slab.name=Πέτρινη πλάκα # tile.double_stone_slab.nether_brick.name=Τουβλόπλακα Εγκάτων # tile.double_stone_slab.quartz.name=Πλάκα χαλαζία # tile.double_stone_slab.sand.name=Πλάκα από ψαμμίτη # -tile.double_stone_slab.smoothStoneBrick.name=Πέτρινη τουβλόπλακα # +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=Τουβλόπλακα Εγκάτων # tile.stone_slab.quartz.name=Πλάκα χαλαζία # tile.stone_slab.sand.name=Πλάκα από ψαμμίτη # -tile.stone_slab.smoothStoneBrick.name=Πέτρινη τουβλόπλακα # +tile.stone_slab.smoothStoneBrick.name=Πλάκα Πετρότουβλων # tile.stone_slab.wood.name=Ξύλινη πλάκα # tile.double_stone_slab2.red_sandstone.name=Πλάκα από κόκκινο ψαμμίτη # tile.stone_slab2.red_sandstone.name=Πλάκα από κόκκινο ψαμμίτη # tile.stone_slab2.purpur.name=Μοβ πλάκα # tile.stone_slab2.prismarine.rough.name=Πλάκα από πρισμαρίνα # tile.stone_slab2.prismarine.dark.name=Πλάκα από σκούρα πρισμαρίνα # -tile.stone_slab2.prismarine.bricks.name=Τουβλόπλακα από πρισμαρίνα # +tile.stone_slab2.prismarine.bricks.name=Πλάκα Τούβλων από Πρισμαρίνα # tile.stone_slab2.mossy_cobblestone.name=Πλάκα από χορταριασμένο κυβόλιθο # tile.stone_slab2.red_nether_brick.name=Πλάκα από κόκκινα τούβλα των Εγκάτων # tile.stone_slab2.sandstone.smooth.name=Πλάκα από λείο ψαμμίτη # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Νεκρός μοβ κοράλλινος κύ tile.coral_block.red_dead.name=Νεκρός κόκκινος κοράλλινος κύβος # tile.coral_block.yellow_dead.name=Νεκρός κίτρινος κοράλλινος κύβος # tile.tallgrass.fern.name=Φτέρη # -tile.tallgrass.grass.name=Γρασίδι # -tile.tallgrass.name=Γρασίδι # +tile.tallgrass.grass.name=Κοντό γρασίδι # +tile.tallgrass.name=Κοντό γρασίδι # tile.tallgrass.shrub.name=Χαμόδεντρο # tile.tuff_brick_slab.name=Πλάκα από Τούβλα Τόφου # tile.tuff_brick_stairs.name=Σκάλες από Τούβλα Τόφου # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Σκάλες από Τόφο # tile.tuff_wall.name=Τοίχος από Τόφο # tile.seagrass.seagrass.name=Θαλάσσια βλάστηση # tile.sea_pickle.name=Θαλάσσια πίκλα # -tile.turtle_egg.name=Αυγό θαλάσσιας χελώνας # +tile.turtle_egg.name=Αυγό χελώνας # tile.coral.blue.name=Μπλε κοράλλι # tile.coral.pink.name=Ροζ κοράλλι # tile.coral.purple.name=Μοβ κοράλλι # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Νεκρό μαλακό κόκκινο κορά tile.coral_fan_dead.yellow_fan.name=Νεκρό μαλακό κίτρινο κοράλλι # tile.glass_pane.name=Υαλοπίνακας # tile.tnt.name=Δυναμίτης # -tile.snow_layer.name=Επάνω χιόνι # +tile.snow_layer.name=Χιόνι # tile.torch.name=Πυρσός # tile.trapdoor.name=Καταπακτή από βελανιδιά # tile.acacia_trapdoor.name=Καταπακτή από ακακία # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Νερό # tile.water.name=Νερό # tile.waterlily.name=Νούφαρο # tile.web.name=Ιστός αράχνης # -tile.heavy_weighted_pressure_plate.name=Βαριά Πλάκα πίεσης # -tile.light_weighted_pressure_plate.name=Ελαφριά Πλάκα πίεσης # +tile.heavy_weighted_pressure_plate.name=Βαριά Σταθμισμένη Πλάκα Πίεσης # +tile.light_weighted_pressure_plate.name=Ελαφριά Σταθμισμένη Πλάκα Πίεσης # tile.end_stone.name=Πέτρα του Τέλους # tile.end_bricks.name=Πετρότουβλα του Τέλους # tile.planks.acacia.name=Σανίδες από ακακία # @@ -10288,7 +10298,7 @@ xbox.signin.enterCode=Και πληκτρολόγησε αυτόν τον κωδ xbox.signin.enterCode.qr=2. Συμπλήρωσε τον κωδικό παρακάτω όταν σου ζητηθεί: # xbox.signin.letsPlay=Ας παίξουμε! # xbox.signin.message=Πραγματοποίησε είσοδο με τον δωρεάν λογαριασμό Microsoft για να ζήσεις την απόλυτη εμπειρία του κόσμου του Minecraft. # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Συνδέσου με διαφορετικό λογαριασμό Microsoft # xbox.signin.website=Επισκέψου αυτήν την τοποθεσία web από άλλη συσκευή: # xbox.signin.website.qr=1. Επισκέψου αυτήν την τοποθεσία web από άλλη συσκευή: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Η είσοδος στο sandbox %s απ xbox.dev_wrongSandboxSigninFailed.button.dev=Αλλαγή σε Sandbox προγραμματισμού # xbox.dev_wrongSandboxSigninFailed.button.retail=Αλλαγή σε Sandbox λιανικής # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Απαλοιφή δεδομένων εισόδου λογαριασμού # -xbox.addfriendsignin.line1=Βρες τους φίλους σου χρησιμοποιώντας την ετικέτα παίκτη τους, για να βλέπεις πότε είναι online. # -xbox.addfriendsignin.line2=Πραγματοποίησε είσοδο με λογαριασμό Microsoft για να ξεκινήσεις να προσθέτεις φίλους! # xbox.invitesignin.line1=Προσκάλεσε τους φίλους σου με τις ετικέτες παίκτη τους για να βλέπεις τους κόσμους τους όταν είναι online. # xbox.invitesignin.line2=Πραγματοποίησε είσοδο με λογαριασμό Microsoft για να ξεκινήσεις να προσκαλείς φίλους! # xbox.thirdpartysignin.line1=Σε περιμένουν απίστευτα μίνι παιχνίδια και νέοι παίκτες! Όμως πρώτα, ο/η '%s' θα ήθελε να σε γνωρίσει. # xbox.thirdpartysignin.line2=Πρέπει να έχεις εισέλθει με λογαριασμό Microsoft για να συνδεθείς! # xbox.signInLong=Πραγματοποίησε είσοδο δωρεάν! # xbox.signOutLong=Πραγματοποίησε έξοδο από τον λογαριασμό Microsoft # -xbox.externalServer.title=Παίξε σε διακομιστή # -xbox.externalServer.line1=Οι διακομιστές προσφέρουν μερικούς από τους πιο δημιουργικούς τρόπους για να παίξεις Minecraft! Θα πρέπει απλώς να συνδεθείς ώστε να βεβαιωθούμε ότι έχεις άδεια για παιχνίδι online με καινούργια άτομα. # xbox.genericsignin.line1=Ο λογαριασμός Minecraft σού επιτρέπει να παίξεις παιχνίδι για πολλούς παίκτες στο Internet με φίλους σε υπολογιστές και κινητές συσκευές. Και το καλύτερο; # xbox.genericsignin.line2=Είναι ΔΩΡΕΑΝ! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Επιλογή νέας εμφάνισης # dr.classic_skins.custom_skin_title=Εισαγωγή εμφάνισης # dr.classic_skins.custom_skin_description=Κάνε εισαγωγή ενός αρχείου png (64x32, 64x64 ή 128x128) από τη συσκευή σου για να το χρησιμοποιήσεις ως την εμφάνισή σου. Αυτή η ρύθμιση δεν θα συγχρονιστεί μεταξύ συσκευών ή παιχνιδιών. # -dr.classic_skins.custom_skin_description_disabled= Η συσκευή σου δεν μπορεί να επιλέξει μια προσαρμοσμένη εμφάνιση, ενώ βρίσκεσαι σε παιχνίδι για πολλούς παίκτες. Γύρισε στο κύριο μενού, αν θες να επιλέξεις μία. # +dr.classic_skins.custom_skin_description_disabled=Η συσκευή σου δεν μπορεί να επιλέξει μια προσαρμοσμένη εμφάνιση, ενώ βρίσκεσαι σε παιχνίδι για πολλούς παίκτες. Γύρισε στο κύριο μενού, αν θες να επιλέξεις μία. # dr.classic_skins.custom_skin_description_popup=Οι παίκτες με προσαρμοσμένες εμφανίσεις δεν θα είναι ορατοί σε σένα αν είναι ενεργοποιημένη η επιλογή "Να επιτρέπονται μόνο αξιόπιστες εμφανίσεις" # dr.classic_skins.custom_skin_section_title=Εμφανίσεις που σου ανήκουν # dr.classic_skins.invalidCustomSkin=Εισαγωγή αρχείου .png διαστάσεων 64x64, 64x32 ή 128x128 # diff --git a/resource_pack/texts/en_GB.lang b/resource_pack/texts/en_GB.lang index 1a659bad9..79aa6a7d1 100644 --- a/resource_pack/texts/en_GB.lang +++ b/resource_pack/texts/en_GB.lang @@ -964,6 +964,7 @@ 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.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 # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s already has recipe unlocked: %2$s # commands.recipes.playerDoesNotHaveRecipe=%1$s does not have the recipe: %2$s # commands.recipes.notFound=The recipe could not be found. # commands.recipes.notUnlockable=The recipe is not unlockable in the recipe book. # +commands.reload.all.description=Reloads all function and script files from all behaviour packs, or optionally reloads the world and all resource and behaviour packs. # commands.reload.description=Reloads all function and script files from all behaviour packs. # -commands.reload.editor.description=Reloads all function and script files from all behaviour packs or optionally restarts the client to reload all resources. # +commands.reload.started=Reloading the world has been started. # commands.reload.success=Function and script files have been reloaded. # commands.reload.error=An unexpected error occurred. # +commands.reload.onlyHost=Only host player can reload the world. # commands.replaceitem.description=Replaces items in inventories. # commands.replaceitem.failed=Could not replace %s slot %d with %d * %s # commands.replaceitem.keepFailed=There is already an item occupying %s slot %d. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Creator Cameras: Focus Target Ca createWorldScreen.experimentalFocusTargetCameraDescription=Enables behaviour for the existing free camera to target an entity # createWorldScreen.recipeUnlocking=Recipe Unlocking # createWorldScreen.recipeUnlockingDescription=Enable recipe unlocking # -createWorldScreen.experimentalholiday=Holiday Creator Features # -createWorldScreen.experimentalholidayDescription=Add data-driven blocks and item technology to customise block shape, rotation, damage and more # createWorldScreen.experimentalGameTest=Beta APIs # createWorldScreen.experimentalGameTestDescription=Use 'beta' versions of API modules in add-on packs # createWorldScreen.experimentalMolangFeatures=MoLang Features # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=You need to be signed in to a Micro realmsSharingScreen.invalidPermissionTitle=Invalid permissions # realmsSharingScreen.unexpectedServerResponseTitle=Realms Error # realmsSharingScreen.unexpectedServerResponseMessage=Sorry, we had a problem connecting to the Realm. Please try again later. # +realmsSharingScreen.inviteLinkNotFoundTitle=Realms Error # +realmsSharingScreen.inviteLinkNotFoundMessage=This invite link is invalid. # realmsCreateScreen.title.create=Create a Realm Server # realmsCreateScreen.title.extend=Extend Your Realm # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Extend by 180 Days # xblLogin.LoginMessageTitle=Microsoft Account # xblLogin.LoginMessage=Connecting… # -xbl.savePurchase.description.line1=Do you want to play with whatever you buy from any Minecraft Store-enabled system? Sign in with a FREE Microsoft account and sync your purchased Skins, Textures, Maps and Mash-ups to use and play in Minecraft! # -xbl.savePurchase.description.line2=If you lose your system or uninstall Minecraft, your purchases will still be synced and accessible on any system when you use your Microsoft account. # -xbl.savePurchase.leaveOnDevice=Leave on Device # -xbl.savePurchase.title=Save purchases to a Microsoft Account? # xbl.savePurchase.saveButton=Save to Microsoft Account # -xbl.savePurchase.toast.title=Success! # -xbl.savePurchase.toast.message=Purchases synced to Microsoft Account! # -xbl.savePurchase.inProgress.message=Transferring purchases to Microsoft Account... # - -xbl.syncIAP.title=Sync purchases to your Microsoft Account? # -xbl.syncIAP.description=Sign in to a Microsoft Account to sync your Skins, Texture Packs, Worlds and Mash-ups. They will be there for you on any device where you play Minecraft. # -xbl.syncIAP.syncNow=Sync Now... # -xbl.syncIAP.syncLaterEllipsis=Sync Later... # -xbl.syncIAP.syncLater=Sync Later # -xbl.syncIAP.toast.title=Success! # -xbl.syncIAP.toast.message=Purchases synced to your Microsoft Account! # -xbl.syncIAP.inProgress.message=Syncing purchases to your Microsoft Account… # -xbl.syncIAP.skipSignIn.prompt.description=This Microsoft Account will not be the primary account for this device if you do not sync this device's purchases to this account. You will not automatically sign in when you start Minecraft. # - -xbl.syncIAP.confirmSync.prompt.title=Sync to %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=Would you like to sync your app store purchases to %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=Packs purchased outside Minecraft Marketplace can only be synced once. They will continue to be available to anyone who plays on this device. # -xbl.syncIAP.confirmSync.prompt.yes=Yes, Sync My Purchases # 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. # @@ -2512,8 +2495,6 @@ 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 customised 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.skipSignIn.prompt.title=Temporary Account # -xbl.skipSignIn.prompt.description=This Microsoft Account will not be the primary account for this device if you do not transfer this device's purchases to this account. You will not automatically sign in when you start Minecraft. # 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? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s suffocated in a wall # death.attack.lava=%1$s tried to swim in lava # death.attack.lava.player=%1$s tried to swim in lava to escape %2$s # death.attack.lightningBolt=%1$s was struck by lightning # +death.attack.maceSmash.player=%1$s was smashed by %2$s # +death.attack.maceSmash.player.item=%1$s was smashed by %2$s with %3$s # death.attack.magic=%1$s was killed by magic # death.attack.magma=%1$s discovered the floor was lava # death.attack.magma.player=%1$s walked on danger zone due to %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Server and Client have different disconnectionScreen.editor.cannotUseRayTracing=Ray Tracing-enabled resource packs are not yet compatible with Editor projects. # disconnectionScreen.unexpectedPacket=Disconnected due to an unexpected type of packet received which cannot be processed. This could be due to a version mismatch or corruption at the networking level. # disconnectionScreen.connectionLost=The connection to the host was lost. If that world is still being hosted, please check your internet connection and try to connect again. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Unable to load world. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Try opening this world in demo mode. # disconnectionScreen.errorCode=Error Code: # storageSpaceWarningScreen.frontend=You are almost out of data storage space! Minecraft has restricted access to this feature until you clear up additional storage space. # @@ -3041,7 +3026,7 @@ entity.villager.librarian=Librarian # entity.villager.shepherd=Shepherd # entity.villager.tool=Tool Smith # entity.villager.weapon=Weapon Smith # -entity.villager.mason=Stone Mason # +entity.villager.mason=Mason # entity.villager.unskilled=Unskilled Villager # entity.villager_v2.name=Villager # entity.vindicator.name=Vindicator # @@ -3126,7 +3111,7 @@ feed.upload=Your screenshot is being uploaded... # feed.manage=Manage Feed # feed.share=Share # feed.addScreenshot=Add Screenshot # -feed.screenshotCapturedRealms=Screenshot captured. Go to Realms Stories to share it. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Screenshot captured. You can view it in your screenshot gallery. # feed.screenshotAlmostFull=Screenshot captured. Your gallery is almost full. (%d/%d) # feed.screenshotReachedMax=Screenshot captured. Your gallery is full. (%d/%d) # @@ -3420,7 +3405,7 @@ howtoplay.anvil.text.5=There is a chance that the Anvil will be damaged with eac howtoplay.armor=Armour # howtoplay.armor.text.1=By wearing Armour, you can protect yourself from incoming damage. Your Armour level is represented by :armor: on the HUD, the higher the level, the less damage you will take. # howtoplay.armor.header.1=Crafting # -howtoplay.armor.text.2=Armour can be crafted from Leather, Iron, Gold, or Diamond. Chain Armour can be obtained through villager trading and loot from zombies and skeletons. # +howtoplay.armor.text.2=Armour can be crafted from Leather, Iron, Gold or Diamond. Chainmail Armour can be obtained through villager trading and loot from zombies and skeletons. # howtoplay.armor.text.3=Equip Armour by opening your inventory and moving pieces of Armour to the appropriate slot next to your player skin. # howtoplay.armor.text.4=Iron, Chain, and Gold Armour can be smelted into Iron or Gold Nuggets in a Furnace. # howtoplay.armor.header.2=Shield # @@ -3501,8 +3486,8 @@ howtoplay.blocks.text.7=§eTerracotta§f – This is found naturally in Badlands howtoplay.blocks.text.8=§eMagma Block§f – This is found naturally in the Nether, it gives off a little light and will burn whoever steps on it. # howtoplay.blocks.text.9=§eCoarse Dirt§f – This is almost like a normal Dirt Block but Grass can't grow on it. It can be found in Savanna and Mega Taiga biomes. # -howtoplay.bookAndQuill=Book & Quill # -howtoplay.bookAndQuill.text.1=The Book & Quill lets you record your adventures. Tell your story by entering text into the pages. You can even change the title and the author! Sign the Book & Quill to finalize your work. The Book & Quill will be editable until it is signed. # +howtoplay.bookAndQuill=Book and Quill # +howtoplay.bookAndQuill.text.1=The Book and Quill lets you record your adventures. Tell your story by entering text into the pages. You can even change the title and the author! Sign the Book and Quill to finalise your work. The Book and Quill will be editable until it is signed. # howtoplay.brewingStand=Brewing Stand # howtoplay.brewingStand.text.1=Brewing potions requires a Brewing Stand. Every potion starts off with a bottle of water, which is made by filling a Glass Bottle with water from a Cauldron or water source. # @@ -3643,7 +3628,7 @@ howtoplay.camera.text.2=To take a picture from your point of view, press :_input howtoplay.camera.text.2.touch=To take a picture from your point of view, tap and hold, then release. # howtoplay.camera.text.3=To take a selfie, place a camera and press :_input_key.use: on it. # howtoplay.camera.text.3.touch=To take a selfie, place a camera and tap the Take Picture button. # -howtoplay.camera.text.4=Pictures can be viewed in the Portfolio or inserted into the Book & Quill. # +howtoplay.camera.text.4=Pictures can be viewed in the Portfolio or inserted into the Book and Quill. # howtoplay.portfolio=Portfolio # howtoplay.portfolio.title=How to Play: Portfolio # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=Explore a world of possibility with Minecoins: Minecr howtoplay.minecoins.text.2=Once redeemed, your Minecoins are linked to your Microsoft account, so you can access your coins and purchases on other supported devices, too! # howtoplay.minecoins.button.text.1=Get Minecoins # howtoplay.minecoins.header.1=Disclaimer # -howtoplay.minecoins.text.3=*Minecoins require a version of Minecraft: Bedrock Edition with Minecraft Marketplace. Minecoins are not compatible on PlayStation®. For compatibility information see minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins require a version of Minecraft: Bedrock Edition with Minecraft Marketplace. Minecoins are not compatible on PlayStation®. For compatibility information, see minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Mining # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Gold # item.axolotlColorWild.name=Brown # item.axolotlColorBlue.name=Blue # item.golden_apple.name=Golden Apple # -item.appleEnchanted.name=Enchanted Apple # +item.appleEnchanted.name=Enchanted Golden Apple # item.armadillo_scute.name=Armadillo Scute # item.armor_stand.name=Armour Stand # item.arrow.name=Arrow # @@ -4626,7 +4611,7 @@ item.banner.half_vertical_right.red=Red Per Pale Inverted # item.banner.half_vertical_right.silver=Light Grey Per Pale Inverted # item.banner.half_vertical_right.white=White Per Pale Inverted # item.banner.half_vertical_right.yellow=Yellow Per Pale Inverted # -item.banner.illager_captain.name=Illager Banner # +item.banner.illager_captain.name=Ominous Banner # item.banner.lightBlue.name=Light Blue Banner # item.banner.lime.name=Lime Banner # item.banner.magenta.name=Magenta Banner # @@ -5022,7 +5007,7 @@ item.boat.big_oak.name=Dark Oak Boat # item.bone.name=Bone # item.book.name=Book # item.breeze_rod.name=Breeze Rod # -item.chainmail_boots.name=Chain Boots # +item.chainmail_boots.name=Chainmail Boots # item.leather_boots.name=Leather Boots # item.diamond_boots.name=Diamond Boots # item.golden_boots.name=Golden Boots # @@ -5122,18 +5107,18 @@ item.warped_fungus_on_a_stick.name=Warped Fungus on a Stick # item.carrot.name=Carrot # item.cauldron.name=Cauldron # item.charcoal.name=Charcoal # -item.chainmail_chestplate.name=Chain Chestplate # +item.chainmail_chestplate.name=Chainmail Chestplate # item.leather_chestplate.name=Leather Tunic # item.diamond_chestplate.name=Diamond Chestplate # item.golden_chestplate.name=Golden Chestplate # item.iron_chestplate.name=Iron Chestplate # item.chorus_fruit.name=Chorus Fruit # item.chorus_fruit_popped.name=Popped Chorus Fruit # -item.cooked_beef.name=Cooked Beef # +item.cooked_beef.name=Steak # item.cooked_chicken.name=Cooked Chicken # item.cooked_porkchop.name=Cooked Porkchop # item.chicken.name=Raw Chicken # -item.clay_ball.name=Clay # +item.clay_ball.name=Clay Ball # item.clock.name=Clock # item.coal.name=Coal # item.comparator.name=Redstone Comparator # @@ -5242,7 +5227,7 @@ item.golden_axe.name=Golden Axe # item.iron_axe.name=Iron Axe # item.stone_axe.name=Stone Axe # item.wooden_axe.name=Wooden Axe # -item.chainmail_helmet.name=Chain Helmet # +item.chainmail_helmet.name=Chainmail Helmet # item.leather_helmet.name=Leather Cap # item.diamond_helmet.name=Diamond Helmet # item.golden_helmet.name=Golden Helmet # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Netherite Helmet # item.lead.name=Lead # item.leather.name=Leather # item.leaves.name=Leaves # -item.chainmail_leggings.name=Chain Leggings # +item.chainmail_leggings.name=Chainmail Leggings # item.leather_leggings.name=Leather Pants # item.diamond_leggings.name=Diamond Leggings # item.golden_leggings.name=Golden Leggings # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Desert Village Map # item.map.exploration.jungle_temple.name=Jungle Explorer Map # item.map.exploration.swamp_hut.name=Swamp Explorer Map # item.map.exploration.trial_chambers.name=Trial Explorer Map # -item.melon.name=Melon # -item.milk.name=Milk # +item.melon.name=Melon Slice # +item.milk.name=Milk Bucket # item.minecart.name=Minecart # item.chest_minecart.name=Minecart with Chest # item.command_block_minecart.name=Minecart with Command Block # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Shulker Spawn Egg # item.spawn_egg.entity.endermite.name=Endermite Spawn Egg # item.spawn_egg.entity.evocation_illager.name=Evoker Spawn Egg # item.spawn_egg.entity.vex.name=Vex Spawn Egg # -item.spawn_egg.entity.turtle.name=Sea Turtle Spawn Egg # +item.spawn_egg.entity.turtle.name=Turtle Spawn Egg # item.spawn_egg.entity.dolphin.name=Dolphin Spawn Egg # item.spawn_egg.entity.phantom.name=Phantom Spawn Egg # item.spawn_egg.entity.panda.name=Panda Spawn Egg # @@ -5440,13 +5425,13 @@ item.record_creator.desc=Lena Raine – Creator # item.record_creator_music_box.desc=Lena Raine – Creator (Music Box) # item.record_precipice.desc=Aaron Cherof – Precipice # item.redstone.name=Redstone Dust # -item.reeds.name=Sugar Canes # +item.reeds.name=Sugar Cane # item.kelp.name=Kelp # item.dried_kelp.name=Dried Kelp # item.rotten_flesh.name=Rotten Flesh # item.ruby.name=Ruby # item.saddle.name=Saddle # -item.wheat_seeds.name=Seeds # +item.wheat_seeds.name=Wheat Seeds # item.beetroot_seeds.name=Beetroot Seeds # item.melon_seeds.name=Melon Seeds # item.pumpkin_seeds.name=Pumpkin Seeds # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Acacia Sign # item.darkoak_sign.name=Dark Oak Sign # item.crimson_sign.name=Crimson Sign # item.warped_sign.name=Warped Sign # -item.skull.char.name=Head # +item.skull.char.name=Player Head # item.skull.creeper.name=Creeper Head # item.skull.dragon.name=Dragon Head # item.skull.player.name=%s's Head # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Wither Skeleton Skull # item.skull.zombie.name=Zombie Head # item.slime_ball.name=Slimeball # item.snowball.name=Snowball # -item.speckled_melon.name=Glistering Melon # +item.speckled_melon.name=Glistering Melon Slice # item.spider_eye.name=Spider Eye # item.stick.name=Stick # item.string.name=String # @@ -5493,7 +5478,7 @@ item.weathered_copper_door.name=Weathered Copper Door # item.wind_charge.name=Wind Charge # item.wheat.name=Wheat # item.wolf_armor.name=Wolf Armour # -item.writable_book.name=Book & Quill # +item.writable_book.name=Book and Quill # item.written_book.name=Written Book # item.glowstone_dust.name=Glowstone Dust # item.shulker_shell.name=Shulker Shell # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Turtle Scute # item.phantom_membrane.name=Phantom Membrane # item.sweet_berries.name=Sweet Berries # item.suspicious_stew.name=Suspicious Stew # +item.field_masoned_banner_pattern.name=Field Masoned Banner Pattern # +item.creeper_banner_pattern.name=Creeper Charge Banner Pattern # +item.flow_banner_pattern.name=Flow Banner Pattern # +item.flower_banner_pattern.name=Flower Charge Banner Pattern # +item.globe_banner_pattern.name=Globe Banner Pattern # +item.guster_banner_pattern.name=Guster Banner Pattern # +item.piglin_banner_pattern.name=Snout Banner Pattern # +item.skull_banner_pattern.name=Skull Charge Banner Pattern # +item.mojang_banner_pattern.name=Thing Banner Pattern # +item.bordure_indented_banner_pattern.name=Bordure Indented Banner Pattern # item.banner_pattern.bricks=Field Masoned # item.banner_pattern.creeper=Creeper Charge # item.banner_pattern.flow=Flow # @@ -5650,7 +5645,7 @@ joincode.found.title=Join World # joincode.found.message=Is this the world you were trying to join? # joincode.found.host_name=Hosted By: %1 # joincode.icon_text.null=Empty # -joincode.icon_text.1=Book & Quill # +joincode.icon_text.1=Book and Quill # joincode.icon_text.2=Balloon # joincode.icon_text.3=Rail # joincode.icon_text.4=Alex # @@ -5955,7 +5950,6 @@ map.position=Position: %s, %s, %s # mcoServer.title=Minecraft Online World # -menu.ai_lesson_crafter=Lesson Crafter # menu.achievements=Achievements # menu.convertingLevel=Expanding world # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Width # options.codeBuilder=Code Builder # options.content_log_file=Enable Content Log File # options.content_log_gui=Enable Content Log GUI # +options.content_log_gui.level=GUI Log Level # +options.content_log_gui.level.info=Info # +options.content_log_gui.level.warn=Warn # +options.content_log_gui.level.error=Error # options.controller=Controller # options.controllerLayout=Controller Layout # options.controllerSettings=Controller Settings # @@ -6296,14 +6294,14 @@ options.dev_displayMarketplaceDocumentId=Show Marketplace Document ID # options.dev_addCoins=Add %s Coins # options.dev_addCoinTitle=Add Coins # options.dev_reset_entitlements=Reset All Entitlements # -options.dev_reset_entitlements_loading=Resetting Entitlements, this dialogue will close once the process finishes. You can close this window, but closing the game before this command finishes may result in unexpected behaviour. # -options.dev_reset_entitlements_error_unfinished=Warning, not all entitlements were properly deleted. Try running the command again, possibly after restarting the client. # +options.dev_reset_entitlements_loading=Resetting Entitlements, this dialogue will close once the process finishes. You can close this window, but closing the game before this command finishes may result in unexpected behaviour. # +options.dev_reset_entitlements_error_unfinished=Warning, not all entitlements were properly deleted. Try running the command again, possibly after restarting the client. # options.dev_reset_entitlements_warning=Warning! This will delete all of your entitlements, including legacy entitlements that you may not be able to get back! This operation may take a while if you have a large number of entitlements. Are you sure you want to continue? # options.dev_reset_entitlements_success=Entitlements successfully deleted. # options.dev_currencyFailureWarning=The network call failed. Error: %s # options.dev_currencyFailureWarningGeneric=The network call failed. Make sure you are logged into an allow-listed account. # options.dev_reset_wallet=Reset Wallet # -options.dev_allowlist_failure=Error! Operation has failed. Double-check to make sure this account is on the Allow List. # +options.dev_allowlist_failure=Error! Operation has failed. Double-check to make sure this account is on the Allow List. # options.discoveryEnvironment=Discovery Environment (Requires Restart) # options.discoveryEnvironment.production=Production # options.discoveryEnvironment.staging=Staging # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Override Experimental Treatments # 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_discoveryOverrideServiceName=Service Name (safety, persona, etc.) # +options.dev_discoveryOverrideServiceBranch=Branch # +options.dev_resetAllEndpointOverrides=Reset All Endpoints # +options.dev_apply=Apply # options.dev_displayTreatmentsPanel=Display Treatments # options.dev_currentTreatmentsTitle=Current Treatments # options.dev_unusedTreatmentsTitle=Unused Treatments # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Tier 2 – KitKat # options.dev_sunsetting_tier.three=Tier 3 – FireTV # options.dev_sunsetting_tier.four=Tier 4 – 1024MB # options.dev_sunsetting_tier.five=Tier 5 – iOS 12 & Nougat # +options.dev_sunsetting_tier.six=Tier 6 – iOS 13, Android 8, VR devices # options.dev_sunsetting_tier.not_pending=Not pending # options.dev_gatherings_section=Gatherings # options.dev_gatherings_enable=Enable Gatherings # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=This high render distance could cause a low frame options.raytracing.renderdistance.warning=This setting may cause performance issues while playing the game. # options.resetSettings=Reset to Default # options.resetSettings.popUp=Do you really want to reset the settings? # -options.maxFramerate=Max Framerate (Experimental) # +options.maxFramerate=Framerate Limit # +options.maxFramerate.tooltip=Lower the game's maximum framerate to improve battery life and device health. Actual framerate may fall below the set limit. # options.maxFramerateFormat=%s FPS # options.perf_turtle=Performance Turtle # options.msaa=Anti-Aliasing # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Adaptive Vertical Sync # options.websocketEncryption=Require Encrypted Websockets # options.websocketEncryptionWarningLabel=Only disable this option if you are actively connecting to a known and safe application. # options.filelocation.title=File Storage Location # +options.filelocation.title.edu=Local Storage Location # options.filelocation.external=External # options.filelocation.appdata=Application # options.filelocation.external.warning.title=Warning # @@ -6960,26 +6966,12 @@ sunsetting.popup.title=This device is no longer supported. # sunsetting.popup.moreInfo=More Info # sunsetting.popup.dontshow=Don't show this again # -sunsetting.popup.moreInfo.gearVR=For more information, please visit https://aka.ms/MinecraftSunsetting in any web browser. # -sunsetting.popup.moreInfo.gearVR.geo=For more information, please visit https://aka.ms/MinecraftGeoSunsetting in any web browser. # - -sunsetting.popup.pendingSunset.ios=Our ability to support this device is coming to an end. You will continue to receive updates until Feb 2024, when you will receive your final update for this device.%sAfter you receive the final update, you will still be able to play on your worlds and access Marketplace purchases (including Minecoins). However, you will no longer be able to make new purchases on this device. Realms managed from this device will continue to work for 6 months unless they are updated by the Realm owner on a different device. To cancel your realm subscription, you will need to do so in the Settings menu for Subscriptions on the device the Realm was created from. You will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers.%sClick on the button for more information, including ways to move your world to a new device. # -sunsetting.popup.pendingSunset.android=Our ability to support this device is coming to an end. You will continue to receive updates until Feb 2024, when you will receive your final update for this device.%sAfter you receive the final update, you will still be able to play on your worlds and access Marketplace purchases (including Minecoins). However, you will no longer be able to make new purchases on this device. Realms managed from this device will continue to work for 6 months unless they are updated by the Realm owner on a different device. To cancel your realm subscription, you will need to do so in your subscriptions in Google Play. You can access Google Play on any supported device or from a PC where you are able to log in to your account. You will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers.%sClick on the button for more information, including ways to move your world to a new device. # -sunsetting.popup.pendingSunset.ios_android=Our ability to support this device is coming to an end. You will continue to receive updates until Nov 2022, whereupon you will receive your final update for this device. We deeply apologise for the inconvenience. %sAfter you receive the final update, you will still be able to play on your worlds and access Marketplace purchases (including Minecoins). Realms managed from this device will continue to work for 6 months unless they are updated by the Realm owner on a different device. You will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers. %sClick on the button for more information, including ways to move your worlds to a new device. # -sunsetting.popup.sunset.ios_android=This device is no longer supported. You have received the final update for this device. From this point on you can keep building in your worlds, and your Marketplace purchases (including Minecoins) will continue to be available. Your Realms will continue to work unless they are updated by the Realm owner on a different device. You will no longer receive the latest updates, and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers. %sClick on the button for more information, including ways to move your worlds to a new device. We know this is an inconvenience - we deeply appreciate the time you spent with our game, and hope to see you again on an updated device. # -sunsetting.popup.pendingSunset.gearvr_win10=Our ability to support this device is coming to an end. You will continue to receive updates until our next major release, whereupon you will receive your final update for this device. We deeply apologise for the inconvenience. %sAfter you receive the final update, you will still be able to play on your worlds and access Marketplace purchases (including Minecoins). However you will no longer have access to multiplayer or Realms from this device. You will no longer receive the latest updates, and will be unable to play with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers. %sClick on the button for more information, including ways to move your worlds to a new device. # -sunsetting.popup.sunset.gearvr_win10=This device is no longer supported. You have received the final update for this device. From this point on you can keep building in your worlds, and your Marketplace purchases (including Minecoins) will continue to be available. However, you will no longer have access to multiplayer or Realms from this device. You will no longer receive the latest updates, and will be unable to play with devices which are continuing to receive updates. You will also not be able to connect to certain servers. # -sunsetting.popup.pendingSunset.dx10=Our ability to support this graphics device is coming to an end. You will continue to receive updates until our next major release, whereupon you will receive your final update for this device. We deeply apologise for the inconvenience. %sAfter you receive the final update, you will still be able to play on your worlds and access Marketplace purchases (including Minecoins). Realms managed from this device will continue to work unless they are updated by the Realm owner on a different device. You will no longer receive the latest updates, and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers. %sClick on the button for more information, including ways to move your worlds to a new device. # -sunsetting.popup.sunset.dx10=This graphics device is no longer supported. You have received the final update for this device. From this point on you can keep building in your worlds, and your Marketplace purchases (including Minecoins) will continue to be available. Your Realms will continue to work unless they are updated by the Realm owner on a different device. You will no longer receive the latest updates, and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers. %sClick on the button for more information, including ways to move your worlds to a new device. We know this is an inconvenience, and deeply appreciate the time you spent with our game, and your support. # - -sunsetting.popup.pendingSunset.geo.ios=Our ability to support this device is coming to an end in your area. After you receive the final update, you will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work for 6 months. On Sept. 30th, 2023 you will no longer have access to the realm. It is recommended you download your world prior to this and cancel your subscription by viewing your Subscriptions settings on your device. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Our ability to support this device has come to an end in your area. You will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work until Sept. 30th, 2023. Afterwards you will no longer have access to the Realm. It is recommended you download your world prior to this. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Our ability to support this device is coming to an end in your area. After you receive the final update, you will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work for 6 months. On Sept. 30th, 2023 you will no longer have access to the realm. It is recommended you download your world prior to this. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Our ability to support this device has come to an end in your area. You will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work until Sept. 30th, 2023. Afterwards you will no longer have access to the Realm. It is recommended you download your world prior to this. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Our ability to support this device is coming to an end in your area. With this final update, you will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work for 6 months. On Sept. 30th, 2023 you will no longer have access to the realms from this device. It is recommended you download your world prior to this and cancel your subscription by viewing your subscriptions in Google Play. %sYou will no longer receive the latest updates and will be unable to play multiplayer. You will also not be able to connect to certain servers. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on your other platforms where you play Minecraft. You can start a new subscription from these other platforms where you play Minecraft. %sIf you would like to move your worlds from this device to another, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Our ability to support this device has come to an end in your area. You will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work until Sept. 30th, 2023. Afterwards you will no longer have access to the Realm. It is recommended you download your world prior to this. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Our ability to support this device is coming to an end in your area. After you receive the final update, you will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work for 6 months. On Sept. 30th, 2023 you will no longer have access to the realm. It is recommended you download your world prior to this. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. # -sunsetting.popup.sunset.geo.generic=Our ability to support this device has come to an end in your area. You will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work until Sept. 30th, 2023. Afterwards you will no longer have access to the Realm. It is recommended you download your world prior to this. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. # +sunsetting.popup.pendingSunset.device=Our ability to support this device is coming to an end. You will continue to receive updates until March 2025, when you will receive your final update that will work with this device.%sAfter you receive the final update, you will still be able to play on your worlds and access Marketplace purchases (including Minecoins), however you will no longer be able to make new purchases on this device. Realms managed from this device will continue to work for 6 months from March 2025 unless they are updated by the Realm owner on a different device. To cancel your realm subscription, you will need to do so in the Settings menu for Subscriptions on the device the Realm was created from. You will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers.%sClick on the button for more information. # +sunsetting.popup.sunset.device=Our ability to support this device has come to an end. You will no longer receive updates as of March 2025, until you update your device. This is your final update compatible with this device.%sYou will still be able to play on your worlds and access Marketplace purchases (including Minecoins). Realms managed from this device will continue to work for 6 months from March 2025 unless they are updated by the Realm owner on a different device. To cancel your realm subscription, you will need to do so in the Settings menu for Subscriptions on the device the Realm was created from. You will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers.%sClick on the button for more information. # +sunsetting.popup.pendingSunset.windows_xr=Our ability to support this VR/MR graphic device has come to an end. This device will no longer be supported in updates after March 2025, when you will receive your final update supporting this device.%sAfter you receive the final update, you will still receive updates on your PC and be able to play without a VR/MR device. From this point on you can keep building in your worlds and your Marketplace purchases (including Minecoins) will continue to be available on a non-VR/MR graphics devices such as a computer monitor. You will no longer be able to use your VR/MR device with Minecraft as it will no longer be supported in the latest updates.%sClick on the button for more information. # +sunsetting.popup.sunset.windows_xr=Our ability to support this VR/MR graphic device has come to an end. This VR/MR device is no longer supported. You have received the final update supporting this graphics device and you will still receive updates on your PC and be able to play without a VR/MR device. From this point on, you can keep building in your worlds and your Marketplace purchases (including Minecoins) will continue to be available on a non-VR/MR graphics devices such as a computer monitor. You will no longer be able to use your VR/MR device with Minecraft as it will no longer be supported in the latest updates.%sClick on the button for more information. We know this is an inconvenience and deeply appreciate the time you spent with our game and your support. # +sunsetting.popup.pendingSunset.geo=Our ability to support this device is coming to an end in your area. After you receive the final update, you will still be able to play on your worlds and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work for 6 months. On 30th Sept. 2023, you will no longer have access to the realm. It is recommended you download your world prior to this.%sIf you have signed in with a Microsoft account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm and downloading a backup onto your new device.%sClick on the button for more information, including ways to move your world to a new device. # +sunsetting.popup.sunset.geo=Our ability to support this device has come to an end in your area. You will still be able to play on your worlds and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work until 30th Sept. 2023. Afterwards, you will no longer have access to the Realm. It is recommended you download your world prior to this.%sIf you have signed in with a Microsoft account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm and downloading a backup onto your new device.%sClick on the button for more information, including ways to move your world to a new device. # sunsetting.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 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Ingredients: # item.smithing_template.name=Smithing Template # item.smithing_template.netherite_upgrade.applies_to=Diamond Equipment # item.smithing_template.netherite_upgrade.ingredients=Netherite Ingot # +item.netherite_upgrade_smithing_template.name=Netherite Upgrade # +item.sentry_armor_trim_smithing_template.name=Sentry Armour Trim # +item.vex_armor_trim_smithing_template.name=Vex Armour Trim # +item.wild_armor_trim_smithing_template.name=Wild Armour Trim # +item.coast_armor_trim_smithing_template.name=Coast Armour Trim # +item.dune_armor_trim_smithing_template.name=Dune Armour Trim # +item.wayfinder_armor_trim_smithing_template.name=Wayfinder Armour Trim # +item.raiser_armor_trim_smithing_template.name=Raiser Armour Trim # +item.shaper_armor_trim_smithing_template.name=Shaper Armour Trim # +item.host_armor_trim_smithing_template.name=Host Armour Trim # +item.ward_armor_trim_smithing_template.name=Ward Armour Trim # +item.silence_armor_trim_smithing_template.name=Silence Armour Trim # +item.tide_armor_trim_smithing_template.name=Tide Armour Trim # +item.snout_armor_trim_smithing_template.name=Snout Armour Trim # +item.rib_armor_trim_smithing_template.name=Rib Armour Trim # +item.eye_armor_trim_smithing_template.name=Eye Armour Trim # +item.spire_armor_trim_smithing_template.name=Spire Armour Trim # +item.flow_armor_trim_smithing_template.name=Flow Armour Trim # +item.bolt_armor_trim_smithing_template.name=Bolt Armour Trim # item.snort_pottery_sherd.name=Snort Pottery Sherd # item.spawn_egg.entity.camel.name=Camel Spawn Egg # item.spruce_hanging_sign.name=Spruce Hanging Sign # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Wayfinder Armour Trim # trim_pattern.wild.name=Wild Armour Trim # trim_pattern.bolt.name=Bolt Armour Trim # trim_pattern.flow.name=Flow Armour Trim # -upgrade.netherite_upgrade.name=Netherite Upgrade # storageManager.mainSizeLabel=%s - 1 Item # storageManager.mainSizeLabelPlural=%s - %s Items # @@ -8443,6 +8453,8 @@ 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.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"} store.csb.consumable.offerTrial=150+ Marketplace packs will be immediately available. Your first 30 days will be free and you can renew for 30 days at the price of %s afterwards. # @@ -8854,8 +8866,6 @@ store.myAccount=My Account # store.xbl.signin=Sign In # store.xbl.signinOrSignUp=Sign In or Sign Up for Free # store.xbl.disconnected=Disconnected # -store.xbl.conversionFailedTitle=Something Went Wrong # -store.xbl.conversionFailedMessage=Please try again later. # store.sales.allByCreator=On Sale Now! # store.sales.bundlesOnSale=Bundles on Sale Now! # @@ -9027,8 +9037,8 @@ tile.deny.name=Deny # tile.border_block.name=Border # tile.anvil.intact.name=Anvil # tile.anvil.name=Anvil # -tile.anvil.slightlyDamaged.name=Slightly Damaged Anvil # -tile.anvil.veryDamaged.name=Very Damaged Anvil # +tile.anvil.slightlyDamaged.name=Chipped Anvil # +tile.anvil.veryDamaged.name=Damaged Anvil # tile.barrier.name=Barrier # tile.beacon.name=Beacon # tile.beacon.primary=Primary Power # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Block of Iron # tile.lapis_block.name=Block of Lapis Lazuli # tile.redstone_block.name=Block of Redstone # tile.bookshelf.name=Bookshelf # -tile.brick_block.name=Brick Block # +tile.brick_block.name=Bricks # tile.brown_mushroom.name=Brown Mushroom # tile.brown_mushroom_block.mushroom.name=Mushroom # tile.brown_mushroom_block.stem.name=Mushroom Stem # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Blue Stained Glass Pane # tile.stained_glass_pane.purple.name=Purple Stained Glass Pane # tile.stained_glass_pane.magenta.name=Magenta Stained Glass Pane # tile.stained_glass_pane.pink.name=Pink Stained Glass Pane # -tile.clay.name=Clay Block # +tile.clay.name=Clay # tile.hardened_clay.name=Terracotta # tile.stained_hardened_clay.black.name=Black Terracotta # tile.stained_hardened_clay.blue.name=Blue Terracotta # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Red Nether Brick Wall # tile.cocoa.name=Cocoa # tile.command_block.name=Command Block # tile.composter.name=Composter # -tile.light_block.name=Light Block # +tile.light_block.name=Light # tile.repeating_command_block.name=Repeating Command Block # tile.chain_command_block.name=Chain Command Block # tile.wheat.name=Crops # tile.darkOakFence.name=Dark Oak Fence # tile.dark_oak_fence_gate.name=Dark Oak Fence Gate # -tile.daylight_detector.name=Daylight Sensor # +tile.daylight_detector.name=Daylight Detector # tile.deadbush.name=Dead Bush # tile.detector_rail.name=Detector Rail # tile.dirt.coarse.name=Coarse Dirt # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Dispenser # tile.iron_door.name=Iron Door # tile.doorWood.name=Wooden Door # tile.double_plant.fern.name=Large Fern # -tile.double_plant.grass.name=Double Tallgrass # +tile.double_plant.grass.name=Tall Grass # tile.double_plant.name=Plant # tile.double_plant.paeonia.name=Peony # tile.double_plant.rose.name=Rose Bush # @@ -9313,7 +9323,7 @@ tile.double_plant.sunflower.name=Sunflower # tile.double_plant.syringa.name=Lilac # tile.dragon_egg.name=Dragon Egg # tile.dropper.name=Dropper # -tile.enchanting_table.name=Enchantment Table # +tile.enchanting_table.name=Enchanting Table # tile.enderChest.name=Ender Chest # tile.end_portal_frame.name=End Portal Frame # tile.farmland.name=Farmland # @@ -9385,7 +9395,7 @@ tile.log.spruce.name=Spruce Log # tile.magma.name=Magma Block # tile.melon_block.name=Melon # tile.mob_spawner.name=Monster Spawner # -tile.monster_egg.brick.name=Infested Stone Brick # +tile.monster_egg.brick.name=Infested Stone Bricks # tile.monster_egg.chiseledbrick.name=Infested Chiselled Stone Brick # tile.monster_egg.cobble.name=Infested Cobblestone # tile.monster_egg.crackedbrick.name=Infested Cracked Stone Brick # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Infested Stone # tile.mushroom.name=Mushroom # tile.noteblock.name=Note Block # tile.mycelium.name=Mycelium # -tile.nether_brick.name=Nether Brick Block # -tile.red_nether_brick.name=Red Nether Brick # +tile.nether_brick.name=Nether Bricks # +tile.red_nether_brick.name=Red Nether Bricks # tile.nether_brick_fence.name=Nether Brick Fence # tile.quartz_ore.name=Nether Quartz Ore # tile.netherreactor.active=Active! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Jungle Sign # tile.acacia_standing_sign.name=Acacia Sign # tile.darkoak_standing_sign.name=Dark Oak Sign # tile.slime.name=Slime Block # -tile.snow.name=Snow # +tile.snow.name=Snow Block # tile.sponge.dry.name=Sponge # tile.sponge.wet.name=Wet Sponge # tile.spruceFence.name=Spruce Fence # @@ -9549,30 +9559,30 @@ tile.stonebrick.smooth.name=Smooth Stone Bricks # tile.stonecutter.name=Stonecutter # tile.stonecutter_block.name=Stonecutter # tile.mossy_cobblestone.name=Mossy Cobblestone # -tile.double_stone_slab.brick.name=Bricks Slab # +tile.double_stone_slab.brick.name=Brick Slab # tile.double_stone_slab.cobble.name=Cobblestone Slab # tile.double_stone_slab.name=Stone Slab # tile.double_stone_slab.nether_brick.name=Nether Brick Slab # tile.double_stone_slab.quartz.name=Quartz Slab # tile.double_stone_slab.sand.name=Sandstone Slab # -tile.double_stone_slab.smoothStoneBrick.name=Stone Bricks Slab # +tile.double_stone_slab.smoothStoneBrick.name=Stone Brick Slab # tile.double_stone_slab.stone.name=Stone Slab # tile.double_stone_slab.wood.name=Wooden Slab # tile.stone_slab.name=Stone Slab # -tile.stone_slab.brick.name=Bricks Slab # +tile.stone_slab.brick.name=Brick Slab # tile.stone_slab.cobble.name=Cobblestone Slab # tile.stone_slab.stone.name=Smooth Stone Slab # tile.stone_slab.nether_brick.name=Nether Brick Slab # tile.stone_slab.quartz.name=Quartz Slab # tile.stone_slab.sand.name=Sandstone Slab # -tile.stone_slab.smoothStoneBrick.name=Stone Bricks Slab # +tile.stone_slab.smoothStoneBrick.name=Stone Brick Slab # tile.stone_slab.wood.name=Wooden Slab # tile.double_stone_slab2.red_sandstone.name=Red Sandstone Slab # tile.stone_slab2.red_sandstone.name=Red Sandstone Slab # tile.stone_slab2.purpur.name=Purpur Slab # tile.stone_slab2.prismarine.rough.name=Prismarine Slab # tile.stone_slab2.prismarine.dark.name=Dark Prismarine Slab # -tile.stone_slab2.prismarine.bricks.name=Prismarine Bricks Slab # +tile.stone_slab2.prismarine.bricks.name=Prismarine Brick Slab # tile.stone_slab2.mossy_cobblestone.name=Mossy Cobblestone Slab # tile.stone_slab2.red_nether_brick.name=Red Nether Brick Slab # tile.stone_slab2.sandstone.smooth.name=Smooth Sandstone Slab # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Dead Bubble Coral Block # tile.coral_block.red_dead.name=Dead Fire Coral Block # tile.coral_block.yellow_dead.name=Dead Horn Coral Block # tile.tallgrass.fern.name=Fern # -tile.tallgrass.grass.name=Grass # -tile.tallgrass.name=Grass # +tile.tallgrass.grass.name=Short Grass # +tile.tallgrass.name=Short Grass # tile.tallgrass.shrub.name=Shrub # tile.tuff_brick_slab.name=Tuff Brick Slab # tile.tuff_brick_stairs.name=Tuff Brick Stairs # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Tuff Stairs # tile.tuff_wall.name=Tuff Wall # tile.seagrass.seagrass.name=Seagrass # tile.sea_pickle.name=Sea Pickle # -tile.turtle_egg.name=Sea Turtle Egg # +tile.turtle_egg.name=Turtle Egg # tile.coral.blue.name=Tube Coral # tile.coral.pink.name=Brain Coral # tile.coral.purple.name=Bubble Coral # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Dead Fire Coral Fan # tile.coral_fan_dead.yellow_fan.name=Dead Horn Coral Fan # tile.glass_pane.name=Glass Pane # tile.tnt.name=TNT # -tile.snow_layer.name=Top Snow # +tile.snow_layer.name=Snow # tile.torch.name=Torch # tile.trapdoor.name=Oak Trapdoor # tile.acacia_trapdoor.name=Acacia Trapdoor # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Water # tile.water.name=Water # tile.waterlily.name=Lily Pad # tile.web.name=Cobweb # -tile.heavy_weighted_pressure_plate.name=Weighted Pressure Plate (Heavy) # -tile.light_weighted_pressure_plate.name=Weighted Pressure Plate (Light) # +tile.heavy_weighted_pressure_plate.name=Heavy Weighted Pressure Plate # +tile.light_weighted_pressure_plate.name=Light Weighted Pressure Plate # tile.end_stone.name=End Stone # tile.end_bricks.name=End Stone Bricks # tile.planks.acacia.name=Acacia Planks # @@ -10288,7 +10298,7 @@ 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.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # 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: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Failed to sign in to %s sandbox. Please 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.addfriendsignin.line1=Find your friends by their Gamertag to see when they are online. # -xbox.addfriendsignin.line2=Sign in with a Microsoft Account to start adding friends! # 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.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.signInLong=Sign in for Free! # xbox.signOutLong=Sign out of your Microsoft Account # -xbox.externalServer.title=Play on a Server # -xbox.externalServer.line1=Servers offer some of the most creative ways to play Minecraft! We just need you to sign in so that we can make sure you have permission to play online with new people. # 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! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Choose New Skin # dr.classic_skins.custom_skin_title=Import Skin # dr.classic_skins.custom_skin_description=Import a png (64x32, 64x64 or 128x128) from your device to use as your skin. This will not sync between devices or games. # -dr.classic_skins.custom_skin_description_disabled= Your device cannot select a custom skin while in a multiplayer game. Please return to the main menu to equip one. # +dr.classic_skins.custom_skin_description_disabled=Your device cannot select a custom skin while in a multiplayer game. Please return to the main menu to equip one. # dr.classic_skins.custom_skin_description_popup=Players with custom skins will not be visible to you if the "Only Allow Trusted Skins" option is enabled # dr.classic_skins.custom_skin_section_title=Owned Skins # dr.classic_skins.invalidCustomSkin=Please import a .png file of dimensions 64x64, 64x32 or 128x128 # diff --git a/resource_pack/texts/en_US.lang b/resource_pack/texts/en_US.lang index 8ec32897a..e323c93c7 100644 --- a/resource_pack/texts/en_US.lang +++ b/resource_pack/texts/en_US.lang @@ -964,6 +964,7 @@ 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.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 @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s already has recipe unlocked: %2$s commands.recipes.playerDoesNotHaveRecipe=%1$s does not have the recipe: %2$s commands.recipes.notFound=The recipe could not be found. commands.recipes.notUnlockable=The recipe is not unlockable in the recipe book. +commands.reload.all.description=Reloads all function and script files from all behavior packs, or optionally reloads the world and all resource and behavior packs. commands.reload.description=Reloads all function and script files from all behavior packs. -commands.reload.editor.description=Reloads all function and script files from all behavior packs, or optionally restarts the client to reload all resources. +commands.reload.started=Reloading the world has been started. commands.reload.success=Function and script files have been reloaded. commands.reload.error=An unexpected error occurred. +commands.reload.onlyHost=Only host player can reload the world. commands.replaceitem.description=Replaces items in inventories. commands.replaceitem.failed=Could not replace %s slot %d with %d * %s commands.replaceitem.keepFailed=There is already an item occupying %s slot %d. @@ -1905,6 +1908,8 @@ 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 @@ -2067,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=You need to be signed in to a Micro realmsSharingScreen.invalidPermissionTitle=Invalid permissions realmsSharingScreen.unexpectedServerResponseTitle=Realms Error realmsSharingScreen.unexpectedServerResponseMessage=Sorry, we had a problem connecting to the Realm. Please try again later. +realmsSharingScreen.inviteLinkNotFoundTitle=Realms Error +realmsSharingScreen.inviteLinkNotFoundMessage=This invite link is invalid. realmsCreateScreen.title.create=Create a Realm Server realmsCreateScreen.title.extend=Extend Your Realm @@ -2466,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Extend by 180 Days xblLogin.LoginMessageTitle=Microsoft Account xblLogin.LoginMessage=Connecting… -xbl.savePurchase.description.line1=Do you want to play with whatever you buy from any Minecraft Store enabled system? Sign in with a FREE Microsoft account and sync your purchased Skins, Textures, Maps, and Mash-ups to use and play in Minecraft! -xbl.savePurchase.description.line2=If you lose your system or uninstall Minecraft, your purchases will still be synced and accessible on any system when you use your Microsoft account. -xbl.savePurchase.leaveOnDevice=Leave on Device -xbl.savePurchase.title=Save purchases to a Microsoft Account? xbl.savePurchase.saveButton=Save to Microsoft Account -xbl.savePurchase.toast.title=Success! -xbl.savePurchase.toast.message=Purchases synced to Microsoft Account! -xbl.savePurchase.inProgress.message=Transferring purchases to Microsoft Account... - -xbl.syncIAP.title=Sync purchases to your Microsoft Account? -xbl.syncIAP.description=Sign in to a Microsoft Account to sync your Skins, Texture Packs, Worlds, and Mash-ups. They will be there for you on any device where you play Minecraft. -xbl.syncIAP.syncNow=Sync Now... -xbl.syncIAP.syncLaterEllipsis=Sync Later... -xbl.syncIAP.syncLater=Sync Later -xbl.syncIAP.toast.title=Success! -xbl.syncIAP.toast.message=Purchases synced to your Microsoft Account! -xbl.syncIAP.inProgress.message=Syncing purchases to your Microsoft Account… -xbl.syncIAP.skipSignIn.prompt.description=This Microsoft Account will not be the primary account for this device if you do not sync this device's purchases to this account. You will not automatically sign in when you start Minecraft. - -xbl.syncIAP.confirmSync.prompt.title=Sync to %s? -xbl.syncIAP.confirmSync.prompt.description.line1=Would you like to sync your app store purchases to %s? -xbl.syncIAP.confirmSync.prompt.description.line2=Packs purchased outside Minecraft Marketplace can only be synced once. They will continue to be available to anyone who plays on this device. -xbl.syncIAP.confirmSync.prompt.yes=Yes, Sync My Purchases 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. @@ -2510,8 +2495,6 @@ 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.skipSignIn.prompt.title=Temporary Account -xbl.skipSignIn.prompt.description=This Microsoft Account will not be the primary account for this device if you do not transfer this device's purchases to this account. You will not automatically sign in when you start Minecraft. 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? @@ -2624,6 +2607,8 @@ death.attack.inWall=%1$s suffocated in a wall death.attack.lava=%1$s tried to swim in lava death.attack.lava.player=%1$s tried to swim in lava to escape %2$s death.attack.lightningBolt=%1$s was struck by lightning +death.attack.maceSmash.player=%1$s was smashed by %2$s +death.attack.maceSmash.player.item=%1$s was smashed by %2$s with %3$s death.attack.magic=%1$s was killed by magic death.attack.magma=%1$s discovered the floor was lava death.attack.magma.player=%1$s walked on danger zone due to %2$s @@ -2813,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Server and Client have different disconnectionScreen.editor.cannotUseRayTracing=Ray Tracing enabled resource packs are not yet compatible with Editor projects. disconnectionScreen.unexpectedPacket=Disconnected due to an unexpected type of packet received which cannot be processed. This could be due to a version mismatch or corruption at the networking level. disconnectionScreen.connectionLost=The connection to the host was lost. If that world is still being hosted, please check your internet connection and try to connect again. +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Unable to load world. +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Try opening this world in demo mode. disconnectionScreen.errorCode=Error Code: storageSpaceWarningScreen.frontend=You are almost out of data storage space! Minecraft has restricted access to this feature until you clear up additional storage space. @@ -3039,7 +3026,7 @@ entity.villager.librarian=Librarian entity.villager.shepherd=Shepherd entity.villager.tool=Tool Smith entity.villager.weapon=Weapon Smith -entity.villager.mason=Stone Mason +entity.villager.mason=Mason entity.villager.unskilled=Unskilled Villager entity.villager_v2.name=Villager entity.vindicator.name=Vindicator @@ -3418,7 +3405,7 @@ howtoplay.anvil.text.5=There is a chance that the Anvil will be damaged with eac howtoplay.armor=Armor howtoplay.armor.text.1=By wearing Armor, you can protect yourself from incoming damage. Your Armor level is represented by :armor: on the HUD, the higher the level, the less damage you will take. howtoplay.armor.header.1=Crafting -howtoplay.armor.text.2=Armor can be crafted from Leather, Iron, Gold, or Diamond. Chain Armor can be obtained through villager trading and loot from zombies and skeletons. +howtoplay.armor.text.2=Armor can be crafted from Leather, Iron, Gold, or Diamond. Chainmail Armor can be obtained through villager trading and loot from zombies and skeletons. howtoplay.armor.text.3=Equip Armor by opening your inventory and moving pieces of Armor to the appropriate slot next to your player skin. howtoplay.armor.text.4=Iron, Chain, and Gold Armor can be smelted into Iron or Gold Nuggets in a Furnace. howtoplay.armor.header.2=Shield @@ -3499,8 +3486,8 @@ howtoplay.blocks.text.7=§eTerracotta§f - This is found naturally in Badlands b howtoplay.blocks.text.8=§eMagma Block§f - This is found naturally in the Nether, it gives off a little light and will burn whoever steps on it. howtoplay.blocks.text.9=§eCoarse Dirt§f - This is almost like a normal Dirt Block but Grass can't grow on it. It can be found in Savanna and Mega Taiga biomes. -howtoplay.bookAndQuill=Book & Quill -howtoplay.bookAndQuill.text.1=The Book & Quill lets you record your adventures. Tell your story by entering text into the pages. You can even change the title and the author! Sign the Book & Quill to finalize your work. The Book & Quill will be editable until it is signed. +howtoplay.bookAndQuill=Book and Quill +howtoplay.bookAndQuill.text.1=The Book and Quill lets you record your adventures. Tell your story by entering text into the pages. You can even change the title and the author! Sign the Book and Quill to finalize your work. The Book and Quill will be editable until it is signed. howtoplay.brewingStand=Brewing Stand howtoplay.brewingStand.text.1=Brewing potions requires a Brewing Stand. Every potion starts off with a bottle of water, which is made by filling a Glass Bottle with water from a Cauldron or water source. @@ -3641,7 +3628,7 @@ howtoplay.camera.text.2=To take a picture from your point of view, press :_input howtoplay.camera.text.2.touch=To take a picture from your point of view, tap and hold, then release. howtoplay.camera.text.3=To take a selfie, place a camera and press :_input_key.use: on it. howtoplay.camera.text.3.touch=To take a selfie, place a camera and tap the Take Picture button. -howtoplay.camera.text.4=Pictures can be viewed in the Portfolio or inserted into the Book & Quill. +howtoplay.camera.text.4=Pictures can be viewed in the Portfolio or inserted into the Book and Quill. howtoplay.portfolio=Portfolio howtoplay.portfolio.title=How to Play: Portfolio @@ -3891,7 +3878,7 @@ howtoplay.minecoins.text.1=Explore a world of possibility with Minecoins: Minecr howtoplay.minecoins.text.2=Once redeemed, your Minecoins are linked to your Microsoft account, so you can access your coins and purchases on other supported devices, too! howtoplay.minecoins.button.text.1=Get Minecoins howtoplay.minecoins.header.1=Disclaimer -howtoplay.minecoins.text.3=*Minecoins require a version of Minecraft: Bedrock Edition with Minecraft Marketplace. Minecoins are not compatible on PlayStation®. For compatibility information see minecraft.net/minecoins  ### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins require a version of Minecraft: Bedrock Edition with Minecraft Marketplace. Minecoins are not compatible on PlayStation®. For compatibility information see minecraft.net/minecoins ### CertRequirement: [PlayStation®] howtoplay.mining=Mining @@ -4293,7 +4280,7 @@ item.axolotlColorGold.name=Gold item.axolotlColorWild.name=Brown item.axolotlColorBlue.name=Blue item.golden_apple.name=Golden Apple -item.appleEnchanted.name=Enchanted Apple +item.appleEnchanted.name=Enchanted Golden Apple item.armadillo_scute.name=Armadillo Scute item.armor_stand.name=Armor Stand item.arrow.name=Arrow @@ -4624,7 +4611,7 @@ item.banner.half_vertical_right.red=Red Per Pale Inverted item.banner.half_vertical_right.silver=Light Gray Per Pale Inverted item.banner.half_vertical_right.white=White Per Pale Inverted item.banner.half_vertical_right.yellow=Yellow Per Pale Inverted -item.banner.illager_captain.name=Illager Banner +item.banner.illager_captain.name=Ominous Banner item.banner.lightBlue.name=Light Blue Banner item.banner.lime.name=Lime Banner item.banner.magenta.name=Magenta Banner @@ -5020,7 +5007,7 @@ item.boat.big_oak.name=Dark Oak Boat item.bone.name=Bone item.book.name=Book item.breeze_rod.name=Breeze Rod -item.chainmail_boots.name=Chain Boots +item.chainmail_boots.name=Chainmail Boots item.leather_boots.name=Leather Boots item.diamond_boots.name=Diamond Boots item.golden_boots.name=Golden Boots @@ -5120,18 +5107,18 @@ item.warped_fungus_on_a_stick.name=Warped Fungus on a Stick item.carrot.name=Carrot item.cauldron.name=Cauldron item.charcoal.name=Charcoal -item.chainmail_chestplate.name=Chain Chestplate +item.chainmail_chestplate.name=Chainmail Chestplate item.leather_chestplate.name=Leather Tunic item.diamond_chestplate.name=Diamond Chestplate item.golden_chestplate.name=Golden Chestplate item.iron_chestplate.name=Iron Chestplate item.chorus_fruit.name=Chorus Fruit item.chorus_fruit_popped.name=Popped Chorus Fruit -item.cooked_beef.name=Cooked Beef +item.cooked_beef.name=Steak item.cooked_chicken.name=Cooked Chicken item.cooked_porkchop.name=Cooked Porkchop item.chicken.name=Raw Chicken -item.clay_ball.name=Clay +item.clay_ball.name=Clay Ball item.clock.name=Clock item.coal.name=Coal item.comparator.name=Redstone Comparator @@ -5240,7 +5227,7 @@ item.golden_axe.name=Golden Axe item.iron_axe.name=Iron Axe item.stone_axe.name=Stone Axe item.wooden_axe.name=Wooden Axe -item.chainmail_helmet.name=Chain Helmet +item.chainmail_helmet.name=Chainmail Helmet item.leather_helmet.name=Leather Cap item.diamond_helmet.name=Diamond Helmet item.golden_helmet.name=Golden Helmet @@ -5272,7 +5259,7 @@ item.netherite_helmet.name=Netherite Helmet item.lead.name=Lead item.leather.name=Leather item.leaves.name=Leaves -item.chainmail_leggings.name=Chain Leggings +item.chainmail_leggings.name=Chainmail Leggings item.leather_leggings.name=Leather Pants item.diamond_leggings.name=Diamond Leggings item.golden_leggings.name=Golden Leggings @@ -5294,8 +5281,8 @@ item.map.exploration.village_desert.name=Desert Village Map item.map.exploration.jungle_temple.name=Jungle Explorer Map item.map.exploration.swamp_hut.name=Swamp Explorer Map item.map.exploration.trial_chambers.name=Trial Explorer Map -item.melon.name=Melon -item.milk.name=Milk +item.melon.name=Melon Slice +item.milk.name=Milk Bucket item.minecart.name=Minecart item.chest_minecart.name=Minecart with Chest item.command_block_minecart.name=Minecart with Command Block @@ -5375,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Shulker Spawn Egg item.spawn_egg.entity.endermite.name=Endermite Spawn Egg item.spawn_egg.entity.evocation_illager.name=Evoker Spawn Egg item.spawn_egg.entity.vex.name=Vex Spawn Egg -item.spawn_egg.entity.turtle.name=Sea Turtle Spawn Egg +item.spawn_egg.entity.turtle.name=Turtle Spawn Egg item.spawn_egg.entity.dolphin.name=Dolphin Spawn Egg item.spawn_egg.entity.phantom.name=Phantom Spawn Egg item.spawn_egg.entity.panda.name=Panda Spawn Egg @@ -5438,13 +5425,13 @@ item.record_creator.desc=Lena Raine - Creator item.record_creator_music_box.desc=Lena Raine - Creator (Music Box) item.record_precipice.desc=Aaron Cherof - Precipice item.redstone.name=Redstone Dust -item.reeds.name=Sugar Canes +item.reeds.name=Sugar Cane item.kelp.name=Kelp item.dried_kelp.name=Dried Kelp item.rotten_flesh.name=Rotten Flesh item.ruby.name=Ruby item.saddle.name=Saddle -item.wheat_seeds.name=Seeds +item.wheat_seeds.name=Wheat Seeds item.beetroot_seeds.name=Beetroot Seeds item.melon_seeds.name=Melon Seeds item.pumpkin_seeds.name=Pumpkin Seeds @@ -5462,7 +5449,7 @@ item.acacia_sign.name=Acacia Sign item.darkoak_sign.name=Dark Oak Sign item.crimson_sign.name=Crimson Sign item.warped_sign.name=Warped Sign -item.skull.char.name=Head +item.skull.char.name=Player Head item.skull.creeper.name=Creeper Head item.skull.dragon.name=Dragon Head item.skull.player.name=%s's Head @@ -5471,7 +5458,7 @@ item.skull.wither.name=Wither Skeleton Skull item.skull.zombie.name=Zombie Head item.slime_ball.name=Slimeball item.snowball.name=Snowball -item.speckled_melon.name=Glistering Melon +item.speckled_melon.name=Glistering Melon Slice item.spider_eye.name=Spider Eye item.stick.name=Stick item.string.name=String @@ -5491,7 +5478,7 @@ item.weathered_copper_door.name=Weathered Copper Door item.wind_charge.name=Wind Charge item.wheat.name=Wheat item.wolf_armor.name=Wolf Armor -item.writable_book.name=Book & Quill +item.writable_book.name=Book and Quill item.written_book.name=Written Book item.glowstone_dust.name=Glowstone Dust item.shulker_shell.name=Shulker Shell @@ -5502,6 +5489,16 @@ item.turtle_shell_piece.name=Turtle Scute item.phantom_membrane.name=Phantom Membrane item.sweet_berries.name=Sweet Berries item.suspicious_stew.name=Suspicious Stew +item.field_masoned_banner_pattern.name=Field Masoned Banner Pattern +item.creeper_banner_pattern.name=Creeper Charge Banner Pattern +item.flow_banner_pattern.name=Flow Banner Pattern +item.flower_banner_pattern.name=Flower Charge Banner Pattern +item.globe_banner_pattern.name=Globe Banner Pattern +item.guster_banner_pattern.name=Guster Banner Pattern +item.piglin_banner_pattern.name=Snout Banner Pattern +item.skull_banner_pattern.name=Skull Charge Banner Pattern +item.mojang_banner_pattern.name=Thing Banner Pattern +item.bordure_indented_banner_pattern.name=Bordure Indented Banner Pattern item.banner_pattern.bricks=Field Masoned item.banner_pattern.creeper=Creeper Charge item.banner_pattern.flow=Flow @@ -5648,7 +5645,7 @@ joincode.found.title=Join World joincode.found.message=Is this the world you were trying to join? joincode.found.host_name=Hosted By: %1 joincode.icon_text.null=Empty -joincode.icon_text.1=Book & Quill +joincode.icon_text.1=Book and Quill joincode.icon_text.2=Balloon joincode.icon_text.3=Rail joincode.icon_text.4=Alex @@ -5953,7 +5950,6 @@ map.position=Position: %s, %s, %s mcoServer.title=Minecraft Online World -menu.ai_lesson_crafter=Lesson Crafter menu.achievements=Achievements menu.convertingLevel=Expanding world menu.copyright=©Mojang AB @@ -6162,6 +6158,10 @@ options.chat.width=Width options.codeBuilder=Code Builder options.content_log_file=Enable Content Log File options.content_log_gui=Enable Content Log GUI +options.content_log_gui.level=GUI Log Level +options.content_log_gui.level.info=Info +options.content_log_gui.level.warn=Warn +options.content_log_gui.level.error=Error options.controller=Controller options.controllerLayout=Controller Layout options.controllerSettings=Controller Settings @@ -6294,14 +6294,14 @@ options.dev_displayMarketplaceDocumentId=Show Marketplace Document Id options.dev_addCoins=Add %s Coins options.dev_addCoinTitle=Add Coins options.dev_reset_entitlements=Reset All Entitlements -options.dev_reset_entitlements_loading=Resetting Entitlements, this dialog will close once the process finishes. You can close this window, but closing the game before this command finishes may result in unexpected behavior. -options.dev_reset_entitlements_error_unfinished=Warning, not all entitlements were properly deleted. Try running the command again, possibly after restarting the client. -options.dev_reset_entitlements_warning=Warning! This will delete all of your entitlements, including legacy entitlements that you may not be able to get back! This operation may take a while if you have a large number of entitlements. Are you sure you want to continue? +options.dev_reset_entitlements_loading=Resetting Entitlements, this dialog will close once the process finishes. You can close this window, but closing the game before this command finishes may result in unexpected behavior. +options.dev_reset_entitlements_error_unfinished=Warning, not all entitlements were properly deleted. Try running the command again, possibly after restarting the client. +options.dev_reset_entitlements_warning=Warning! This will delete all of your entitlements, including legacy entitlements that you may not be able to get back! This operation may take a while if you have a large number of entitlements. Are you sure you want to continue? options.dev_reset_entitlements_success=Entitlements successfully deleted. options.dev_currencyFailureWarning=The network call failed. Error: %s options.dev_currencyFailureWarningGeneric=The network call failed. Make sure you are logged into an allow-listed account. options.dev_reset_wallet=Reset Wallet -options.dev_allowlist_failure=Error! Operation has failed, double check to make sure this account is on the Allow List. +options.dev_allowlist_failure=Error! Operation has failed, double check to make sure this account is on the Allow List. options.discoveryEnvironment=Discovery Environment (Requires Restart) options.discoveryEnvironment.production=Production options.discoveryEnvironment.staging=Staging @@ -6321,7 +6321,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) @@ -6332,6 +6331,11 @@ options.dev_experimentalTreatment=Override Experimental Treatments 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_discoveryOverrideServiceName=Service Name (safety, persona, etc.) +options.dev_discoveryOverrideServiceBranch=Branch +options.dev_resetAllEndpointOverrides=Reset All Endpoints +options.dev_apply=Apply options.dev_displayTreatmentsPanel=Display Treatments options.dev_currentTreatmentsTitle=Current Treatments options.dev_unusedTreatmentsTitle=Unused Treatments @@ -6406,6 +6410,7 @@ options.dev_sunsetting_tier.two=Tier 2 - KitKat options.dev_sunsetting_tier.three=Tier 3 - FireTV options.dev_sunsetting_tier.four=Tier 4 - 1024MB options.dev_sunsetting_tier.five=Tier 5 - iOS 12 & Nougat +options.dev_sunsetting_tier.six=Tier 6 - iOS 13, Android 8, VR devices options.dev_sunsetting_tier.not_pending=Not Pending options.dev_gatherings_section=Gatherings options.dev_gatherings_enable=Enable Gatherings @@ -6630,7 +6635,8 @@ options.renderDistance.warning=This high render distance could cause a low frame options.raytracing.renderdistance.warning=This setting may cause performance issues while playing the game. options.resetSettings=Reset to Default options.resetSettings.popUp=Do you really want to reset the settings? -options.maxFramerate=Max Framerate (Experimental) +options.maxFramerate=Framerate Limit +options.maxFramerate.tooltip=Lower the game's maximum framerate to improve battery life and device health. Actual framerate may fall below the set limit. options.maxFramerateFormat=%s FPS options.perf_turtle=Performance Turtle options.msaa=Anti-Aliasing @@ -6798,6 +6804,7 @@ options.vsync.adaptive=Adaptive Vertical Sync options.websocketEncryption=Require Encrypted Websockets options.websocketEncryptionWarningLabel=Only disable this option if you are actively connecting to a known and safe application. options.filelocation.title=File Storage Location +options.filelocation.title.edu=Local Storage Location options.filelocation.external=External options.filelocation.appdata=Application options.filelocation.external.warning.title=Warning @@ -6958,26 +6965,12 @@ sunsetting.popup.title=This device is no longer supported. sunsetting.popup.moreInfo=More Info sunsetting.popup.dontshow=Don't show this again -sunsetting.popup.moreInfo.gearVR=For more information, please visit https://aka.ms/MinecraftSunsetting in any web browser. -sunsetting.popup.moreInfo.gearVR.geo=For more information, please visit https://aka.ms/MinecraftGeoSunsetting in any web browser. - -sunsetting.popup.pendingSunset.ios=Our ability to support this device is coming to an end. You will continue to receive updates until Feb. of 2024, when you will receive your final update for this device.%sAfter you receive the final update, you will still be able to play on your worlds, and access Marketplace purchases (including Minecoins), however you will no longer be able to make new purchases on this device. Realms managed from this device will continue to work for 6 months unless they are updated by the Realm owner on a different device. To cancel your realm subscription, you will need to do so in the Settings menu for Subscriptions on the device the Realm was created from. You will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers.%sClick on the button for more information, including ways to move your world to a new device. -sunsetting.popup.pendingSunset.android=Our ability to support this device is coming to an end. You will continue to receive updates until Feb. of 2024, when you will receive your final update for this device.%sAfter you receive the final update, you will still be able to play on your worlds, and access Marketplace purchases (including Minecoins), however you will no longer be able to make new purchases on this device. Realms managed from this device will continue to work for 6 months unless they are updated by the Realm owner on a different device. To cancel your realm subscription, you will need to do so in your subscriptions in Google Play, you can access Google Play on any supported device or from PC where you are able to login to your account You will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers.%sClick on the button for more information, including ways to move your world to a new device. -sunsetting.popup.pendingSunset.ios_android=Our ability to support this device is coming to an end. You will continue to receive updates until Nov. of 2022, whereupon you will receive your final update for this device. We deeply apologize for the inconvenience. %sAfter you receive the final update, you will still be able to play on your worlds, and access Marketplace purchases (including Minecoins). Realms managed from this device will continue to work for 6 months unless they are updated by the Realm owner on a different device. You will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers. %sClick on the button for more information, including ways to move your worlds to a new device. -sunsetting.popup.sunset.ios_android=This device is no longer supported. You have received the final update for this device. From this point on you can keep building in your worlds, and your Marketplace purchases (including Minecoins) will continue to be available. Your Realms will continue to work unless they are updated by the Realm owner on a different device. You will no longer receive the latest updates, and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers. %sClick on the button for more information, including ways to move your worlds to a new device. We know this is an inconvenience - we deeply appreciate the time you spent with our game, and hope to see you again on an updated device. -sunsetting.popup.pendingSunset.gearvr_win10=Our ability to support this device is coming to an end. You will continue to receive updates until our next major release, whereupon you will receive your final update for this device. We deeply apologize for the inconvenience. %sAfter you receive the final update, you will still be able to play on your worlds and access Marketplace purchases (including Minecoins). However you will no longer have access to multiplayer or Realms from this device. You will no longer receive the latest updates, and will be unable to play with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers. %sClick on the button for more information, including ways to move your worlds to a new device. -sunsetting.popup.sunset.gearvr_win10=This device is no longer supported. You have received the final update for this device. From this point on you can keep building in your worlds, and your Marketplace purchases (including Minecoins) will continue to be available. However, you will no longer have access to multiplayer or Realms from this device. You will no longer receive the latest updates, and will be unable to play with devices which are continuing to receive updates. You will also not be able to connect to certain servers. -sunsetting.popup.pendingSunset.dx10=Our ability to support this graphics device is coming to an end. You will continue to receive updates until our next major release, whereupon you will receive your final update for this device. We deeply apologize for the inconvenience. %sAfter you receive the final update, you will still be able to play on your worlds and access Marketplace purchases (including Minecoins). Realms managed from this device will continue to work unless they are updated by the Realm owner on a different device. You will no longer receive the latest updates, and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers. %sClick on the button for more information, including ways to move your worlds to a new device. -sunsetting.popup.sunset.dx10=This graphics device is no longer supported. You have received the final update for this device. From this point on you can keep building in your worlds, and your Marketplace purchases (including Minecoins) will continue to be available. Your Realms will continue to work unless they are updated by the Realm owner on a different device. You will no longer receive the latest updates, and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers. %sClick on the button for more information, including ways to move your worlds to a new device. We know this is an inconvenience, and deeply appreciate the time you spent with our game, and your support. - -sunsetting.popup.pendingSunset.geo.ios=Our ability to support this device is coming to an end in your area. After you receive the final update, you will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work for 6 months. On Sept. 30th, 2023 you will no longer have access to the realm. It is recommended you download your world prior to this and cancel your subscription by viewing your Subscriptions settings on your device. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. ##disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Our ability to support this device has come to an end in your area. You will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work until Sept. 30th, 2023. Afterwards you will no longer have access to the Realm. It is recommended you download your world prior to this. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. ##disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Our ability to support this device is coming to an end in your area. After you receive the final update, you will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work for 6 months. On Sept. 30th, 2023 you will no longer have access to the realm. It is recommended you download your world prior to this. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. ##disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Our ability to support this device has come to an end in your area. You will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work until Sept. 30th, 2023. Afterwards you will no longer have access to the Realm. It is recommended you download your world prior to this. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. ##disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Our ability to support this device is coming to an end in your area. With this final update, you will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work for 6 months. On Sept. 30th, 2023 you will no longer have access to the realms from this device. It is recommended you download your world prior to this and cancel your subscription by viewing your subscriptions in Google Play. %sYou will no longer receive the latest updates and will be unable to play multiplayer. You will also not be able to connect to certain servers. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on your other platforms where you play Minecraft. You can start a new subscription from these other platforms where you play Minecraft. %sIf you would like to move your worlds from this device to another, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. ##disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Our ability to support this device has come to an end in your area. You will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work until Sept. 30th, 2023. Afterwards you will no longer have access to the Realm. It is recommended you download your world prior to this. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. ##disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Our ability to support this device is coming to an end in your area. After you receive the final update, you will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work for 6 months. On Sept. 30th, 2023 you will no longer have access to the realm. It is recommended you download your world prior to this. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. -sunsetting.popup.sunset.geo.generic=Our ability to support this device has come to an end in your area. You will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work until Sept. 30th, 2023. Afterwards you will no longer have access to the Realm. It is recommended you download your world prior to this. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. +sunsetting.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.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 @@ -7824,6 +7817,25 @@ item.smithing_template.ingredients=Ingredients: item.smithing_template.name=Smithing Template item.smithing_template.netherite_upgrade.applies_to=Diamond Equipment item.smithing_template.netherite_upgrade.ingredients=Netherite Ingot +item.netherite_upgrade_smithing_template.name=Netherite Upgrade +item.sentry_armor_trim_smithing_template.name=Sentry Armor Trim +item.vex_armor_trim_smithing_template.name=Vex Armor Trim +item.wild_armor_trim_smithing_template.name=Wild Armor Trim +item.coast_armor_trim_smithing_template.name=Coast Armor Trim +item.dune_armor_trim_smithing_template.name=Dune Armor Trim +item.wayfinder_armor_trim_smithing_template.name=Wayfinder Armor Trim +item.raiser_armor_trim_smithing_template.name=Raiser Armor Trim +item.shaper_armor_trim_smithing_template.name=Shaper Armor Trim +item.host_armor_trim_smithing_template.name=Host Armor Trim +item.ward_armor_trim_smithing_template.name=Ward Armor Trim +item.silence_armor_trim_smithing_template.name=Silence Armor Trim +item.tide_armor_trim_smithing_template.name=Tide Armor Trim +item.snout_armor_trim_smithing_template.name=Snout Armor Trim +item.rib_armor_trim_smithing_template.name=Rib Armor Trim +item.eye_armor_trim_smithing_template.name=Eye Armor Trim +item.spire_armor_trim_smithing_template.name=Spire Armor Trim +item.flow_armor_trim_smithing_template.name=Flow Armor Trim +item.bolt_armor_trim_smithing_template.name=Bolt Armor Trim item.snort_pottery_sherd.name=Snort Pottery Sherd item.spawn_egg.entity.camel.name=Camel Spawn Egg item.spruce_hanging_sign.name=Spruce Hanging Sign @@ -7895,7 +7907,6 @@ trim_pattern.wayfinder.name=Wayfinder Armor Trim trim_pattern.wild.name=Wild Armor Trim trim_pattern.bolt.name=Bolt Armor Trim trim_pattern.flow.name=Flow Armor Trim -upgrade.netherite_upgrade.name=Netherite Upgrade storageManager.mainSizeLabel=%s - 1 Item storageManager.mainSizeLabelPlural=%s - %s Items @@ -8441,6 +8452,8 @@ 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.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"} store.csb.consumable.offerTrial=150+ marketplace packs will be immediately available. Your first 30 days will be free and you can renew for 30 days at the price of %s afterwards. @@ -8852,8 +8865,6 @@ store.myAccount=My Account store.xbl.signin=Sign In store.xbl.signinOrSignUp=Sign In or Sign Up For Free store.xbl.disconnected=Disconnected -store.xbl.conversionFailedTitle=Something Went Wrong -store.xbl.conversionFailedMessage=Please try again later. store.sales.allByCreator=On Sale Now! store.sales.bundlesOnSale=Bundles on Sale Now! @@ -9025,8 +9036,8 @@ tile.deny.name=Deny tile.border_block.name=Border tile.anvil.intact.name=Anvil tile.anvil.name=Anvil -tile.anvil.slightlyDamaged.name=Slightly Damaged Anvil -tile.anvil.veryDamaged.name=Very Damaged Anvil +tile.anvil.slightlyDamaged.name=Chipped Anvil +tile.anvil.veryDamaged.name=Damaged Anvil tile.barrier.name=Barrier tile.beacon.name=Beacon tile.beacon.primary=Primary Power @@ -9077,7 +9088,7 @@ tile.iron_block.name=Block of Iron tile.lapis_block.name=Block of Lapis Lazuli tile.redstone_block.name=Block of Redstone tile.bookshelf.name=Bookshelf -tile.brick_block.name=Brick Block +tile.brick_block.name=Bricks tile.brown_mushroom.name=Brown Mushroom tile.brown_mushroom_block.mushroom.name=Mushroom tile.brown_mushroom_block.stem.name=Mushroom Stem @@ -9225,7 +9236,7 @@ tile.stained_glass_pane.blue.name=Blue Stained Glass Pane tile.stained_glass_pane.purple.name=Purple Stained Glass Pane tile.stained_glass_pane.magenta.name=Magenta Stained Glass Pane tile.stained_glass_pane.pink.name=Pink Stained Glass Pane -tile.clay.name=Clay Block +tile.clay.name=Clay tile.hardened_clay.name=Terracotta tile.stained_hardened_clay.black.name=Black Terracotta tile.stained_hardened_clay.blue.name=Blue Terracotta @@ -9283,13 +9294,13 @@ tile.cobblestone_wall.red_nether_brick.name=Red Nether Brick Wall tile.cocoa.name=Cocoa tile.command_block.name=Command Block tile.composter.name=Composter -tile.light_block.name=Light Block +tile.light_block.name=Light tile.repeating_command_block.name=Repeating Command Block tile.chain_command_block.name=Chain Command Block tile.wheat.name=Crops tile.darkOakFence.name=Dark Oak Fence tile.dark_oak_fence_gate.name=Dark Oak Fence Gate -tile.daylight_detector.name=Daylight Sensor +tile.daylight_detector.name=Daylight Detector tile.deadbush.name=Dead Bush tile.detector_rail.name=Detector Rail tile.dirt.coarse.name=Coarse Dirt @@ -9303,7 +9314,7 @@ tile.dispenser.name=Dispenser tile.iron_door.name=Iron Door tile.doorWood.name=Wooden Door tile.double_plant.fern.name=Large Fern -tile.double_plant.grass.name=Double Tallgrass +tile.double_plant.grass.name=Tall Grass tile.double_plant.name=Plant tile.double_plant.paeonia.name=Peony tile.double_plant.rose.name=Rose Bush @@ -9311,7 +9322,7 @@ tile.double_plant.sunflower.name=Sunflower tile.double_plant.syringa.name=Lilac tile.dragon_egg.name=Dragon Egg tile.dropper.name=Dropper -tile.enchanting_table.name=Enchantment Table +tile.enchanting_table.name=Enchanting Table tile.enderChest.name=Ender Chest tile.end_portal_frame.name=End Portal Frame tile.farmland.name=Farmland @@ -9383,7 +9394,7 @@ tile.log.spruce.name=Spruce Log tile.magma.name=Magma Block tile.melon_block.name=Melon tile.mob_spawner.name=Monster Spawner -tile.monster_egg.brick.name=Infested Stone Brick +tile.monster_egg.brick.name=Infested Stone Bricks tile.monster_egg.chiseledbrick.name=Infested Chiseled Stone Brick tile.monster_egg.cobble.name=Infested Cobblestone tile.monster_egg.crackedbrick.name=Infested Cracked Stone Brick @@ -9393,8 +9404,8 @@ tile.monster_egg.stone.name=Infested Stone tile.mushroom.name=Mushroom tile.noteblock.name=Note Block tile.mycelium.name=Mycelium -tile.nether_brick.name=Nether Brick Block -tile.red_nether_brick.name=Red Nether Brick +tile.nether_brick.name=Nether Bricks +tile.red_nether_brick.name=Red Nether Bricks tile.nether_brick_fence.name=Nether Brick Fence tile.quartz_ore.name=Nether Quartz Ore tile.netherreactor.active=Active! @@ -9476,7 +9487,7 @@ tile.jungle_standing_sign.name=Jungle Sign tile.acacia_standing_sign.name=Acacia Sign tile.darkoak_standing_sign.name=Dark Oak Sign tile.slime.name=Slime Block -tile.snow.name=Snow +tile.snow.name=Snow Block tile.sponge.dry.name=Sponge tile.sponge.wet.name=Wet Sponge tile.spruceFence.name=Spruce Fence @@ -9547,30 +9558,30 @@ tile.stonebrick.smooth.name=Smooth Stone Bricks tile.stonecutter.name=Stonecutter tile.stonecutter_block.name=Stonecutter tile.mossy_cobblestone.name=Mossy Cobblestone -tile.double_stone_slab.brick.name=Bricks Slab +tile.double_stone_slab.brick.name=Brick Slab tile.double_stone_slab.cobble.name=Cobblestone Slab tile.double_stone_slab.name=Stone Slab tile.double_stone_slab.nether_brick.name=Nether Brick Slab tile.double_stone_slab.quartz.name=Quartz Slab tile.double_stone_slab.sand.name=Sandstone Slab -tile.double_stone_slab.smoothStoneBrick.name=Stone Bricks Slab +tile.double_stone_slab.smoothStoneBrick.name=Stone Brick Slab tile.double_stone_slab.stone.name=Stone Slab tile.double_stone_slab.wood.name=Wooden Slab tile.stone_slab.name=Stone Slab -tile.stone_slab.brick.name=Bricks Slab +tile.stone_slab.brick.name=Brick Slab tile.stone_slab.cobble.name=Cobblestone Slab tile.stone_slab.stone.name=Smooth Stone Slab tile.stone_slab.nether_brick.name=Nether Brick Slab tile.stone_slab.quartz.name=Quartz Slab tile.stone_slab.sand.name=Sandstone Slab -tile.stone_slab.smoothStoneBrick.name=Stone Bricks Slab +tile.stone_slab.smoothStoneBrick.name=Stone Brick Slab tile.stone_slab.wood.name=Wooden Slab tile.double_stone_slab2.red_sandstone.name=Red Sandstone Slab tile.stone_slab2.red_sandstone.name=Red Sandstone Slab tile.stone_slab2.purpur.name=Purpur Slab tile.stone_slab2.prismarine.rough.name=Prismarine Slab tile.stone_slab2.prismarine.dark.name=Dark Prismarine Slab -tile.stone_slab2.prismarine.bricks.name=Prismarine Bricks Slab +tile.stone_slab2.prismarine.bricks.name=Prismarine Brick Slab tile.stone_slab2.mossy_cobblestone.name=Mossy Cobblestone Slab tile.stone_slab2.red_nether_brick.name=Red Nether Brick Slab tile.stone_slab2.sandstone.smooth.name=Smooth Sandstone Slab @@ -9598,8 +9609,8 @@ tile.coral_block.purple_dead.name=Dead Bubble Coral Block tile.coral_block.red_dead.name=Dead Fire Coral Block tile.coral_block.yellow_dead.name=Dead Horn Coral Block tile.tallgrass.fern.name=Fern -tile.tallgrass.grass.name=Grass -tile.tallgrass.name=Grass +tile.tallgrass.grass.name=Short Grass +tile.tallgrass.name=Short Grass tile.tallgrass.shrub.name=Shrub tile.tuff_brick_slab.name=Tuff Brick Slab tile.tuff_brick_stairs.name=Tuff Brick Stairs @@ -9610,7 +9621,7 @@ tile.tuff_stairs.name=Tuff Stairs tile.tuff_wall.name=Tuff Wall tile.seagrass.seagrass.name=Seagrass tile.sea_pickle.name=Sea Pickle -tile.turtle_egg.name=Sea Turtle Egg +tile.turtle_egg.name=Turtle Egg tile.coral.blue.name=Tube Coral tile.coral.pink.name=Brain Coral tile.coral.purple.name=Bubble Coral @@ -9633,7 +9644,7 @@ tile.coral_fan_dead.red_fan.name=Dead Fire Coral Fan tile.coral_fan_dead.yellow_fan.name=Dead Horn Coral Fan tile.glass_pane.name=Glass Pane tile.tnt.name=TNT -tile.snow_layer.name=Top Snow +tile.snow_layer.name=Snow tile.torch.name=Torch tile.trapdoor.name=Oak Trapdoor tile.acacia_trapdoor.name=Acacia Trapdoor @@ -9650,8 +9661,8 @@ tile.flowing_water.name=Water tile.water.name=Water tile.waterlily.name=Lily Pad tile.web.name=Cobweb -tile.heavy_weighted_pressure_plate.name=Weighted Pressure Plate (Heavy) -tile.light_weighted_pressure_plate.name=Weighted Pressure Plate (Light) +tile.heavy_weighted_pressure_plate.name=Heavy Weighted Pressure Plate +tile.light_weighted_pressure_plate.name=Light Weighted Pressure Plate tile.end_stone.name=End Stone tile.end_bricks.name=End Stone Bricks tile.planks.acacia.name=Acacia Planks @@ -10286,7 +10297,7 @@ 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.url=https://aka.ms/remoteconnect +xbox.signin.url=https://microsoft.com/link 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: @@ -10308,16 +10319,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Failed to sign in to %s sandbox. Please 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.addfriendsignin.line1=Find your friends by their Gamertag to see when they are online. -xbox.addfriendsignin.line2=Sign in with a Microsoft Account to start adding friends! 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.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.signInLong=Sign in for Free! xbox.signOutLong=Sign out of your Microsoft Account -xbox.externalServer.title=Play on a Server -xbox.externalServer.line1=Servers offer some of the most creative ways to play Minecraft! We just need you to sign in so that we can make sure you have permission to play online with new people. 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! @@ -10878,7 +10885,7 @@ dr.classic_skins.addition_skin_count=+%s dr.classic_skins.choose_custom_skin=Choose New Skin dr.classic_skins.custom_skin_title=Import Skin dr.classic_skins.custom_skin_description=Import a png (64x32, 64x64, or 128x128) from your device to use as your skin. This will not sync between devices or games. -dr.classic_skins.custom_skin_description_disabled= Your device cannot select a custom skin while in a multiplayer game. Please return to the main menu to equip one. +dr.classic_skins.custom_skin_description_disabled=Your device cannot select a custom skin while in a multiplayer game. Please return to the main menu to equip one. dr.classic_skins.custom_skin_description_popup=Players with custom skins will not be visible to you if the “Only Allow Trusted Skins” option is enabled dr.classic_skins.custom_skin_section_title=Owned Skins dr.classic_skins.invalidCustomSkin=Please import a .png file of dimensions 64x64, 64x32, or 128x128 diff --git a/resource_pack/texts/es_ES.lang b/resource_pack/texts/es_ES.lang index 826567ea4..0c7771020 100644 --- a/resource_pack/texts/es_ES.lang +++ b/resource_pack/texts/es_ES.lang @@ -964,6 +964,7 @@ 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.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 # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s ya ha desbloqueado la siguiente receta: %2 commands.recipes.playerDoesNotHaveRecipe=%1$s no tiene la siguiente receta: %2$s # commands.recipes.notFound=No se ha encontrado la receta. # commands.recipes.notUnlockable=Esta receta no se puede desbloquear en el libro de recetas. # +commands.reload.all.description=Recarga todos los archivos de funciones y scripts de todos los paquetes de comportamiento o, de manera opcional, recarga el mundo y todos los paquetes de recursos y comportamientos. # commands.reload.description=Recarga todos los archivos de funciones y script desde todos los packs de comportamiento. # -commands.reload.editor.description=Recarga todas las funciones y archivos de scripts de todos los packs de comportamientos o reinicia el cliente para recargar todos los recursos. # +commands.reload.started=Ha comenzado la recarga del mundo. # commands.reload.success=Se han recargado los archivos de funciones y script. # commands.reload.error=Se ha producido un error inesperado. # +commands.reload.onlyHost=Solo el jugador anfitrión puede recargar el mundo. # commands.replaceitem.description=Sustituye objetos en los inventarios. # commands.replaceitem.failed=No se ha podido reemplazar la %s ranura %d por %d * %s # commands.replaceitem.keepFailed=Ya hay un elemento que ocupa la %s ranura %d. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Cámaras de creador: enfocar cá createWorldScreen.experimentalFocusTargetCameraDescription=Habilita el comportamiento de la cámara libre en curso para apuntar a una entidad # createWorldScreen.recipeUnlocking=Desbloqueo de recetas # createWorldScreen.recipeUnlockingDescription=Habilitar desbloqueo de recetas # -createWorldScreen.experimentalholiday=Funciones del creador festivo # -createWorldScreen.experimentalholidayDescription=Añade bloques basados en datos y tecnología de objetos para personalizar la forma, la rotación, el daño y más propiedades de los bloques # createWorldScreen.experimentalGameTest=API beta # createWorldScreen.experimentalGameTestDescription=Usar versiones «-beta» de módulos API en packs de complementos # createWorldScreen.experimentalMolangFeatures=Funciones de Molang # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Para unirte a un Realm, tienes que realmsSharingScreen.invalidPermissionTitle=Permisos no válidos # realmsSharingScreen.unexpectedServerResponseTitle=Error de Realms # realmsSharingScreen.unexpectedServerResponseMessage=Lo sentimos, ha habido un problema al conectar con el Realm. Inténtalo de nuevo más tarde. # +realmsSharingScreen.inviteLinkNotFoundTitle=Error de Realms # +realmsSharingScreen.inviteLinkNotFoundMessage=Este enlace de invitación no es válido. # realmsCreateScreen.title.create=Crear un servidor de Realms # realmsCreateScreen.title.extend=Amplía tu Realm # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Ampliarla 180 días # xblLogin.LoginMessageTitle=Cuenta de Microsoft # xblLogin.LoginMessage=Conectando... # -xbl.savePurchase.description.line1=¿Te gustaría jugar con lo que compres en cualquier sistema habilitado para la tienda de Minecraft? ¡Inicia sesión con una cuenta de Microsoft GRATUITA y sincroniza los aspectos, texturas, mapas y popurrís que hayas comprado para usarlos y jugar en Minecraft! # -xbl.savePurchase.description.line2=Si pierdes el dispositivo o desinstalas Minecraft, tus compras seguirán sincronizadas y podrás acceder a ellas en cualquier dispositivo cuando uses tu cuenta de Microsoft. # -xbl.savePurchase.leaveOnDevice=Dejar en dispositivo # -xbl.savePurchase.title=¿Guardar en cuenta de Microsoft? # xbl.savePurchase.saveButton=Guardar en cuenta de Microsoft # -xbl.savePurchase.toast.title=¡Todo ha ido bien! # -xbl.savePurchase.toast.message=¡Compras sincronizadas con la cuenta de Microsoft! # -xbl.savePurchase.inProgress.message=Transfiriendo compras a la cuenta de Microsoft... # - -xbl.syncIAP.title=¿Vincular compras con tu cuenta Microsoft? # -xbl.syncIAP.description=Inicia sesión con una cuenta de Microsoft para sincronizar y, así, tus aspectos, packs de texturas, mundos y popurrís estarán a tu disposición en todos los dispositivos en los que juegues a Minecraft. # -xbl.syncIAP.syncNow=Sincronizar ahora... # -xbl.syncIAP.syncLaterEllipsis=Sincronizar más tarde... # -xbl.syncIAP.syncLater=Sincronizar más tarde # -xbl.syncIAP.toast.title=¡Todo ha ido bien! # -xbl.syncIAP.toast.message=¡Compras sincronizadas con tu cuenta de Microsoft! # -xbl.syncIAP.inProgress.message=Sincronizando compras con tu cuenta de Microsoft... # -xbl.syncIAP.skipSignIn.prompt.description=Esta cuenta de Microsoft no será la principal de este dispositivo si no sincronizas las compras de este dispositivo con esta cuenta. No iniciarás sesión automáticamente al iniciar Minecraft. # - -xbl.syncIAP.confirmSync.prompt.title=¿Sincronizar con %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=¿Quieres sincronizar tus compras en la tienda de aplicaciones con %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=Los packs que compres fuera del Marketplace de Minecraft solo se pueden sincronizar una vez. Seguirán disponibles para cualquiera que juegue en este dispositivo. # -xbl.syncIAP.confirmSync.prompt.yes=Sí, sincronizar mis compras # 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. # @@ -2512,8 +2495,6 @@ store.sign_in_warning.no_xbl_and_local_content=Has descargado contenidos o utili 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 Marketplace 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.skipSignIn.prompt.title=Cuenta temporal # -xbl.skipSignIn.prompt.description=Esta cuenta de Microsoft no será la principal de este dispositivo si no transfieres las compras de este dispositivo a esta cuenta. No iniciarás la sesión automáticamente al iniciar Minecraft. # 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.message2=¿Seguro que quieres hacer esto? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s se ha asfixiado en un muro. # death.attack.lava=%1$s ha intentado nadar en la lava. # death.attack.lava.player=%1$s ha intentado nadar en la lava para escapar de %2$s. # death.attack.lightningBolt=A %1$s le ha caído un rayo. # +death.attack.maceSmash.player=%2$s ha aplastado a %1$s # +death.attack.maceSmash.player.item=%2$s ha aplastado a %1$s con %3$s # death.attack.magic=%1$s ha muerto a causa de la magia. # death.attack.magma=%1$s ha descubierto que el suelo era de lava # death.attack.magma.player=%1$s entró en zona peligrosa debido a %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=El servidor y el cliente tienen d disconnectionScreen.editor.cannotUseRayTracing=Los packs de recursos que cuentan con trazado de rayos aún no son compatibles con los proyectos de editor. # disconnectionScreen.unexpectedPacket=Te has desconectado por haber recibido un tipo de paquete que no se puede procesar. Esto podría deberse a una incompatibilidad de versiones o a daños en la red. # disconnectionScreen.connectionLost=Se ha perdido la conexión con el anfitrión. Si sigue alojando ese mundo, comprueba tu conexión a internet e intenta conectarte de nuevo. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=No se ha podido cargar el mundo. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Intenta abrir este mundo en modo demostración. # disconnectionScreen.errorCode=Código de error: # storageSpaceWarningScreen.frontend=¡Ya casi no te queda espacio de almacenamiento de datos! Minecraft ha restringido el acceso a esta función hasta que liberes más espacio de almacenamiento. # @@ -3041,7 +3026,7 @@ entity.villager.librarian=Bibliotecario # entity.villager.shepherd=Pastor # entity.villager.tool=Ferretero # entity.villager.weapon=Herrero de armas # -entity.villager.mason=Cantero # +entity.villager.mason=Albañil # entity.villager.unskilled=Aldeano no cualificado # entity.villager_v2.name=Aldeano # entity.vindicator.name=Vindicador # @@ -3126,7 +3111,7 @@ feed.upload=Cargando captura de pantalla... # feed.manage=Administrar feed # feed.share=Compartir # feed.addScreenshot=Añadir captura de pantalla # -feed.screenshotCapturedRealms=Has hecho una captura de pantalla. Ve a Historias de Realms para compartirla. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Captura de pantalla realizada. Puedes verla en la galería de capturas de pantalla. # feed.screenshotAlmostFull=Captura de pantalla realizada. Tu galería está casi llena. (%d/%d) # feed.screenshotReachedMax=Captura de pantalla realizada. Tu galería está llena. (%d/%d) # @@ -3420,7 +3405,7 @@ howtoplay.anvil.text.5=Es posible que el yunque se estropee después de cada uso howtoplay.armor=Armadura # howtoplay.armor.text.1=Con la armadura, puedes protegerte de los daños que recibes. Tu nivel de armadura está representado por :armor: en la información de pantalla. Cuanto más alto sea este nivel, menos daño recibirás. # howtoplay.armor.header.1=Fabricación # -howtoplay.armor.text.2=La armadura puede estar fabricada con cuero, hierro, oro o diamante. La armadura de malla se puede conseguir intercambiándola con los aldeanos o como botín de los zombis y esqueletos. # +howtoplay.armor.text.2=La armadura se puede fabricar con cuero, hierro, oro o diamante. La armadura de cota de malla se puede conseguir intercambiándola con los aldeanos o como botín de los zombis y esqueletos. # howtoplay.armor.text.3=Para equiparte la armadura, abre el inventario y mueve las partes de la armadura hasta el espacio correspondiente junto al aspecto del jugador. # howtoplay.armor.text.4=Las armaduras de hierro, malla y oro se pueden fundir en pepitas de hierro u oro en un horno. # howtoplay.armor.header.2=Escudo # @@ -3643,7 +3628,7 @@ howtoplay.camera.text.2=Para sacar una foto desde tu punto de vista, pulsa :_inp howtoplay.camera.text.2.touch=Para sacar una foto desde tu punto de vista, toca y mantén y, luego suelta. # howtoplay.camera.text.3=Para sacar un selfie, coloca la cámara y pulsa :_input_key.use: en ella. # howtoplay.camera.text.3.touch=Para sacar un selfie, coloca la cámara y toca el botón Hacer una foto. # -howtoplay.camera.text.4=Puedes ver las fotos en el portafolio o puedes insertarlas en el libro y pluma. # +howtoplay.camera.text.4=Puedes ver las fotos en el portafolio o insertarlas en el libro y pluma. # howtoplay.portfolio=Portafolio # howtoplay.portfolio.title=Cómo se juega: portafolio # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=¡Explora un mundo de posibilidades con las minecoins howtoplay.minecoins.text.2=¡Al canjearlas, tus minecoins estarán vinculadas a tu cuenta de Microsoft para que puedas acceder a tus monedas y compras en otros dispositivos compatibles! # howtoplay.minecoins.button.text.1=Conseguir monedas # howtoplay.minecoins.header.1=Aviso legal # -howtoplay.minecoins.text.3=* Las minecoins requieren una versión de Minecraft: Bedrock Edition con el Marketplace de Minecraft. Las minecoins no son compatibles con PlayStation®. Para obtener información sobre compatibilidad, visita minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=* Las minecoins requieren una versión de Minecraft: Bedrock Edition con el Marketplace de Minecraft. Las minecoins no son compatibles con PlayStation®. Para obtener información sobre compatibilidad, visita minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Minería # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Dorado # item.axolotlColorWild.name=Marrón # item.axolotlColorBlue.name=Azul # item.golden_apple.name=Manzana de oro # -item.appleEnchanted.name=Manzana encantada # +item.appleEnchanted.name=Manzana dorada encantada # item.armadillo_scute.name=Escama de armadillo # item.armor_stand.name=Soporte para armaduras # item.arrow.name=Flecha # @@ -4626,7 +4611,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 maldeano # +item.banner.illager_captain.name=Estandarte amenazante # item.banner.lightBlue.name=Estandarte azul claro # item.banner.lime.name=Estandarte verde lima # item.banner.magenta.name=Estandarte magenta # @@ -5022,7 +5007,7 @@ item.boat.big_oak.name=Barco de roble oscuro # item.bone.name=Hueso # item.book.name=Libro # item.breeze_rod.name=Vara de brisa # -item.chainmail_boots.name=Botas de malla # +item.chainmail_boots.name=Botas de cota de malla # item.leather_boots.name=Botas de cuero # item.diamond_boots.name=Botas de diamante # item.golden_boots.name=Botas de oro # @@ -5122,18 +5107,18 @@ item.warped_fungus_on_a_stick.name=Hongos deformados en un palo # item.carrot.name=Zanahoria # item.cauldron.name=Caldero # item.charcoal.name=Carbón # -item.chainmail_chestplate.name=Coraza de malla # +item.chainmail_chestplate.name=Coraza de cota de malla # item.leather_chestplate.name=Túnica de cuero # item.diamond_chestplate.name=Coraza de diamante # item.golden_chestplate.name=Coraza de oro # item.iron_chestplate.name=Coraza de hierro # item.chorus_fruit.name=Fruta coral # item.chorus_fruit_popped.name=Fruta coral horneada # -item.cooked_beef.name=Filete cocinado # +item.cooked_beef.name=Filete # item.cooked_chicken.name=Pollo cocinado # item.cooked_porkchop.name=Chuleta de cerdo cocinada # item.chicken.name=Pollo crudo # -item.clay_ball.name=Arcilla # +item.clay_ball.name=Bola de arcilla # item.clock.name=Reloj # item.coal.name=Hulla # item.comparator.name=Comparador de redstone # @@ -5242,7 +5227,7 @@ item.golden_axe.name=Hacha de oro # item.iron_axe.name=Hacha de hierro # item.stone_axe.name=Hacha de piedra # item.wooden_axe.name=Hacha de madera # -item.chainmail_helmet.name=Casco de malla # +item.chainmail_helmet.name=Casco de cota de malla # item.leather_helmet.name=Gorra de cuero # item.diamond_helmet.name=Casco de diamante # item.golden_helmet.name=Casco de oro # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Casco de inframundita # item.lead.name=Rienda # item.leather.name=Cuero # item.leaves.name=Hojas # -item.chainmail_leggings.name=Mallas de malla # +item.chainmail_leggings.name=Mallas de cota de malla # item.leather_leggings.name=Pantalones de cuero # item.diamond_leggings.name=Mallas de diamante # item.golden_leggings.name=Mallas de oro # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Mapa de aldea del desierto # item.map.exploration.jungle_temple.name=Mapa de explorador de la jungla # item.map.exploration.swamp_hut.name=Mapa de explorador del pantano # item.map.exploration.trial_chambers.name=Mapa de explorador de la prueba # -item.melon.name=Sandía # -item.milk.name=Leche # +item.melon.name=Rodaja de sandía # +item.milk.name=Cubo de leche # item.minecart.name=Vagoneta # item.chest_minecart.name=Vagoneta con cofre # item.command_block_minecart.name=Vagoneta con bloque de comandos # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Huevo generador de Shulker # item.spawn_egg.entity.endermite.name=Huevo generador de Endermite # item.spawn_egg.entity.evocation_illager.name=Huevo generador de evocador # item.spawn_egg.entity.vex.name=Huevo generador de Vex # -item.spawn_egg.entity.turtle.name=Huevo generador de tortuga marina # +item.spawn_egg.entity.turtle.name=Huevo generador de tortuga # item.spawn_egg.entity.dolphin.name=Huevo generador de delfín # item.spawn_egg.entity.phantom.name=Huevo generador de fantasma # item.spawn_egg.entity.panda.name=Huevo generador de panda # @@ -5440,13 +5425,13 @@ item.record_creator.desc=Lena Raine: creadora # item.record_creator_music_box.desc=Lena Raine: creadora (caja de música) # item.record_precipice.desc=Aaron Cherof: precipicio # item.redstone.name=Polvo de redstone # -item.reeds.name=Cañas de azúcar # +item.reeds.name=Caña de azúcar # item.kelp.name=Alga marina # item.dried_kelp.name=Alga marina seca # item.rotten_flesh.name=Carne podrida # item.ruby.name=Rubí # item.saddle.name=Montura # -item.wheat_seeds.name=Semillas # +item.wheat_seeds.name=Semillas de trigo # item.beetroot_seeds.name=Semillas de remolacha # item.melon_seeds.name=Semillas de sandía # item.pumpkin_seeds.name=Semillas de calabaza # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Señal de acacia # item.darkoak_sign.name=Señal de roble oscuro # item.crimson_sign.name=Señal carmesí # item.warped_sign.name=Señal deformada # -item.skull.char.name=Cabeza # +item.skull.char.name=Cabeza de jugador # item.skull.creeper.name=Cabeza de Creeper # item.skull.dragon.name=Cabeza de dragón # item.skull.player.name=Cabeza de %s # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Calavera de esqueleto Wither # item.skull.zombie.name=Cabeza de zombi # item.slime_ball.name=Bola de limo # item.snowball.name=Bola de nieve # -item.speckled_melon.name=Sandía resplandeciente # +item.speckled_melon.name=Rodaja de sandía resplandeciente # item.spider_eye.name=Ojo de araña # item.stick.name=Palo # item.string.name=Cuerda # @@ -5504,6 +5489,16 @@ 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.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 # +item.globe_banner_pattern.name=Patrón de estandarte de globos # +item.guster_banner_pattern.name=Patrón de estandarte de Guster # +item.piglin_banner_pattern.name=Patrón de estandarte de hocico # +item.skull_banner_pattern.name=Patrón de estandarte de carga de calaveras # +item.mojang_banner_pattern.name=Patrón de estandarte de cosas # +item.bordure_indented_banner_pattern.name=Patrón de estandarte de bordura dentada # item.banner_pattern.bricks=Mazonado # item.banner_pattern.creeper=Estampado de Creeper # item.banner_pattern.flow=Flujo # @@ -5955,7 +5950,6 @@ map.position=Coordenadas: %s, %s, %s # mcoServer.title=Mundo de Minecraft online # -menu.ai_lesson_crafter=Bloque de fabricación de lecciones # menu.achievements=Logros # menu.convertingLevel=Mundo en expansión # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Ancho # options.codeBuilder=Code Builder # options.content_log_file=Activar el archivo de registro de contenido # options.content_log_gui=Activa la interfaz de registro de contenido # +options.content_log_gui.level=Nivel de registro de interfaz gráfica de usuario # +options.content_log_gui.level.info=Información # +options.content_log_gui.level.warn=Advertir # +options.content_log_gui.level.error=Error # options.controller=Mando # options.controllerLayout=Diseño de controles # options.controllerSettings=Ajustes de mando # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Anular tratamientos experimentales # options.dev_sandboxRetail=Xforge Sandbox: particulares # options.dev_sandboxDev=Xforge Sandbox: desarrolladores # options.dev_sandboxDevAchievement=Sandbox Xforge: logro de los desarrolladores # +options.dev_showDiscoveryOverridePanel=Anular puntos finales de servicio # +options.dev_discoveryOverrideServiceName=Nombre del servicio (seguridad, personaje, etc.) # +options.dev_discoveryOverrideServiceBranch=Rama # +options.dev_resetAllEndpointOverrides=Restablecer todos los puntos finales # +options.dev_apply=Aplicar # options.dev_displayTreatmentsPanel=Tratamientos de visualización # options.dev_currentTreatmentsTitle=Tratamientos actuales # options.dev_unusedTreatmentsTitle=Tratamientos sin usar # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Rango 2: KitKat # options.dev_sunsetting_tier.three=Nivel 3 - FireTV # options.dev_sunsetting_tier.four=Rango 4: 1024MB # options.dev_sunsetting_tier.five=Rango 5: iOS-12 y Nougat # +options.dev_sunsetting_tier.six=Rango 6: iOS 13, Android 8 y dispositivos de RV # options.dev_sunsetting_tier.not_pending=No pendiente # options.dev_gatherings_section=Recolecciones # options.dev_gatherings_enable=Habilitar las reuniones # @@ -6632,7 +6636,8 @@ 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=Máximos FPS (experimental) # +options.maxFramerate=Límite de cuadros por segundo # +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 # options.msaa=Antialiasing # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Sincronización vertical adaptable # options.websocketEncryption=Requerir WebSockets cifrados # options.websocketEncryptionWarningLabel=Deshabilita esta opción solo si te estás conectando activamente a una aplicación conocida y segura. # options.filelocation.title=Ubicación de almacenamiento de archivos # +options.filelocation.title.edu=Ubicación de almacenamiento local # options.filelocation.external=Externa # options.filelocation.appdata=Aplicación # options.filelocation.external.warning.title=Aviso # @@ -6960,26 +6966,12 @@ 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.moreInfo.gearVR=Para obtener más información, visita https://aka.ms/MinecraftSunsetting en cualquier navegador web. # -sunsetting.popup.moreInfo.gearVR.geo=Para obtener más información, visita la página https://aka.ms/MinecraftGeoSunsetting en cualquier navegador web. # - -sunsetting.popup.pendingSunset.ios=Nuestra capacidad para dar soporte a este dispositivo está llegando a su fin. Seguirás recibiendo actualizaciones hasta febrero de 2024; ese mes recibirás la última actualización para este dispositivo. %sUna vez que la tengas, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins), pero ya no podrás realizar nuevas compras en este dispositivo. Los Realms que se administren desde este dispositivo seguirán funcionando durante 6 meses a menos que el propietario los actualice en otro distinto. Para cancelar tu suscripción a un Realms, tendrás que hacerlo en el menú Configuración de suscripciones del dispositivo desde el que se creó. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores.%sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo migrar tu mundo a un dispositivo nuevo. # -sunsetting.popup.pendingSunset.android=Nuestra capacidad para dar soporte a este dispositivo está llegando a su fin. Seguirás recibiendo actualizaciones hasta febrero de 2024; ese mes recibirás la última actualización para este dispositivo. %sUna vez que la tengas, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins), pero ya no podrás realizar nuevas compras en este dispositivo. Los Realms que se administren desde este dispositivo seguirán funcionando durante 6 meses a menos que el propietario los actualice en otro distinto. Para cancelar tu suscripción a un reino, tendrás que hacerlo desde tus suscripciones de Google Play. Puedes acceder a Google Play desde cualquier dispositivo compatible o desde un PC que te permita acceder a tu cuenta. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores.%sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo migrar tu mundo a un dispositivo nuevo. # -sunsetting.popup.pendingSunset.ios_android=Nuestra capacidad para dar soporte a este dispositivo está llegando a su fin. Seguirás recibiendo actualizaciones hasta noviembre de 2022; ese mes, recibirás la última actualización para este dispositivo. Lamentamos mucho las molestias. %sUna vez que recibas la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus Minecoins). Los Realms que se administren desde este dispositivo seguirán funcionando durante 6 meses a menos que el propietario los actualice en otro dispositivo. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores. %sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo mudar tus mundos a un dispositivo nuevo. # -sunsetting.popup.sunset.ios_android=Este dispositivo ya no es compatible y has recibido la última actualización que se ha hecho para él. Puedes seguir construyendo tus mundos y sigues teniendo disponibles tus compras del Marketplace (incluidas las minecoins). Tus Realms seguirán funcionando a menos que el propietario los actualice en otro dispositivo. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores. %sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo mudar tus mundos a un dispositivo nuevo. Sabemos que esto es una molestia. Agradecemos mucho todo tu apoyo y el tiempo que has pasado en nuestro juego. Esperamos verte de nuevo en un dispositivo actualizado. # -sunsetting.popup.pendingSunset.gearvr_win10=Nuestra capacidad para dar soporte a este dispositivo está llegando a su fin. Seguirás recibiendo actualizaciones hasta el próximo gran lanzamiento, tras el cual recibirás la última actualización para este dispositivo. Lamentamos mucho las molestias. %sUna vez que recibas la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins). Sin embargo, ya no podrás jugar en multijugador ni acceder a Realms con este dispositivo. No recibirás las actualizaciones más recientes ni tampoco podrás jugar con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores. %sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo mudar tus mundos a un dispositivo nuevo. # -sunsetting.popup.sunset.gearvr_win10=Este dispositivo ya no es compatible y has recibido la última actualización que se ha hecho para él. Puedes seguir construyendo tus mundos y sigues teniendo disponibles tus compras del Marketplace (incluidas las minecoins). Sin embargo, ya no podrás jugar en multijugador ni acceder a Realms con este dispositivo. No recibirás las actualizaciones más recientes ni tampoco podrás jugar con dispositivos que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores. # -sunsetting.popup.pendingSunset.dx10=Nuestra capacidad para dar soporte a este dispositivo gráfico está llegando a su fin. Seguirás recibiendo actualizaciones hasta el próximo gran lanzamiento, tras el cual recibirás la última actualización para este dispositivo. Lamentamos mucho las molestias. %sUna vez que recibas la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins). Los Realms que se administren desde este dispositivo seguirán funcionando a menos que el propietario los actualice en otro dispositivo. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores. %sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo mudar tus mundos a un dispositivo nuevo. # -sunsetting.popup.sunset.dx10=Este dispositivo gráfico ya no es compatible y has recibido la última actualización que se ha hecho para él. Puedes seguir construyendo tus mundos y sigues teniendo disponibles tus compras del Marketplace (incluidas las minecoins). Tus Realms seguirán funcionando a menos que el propietario los actualice en otro dispositivo. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores. %sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo mudar tus mundos a un dispositivo nuevo. Sabemos que esto es una molestia. Agradecemos mucho todo tu apoyo y el tiempo que has pasado en nuestro juego. # - -sunsetting.popup.pendingSunset.geo.ios=Dentro de poco, dejaremos de poder dar soporte a este dispositivo en tu zona. Tras recibir la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms de este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de esta fecha, así como que visualices los ajustes de suscripciones de este dispositivo para cancelar tu suscripción. %sSi has iniciado sesión con una cuenta de Microsoft o Xbox Live, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Ya no podemos dar soporte a este dispositivo en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día. %sSi has iniciado sesión con una cuenta de Microsoft o Xbox Live, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Dentro de poco, dejaremos de poder dar soporte a este dispositivo en tu zona. Tras recibir la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms de este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de esta fecha. %sSi has iniciado sesión con una cuenta de Microsoft o Xbox Live, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Ya no podemos dar soporte a este dispositivo en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día. %sSi has iniciado sesión con una cuenta de Microsoft o Xbox Live, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Dentro de poco, dejaremos de poder dar soporte a este dispositivo en tu zona. Con esta última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de esta fecha, así como que visualices tus suscripciones en Google Pay para cancelar tu suscripción. %sYa no recibirás las actualizaciones más recientes y no podrás jugar al modo multijugador. Además, tampoco podrás conectarte a determinados servidores. %sSi has iniciado sesión con una cuenta de Microsoft o Xbox Live, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en las otras plataformas donde juegues a Minecraft, desde donde podrás volver a suscribirte.%sSi quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Ya no podemos dar soporte a este dispositivo en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día. %sSi has iniciado sesión con una cuenta de Microsoft o Xbox Live, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Dentro de poco, dejaremos de poder dar soporte a este dispositivo en tu zona. Tras recibir la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms de este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de esta fecha. %sSi has iniciado sesión con una cuenta de Microsoft o Xbox Live, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. # -sunsetting.popup.sunset.geo.generic=Ya no podemos dar soporte a este dispositivo en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día. %sSi has iniciado sesión con una cuenta de Microsoft o Xbox Live, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. # +sunsetting.popup.pendingSunset.device=Nuestra capacidad para dar soporte a este dispositivo está llegando a su fin. Seguirás recibiendo actualizaciones hasta marzo de 2025; ese mes recibirás la última actualización que funcionará en este dispositivo. %sUna vez que la tengas, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins), pero ya no podrás realizar nuevas compras en este dispositivo. Los Realms que se administren desde este dispositivo seguirán funcionando durante 6 meses a partir de marzo de 2025 a menos que el propietario los actualice en otro distinto. Para cancelar tu suscripción a un Realm, tendrás que hacerlo en el menú Configuración de suscripciones del dispositivo desde el que se creó. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores.%sHaz clic en el botón para obtener más información. # +sunsetting.popup.sunset.device=Nuestra capacidad para dar soporte a este dispositivo ha llegado a su fin. Ya no seguirás recibiendo actualizaciones a partir de marzo de 2025 hasta que actualices tu dispositivo. Esta será la última actualización compatible con este dispositivo.%sPodrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins). Los Realms que se administren desde este dispositivo seguirán funcionando durante 6 meses a partir de marzo de 2025 a menos que el propietario los actualice en otro distinto. Para cancelar tu suscripción a un Realm, tendrás que hacerlo en el menú Configuración de suscripciones del dispositivo con el que se creó. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores.%sHaz clic en el botón para obtener más información. # +sunsetting.popup.pendingSunset.windows_xr=Nuestra compatibilidad con dispositivos gráficos VR/MR ha llegado a su fin. Este dispositivo recibirá su última actualización en marzo de 2025, y a partir de ese momento no recibirá más soporte.%sDespués de recibir la actualización final, seguirás recibiendo actualizaciones en tu PC y podrás jugar sin usar dispositivos VR/MR. Desde ese momento, podrás seguir construyendo en tus mundos y tus compras en el Marketplace (incluidas las minecoins) seguirán estando disponibles en los dispositivos gráficos que no sean VR/MR como puede ser un monitor de ordenador. Ya no podrás usar tu dispositivo VR/MR con Minecraft en las últimas actualizaciones.%sHaz clic en el botón para obtener más información. # +sunsetting.popup.sunset.windows_xr=Nuestra compatibilidad con dispositivos gráficos VR/MR ha llegado a su fin. Este dispositivo VR/MR ya no es compatible. Has recibido la actualización final para este dispositivo gráfico y seguirás recibiendo actualizaciones en tu PC y podrás jugar sin usar dispositivos VR/MR. Desde ese momento, podrás seguir construyendo en tus mundos y tus compras en el Marketplace (incluidas las minecoins) seguirán estando disponibles en los dispositivos gráficos que no sean VR/MR como puede ser un monitor de ordenador. Ya no podrás usar tu dispositivo VR/MR con Minecraft en las últimas actualizaciones.%sHaz clic en el botón para obtener más información. Sabemos que puede ser molesto y agradecemos mucho todo tu apoyo y el tiempo que has pasado jugando a nuestro juego. # +sunsetting.popup.pendingSunset.geo=Dentro de poco, este dispositivo dejará de estar disponible en tu zona. Tras recibir la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Te recomendamos que descargues tu mundo antes de esta fecha.%sSi has iniciado sesión con una cuenta de Microsoft, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo.%sHaz clic en el botón para obtener más información sobre cómo transferir tu mundo a un nuevo dispositivo, entre otras cosas. # +sunsetting.popup.sunset.geo=Este dispositivo ya no está disponible en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día.%sSi has iniciado sesión con una cuenta de Microsoft, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo.%sHaz clic en el botón para obtener más información sobre cómo transferir tu mundo a un nuevo dispositivo, entre otras cosas. # sunsetting.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 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Componentes: # item.smithing_template.name=Plantilla de herrería # item.smithing_template.netherite_upgrade.applies_to=Equipamiento de diamante # item.smithing_template.netherite_upgrade.ingredients=Lingote de inframundita # +item.netherite_upgrade_smithing_template.name=Mejora de inframundita # +item.sentry_armor_trim_smithing_template.name=Acabado de armadura de centinela # +item.vex_armor_trim_smithing_template.name=Acabado de armadura de vex # +item.wild_armor_trim_smithing_template.name=Acabado de armadura salvaje # +item.coast_armor_trim_smithing_template.name=Acabado de armadura de costa # +item.dune_armor_trim_smithing_template.name=Acabado de armadura de dunas # +item.wayfinder_armor_trim_smithing_template.name=Acabado de armadura de buscador de caminos # +item.raiser_armor_trim_smithing_template.name=Acabado de armadura de recolector # +item.shaper_armor_trim_smithing_template.name=Acabado de armadura de modelador # +item.host_armor_trim_smithing_template.name=Acabado de armadura de anfitrión # +item.ward_armor_trim_smithing_template.name=Acabado de armadura de custodio # +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.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 # +item.flow_armor_trim_smithing_template.name=Acabado de armadura de flujo # +item.bolt_armor_trim_smithing_template.name=Acabado de armadura de rayo # item.snort_pottery_sherd.name=Fragmento de cerámica con bufido # item.spawn_egg.entity.camel.name=Huevo generador de camello # item.spruce_hanging_sign.name=Señal colgante de abeto # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Acabado de armadura de buscador de caminos # trim_pattern.wild.name=Acabado de armadura salvaje # trim_pattern.bolt.name=Acabado de armadura de rayo # trim_pattern.flow.name=Acabado de armadura de flujo # -upgrade.netherite_upgrade.name=Mejora de inframundita # storageManager.mainSizeLabel=%s: 1 objeto # storageManager.mainSizeLabelPlural=%s: %s objetos # @@ -8443,6 +8453,8 @@ 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.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"} store.csb.consumable.offerTrial=Más de 150 packs del Marketplace estarán disponibles de inmediato. Los primeros 30 días serán gratis; después, puedes renovar la suscripción durante 30 días a un precio de %s. # @@ -8854,8 +8866,6 @@ store.myAccount=Mi cuenta # store.xbl.signin=Iniciar sesión # store.xbl.signinOrSignUp=Inicia sesión o regístrate gratis # store.xbl.disconnected=Desconectado # -store.xbl.conversionFailedTitle=Algo salió mal # -store.xbl.conversionFailedMessage=Vuelve a intentarlo más tarde. # store.sales.allByCreator=¡Ahora en oferta! # store.sales.bundlesOnSale=¡Oferta de lotes! # @@ -9027,8 +9037,8 @@ tile.deny.name=Rechazar # tile.border_block.name=Borde # tile.anvil.intact.name=Yunque # tile.anvil.name=Yunque # -tile.anvil.slightlyDamaged.name=Yunque ligeramente dañado # -tile.anvil.veryDamaged.name=Yunque muy dañado # +tile.anvil.slightlyDamaged.name=Yunque desconchado # +tile.anvil.veryDamaged.name=Yunque dañado # tile.barrier.name=Barrera # tile.beacon.name=Faro # tile.beacon.primary=Poder principal # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Bloque de hierro # tile.lapis_block.name=Bloque de lapislázuli # tile.redstone_block.name=Bloque de redstone # tile.bookshelf.name=Estantería # -tile.brick_block.name=Bloque de ladrillo # +tile.brick_block.name=Ladrillos # tile.brown_mushroom.name=Champiñón marrón # tile.brown_mushroom_block.mushroom.name=Champiñón # tile.brown_mushroom_block.stem.name=Tallo de champiñón # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Panel de cristal tintado de azul # tile.stained_glass_pane.purple.name=Panel de cristal tintado de morado # tile.stained_glass_pane.magenta.name=Panel de cristal tintado de magenta # tile.stained_glass_pane.pink.name=Panel de cristal tintado de rosa # -tile.clay.name=Bloque de arcilla # +tile.clay.name=Arcilla # tile.hardened_clay.name=Terracota # tile.stained_hardened_clay.black.name=Terracota negra # tile.stained_hardened_clay.blue.name=Terracota azul # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Pared de ladrillos de Inframundo roj tile.cocoa.name=Cacao # tile.command_block.name=Bloque de comandos # tile.composter.name=Compostador # -tile.light_block.name=Bloque ligero # +tile.light_block.name=Claro # tile.repeating_command_block.name=Bloque de comandos repetido # tile.chain_command_block.name=Bloque de comandos encadenado # tile.wheat.name=Cultivos # tile.darkOakFence.name=Valla de roble oscuro # tile.dark_oak_fence_gate.name=Puerta de valla de roble oscuro # -tile.daylight_detector.name=Sensor de luz diurna # +tile.daylight_detector.name=Detector de luz diurna # tile.deadbush.name=Arbusto muerto # tile.detector_rail.name=Raíl detector # tile.dirt.coarse.name=Tierra basta # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Dispensador # tile.iron_door.name=Puerta de hierro # tile.doorWood.name=Puerta de madera # tile.double_plant.fern.name=Helecho grande # -tile.double_plant.grass.name=Hierba alta doble # +tile.double_plant.grass.name=Hierba alta # tile.double_plant.name=Planta # tile.double_plant.paeonia.name=Peonía # tile.double_plant.rose.name=Rosal # @@ -9385,7 +9395,7 @@ tile.log.spruce.name=Tronco de abeto # tile.magma.name=Bloque de magma # tile.melon_block.name=Sandía # tile.mob_spawner.name=Generador de monstruos # -tile.monster_egg.brick.name=Ladrillo de piedra infestada # +tile.monster_egg.brick.name=Ladrillos de piedra infestada # tile.monster_egg.chiseledbrick.name=Ladrillo de piedra cincelada infestada # tile.monster_egg.cobble.name=Adoquín infestado # tile.monster_egg.crackedbrick.name=Ladrillo de piedra agrietada infestada # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Piedra infestada # tile.mushroom.name=Champiñón # tile.noteblock.name=Bloque de nota # tile.mycelium.name=Micelio # -tile.nether_brick.name=Bloque de ladrillo de inframundo # -tile.red_nether_brick.name=Ladrillo de inframundo rojo # +tile.nether_brick.name=Ladrillos de Inframundo # +tile.red_nether_brick.name=Ladrillos de Inframundo rojos # tile.nether_brick_fence.name=Valla de inframundo # tile.quartz_ore.name=Mineral de cuarzo de inframundo # tile.netherreactor.active=¡Activo! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Señal de jungla # tile.acacia_standing_sign.name=Señal de acacia # tile.darkoak_standing_sign.name=Señal de roble oscuro # tile.slime.name=Bloque de limo # -tile.snow.name=Nieve # +tile.snow.name=Bloque de nieve # tile.sponge.dry.name=Esponja # tile.sponge.wet.name=Esponja húmeda # tile.spruceFence.name=Valla de abeto # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Bloque de coral de burbujas muerto # tile.coral_block.red_dead.name=Bloque de coral de fuego muerto # tile.coral_block.yellow_dead.name=Bloque de coral de cuerno muerto # tile.tallgrass.fern.name=Helecho # -tile.tallgrass.grass.name=Hierba # -tile.tallgrass.name=Hierba # +tile.tallgrass.grass.name=Hierba corta # +tile.tallgrass.name=Hierba corta # tile.tallgrass.shrub.name=Arbusto # tile.tuff_brick_slab.name=Losa de ladrillos de toba volcánica # tile.tuff_brick_stairs.name=Escaleras de ladrillos de toba volcánica # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Escaleras de toba volcánica # tile.tuff_wall.name=Pared de toba volcánica # tile.seagrass.seagrass.name=Fondo marino # tile.sea_pickle.name=Escabeche marino # -tile.turtle_egg.name=Huevo de tortuga marina # +tile.turtle_egg.name=Huevo de tortuga # tile.coral.blue.name=Coral de tubo # tile.coral.pink.name=Coral de cerebro # tile.coral.purple.name=Coral de burbujas # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Abanico de coral de fuego muerto # tile.coral_fan_dead.yellow_fan.name=Abanico de coral de cuerno muerto # tile.glass_pane.name=Panel de cristal # tile.tnt.name=Dinamita # -tile.snow_layer.name=Nieve superficial # +tile.snow_layer.name=Nieve # tile.torch.name=Antorcha # tile.trapdoor.name=Escotilla de roble # tile.acacia_trapdoor.name=Escotilla de acacia # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Agua # tile.water.name=Agua # tile.waterlily.name=Nenúfar # tile.web.name=Telaraña # -tile.heavy_weighted_pressure_plate.name=Plato de presión por peso (pesado) # -tile.light_weighted_pressure_plate.name=Plato de presión por peso (ligero) # +tile.heavy_weighted_pressure_plate.name=Placa de presión por peso pesado # +tile.light_weighted_pressure_plate.name=Placa de presión por peso ligero # tile.end_stone.name=Piedra de End # tile.end_bricks.name=Ladrillos de piedra de End # tile.planks.acacia.name=Tablones de acacia # @@ -10288,7 +10298,7 @@ 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: # xbox.signin.letsPlay=¡A jugar! # xbox.signin.message=Inicia sesión con tu cuenta gratuita de Microsoft para disfrutar del mundo completo de Minecraft. # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # 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: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=No se ha podido iniciar sesión en el sa xbox.dev_wrongSandboxSigninFailed.button.dev=Cambiar a sandbox de desarrollo # xbox.dev_wrongSandboxSigninFailed.button.retail=Cambiar a sandbox de tienda # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Borrar datos de inicio de sesión # -xbox.addfriendsignin.line1=Encuentra a tus amigos utilizando su Gamertag para verlos cuando estén en línea. # -xbox.addfriendsignin.line2=¡Inicia sesión con una cuenta de Microsoft para empezar a añadir amigos! # 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.signInLong=Inicia la sesión gratis # xbox.signOutLong=Cierra sesión de tu cuenta de Microsoft # -xbox.externalServer.title=Jugar en un servidor # -xbox.externalServer.line1=Los servidores ofrecen algunas de las formas más creativas de jugar a Minecraft. Solo te pedimos que inicies sesión para asegurarnos de que tienes permiso para jugar en línea con personas que no conoces. # 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! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Elegir nuevo aspecto # dr.classic_skins.custom_skin_title=Importar aspecto # dr.classic_skins.custom_skin_description=Importa una imagen png (64x32, 64x64 o 128x128) desde tu dispositivo para usarla como aspecto. No se sincronizará entre dispositivos o partidas. # -dr.classic_skins.custom_skin_description_disabled= Tu dispositivo no puede seleccionar un aspecto personalizado mientras estés jugando en una partida multijugador. Vuelve al menú principal para equiparte uno. # +dr.classic_skins.custom_skin_description_disabled=Tu dispositivo no puede seleccionar un aspecto personalizado mientras estés jugando en una partida multijugador. Vuelve al menú principal para equiparte uno. # dr.classic_skins.custom_skin_description_popup=No podrás ver a los jugadores que tengan aspectos personalizados si tienes activada la opción «Permitir únicamente aspectos de confianza» # dr.classic_skins.custom_skin_section_title=Aspectos que tienes # dr.classic_skins.invalidCustomSkin=Importa un archivo .png de dimensiones 64x64, 64x32 o 128x128 # diff --git a/resource_pack/texts/es_MX.lang b/resource_pack/texts/es_MX.lang index 57c41df22..fbd708106 100644 --- a/resource_pack/texts/es_MX.lang +++ b/resource_pack/texts/es_MX.lang @@ -964,6 +964,7 @@ 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.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. # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s ya desbloqueó la siguiente receta: %2$s # commands.recipes.playerDoesNotHaveRecipe=%1$s no tiene la siguiente receta: %2$s # commands.recipes.notFound=No se encontró la receta. # commands.recipes.notUnlockable=Esta receta no se puede desbloquear en el libro de recetas. # +commands.reload.all.description=Recarga todos los archivos de funciones y scripts de todos los packs de comportamiento o, de manera opcional, recarga el mundo y todos los packs de recursos y comportamientos. # commands.reload.description=Recarga todos los archivos de funciones y scripts de todos los packs de comportamiento. # -commands.reload.editor.description=Recarga todas las funciones y archivos de scripts de todos los packs de comportamientos o reinicia el cliente para recargar todos los recursos. # +commands.reload.started=Comenzaste la recarga del mundo. # commands.reload.success=Se volvieron a cargar los archivos de funciones y scripts. # commands.reload.error=Ocurrió un error inesperado. # +commands.reload.onlyHost=Solo el jugador anfitrión puede recargar el mundo. # commands.replaceitem.description=Reemplaza objetos en los inventarios. # commands.replaceitem.failed=No se pudo reemplazar el espacio %s %d con %d * %s. # commands.replaceitem.keepFailed=Ya existe un elemento en la ranura %d de %s. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Cámaras de creador: enfocar cá createWorldScreen.experimentalFocusTargetCameraDescription=Habilita el comportamiento de la cámara libre en curso para apuntar a una entidad # createWorldScreen.recipeUnlocking=Desbloqueo de recetas # createWorldScreen.recipeUnlockingDescription=Habilitar desbloqueo de recetas # -createWorldScreen.experimentalholiday=Funciones del creador de días festivos # -createWorldScreen.experimentalholidayDescription=Agrega bloques basados en datos y tecnología de objetos para personalizar la forma del bloque, la rotación, el daño y más # createWorldScreen.experimentalGameTest=API beta # createWorldScreen.experimentalGameTestDescription=Usar versiones «-beta» de módulos API en packs de complementos # createWorldScreen.experimentalMolangFeatures=Características de Molang # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Debes tener una sesión iniciada co 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. # +realmsSharingScreen.inviteLinkNotFoundTitle=Error de Realms # +realmsSharingScreen.inviteLinkNotFoundMessage=Este enlace de invitación no es válido. # realmsCreateScreen.title.create=Crear un servidor de realm # realmsCreateScreen.title.extend=Extender Realm # @@ -2198,7 +2203,7 @@ network.onlinePlay.msg=Puedes invitar amigos a tus mundos, ver las creaciones de network.onlinePlay.instruction=En el menú de Juego, puedes unirte a los mundos de tus amigos o invitarlos a tus mundos y Realms. # network.thirdparty.connect.splitscreen=Para jugar en el modo multijugador de pantalla dividida en línea, inicia sesión en una cuenta de %s. # network.thirdparty.connect.benefit=Inicia sesión con tu cuenta de %s para jugar en línea con tus amigos y ver las cosas geniales de la tienda. # -network.thirdparty.connect.store=Debes tener una cuenta de %s para ver lo que hay en la tienda. # +network.thirdparty.connect.store=Necesitarás una cuenta para %s para ver lo que hay en la tienda. # network.thirdparty.connect.achievements=Debes tener una cuenta de %s para obtener logros. # network.thirdparty.findfriends.failed=No pudimos establecer una conexión con los servicios de la cuenta de Microsoft. Revisa tu conexión a Internet. # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Extender por 180 días # xblLogin.LoginMessageTitle=Cuenta de Microsoft # xblLogin.LoginMessage=Conectando... # -xbl.savePurchase.description.line1=¿Quieres jugar con todo lo que compres en cualquier sistema compatible con la Tienda de Minecraft? ¡Inicia sesión con una cuenta de Microsoft GRATIS para sincronizar los aspectos, texturas, mapas y popurrís que compres y utilizarlos para jugar Minecraft! # -xbl.savePurchase.description.line2=Si pierdes tu sistema, o desinstalas Minecraft, tus compras se seguirán sincronizando y podrás acceder a ellas en cualquier sistema en el que utilices tu cuenta de Microsoft. # -xbl.savePurchase.leaveOnDevice=Mantener en el dispositivo # -xbl.savePurchase.title=¿Guardar compras en cuenta de Microsoft? # xbl.savePurchase.saveButton=Guardar en una cuenta de Microsoft # -xbl.savePurchase.toast.title=¡Éxito! # -xbl.savePurchase.toast.message=¡Las compras se sincronizaron con la cuenta de Microsoft! # -xbl.savePurchase.inProgress.message=Transfiriendo compras a una cuenta de Microsoft... # - -xbl.syncIAP.title=¿Vincular compras con tu cuenta Microsoft? # -xbl.syncIAP.description=Inicia sesión en una cuenta de Microsoft para sincronizar tus aspectos, packs de texturas, mundos y popurrís, que estarán a tu disposición en cualquier dispositivo en el que juegues Minecraft. # -xbl.syncIAP.syncNow=Sincronizar ahora... # -xbl.syncIAP.syncLaterEllipsis=Sincronizar después... # -xbl.syncIAP.syncLater=Sincronizar después # -xbl.syncIAP.toast.title=¡Éxito! # -xbl.syncIAP.toast.message=¡Compras sincronizadas con tu cuenta de Microsoft! # -xbl.syncIAP.inProgress.message=Sincronizando compras con tu cuenta de Microsoft... # -xbl.syncIAP.skipSignIn.prompt.description=Esta cuenta de Microsoft no será la cuenta principal para este dispositivo si no sincronizas las compras de este dispositivo con esta cuenta. No iniciarás sesión automáticamente al iniciar Minecraft. # - -xbl.syncIAP.confirmSync.prompt.title=¿Sincronizar con %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=¿Te gustaría sincronizar las compras de tu tienda de aplicaciones con %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=Los packs comprados fuera del Mercado de Minecraft solo se pueden sincronizar una vez, y seguirán estando disponibles para cualquier persona que juegue en este dispositivo. # -xbl.syncIAP.confirmSync.prompt.yes=Sí, sincronizar mis compras # 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. # @@ -2512,8 +2495,6 @@ 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.skipSignIn.prompt.title=Cuenta temporal # -xbl.skipSignIn.prompt.description=Esta cuenta de Microsoft no será la cuenta principal de este dispositivo si no transfieres las compras de este dispositivo a esta cuenta. No se iniciará la sesión de manera automática cuando abras Minecraft. # 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.message2=¿Estás seguro de que quieres hacer esto? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s se asfixió en un muro. # death.attack.lava=%1$s intentó nadar en la lava. # death.attack.lava.player=%1$s intentó nadar en la lava para escapar de %2$s. # death.attack.lightningBolt=Un rayo cayó sobre %1$s. # +death.attack.maceSmash.player=%2$s aplastó a %1$s # +death.attack.maceSmash.player.item=%2$s aplastó a %1$s con %3$s # death.attack.magic=%1$s murió a causa de la magia. # death.attack.magma=%1$s descubrió que el suelo era de lava # death.attack.magma.player=%1$s caminó por zona peligrosa por culpa de %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=El servidor y el cliente tienen d disconnectionScreen.editor.cannotUseRayTracing=Los packs de recursos que cuentan con trazado de rayos aún no son compatibles con los proyectos de editor. # disconnectionScreen.unexpectedPacket=Te desconectaste por haber recibido un tipo de paquete que no se puede procesar. Esto podría deberse a una incompatibilidad de versiones o a daños en la red. # disconnectionScreen.connectionLost=Se perdió la conexión con el anfitrión. Si ese mundo todavía se sigue alojando, revisa tu conexión a Internet e intenta conectarte de nuevo. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=No se ha podido cargar el mundo. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Intenta abrir este mundo en modo demostración. # disconnectionScreen.errorCode=Código de error: # storageSpaceWarningScreen.frontend=¡Ya casi no tienes espacio para almacenar datos! Minecraft restringió el acceso a esta función hasta que liberes más espacio de almacenamiento. # @@ -3041,7 +3026,7 @@ entity.villager.librarian=Bibliotecario # entity.villager.shepherd=Pastor # entity.villager.tool=Ferretero # entity.villager.weapon=Herrero de armas # -entity.villager.mason=Albañil de piedra # +entity.villager.mason=Albañil # entity.villager.unskilled=Aldeano sin habilidades # entity.villager_v2.name=Aldeano # entity.vindicator.name=Vindicador # @@ -3126,7 +3111,7 @@ feed.upload=Cargando captura de pantalla... # feed.manage=Gestionar fuentes # feed.share=Compartir # feed.addScreenshot=Agregar captura de pantalla # -feed.screenshotCapturedRealms=Has hecho una captura de pantalla. Ve a Historias de Realms para compartirla. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Captura de pantalla realizada. Puedes verla en la galería de capturas de pantalla. # feed.screenshotAlmostFull=Captura de pantalla realizada. Tu galería está casi llena. (%d/%d) # feed.screenshotReachedMax=Captura de pantalla realizada. Tu galería está llena. (%d/%d) # @@ -3420,7 +3405,7 @@ howtoplay.anvil.text.5=Hay posibilidades de que se dañe el yunque con cada uso howtoplay.armor=Armadura # howtoplay.armor.text.1=Al llevar una armadura, puedes protegerte de los daños. Tu nivel de armadura se representa con :armor: en el HUD: cuanto más alto sea el nivel, menos daño recibirás. # howtoplay.armor.header.1=Fabricación # -howtoplay.armor.text.2=Las armaduras se pueden crear con cuero, hierro, oro o diamante. La cota de malla se puede obtener comerciando con aldeanos y como botín de zombis y esqueletos. # +howtoplay.armor.text.2=La armadura se puede fabricar con cuero, hierro, oro o diamante. La armadura de cota de malla se puede conseguir intercambiándola con los aldeanos o como botín de los zombis y esqueletos. # howtoplay.armor.text.3=Para equipar una armadura, abre el inventario y mueve las piezas para la armadura al espacio adecuado junto al aspecto de tu jugador. # howtoplay.armor.text.4=Las cotas de malla y las armaduras de hierro y oro se pueden fundir en pepitas de oro o hierro en un horno. # howtoplay.armor.header.2=Escudo # @@ -3502,7 +3487,7 @@ howtoplay.blocks.text.8=§eBloque de magma§f: se encuentra de forma natural en howtoplay.blocks.text.9=§eTierra estéril§f: es casi como un bloque de tierra normal, pero allí no crece el pasto. Se encuentra en los biomas de la sabana y la megataiga. # howtoplay.bookAndQuill=Libro y pluma # -howtoplay.bookAndQuill.text.1=El libro y pluma te permite registrar tus aventuras. Escribe texto en las páginas para contar tu historia. Incluso puedes cambiar el título y el autor. Firma tu libro y pluma para finalizar tu obra. Podrás editar tu libro y pluma hasta que lo firmes. # +howtoplay.bookAndQuill.text.1=El libro y pluma te permiten registrar tus aventuras. Para contar tu historia, tienes que introducir texto en las páginas. Incluso puedes cambiar el título y el autor. Para terminar tu trabajo, firma el libro y pluma. Una vez firmado, ya no se puede cambiar. # howtoplay.brewingStand=Puesto de destilado # howtoplay.brewingStand.text.1=Necesitas un puesto de destilado para destilar pociones. Cada poción se empieza con una botella de agua, que se obtiene al llenar una botella de cristal con agua de un caldero o una fuente de agua. # @@ -3643,7 +3628,7 @@ howtoplay.camera.text.2=Para tomar una foto desde tu punto de vista, oprime :_in howtoplay.camera.text.2.touch=Para tomar una foto desde tu punto de vista, mantén oprimido y suelta. # howtoplay.camera.text.3=Para tomar una selfi, coloca una cámara y oprime :_input_key.use: en ella. # howtoplay.camera.text.3.touch=Para tomar una selfi, coloca una cámara y oprime el botón Tomar foto. # -howtoplay.camera.text.4=Puedes ver las fotos en el álbum o las puedes insertar en el Libro y pluma. # +howtoplay.camera.text.4=Puedes ver las fotos en el portafolio o insertarlas en el libro y pluma. # howtoplay.portfolio=Album # howtoplay.portfolio.title=Cómo se juega: portafolio # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=¡Explora un mundo de posibilidades con las minecoins howtoplay.minecoins.text.2=¡Al canjearlas, tus minecoins estarán vinculadas a tu cuenta de Microsoft para que puedas acceder a tus monedas y compras en otros dispositivos compatibles! # howtoplay.minecoins.button.text.1=Conseguir Minecoins # howtoplay.minecoins.header.1=Aviso legal # -howtoplay.minecoins.text.3=* Las minecoins requieren una versión de Minecraft: Bedrock Edition con el Mercado de Minecraft. Las minecoins no son compatibles con PlayStation®. Para obtener información sobre compatibilidad, visita minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=* Las minecoins requieren una versión de Minecraft: Bedrock Edition con el Marketplace de Minecraft. Las minecoins no son compatibles con PlayStation®. Para obtener información sobre compatibilidad, visita minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Minería # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Dorado # item.axolotlColorWild.name=Marrón # item.axolotlColorBlue.name=Azul # item.golden_apple.name=Manzana de oro # -item.appleEnchanted.name=Manzana encantada # +item.appleEnchanted.name=Manzana dorada encantada # item.armadillo_scute.name=Escama de armadillo # item.armor_stand.name=Soporte para armaduras # item.arrow.name=Flecha # @@ -4626,7 +4611,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 de Illano # +item.banner.illager_captain.name=Estandarte amenazante # item.banner.lightBlue.name=Estandarte celeste # item.banner.lime.name=Estandarte verde lima # item.banner.magenta.name=Estandarte magenta # @@ -5129,11 +5114,11 @@ item.golden_chestplate.name=Coraza de oro # item.iron_chestplate.name=Coraza de hierro # item.chorus_fruit.name=Fruta coral # item.chorus_fruit_popped.name=Fruta coral horneada # -item.cooked_beef.name=Bistec cocido # +item.cooked_beef.name=Filete # item.cooked_chicken.name=Pollo cocinado # item.cooked_porkchop.name=Chuleta de cerdo cocinada # item.chicken.name=Pollo crudo # -item.clay_ball.name=Arcilla # +item.clay_ball.name=Bola de arcilla # item.clock.name=Reloj # item.coal.name=Carbón # item.comparator.name=Comparador de redstone # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Casco de netherita # item.lead.name=Correa # item.leather.name=Cuero # item.leaves.name=Hojas # -item.chainmail_leggings.name=Musleras de malla # +item.chainmail_leggings.name=Leggings de malla # item.leather_leggings.name=Pantalones de cuero # item.diamond_leggings.name=Mallas de diamante # item.golden_leggings.name=Musleras de oro # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Mapa de aldea del desierto # item.map.exploration.jungle_temple.name=Mapa de explorador de la jungla # item.map.exploration.swamp_hut.name=Mapa de explorador del pantano # item.map.exploration.trial_chambers.name=Mapa de explorador de la prueba # -item.melon.name=Sandía # -item.milk.name=Leche # +item.melon.name=Rodaja de sandía # +item.milk.name=Cubeta de leche # item.minecart.name=Vagoneta # item.chest_minecart.name=Vagoneta con cofre # item.command_block_minecart.name=Vagoneta con bloque de comandos # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Huevo generador de Shulker # item.spawn_egg.entity.endermite.name=Huevo generador de Endermite # item.spawn_egg.entity.evocation_illager.name=Huevo generador de evocador # item.spawn_egg.entity.vex.name=Huevo generador de Vex # -item.spawn_egg.entity.turtle.name=Huevo generador de tortuga marina # +item.spawn_egg.entity.turtle.name=Huevo generador de tortuga # item.spawn_egg.entity.dolphin.name=Huevo generador de delfín # item.spawn_egg.entity.phantom.name=Huevo generador de fantasma # item.spawn_egg.entity.panda.name=Huevo generador de panda # @@ -5440,13 +5425,13 @@ item.record_creator.desc=Lena Raine: creadora # item.record_creator_music_box.desc=Lena Raine: creadora (caja de música) # item.record_precipice.desc=Aaron Cherof: precipicio # item.redstone.name=Polvo de redstone # -item.reeds.name=Cañas de azúcar # +item.reeds.name=Caña de azúcar # item.kelp.name=Alga parda # item.dried_kelp.name=Alga parda seca # item.rotten_flesh.name=Carne podrida # item.ruby.name=Rubí # item.saddle.name=Montura # -item.wheat_seeds.name=Semillas # +item.wheat_seeds.name=Semillas de trigo # item.beetroot_seeds.name=Semillas de betabel # item.melon_seeds.name=Semillas de sandía # item.pumpkin_seeds.name=Semillas de calabaza # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Letrero de acacia # item.darkoak_sign.name=Letrero de roble oscuro # item.crimson_sign.name=Letrero escarlata # item.warped_sign.name=Letrero deformado # -item.skull.char.name=Cabeza # +item.skull.char.name=Cabeza de jugador # item.skull.creeper.name=Cabeza de Creeper # item.skull.dragon.name=Cabeza de dragón # item.skull.player.name=Cabeza de %s # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Calavera de esqueleto de Wither # item.skull.zombie.name=Cabeza de zombi # item.slime_ball.name=Bola de Slime # item.snowball.name=Bola de nieve # -item.speckled_melon.name=Sandía resplandeciente # +item.speckled_melon.name=Rodaja de sandía resplandeciente # item.spider_eye.name=Ojo de araña # item.stick.name=Palo # item.string.name=Hilo # @@ -5504,6 +5489,16 @@ 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.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 # +item.globe_banner_pattern.name=Patrón de estandarte de globos # +item.guster_banner_pattern.name=Patrón de estandarte de Guster # +item.piglin_banner_pattern.name=Patrón de estandarte de trompa # +item.skull_banner_pattern.name=Patrón de estandarte de carga de calaveras # +item.mojang_banner_pattern.name=Patrón de estandarte de cosas # +item.bordure_indented_banner_pattern.name=Patrón de estandarte de bordura dentada # item.banner_pattern.bricks=Mazonado de campo # item.banner_pattern.creeper=Figura de Creeper # item.banner_pattern.flow=Flujo # @@ -5955,7 +5950,6 @@ map.position=Posición: %s, %s, %s # mcoServer.title=Mundo de Minecraft Online # -menu.ai_lesson_crafter=Bloque de fabricación de lecciones # menu.achievements=Logros # menu.convertingLevel=Expandiendo mundo # menu.copyright=©Mojang AB # @@ -6164,8 +6158,12 @@ options.chat.width=Ancho # options.codeBuilder=Creador de código # options.content_log_file=Activar archivo de registro de contenido # options.content_log_gui=Activar registro de contenido de GUI # +options.content_log_gui.level=Nivel de registro de interfaz gráfica de usuario # +options.content_log_gui.level.info=Información # +options.content_log_gui.level.warn=Advertir # +options.content_log_gui.level.error=Error # options.controller=Control # -options.controllerLayout=Diseño de controles # +options.controllerLayout=Diseño del control # options.controllerSettings=Configuración del control # options.controls=Controles... # options.control_alt_keybinds_section=Las siguientes teclas se utilizan con "CTRL + ALT" # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Sobrescribir los tratamientos especiales # options.dev_sandboxRetail=Xforge Sandbox: minoristas # options.dev_sandboxDev=Xforge Sandbox: desarrolladores # options.dev_sandboxDevAchievement=Sandbox Xforge: logro de los desarrolladores # +options.dev_showDiscoveryOverridePanel=Anular puntos finales de servicio # +options.dev_discoveryOverrideServiceName=Nombre del servicio (seguridad, personaje, etc.) # +options.dev_discoveryOverrideServiceBranch=Rama # +options.dev_resetAllEndpointOverrides=Restablecer todos los puntos finales # +options.dev_apply=Aplicar # options.dev_displayTreatmentsPanel=Mostrar tratamientos # options.dev_currentTreatmentsTitle=Tratamientos actuales # options.dev_unusedTreatmentsTitle=Tratamientos no utilizados # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Nivel 2 - KitKat # options.dev_sunsetting_tier.three=Nivel 3: FireTV # options.dev_sunsetting_tier.four=Nivel 4: 1024 MB # options.dev_sunsetting_tier.five=Rango 5: iOS-12 y Nougat # +options.dev_sunsetting_tier.six=Rango 6: iOS 13, Android 8 y dispositivos de RV # options.dev_sunsetting_tier.not_pending=No pendiente # options.dev_gatherings_section=Recolecciones # options.dev_gatherings_enable=Habilitar las reuniones # @@ -6542,7 +6546,7 @@ options.hidegamepadcursor=Ocultar el cursor del control # options.hidegui=Ocultar interfaz de juego # options.showKeyboardPrompts=Mostrar indicaciones del teclado y el mouse # options.showLearningPrompts=Mostrar indicaciones de aprendizaje # -options.hidetooltips=Ocultar descripciones emergentes de controles # +options.hidetooltips=Ocultar sugerencias del control # options.splitscreenHUDsize=Tamaño del HUD en pantalla dividida # options.ingamePlayerNames=Nombres de los jugadores durante el juego # options.splitscreenIngamePlayerNames=Nombres de los jugadores durante el juego en pantalla dividida # @@ -6632,7 +6636,8 @@ 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=FPS máximos (experimental) # +options.maxFramerate=Límite de cuadros por segundo # +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 # options.msaa=Antialiasing # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Sincronización vertical adaptable # options.websocketEncryption=Requerir WebSockets cifrados # options.websocketEncryptionWarningLabel=Deshabilita esta opción solo si te estás conectando activamente a una aplicación conocida y segura. # options.filelocation.title=Ubicación de almacenamiento de archivos # +options.filelocation.title.edu=Ubicación de almacenamiento local # options.filelocation.external=Externo # options.filelocation.appdata=Aplicación # options.filelocation.external.warning.title=Advertencia # @@ -6960,26 +6966,12 @@ 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.moreInfo.gearVR=Para obtener más información, visita https://aka.ms/MinecraftSunsetting en cualquier navegador web. # -sunsetting.popup.moreInfo.gearVR.geo=Para obtener más información, visita la página https://aka.ms/MinecraftGeoSunsetting en cualquier navegador web. # - -sunsetting.popup.pendingSunset.ios=Nuestra capacidad para dar soporte a este dispositivo está llegando a su fin. Seguirás recibiendo actualizaciones hasta febrero de 2024; ese mes recibirás la última actualización para este dispositivo. %sUna vez que la tengas, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins), pero ya no podrás realizar nuevas compras en el mismo. Los Realms que se administren desde este dispositivo seguirán funcionando durante 6 meses a menos que el propietario(a) los actualice en otro distinto. Para cancelar tu suscripción a un Realms, tendrás que hacerlo en el menú Configuración de suscripciones del dispositivo desde donde se creó. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores.%sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo migrar tu mundo a un dispositivo nuevo. # -sunsetting.popup.pendingSunset.android=Nuestra capacidad para dar soporte a este dispositivo está llegando a su fin. Seguirás recibiendo actualizaciones hasta febrero de 2024; ese mes recibirás la última actualización para este dispositivo. %sUna vez que la tengas, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins), pero ya no podrás realizar nuevas compras en el mismo. Los Realms que se administren desde este dispositivo seguirán funcionando durante 6 meses a menos que el propietario(a) los actualice en otro distinto. Para cancelar tu suscripción a un reino, tendrás que hacerlo desde tus suscripciones de Google Play. Puedes acceder a Google Play desde cualquier dispositivo compatible o desde un PC que te permita acceder a tu cuenta. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores.%sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo migrar tu mundo a un dispositivo nuevo. # -sunsetting.popup.pendingSunset.ios_android=Nuestra capacidad para dar soporte a este dispositivo está llegando a su fin. Seguirás recibiendo actualizaciones hasta noviembre de 2022; ese mes, recibirás la última actualización para este dispositivo. Lamentamos mucho las molestias. %sUna vez que recibas la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras de Marketplace (incluidas tus Minecoins). Los Realms que se administren desde este dispositivo seguirán funcionando durante 6 meses a menos que los actualices en otro dispositivo. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores. %sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo mudar tus mundos a un dispositivo nuevo. # -sunsetting.popup.sunset.ios_android=Este dispositivo ya no es compatible. Recibiste la última actualización para este dispositivo. A partir de este momento, puedes seguir construyendo en tus mundos y los elementos que hayas comprado en el Mercado (incluyendo las Minecoins) seguirán disponibles. Tus realms seguirán funcionando, a menos que el propietario del realm los actualice en un dispositivo diferente. Dejarás de recibir las últimas actualizaciones y ya no podrás jugar en el modo multijugador con los dispositivos o los realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a algunos servidores. %sHaz clic en el botón para obtener más información, incluyendo las maneras en que puedes mover tus mundos hacia un nuevo dispositivo. Sabemos que esto es un inconveniente, y te agradecemos profundamente por el tiempo que has pasado en nuestro juego. Esperamos verte pronto en un dispositivo actualizado. # -sunsetting.popup.pendingSunset.gearvr_win10=Este dispositivo dejará de ser compatible pronto. Continuarás recibiendo actualizaciones hasta el lanzamiento de nuestra próxima versión principal, cuando recibirás la última actualización para este dispositivo. Lamentamos mucho los inconvenientes. %sDespués de recibir la última actualización, podrás seguir jugando en tus mundos y acceder a los elementos que hayas comprado en el Mercado (incluyendo las Minecoins). Sin embargo, ya no podrás acceder al modo multijugador o a los realms desde este dispositivo. Dejarás de recibir las últimas actualizaciones y ya no podrás jugar con otros dispositivos o realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a algunos servidores. %sHaz clic en el botón para obtener más información, incluyendo las maneras en que puedes mover tus mundos hacia un nuevo dispositivo. # -sunsetting.popup.sunset.gearvr_win10=Este dispositivo ya no es compatible. Recibiste la última actualización para este dispositivo. A partir de este momento, puedes seguir construyendo en tus mundos y los elementos que hayas comprado en el Mercado (incluyendo las Minecoins) seguirán disponibles. Sin embargo, ya no podrás acceder al modo multijugador o a los realms desde este dispositivo. Dejarás de recibir las últimas actualizaciones y ya no podrás jugar con otros dispositivos que sigan recibiendo actualizaciones.Tampoco podrás conectarte a algunos servidores. # -sunsetting.popup.pendingSunset.dx10=Este dispositivo gráfico dejará de ser compatible pronto. Continuarás recibiendo actualizaciones hasta el lanzamiento de nuestra próxima versión principal, cuando recibirás la última actualización para este dispositivo. Lamentamos mucho los inconvenientes. %sDespués de recibir la última actualización, podrás seguir jugando en tus mundos y acceder a los elementos que hayas comprado en el Mercado (incluyendo las Minecoins). Los realms administrados desde este dispositivo seguirán funcionando, a menos que el propietario del realm los actualice en un dispositivo diferente. Dejarás de recibir las últimas actualizaciones y ya no podrás jugar en el modo multijugador con los dispositivos o los realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a algunos servidores. %sHaz clic en el botón para obtener más información, incluyendo las maneras en que puedes mover tus mundos hacia un nuevo dispositivo. # -sunsetting.popup.sunset.dx10=Este dispositivo gráfico ya no es compatible. Recibiste la última actualización para este dispositivo. A partir de este momento, puedes seguir construyendo en tus mundos y los elementos que hayas comprado en el Mercado (incluyendo las Minecoins) seguirán disponibles. Tus realms seguirán funcionando, a menos que el propietario del realm los actualice en un dispositivo diferente. Dejarás de recibir las últimas actualizaciones y ya no podrás jugar en el modo multijugador con los dispositivos o los realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a algunos servidores. %sHaz clic en el botón para obtener más información, incluyendo las maneras en que puedes mover tus mundos hacia un nuevo dispositivo. Sabemos que esto es un inconveniente, y te agradecemos profundamente por el tiempo que has pasado en nuestro juego y por todo tu apoyo. # - -sunsetting.popup.pendingSunset.geo.ios=Dentro de poco, dejaremos de poder dar soporte a este dispositivo en tu zona. Tras recibir la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Mercado, pero ya no podrás hacer nuevas compras. Los Realms de este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de esta fecha, así como que visualices los ajustes de suscripciones de este dispositivo para cancelar tu suscripción. %sSi iniciaste sesión con una cuenta de Microsoft o Xbox Live, tus compras del Mercado, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Ya no podemos dar soporte a este dispositivo en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Mercado, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día. %sSi iniciaste sesión con una cuenta de Microsoft o Xbox Live, tus compras del Mercado, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Dentro de poco, dejaremos de poder dar soporte a este dispositivo en tu zona. Tras recibir la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Mercado, pero ya no podrás hacer nuevas compras. Los Realms de este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de esta fecha. %sSi iniciaste sesión con una cuenta de Microsoft o Xbox Live, tus compras del Mercado, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Ya no podemos dar soporte a este dispositivo en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Mercado, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día. %sSi iniciaste sesión con una cuenta de Microsoft o Xbox Live, tus compras del Mercado, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Dentro de poco, dejaremos de poder dar soporte a este dispositivo en tu zona. Con esta última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Mercado, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de esta fecha, así como que visualices tus suscripciones en Google Pay para cancelar tu suscripción. %sYa no recibirás las actualizaciones más recientes y no podrás jugar al modo multijugador. Además, tampoco podrás conectarte a determinados servidores. %sSi iniciaste sesión con una cuenta de Microsoft o Xbox Live, tus compras del Mercado, tus minecoins y tu suscripción a Realms seguirán estando disponibles en las otras plataformas donde juegues a Minecraft, desde donde podrás volver a suscribirte.%sSi quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Ya no podemos dar soporte a este dispositivo en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Mercado, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día. %sSi iniciaste sesión con una cuenta de Microsoft o Xbox Live, tus compras del Mercado, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Dentro de poco, dejaremos de poder dar soporte a este dispositivo en tu zona. Tras recibir la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Mercado, pero ya no podrás hacer nuevas compras. Los Realms de este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de esta fecha. %sSi iniciaste sesión con una cuenta de Microsoft o Xbox Live, tus compras del Mercado, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. # -sunsetting.popup.sunset.geo.generic=Ya no podemos dar soporte a este dispositivo en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Mercado, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día. %sSi iniciaste sesión con una cuenta de Microsoft o Xbox Live, tus compras del Mercado, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. # +sunsetting.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.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 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Componentes: # item.smithing_template.name=Plantilla de herrería # item.smithing_template.netherite_upgrade.applies_to=Equipamiento de diamante # item.smithing_template.netherite_upgrade.ingredients=Lingote de inframundita # +item.netherite_upgrade_smithing_template.name=Mejora de inframundita # +item.sentry_armor_trim_smithing_template.name=Acabado de armadura de centinela # +item.vex_armor_trim_smithing_template.name=Acabado de armadura de vex # +item.wild_armor_trim_smithing_template.name=Acabado de armadura salvaje # +item.coast_armor_trim_smithing_template.name=Acabado de armadura de costa # +item.dune_armor_trim_smithing_template.name=Acabado de armadura de dunas # +item.wayfinder_armor_trim_smithing_template.name=Acabado de armadura de buscador de caminos # +item.raiser_armor_trim_smithing_template.name=Acabado de armadura de recolector # +item.shaper_armor_trim_smithing_template.name=Acabado de armadura de modelador # +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.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 # +item.flow_armor_trim_smithing_template.name=Acabado de armadura de flujo # +item.bolt_armor_trim_smithing_template.name=Acabado de armadura de rayo # item.snort_pottery_sherd.name=Fragmento de cerámica con bufido # item.spawn_egg.entity.camel.name=Huevo generador de camello # item.spruce_hanging_sign.name=Letrero colgante de abeto # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Acabado de armadura de buscador de caminos # trim_pattern.wild.name=Acabado de armadura salvaje # trim_pattern.bolt.name=Acabado de armadura de rayo # trim_pattern.flow.name=Acabado de armadura de flujo # -upgrade.netherite_upgrade.name=Mejora de inframundita # storageManager.mainSizeLabel=%s - 1 objeto # storageManager.mainSizeLabelPlural=%s - %s objetos # @@ -8443,6 +8453,8 @@ 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.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"} store.csb.consumable.offerTrial=Más de 150 packs del Pase de Mercado estarán disponibles de inmediato. Los primeros 30 días serán gratis; después, puedes renovar la suscripción durante 30 días a un precio de %s. # @@ -8854,8 +8866,6 @@ store.myAccount=Mi cuenta # store.xbl.signin=Iniciar sesión # store.xbl.signinOrSignUp=Inicia sesión o regístrate de forma gratuita # store.xbl.disconnected=Desconectado # -store.xbl.conversionFailedTitle=Algo salió mal # -store.xbl.conversionFailedMessage=Vuelve a intentarlo más tarde. # store.sales.allByCreator=¡En oferta! # store.sales.bundlesOnSale=¡Paquetes en oferta! # @@ -9027,8 +9037,8 @@ tile.deny.name=Rechazar # tile.border_block.name=Frontera # tile.anvil.intact.name=Yunque # tile.anvil.name=Yunque # -tile.anvil.slightlyDamaged.name=Yunque algo dañado # -tile.anvil.veryDamaged.name=Yunque muy dañado # +tile.anvil.slightlyDamaged.name=Yunque desconchado # +tile.anvil.veryDamaged.name=Yunque dañado # tile.barrier.name=Barrera # tile.beacon.name=Faro # tile.beacon.primary=Poder principal # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Pared de ladrillo del inframundo roj tile.cocoa.name=Cacao # tile.command_block.name=Bloque de comandos # tile.composter.name=Compostador # -tile.light_block.name=Bloque ligero # +tile.light_block.name=Claro # tile.repeating_command_block.name=Bloque de comandos que se repite # tile.chain_command_block.name=Bloque de comandos en cadena # tile.wheat.name=Cultivos # tile.darkOakFence.name=Valla de roble oscuro # tile.dark_oak_fence_gate.name=Puerta de valla de roble oscuro # -tile.daylight_detector.name=Sensor de luz diurna # +tile.daylight_detector.name=Detector de luz diurna # tile.deadbush.name=Arbusto muerto # tile.detector_rail.name=Riel detector # tile.dirt.coarse.name=Tierra estéril # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Dispensador # tile.iron_door.name=Puerta de hierro # tile.doorWood.name=Puerta de madera # tile.double_plant.fern.name=Helecho alto # -tile.double_plant.grass.name=Pasto alto x2 # +tile.double_plant.grass.name=Hierba alta # tile.double_plant.name=Planta # tile.double_plant.paeonia.name=Peonía # tile.double_plant.rose.name=Rosal # @@ -9385,7 +9395,7 @@ tile.log.spruce.name=Tronco de abeto # tile.magma.name=Bloque de magma # tile.melon_block.name=Sandía # tile.mob_spawner.name=Generador de monstruos # -tile.monster_egg.brick.name=Ladrillo de piedra infestado # +tile.monster_egg.brick.name=Ladrillos de piedra infestada # tile.monster_egg.chiseledbrick.name=Ladrillo de piedra cincelada infestado # tile.monster_egg.cobble.name=Adoquín infestado # tile.monster_egg.crackedbrick.name=Ladrillo de piedra roto infestado # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Piedra infestada # tile.mushroom.name=Hongo # tile.noteblock.name=Bloque musical # tile.mycelium.name=Micelio # -tile.nether_brick.name=Ladrillo del inframundo # -tile.red_nether_brick.name=Ladrillo del inframundo rojo # +tile.nether_brick.name=Ladrillos de Inframundo # +tile.red_nether_brick.name=Ladrillos de Inframundo rojos # tile.nether_brick_fence.name=Valla de ladrillos del inframundo # tile.quartz_ore.name=Mineral de cuarzo del mundo inferior # tile.netherreactor.active=¡Activo! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Letrero de jungla # tile.acacia_standing_sign.name=Letrero de acacia # tile.darkoak_standing_sign.name=Letrero de roble oscuro # tile.slime.name=Bloque de Slime # -tile.snow.name=Nieve # +tile.snow.name=Bloque de nieve # tile.sponge.dry.name=Esponja # tile.sponge.wet.name=Esponja mojada # tile.spruceFence.name=Valla de abeto # @@ -9549,7 +9559,7 @@ tile.stonebrick.smooth.name=Ladrillos de piedra lisa # tile.stonecutter.name=Cortapiedra # tile.stonecutter_block.name=Cortapiedra # tile.mossy_cobblestone.name=Adoquín musgoso # -tile.double_stone_slab.brick.name=Losa de ladrillo # +tile.double_stone_slab.brick.name=Losa de ladrillos # tile.double_stone_slab.cobble.name=Losa de adoquines # tile.double_stone_slab.name=Losa de piedra # tile.double_stone_slab.nether_brick.name=Losa de ladrillo del inframundo # @@ -9559,7 +9569,7 @@ tile.double_stone_slab.smoothStoneBrick.name=Losa de ladrillos de piedra # tile.double_stone_slab.stone.name=Losa de piedra # tile.double_stone_slab.wood.name=Losa de madera # tile.stone_slab.name=Losa de piedra # -tile.stone_slab.brick.name=Losa de ladrillo # +tile.stone_slab.brick.name=Losa de ladrillos # tile.stone_slab.cobble.name=Losa de adoquines # tile.stone_slab.stone.name=Losa de piedra lisa # tile.stone_slab.nether_brick.name=Losa de ladrillo del inframundo # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Bloque de coral burbuja muerto # tile.coral_block.red_dead.name=Bloque de coral de fuego muerto # tile.coral_block.yellow_dead.name=Bloque de coral rugoso muerto # tile.tallgrass.fern.name=Helecho # -tile.tallgrass.grass.name=Pasto # -tile.tallgrass.name=Pasto # +tile.tallgrass.grass.name=Pasto corto # +tile.tallgrass.name=Pasto corto # tile.tallgrass.shrub.name=Arbusto # tile.tuff_brick_slab.name=Losa de ladrillos de toba volcánica # tile.tuff_brick_stairs.name=Escaleras de ladrillos de toba volcánica # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Escaleras de toba volcánica # tile.tuff_wall.name=Pared de toba volcánica # tile.seagrass.seagrass.name=Algas marinas # tile.sea_pickle.name=Pepinillo de mar # -tile.turtle_egg.name=Huevo pequeño de tortuga marina # +tile.turtle_egg.name=Huevo de tortuga # tile.coral.blue.name=Coral tubo # tile.coral.pink.name=Coral cerebro # tile.coral.purple.name=Coral burbuja # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Coral de fuego tipo abanico muerto # tile.coral_fan_dead.yellow_fan.name=Coral rugoso tipo abanico muerto # tile.glass_pane.name=Panel de cristal # tile.tnt.name=Dinamita # -tile.snow_layer.name=Capa de nieve # +tile.snow_layer.name=Nieve # tile.torch.name=Antorcha # tile.trapdoor.name=Escotilla de roble # tile.acacia_trapdoor.name=Escotilla de acacia # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Agua # tile.water.name=Agua # tile.waterlily.name=Nenúfar # tile.web.name=Telaraña # -tile.heavy_weighted_pressure_plate.name=Placa de presión por peso (pesado) # -tile.light_weighted_pressure_plate.name=Placa de presión por peso (ligero) # +tile.heavy_weighted_pressure_plate.name=Placa de presión por peso pesado # +tile.light_weighted_pressure_plate.name=Placa de presión por peso ligero # tile.end_stone.name=Piedra de End # tile.end_bricks.name=Ladrillos de piedra de End # tile.planks.acacia.name=Tablones de acacia # @@ -10288,7 +10298,7 @@ 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.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Iniciar sesión con una cuenta diferente de Microsoft # xbox.signin.website=Visita este sitio web en otro dispositivo: # xbox.signin.website.qr=1. Visita este sitio web en otro dispositivo: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Error al iniciar sesión en el sandbox d 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.addfriendsignin.line1=Busca a tus amigos con su gamertag para ver cuando estén en línea. # -xbox.addfriendsignin.line2=¡Inicia sesión con una cuenta de Microsoft para comenzar a agregar amigos! # 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.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.signInLong=¡Inicia sesión de forma gratuita! # xbox.signOutLong=Cerrar la sesión de tu cuenta de Microsoft # -xbox.externalServer.title=Jugar en un servidor # -xbox.externalServer.line1=¡Los servidores ofrecen algunas de las opciones más creativas para jugar Minecraft! Solo tienes que iniciar la sesión para asegurarnos de que tienes permiso de jugar en línea con otras personas. # 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! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Elegir aspecto nuevo # dr.classic_skins.custom_skin_title=Importar aspecto # dr.classic_skins.custom_skin_description=Importa una imagen png (64x32, 64x64 o 128x128) desde tu dispositivo para usarla como aspecto. No se sincronizará entre dispositivos o partidas. # -dr.classic_skins.custom_skin_description_disabled= Tu dispositivo no puede seleccionar un aspecto personalizado mientras estés jugando en una partida multijugador. Vuelve al menú principal para equiparte uno. # +dr.classic_skins.custom_skin_description_disabled=Tu dispositivo no puede seleccionar un aspecto personalizado mientras estés jugando en una partida multijugador. Vuelve al menú principal para equiparte uno. # dr.classic_skins.custom_skin_description_popup=Si la opción "Permitir únicamente aspectos de confianza" está habilitada, no podrás ver a los jugadores que tienen aspectos personalizados # dr.classic_skins.custom_skin_section_title=Aspectos propios # dr.classic_skins.invalidCustomSkin=Importa un archivo .png de dimensiones 64x64, 64x32 o 128x128 # diff --git a/resource_pack/texts/fi_FI.lang b/resource_pack/texts/fi_FI.lang index 4676f82de..f0d6339ff 100644 --- a/resource_pack/texts/fi_FI.lang +++ b/resource_pack/texts/fi_FI.lang @@ -223,7 +223,7 @@ accessibility.gamepad.faceButton.right=B-painike # accessibility.gamepad.faceButton.left=X-painike # accessibility.gamepad.faceButton.up=Y-painike # accessibility.gamepad.button.systemLeft=Näkymäpainike # -accessibility.gamepad.button.systemRight=Valikkopainike # +accessibility.gamepad.button.systemRight=Valikkonäppäin # accessibility.gamepad.dpad.down=D-pad alas # accessibility.gamepad.dpad.up=D-pad ylös # accessibility.gamepad.dpad.left=D-pad vasen # @@ -964,6 +964,7 @@ 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.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 # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s on jo avannut reseptin: %2$s # commands.recipes.playerDoesNotHaveRecipe=Pelaajalla %1$s ei ole reseptiä: %2$s # commands.recipes.notFound=Reseptiä ei löytynyt # commands.recipes.notUnlockable=Resepti ei ole avattavissa reseptikirjasta. # +commands.reload.all.description=Lataa uudelleen kaikkien käyttäytymispakettien kaikki toiminto- ja komentosarjatiedostot, tai käynnistää uudelleen maailman, kaikki resurssit ja käyttäytymispaketit. # commands.reload.description=Lataa uudelleen kaikkien käyttäytymispakettien kaikki toiminto- ja komentosarjatiedostot. # -commands.reload.editor.description=Lataa uudelleen kaikkien käyttäytymispakettien kaikki toiminto- ja komentosarjatiedostot, tai käynnistää asiakasohjelman uudelleen, jotta kaikki resurssit latautuvat. # +commands.reload.started=Maailman uudelleenlataus on aloitettu. # commands.reload.success=Toiminto- ja komentosarjatiedostot on ladattu uudelleen. # commands.reload.error=Tapahtui odottamaton virhe. # +commands.reload.onlyHost=Vain isäntäpelaaja voi ladata maailman uudelleen. # commands.replaceitem.description=Korvaa esineitä tavaraluettelossa. # commands.replaceitem.failed=%s-paikkaa %d ei voitu korvata paikalla %d * %s # commands.replaceitem.keepFailed=Kohteen %s paikassa %d on jo esine. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Tekijäkamerat: Keskity kohteese createWorldScreen.experimentalFocusTargetCameraDescription=Asettaa olemassa olevan vapaan kameran kohdistumaan entiteettiin # createWorldScreen.recipeUnlocking=Reseptien avaaminen # createWorldScreen.recipeUnlockingDescription=Ota reseptien avaaminen käyttöön # -createWorldScreen.experimentalholiday=Lomanluojan ominaisuudet # -createWorldScreen.experimentalholidayDescription=Lisää tietopohjaisia lohkoja ja esineteknologiaa kuutioiden muotojen, asentojen, vaurioiden ja muiden ominaisuuksien mukauttamista varten # createWorldScreen.experimentalGameTest=Beeta-ohjelmointirajapinnat # createWorldScreen.experimentalGameTestDescription=API-moduulien "beetaversioiden" käyttäminen lisäpakeissa # createWorldScreen.experimentalMolangFeatures=Molang-ominaisuudet # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Sinun on oltava kirjautuneena Micro realmsSharingScreen.invalidPermissionTitle=Virheelliset luvat # realmsSharingScreen.unexpectedServerResponseTitle=Realms-virhe # realmsSharingScreen.unexpectedServerResponseMessage=Pahoittelut, meillä oli ongelma yhteyden muodostamisessa Realmiin. Kokeile myöhemmin uudelleen. # +realmsSharingScreen.inviteLinkNotFoundTitle=Realms-virhe # +realmsSharingScreen.inviteLinkNotFoundMessage=Tämä kutsulinkki on virheellinen. # realmsCreateScreen.title.create=Luo Realm-palvelin # realmsCreateScreen.title.extend=Laajenna Realmiasi # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Jatkettu 180 päivällä # xblLogin.LoginMessageTitle=Microsoft-tili # xblLogin.LoginMessage=Yhdistetään… # -xbl.savePurchase.description.line1=Haluatko pelata kaikella, mitä olet ostanut millä tahansa Minecraft-kauppaa tukevalla järjestelmällä? Kirjaudu MAKSUTTOMALLA Microsoft-tilillä ja synkronoi ostamasi olemukset, tekstuurit, kartat ja yhdistelmät pelataksesi niillä Minecraftissa. # -xbl.savePurchase.description.line2=Jos menetät järjestelmäsi tai poistat Minecraftit, ostoksesi synkronoidaan edelleen ja ne ovat edelleen käytettävissä millä tahansa järjestelmällä, kun käytät Microsoft-tiliäsi. # -xbl.savePurchase.leaveOnDevice=Jätä laitteelle # -xbl.savePurchase.title=Tallennetaanko ostokset Microsoft-tilille? # xbl.savePurchase.saveButton=Tallenna Microsoft-tilille # -xbl.savePurchase.toast.title=Onnistui! # -xbl.savePurchase.toast.message=Ostokset synkronoitu Microsoft-tilille! # -xbl.savePurchase.inProgress.message=Siirretään ostoksia Microsoft-tilille... # - -xbl.syncIAP.title=Synkronoidaanko ostokset Microsoft-tilille? # -xbl.syncIAP.description=Kirjaudu Microsoft-tilille, jotta voit synkronoida olemuksesi, tekstuuripakettisi, maailmasi ja yhdistelmäsi. Silloin ne ovat käytettävissäsi millä tahansa laitteella, jolla pelaat Minecraftia. # -xbl.syncIAP.syncNow=Synkronoi nyt... # -xbl.syncIAP.syncLaterEllipsis=Synkronoi myöhemmin... # -xbl.syncIAP.syncLater=Synkronoi myöhemmin # -xbl.syncIAP.toast.title=Onnistui! # -xbl.syncIAP.toast.message=Ostokset synkronoitu Microsoft-tilillesi! # -xbl.syncIAP.inProgress.message=Synkronoidaan ostoksia Microsoft-tilille… # -xbl.syncIAP.skipSignIn.prompt.description=Tämä Microsoft-tili ei ole tämän laitteen ensisijainen tili, jos et synkronoi laitteen ostoksia tälle tilille. Sinua ei kirjata automaattisesti sisään, kun käynnistät Minecraftin. # - -xbl.syncIAP.confirmSync.prompt.title=Synkronoidaanko tilin %s kanssa? # -xbl.syncIAP.confirmSync.prompt.description.line1=Haluatko synkronoida sovelluskaupan ostoksesi laitteelle %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=Muualta kuin Minecraft-kaupasta ostetut paketit voi synkronoida vain kerran. Ne ovat edelleen käytettävissä kaikille tällä laitteella pelaaville. # -xbl.syncIAP.confirmSync.prompt.yes=Kyllä, synkronoi ostokseni # xbl.marketplace.account.error.body.nobutton=Tililläsi on virhe. Et voi käyttää kauppaa, kunnes olemme ratkaisseet ongelman. Jos se jatkuu useita päiviä, ota yhteyttä tukeen. # @@ -2512,8 +2495,6 @@ store.sign_in_warning.no_xbl_and_local_content=Olet aiemmin ladannut sisältöä store.sign_in_warning.no_xbl_and_no_local_content.line1=Kirjaudu sisään tallentaaksesi ja jakaaksesi ostoksesi alustojen välillä. Tallentamalla ostokset et menetä niitä, jos järjestelmällesi tapahtuu jotain tai jos Minecraftin asennus poistetaan. Käytä ostamaasi kauppasisältöä ja mukautettuja hahmojasi millä tahansa alustalla. # store.sign_in_warning.no_xbl_and_no_local_content.line2=Eikö sinulla ole Microsoft-tiliä? Luo sellainen nyt – ilmaiseksi # -xbl.skipSignIn.prompt.title=Väliaikainen tili # -xbl.skipSignIn.prompt.description=Tämä Microsoft-tili ei ole tämän laitteen ensisijainen tili, ellet siirrä tämän laitteen ostoksia tälle tilille. Et kirjaudu automaattisesti sisään, kun käynnistät Minecraftin. # xbl.signOut.title=Microsoft-tilin ostokset! # xbl.signOut.message1=Kun et ole kirjautuneena Microsoft-tilillesi, et voi käyttää kaupasta ostamiasi minecoineja tai esineitä! # xbl.signOut.message2=Oletko varma tästä? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s tukehtui seinään # death.attack.lava=%1$s yritti uida laavassa # death.attack.lava.player=%1$s yritti uida laavassa, koska %2$s ahdisti # death.attack.lightningBolt=%1$s sai osuman salamasta # +death.attack.maceSmash.player=%2$s murskasi pelaajan %1$s # +death.attack.maceSmash.player.item=%2$s murskasi pelaajan %1$s aseella %3$s # death.attack.magic=%1$s taiottiin hengiltä # death.attack.magma=%1$s huomasi lattian olevan laavaa # death.attack.magma.player=%1$s käveli vaara-alueella, jonka syynä oli %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Palvelimella ja asiakkaalla on er disconnectionScreen.editor.cannotUseRayTracing=Säteenseurantaa käyttävät resurssipaketit eivät ole vielä yhteensopivia editoriprojektien kanssa. # disconnectionScreen.unexpectedPacket=Yhteys katkaistu vastaanotetun odottamattoman pakettityypin vuoksi, jota ei voida käsitellä. Tämä voi johtua versioiden yhteensopimattomuudesta tai paketin vioittumisesta verkkotasolla. # disconnectionScreen.connectionLost=Yhteys isäntään menetettiin. Jos tätä maailmaa isännöidään edelleen, tarkista internet-yhteytesi ja yritä yhdistää uudelleen. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Maailmaa ei voitu ladata. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Kokeile avata tämä maailma esittelytilassa. # disconnectionScreen.errorCode=Virhekoodi: # storageSpaceWarningScreen.frontend=Tallennustilasi on melkein lopussa! Minecraftilla on rajoitettu pääsy tähän ominaisuuteen, kunnes olet tyhjentänyt tallennustilaa. # @@ -3041,7 +3026,7 @@ entity.villager.librarian=Kirjakauppias # entity.villager.shepherd=Paimen # entity.villager.tool=Työkaluseppä # entity.villager.weapon=Aseseppä # -entity.villager.mason=Kiviseppä # +entity.villager.mason=Mason # entity.villager.unskilled=Taitamaton kyläläinen # entity.villager_v2.name=Kyläläinen # entity.vindicator.name=Puhdistaja # @@ -3126,7 +3111,7 @@ feed.upload=Näyttökuvaasi lähetetään... # feed.manage=Hallitse syötettä # feed.share=Jaa # feed.addScreenshot=Lisää näyttökuva # -feed.screenshotCapturedRealms=Kuvakaappaus napattu. Siirry Realms-tarinoihin, jos haluat jakaa sen. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Kuvakaappaus otettu. Voit tarkastella sitä kuvakaappausgalleriassasi. # feed.screenshotAlmostFull=Kuvakaappaus otettu. Galleriasi on lähes täynnä. (%d/%d) # feed.screenshotReachedMax=Kuvakaappaus otettu. Galleriasi on täynnä. (%d/%d) # @@ -3420,7 +3405,7 @@ howtoplay.anvil.text.5=Alasin voi vaurioitua jokaisen käytön yhteydessä ja tu howtoplay.armor=Suojavarusteet # howtoplay.armor.text.1=Suojavarusteilla voit suojata itseäsi vaurioilta. Suojavarusteidesi taso näkyy heijastusnäytön kohdassa :armor:. Mitä korkeampi taso on, sitä vähemmän saat vauriota. # howtoplay.armor.header.1=Nikkarointi # -howtoplay.armor.text.2=Suojavarusteita voidaan nikkaroida nahasta, raudasta, kullasta tai timanteista. Silmukkapanssaria voidaan saada tekemällä kauppaa kyläläisten kanssa tai saaliina zombeilta ja luurangoilta. # +howtoplay.armor.text.2=Suojavarusteita voidaan nikkaroida nahasta, raudasta, kullasta tai timanteista. Rengashaarniskan voi saada tekemällä kauppaa kyläläisten kanssa tai saaliina zombeilta ja luurangoilta. # howtoplay.armor.text.3=Ota suojavarusteita käyttöön avaamalla tavaraluettelosi ja siirtämällä suojavarusteita oikeisiin paikkoihin olemuksesi vieressä. # howtoplay.armor.text.4=Rauta-, silmukka- ja kultasuojavarusteita voidaan sulattaa rauta- tai kultakimpaleiksi masuunissa. # howtoplay.armor.header.2=Kilpi # @@ -3501,8 +3486,8 @@ howtoplay.blocks.text.7=§eTerrakotta§f – Tätä ainetta löytyy luonnollises howtoplay.blocks.text.8=§eMagma§f – Tätä ainetta esiintyy luonnollisesti Hornassa. Se hehkuu hieman valoa ja polttaa sen päälle astuvia. # howtoplay.blocks.text.9=§eKarkea hieta§f – Tämä on melkein kuin tavanomainen hietakuutio, mutta siinä ei voi kasvaa ruohoa. Sitä löytyy savanneilta ja megataigoilta. # -howtoplay.bookAndQuill=Kirja & Sulka # -howtoplay.bookAndQuill.text.1=Kirjan & Sulan avulla voit merkitä muistiin seikkailujasi. Kerro lisäämällä tekstiä sivuille. Voit muuttaa kirjan nimeä ja kirjailijaa. Anna Kirjalle & Sulalle loppusilaus signeeraamalla se. Voit muuttaa Kirjaa & Sulkaa, kunnes se on signeerattu. # +howtoplay.bookAndQuill=Kirja ja sulka # +howtoplay.bookAndQuill.text.1=Kirjan ja Sulan avulla voit merkitä muistiin seikkailujasi. Kerro tarinasi lisäämällä tekstiä sivuille. Voit jopa muuttaa kirjan ja kirjailijan nimet! Anna Kirjalle ja Sulalle loppusilaus signeeraauksella. Voit muokata Kirjaa ja Sulkaa signeeraukseen asti. # howtoplay.brewingStand=Haudutin # howtoplay.brewingStand.text.1=Taikajuomien haudutus edellyttää haudutinta. Jokainen taikajuoma alkaa pullosta vettä, joka tehdään täyttämällä lasipullo vedellä padasta tai vesilähteestä. # @@ -3643,7 +3628,7 @@ howtoplay.camera.text.2=Voit ottaa kuvan omasta näkökulmastasi painamalla :_in howtoplay.camera.text.2.touch=Voit ottaa kuvan omasta näkökulmastasi napauttamalla, pitämällä kosketettuna ja vapauttamalla. # howtoplay.camera.text.3=Voit ottaa selfien asettamalla kameran ja painamalla :_input_key.use: sen kohdalla. # howtoplay.camera.text.3.touch=Voit ottaa selfien asettamalla kameran ja napauttamalla Ota kuva -painiketta. # -howtoplay.camera.text.4=Kuvia voidaan katsoa portfoliossa tai lisätä kirjaan ja sulkaan. # +howtoplay.camera.text.4=Kuvia voidaan katsoa portfoliossa tai lisätä Kirjaan ja Sulkaan. # howtoplay.portfolio=Portfolio # howtoplay.portfolio.title=Peliohjeet: Portfolio # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=Tutki mahdollisuuksien maailmaa minecoineilla, Minecr howtoplay.minecoins.text.2=Kun minecoinisi on lunastettu, ne linkitetään Microsoft-tiliisi, joten voit käyttää kolikoitasi ja ostoksiasi myös muilla tuetuilla laitteilla! # howtoplay.minecoins.button.text.1=Hanki minecoineja # howtoplay.minecoins.header.1=HUOM # -howtoplay.minecoins.text.3=*Minecoinit edellyttävät Minecraft: Bedrock Edition -versiota, jossa on Minecraft-kauppa. Minecoinit eivät ole yhteensopivia PlayStation®in kanssa. Lisätietoja yhteensopivuudesta löydät osoitteesta minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoinit edellyttävät Minecraft: Bedrock Edition -versiota, jossa on Minecraft-kauppa. Minecoinit eivät ole yhteensopivia PlayStation®in kanssa. Lisätietoja yhteensopivuudesta löydät osoitteesta minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Kaivostoiminta # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Kultainen # item.axolotlColorWild.name=Ruskea # item.axolotlColorBlue.name=Sininen # item.golden_apple.name=Kultainen omena # -item.appleEnchanted.name=Lumottu omena # +item.appleEnchanted.name=Lumottu kultainen omena # item.armadillo_scute.name=Vyötiäisen suomu # item.armor_stand.name=Haarniskajalusta # item.arrow.name=Nuoli # @@ -4626,7 +4611,7 @@ item.banner.half_vertical_right.red=Punainen oikea puoli # item.banner.half_vertical_right.silver=Vaaleanharmaa oikea puoli # item.banner.half_vertical_right.white=Valkoinen oikea puoli # item.banner.half_vertical_right.yellow=Keltainen oikea puoli # -item.banner.illager_captain.name=Pahalaislippu # +item.banner.illager_captain.name=Pahaenteinen lippu # item.banner.lightBlue.name=Vaaleansininen lippu # item.banner.lime.name=Limetinvihreä lippu # item.banner.magenta.name=Aniliininpunainen lippu # @@ -5022,7 +5007,7 @@ item.boat.big_oak.name=Tumma tammivene # item.bone.name=Luu # item.book.name=Kirja # item.breeze_rod.name=Liihottajasauva # -item.chainmail_boots.name=Silmukkasaappaat # +item.chainmail_boots.name=Rengassaappaat # item.leather_boots.name=Nahkasaappaat # item.diamond_boots.name=Timanttisaappaat # item.golden_boots.name=Kultasaappaat # @@ -5122,18 +5107,18 @@ item.warped_fungus_on_a_stick.name=Epämuotoinen sieni kepissä # item.carrot.name=Porkkana # item.cauldron.name=Pata # item.charcoal.name=Puuhiili # -item.chainmail_chestplate.name=Silmukkarintapanssari # +item.chainmail_chestplate.name=Rengasrintapanssari # item.leather_chestplate.name=Nahkatunika # item.diamond_chestplate.name=Timanttirintapanssari # item.golden_chestplate.name=Kultarintapanssari # item.iron_chestplate.name=Rautarintapanssari # item.chorus_fruit.name=Koorihedelmä # item.chorus_fruit_popped.name=Poksautettu koorihedelmä # -item.cooked_beef.name=Paistettu naudanliha # +item.cooked_beef.name=Pihvi # item.cooked_chicken.name=Paistettu kana # item.cooked_porkchop.name=Paistettu porsaankyljys # item.chicken.name=Raaka kana # -item.clay_ball.name=Savi # +item.clay_ball.name=Savipallo # item.clock.name=Kello # item.coal.name=Hiili # item.comparator.name=Punakivivertailija # @@ -5242,7 +5227,7 @@ item.golden_axe.name=Kultakirves # item.iron_axe.name=Rautakirves # item.stone_axe.name=Kivikirves # item.wooden_axe.name=Puukirves # -item.chainmail_helmet.name=Silmukkakypärä # +item.chainmail_helmet.name=Rengaskypärä # item.leather_helmet.name=Nahkapäähine # item.diamond_helmet.name=Timanttikypärä # item.golden_helmet.name=Kultakypärä # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Horniittikypärä # item.lead.name=Talutusköysi # item.leather.name=Nahka # item.leaves.name=Lehtiä # -item.chainmail_leggings.name=Silmukkahousut # +item.chainmail_leggings.name=Rengashousut # item.leather_leggings.name=Nahkahousut # item.diamond_leggings.name=Timanttihousut # item.golden_leggings.name=Kultahousut # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Aavikkokyläkartta # item.map.exploration.jungle_temple.name=Viidakkotutkijakartta # item.map.exploration.swamp_hut.name=Suotutkijakartta # item.map.exploration.trial_chambers.name=Löytöretkeilijän kokeilukartta # -item.melon.name=Meloni # -item.milk.name=Maito # +item.melon.name=Meloninviipale # +item.milk.name=Maitoämpäri # item.minecart.name=Kaivosvaunu # item.chest_minecart.name=Arkkuvaunu # item.command_block_minecart.name=Komentokuutiovaunu # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Kuoripiilijän luontimuna # item.spawn_egg.entity.endermite.name=Ääripunkin luontimuna # item.spawn_egg.entity.evocation_illager.name=Kutsuilijan luontimuna # item.spawn_egg.entity.vex.name=Piinan luontimuna # -item.spawn_egg.entity.turtle.name=Merikilpikonnan luontimuna # +item.spawn_egg.entity.turtle.name=Kilpikonnan luontimuna # item.spawn_egg.entity.dolphin.name=Delfiinin luontimuna # item.spawn_egg.entity.phantom.name=Aaveen luontimuna # item.spawn_egg.entity.panda.name=Pandan luontimuna # @@ -5440,13 +5425,13 @@ item.record_creator.desc=Lena Raine – tekijä # item.record_creator_music_box.desc=Lena Raine – tekijä (Music Box) # item.record_precipice.desc=Aaron Cherof – Precipice # item.redstone.name=Punakivitomu # -item.reeds.name=Sokeriruokoja # +item.reeds.name=Sokeriruoko # item.kelp.name=Merilevä # item.dried_kelp.name=Kuivattu merilevä # item.rotten_flesh.name=Pilaantunutta lihaa # item.ruby.name=Rubiini # item.saddle.name=Satula # -item.wheat_seeds.name=Siemeniä # +item.wheat_seeds.name=Vehnänsiemenet # item.beetroot_seeds.name=Punajuurensiemeniä # item.melon_seeds.name=Meloninsiemeniä # item.pumpkin_seeds.name=Kurpitsansiemeniä # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Akasiakyltti # item.darkoak_sign.name=Tumma tammikyltti # item.crimson_sign.name=Purppuranpunainen kyltti # item.warped_sign.name=Epämuotoinen kyltti # -item.skull.char.name=Pää # +item.skull.char.name=Pelaajan pää # item.skull.creeper.name=Creeperin pää # item.skull.dragon.name=Liskonpää # item.skull.player.name=Pää (%s) # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Hornaluurangon pääkallo # item.skull.zombie.name=Zombin pää # item.slime_ball.name=Limapallo # item.snowball.name=Lumipallo # -item.speckled_melon.name=Hippumeloni # +item.speckled_melon.name=Hippumeloniviipale # item.spider_eye.name=Lukinsilmä # item.stick.name=Keppi # item.string.name=Lanka # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Kilpikonnan kilvenpala # item.phantom_membrane.name=Aavekalvo # item.sweet_berries.name=Makeamarjoja # item.suspicious_stew.name=Epäilyttävä muhennos # +item.field_masoned_banner_pattern.name=Tiililippukuvio # +item.creeper_banner_pattern.name=Creeper-rynnäkkölippukuvio # +item.flow_banner_pattern.name=Virtauslippukuvio # +item.flower_banner_pattern.name=Kukkarynnäkkölippukuvio # +item.globe_banner_pattern.name=Karttalippukuvio # +item.guster_banner_pattern.name=Puhurilippukuvio # +item.piglin_banner_pattern.name=Kuonolippukuvio # +item.skull_banner_pattern.name=Kallorynnäkkölippukuvio # +item.mojang_banner_pattern.name=Asialippukuvio # +item.bordure_indented_banner_pattern.name=Kuviokehyslippukuvio # item.banner_pattern.bricks=Tiilikuvio # item.banner_pattern.creeper=Creeper # item.banner_pattern.flow=Virtaus # @@ -5955,7 +5950,6 @@ map.position=Asema: %s, %s, %s # mcoServer.title=Minecraft-onlinemaailma # -menu.ai_lesson_crafter=Luennontyöstäjä # menu.achievements=Saavutukset # menu.convertingLevel=Laajeneva maailma # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Leveys # options.codeBuilder=Koodinrakentaja # options.content_log_file=Ota sisältölokitiedosto käyttöön # options.content_log_gui=Ota sisältölokin GUI käyttöön # +options.content_log_gui.level=Käyttöliittymälokin taso # +options.content_log_gui.level.info=Tiedot # +options.content_log_gui.level.warn=Varoita # +options.content_log_gui.level.error=Virhe # options.controller=Ohjain # options.controllerLayout=Ohjaimen asettelu # options.controllerSettings=Ohjaimen asetukset # @@ -6298,7 +6296,7 @@ options.dev_addCoinTitle=Lisää kolikoita # options.dev_reset_entitlements=Nollaa kaikki oikeudet # options.dev_reset_entitlements_loading=Nollataan oikeudet. Tämä valintaikkuna sulkeutuu, kun prosessi on valmis. Voit sulkea tämän ikkunan, mutta pelin sulkeminen ennen tämän komennon päättymistä voi aiheuttaa odottamatonta toimintaa. # options.dev_reset_entitlements_error_unfinished=Varoitus, kaikkia oikeuksia ei poistettu oikein. Yritä suorittaa komento uudelleen, mahdollisesti asiakasohjelman uudelleenkäynnistyksen jälkeen. # -options.dev_reset_entitlements_warning=Varoitus! Tämä poistaa kaikki oikeutesi, mukaan lukien vanhat oikeudet, joita et ehkä voi saada takaisin! Tämä toiminto voi kestää jonkin aikaa, jos sinulla on paljon oikeuksia. Haluatko varmasti jatkaa? # +options.dev_reset_entitlements_warning=Varoitus! Tämä poistaa kaikki oikeutesi, mukaan lukien vanhat oikeudet, joita et ehkä voi saada takaisin! Tämä toiminto voi kestää jonkin aikaa, jos sinulla on paljon oikeuksia. Haluatko varmasti jatkaa? # options.dev_reset_entitlements_success=Oikeuksien poistaminen onnistui. # options.dev_currencyFailureWarning=Verkkokutsu epäonnistui. Virhe: %s # options.dev_currencyFailureWarningGeneric=Verkkokutsu epäonnistui. Varmista, että olet kirjautuneena sallituksi listatulle tilille. # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Ohita kokeelliset käsittelyt # 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_discoveryOverrideServiceName=Palvelun nimi (turvallisuus, persoona jne.) # +options.dev_discoveryOverrideServiceBranch=Haara # +options.dev_resetAllEndpointOverrides=Nollaa kaikki päätepisteet # +options.dev_apply=Käytä # options.dev_displayTreatmentsPanel=Näytä käsittelyt # options.dev_currentTreatmentsTitle=Nykyiset käsittelyt # options.dev_unusedTreatmentsTitle=Käyttämättömät hoidot # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Vaihe 2 – KitKat # options.dev_sunsetting_tier.three=Vaihe 3 – FireTV # options.dev_sunsetting_tier.four=Vaihe 4 – 1024MB # options.dev_sunsetting_tier.five=Vaihe 5 - iOS-12 ja Nougat # +options.dev_sunsetting_tier.six=Vaihe 6 - iOS-13, Android 8 ja VR-laitteet # options.dev_sunsetting_tier.not_pending=Ei odota # options.dev_gatherings_section=Kerättävät # options.dev_gatherings_enable=Ota keräämiset käyttöön # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Tämä suuri renderöintietäisyys voi aiheuttaa options.raytracing.renderdistance.warning=Tämä asetus voi aiheuttaa suorituskykyongelmia pelissä. # options.resetSettings=Palauta oletusasetus # options.resetSettings.popUp=Haluatko varmasti nollata asetukset? # -options.maxFramerate=Enimmäiskuvataajuus (kokeellinen) # +options.maxFramerate=Kuvataajuuden rajoitus # +options.maxFramerate.tooltip=Vähennä pelin kuvataajuutta parantaaksesi akun kestoa ja laitteen kestävyyttä. Todellinen kuvataajuus voi laskea alle asetetun rajan. # options.maxFramerateFormat=%s FPS # options.perf_turtle=Tehokilpikonna # options.msaa=Laskostumisen esto # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Mukautuva vertikaalinen synkronointi # options.websocketEncryption=Vaadi salatut websocket-palvelimet # options.websocketEncryptionWarningLabel=Ota tämä asetus pois käytöstä vain, jos olet yhdistämässä tuttuun ja turvalliseen sovellukseen. # options.filelocation.title=Tiedoston tallennuspaikka # +options.filelocation.title.edu=Paikallinen tallennuspaikka # options.filelocation.external=Ulkoinen # options.filelocation.appdata=Sovellus # options.filelocation.external.warning.title=Varoitus # @@ -6960,26 +6966,12 @@ 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.moreInfo.gearVR=Lisätietoja löydät millä tahansa selaimella osoitteesta https://aka.ms/MinecraftSunsetting. # -sunsetting.popup.moreInfo.gearVR.geo=Lisätietoja löydät millä tahansa selaimella osoitteesta https://aka.ms/MinecraftSunsetting. # - -sunsetting.popup.pendingSunset.ios=Kykymme tukea tätä laitetta on loppumassa. Saat päivityksiä vielä helmikuuhun 2024 asti, jolloin saat viimeisen päivityksen tälle laitteelle. %sKun olet saanut viimeisen päivityksen, voit edelleen pelata maailmoissasi ja käyttää kaupan ostoksiasi (sekä minecoineja). Et voi kuitenkaan enää tehdä uusia ostoksia tällä laitteella. Tällä laitteella hallitut Realms-maailmat toimivat kuuden kuukauden ajan, ellei niiden omistaja päivitä niitä toisella laitteella. Voit peruuttaa Realms-tilauksesi Tilausten Asetukset-valikosta laitteella, jolla Realms-maailmat luotiin. Et saa enää viimeisimpiä päivityksiä etkä enää voi pelata moninpeliä laitteilla tai Realms-maailmoissa, joihin saa jatkossakin päivityksiä. Et voi myöskään luoda yhteyttä tiettyihin palvelimiin.%sLisätietoja, kuten tietoa tavoista siirtää maailmoja uudelle laitteelle, saat napsauttamalla painiketta. # -sunsetting.popup.pendingSunset.android=Kykymme tukea tätä laitetta on loppumassa. Saat päivityksiä vielä helmikuuhun 2024 asti, jolloin saat viimeisen päivityksen tälle laitteelle %sKun olet saanut viimeisen päivityksen, voit edelleen pelata maailmoissasi ja käyttää kaupan ostoksiasi (sekä minecoineja). Et voi kuitenkaan enää tehdä uusia ostoksia tällä laitteella. Tällä laitteella hallitut Realms-maailmat toimivat kuuden kuukauden ajan, ellei niiden omistaja päivitä niitä toisella laitteella. Voit peruuttaa Realms-tilauksesi Google Play -tilauksistasi. Pääset Google Playhin millä tahansa tuetulla laitteella tai PC:llä, jolla voit kirjautua tilillesi. Et saa enää viimeisimpiä päivityksiä etkä enää voi pelata moninpeliä laitteilla tai Realms-maailmoissa, joihin saa jatkossakin päivityksiä. Et voi myöskään luoda yhteyttä tiettyihin palvelimiin.%sLisätietoja, kuten tietoa tavoista siirtää maailmoja uudelle laitteelle, saat napsauttamalla painiketta. # -sunsetting.popup.pendingSunset.ios_android=Kykymme tukea tätä laitetta on loppumassa. Saat päivityksiä vielä marraskuuhun 2022 asti, jolloin saat viimeisen päivityksen tälle laitteelle. Olemme erittäin pahoillamme tästä aiheutuvasta haitasta. %sKun olet saanut viimeisen päivityksen, voit edelleen pelata maailmoissasi ja käyttää kaupan ostoksiasi (sekä minecoineja). Tällä laitteella hallitut Realms-maailmat toimivat kuuden kuukauden ajan, ellei niiden omistaja päivitä niitä toisella laitteella. Et saa enää viimeisimpiä päivityksiä etkä enää voi pelata moninpeliä laitteilla tai Realms-maailmoissa, joihin saa jatkossakin päivityksiä. Et voi myöskään luoda yhteyttä tiettyihin palvelimiin. %sLisätietoja, kuten tietoa tavoista siirtää maailmoja uudelle laitteelle, saat napsauttamalla painiketta. # -sunsetting.popup.sunset.ios_android=Tätä laitetta ei enää tueta. Olet saanut viimeisen päivityksen tälle laitteelle. Tästä lähtien voit jatkaa rakentamista maailmoissasi, ja kaupan ostokset (minecoinit mukaan luettuna) pysyvät käytettävissäsi. Realms-maailmat toimivat edelleen, ellei niiden omistaja päivitä niitä toisella laitteella. Et enää saa uusimpia päivityksiä, etkä voi pelata moninpeliä laitteilla tai Realms-maailmoissa, jotka jatkavat päivitysten vastaanottamista. Et myöskään pysty muodostamaan yhteyttä tiettyihin palvelimiin. %sKlikkaa painiketta saadaksesi lisätietoja, kuten ohjeita maailmojen siirtämiseksi uuteen laitteeseen. Tiedämme, että tämä on ikävää, ja arvostamme suuresti aikaa, jonka käytit pelimme parissa. Toivottavasti näemme sinut pian uudelleen päivitetyllä laitteella. # -sunsetting.popup.pendingSunset.gearvr_win10=Kykymme tukea tätä laitetta on loppumassa. Saat päivityksiä vielä seuraavaan suureen julkaisuumme saakka, minkä jälkeen saat viimeisen päivityksen tälle laitteelle. Olemme erittäin pahoillamme sinulle aiheutuvasta haitasta. %sKun olet saanut viimeisen päivityksen, voit edelleen pelata maailmoissasi ja käyttää kaupan ostoksiasi (sekä minecoineja). Et kuitenkaan enää voi pelata moninpeliä etkä Realmsia tällä laitteella. Et saa enää viimeisimpiä päivityksiä etkä enää voi pelata laitteilla tai realmeilla, joihin saa jatkossakin päivityksiä. Et voi myöskään luoda yhteyttä tiettyihin palvelimiin. %sLisätietoja, kuten tietoa tavoista siirtää maailmoja uudelle laitteelle, saat napsauttamalla painiketta. # -sunsetting.popup.sunset.gearvr_win10=Tätä laitetta ei enää tueta. Olet saanut viimeisen päivityksen tälle laitteelle. Tästä lähtien voit jatkaa rakentamista maailmoissasi, ja kaupan ostokset (minecoinit mukaan luettuna) pysyvät käytettävissäsi. Et kuitenkaan voi enää käyttää moninpeliä tai Realmsia tällä laitteella. Et saa enää viimeisimpiä päivityksiä etkä voi pelata laitteilla, jotka edelleen saavat päivityksiä. Et myöskään voi muodostaa yhteyttä tiettyihin palvelimiin. # -sunsetting.popup.pendingSunset.dx10=Kykymme tukea tätä grafiikkalaitetta on loppumassa. Saat päivityksiä vielä seuraavaan suureen julkaisuumme saakka, minkä jälkeen saat viimeisen päivityksen tälle laitteelle. Olemme erittäin pahoillamme sinulle aiheutuvasta haitasta. %sKun olet saanut viimeisen päivityksen, voit edelleen pelata maailmoissasi ja käyttää kaupan ostoksiasi (sekä minecoineja). Tällä laitteella hallitut Realms-maailmat toimivat edelleen, ellei niiden omistaja päivitä niitä toisella laitteella. Et saa enää viimeisimpiä päivityksiä etkä enää voi pelata moninpeliä laitteilla tai Realms-maailmoissa, joihin saa jatkossakin päivityksiä. Et voi myöskään luoda yhteyttä tiettyihin palvelimiin. %sLisätietoja, kuten tietoa tavoista siirtää maailmoja uudelle laitteelle, saat napsauttamalla painiketta. # -sunsetting.popup.sunset.dx10=Tätä grafiikkalaitetta ei enää tueta. Olet saanut viimeisen päivityksen tälle laitteelle. Tästä lähtien voit jatkaa rakentamista maailmoissasi, ja kaupan ostokset (minecoinit mukaan luettuna) pysyvät käytettävissäsi. Realms-maailmat toimivat edelleen, ellei niiden omistaja päivittää niitä toisella laitteella. Et enää saa uusimpia päivityksiä, etkä voi pelata moninpeliä laitteilla tai Realms-maailmoissa, jotka jatkavat päivitysten vastaanottamista. Et myöskään pysty muodostamaan yhteyttä tiettyihin palvelimiin. %sKlikkaa painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmoja uuteen laitteeseen. Tiedämme, että tämä on haitta, ja arvostamme suuresti aikaa, jonka käytit meidän peli, ja tuki. # - -sunsetting.popup.pendingSunset.geo.ios=Kykymme tukea tätä laitetta alueellasi on päättymässä. Saatuasi viimeisen päivityksen voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa vielä kuuden kuukauden ajan. 30. syyskuuta 2023 et enää pääse Realmiin. Suosittelemme lataamaan maailmasi talteen etukäteen ja peruuttamaan tilauksesi laitteesi tilausasetuksista. %sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Jos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi. %sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Kykymme tukea tätä laitetta alueellasi on päättynyt. Voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa 30. syyskuuta 2023 asti, minkä jälkeen et enää pääse Realmiin. Suosittelemme lataamaan maailmasi talteen etukäteen. %sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Jos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi. %sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Kykymme tukea tätä laitetta alueellasi on päättymässä. Saatuasi viimeisen päivityksen voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa vielä kuuden kuukauden ajan. 30. syyskuuta 2023 et enää pääse Realmiin. Suosittelemme lataamaan maailmasi talteen etukäteen. %sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Jos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi. %sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Kykymme tukea tätä laitetta alueellasi on päättynyt. Voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa 30. syyskuuta 2023 asti, minkä jälkeen et enää pääse Realmiin. Suosittelemme lataamaan maailmasi talteen etukäteen. %sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Jos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi. %sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Kykymme tukea tätä laitetta alueellasi on päättymässä. Saatuasi viimeisen päivityksen voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa vielä kuuden kuukauden ajan. 30. syyskuuta 2023 et enää pääse Realmeihin tällä laitteella. Suosittelemme lataamaan maailmasi talteen etukäteen ja peruuttamaan tilauksesi Google Playn tilauksista. %sEt saa enää viimeisimpiä päivityksiä etkä voi pelata moninpeliä. Et voi myöskään enää liittyä tietyille palvelimille. %sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Voit aloittaa uuden tilauksen toisella alustalla, jolla pelaat Minecraftia. %sJos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi. %sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Kykymme tukea tätä laitetta alueellasi on päättynyt. Voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa 30. syyskuuta 2023 asti, minkä jälkeen et enää pääse Realmiin. Suosittelemme lataamaan maailmasi talteen etukäteen. %sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Jos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi. %sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Kykymme tukea tätä laitetta alueellasi on päättymässä. Saatuasi viimeisen päivityksen voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa vielä kuuden kuukauden ajan. 30. syyskuuta 2023 et enää pääse Realmiin. Suosittelemme lataamaan maailmasi talteen etukäteen. %sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Jos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi. %sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. # -sunsetting.popup.sunset.geo.generic=Kykymme tukea tätä laitetta alueellasi on päättynyt. Voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa 30. syyskuuta 2023 asti, minkä jälkeen et enää pääse Realmiin. Suosittelemme lataamaan maailmasi talteen etukäteen. %sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Jos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi. %sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. # +sunsetting.popup.pendingSunset.device=Kykymme tukea tätä laitetta on päättymässä. Saat päivityksiä vielä maaliskuuhun 2025 asti, jolloin saat viimeisen päivityksen, joka toimii tällä laitteella. %sKun olet saanut viimeisen päivityksen, voit edelleen pelata maailmoissasi ja käyttää kaupan ostoksiasi (sekä minecoineja). Et voi kuitenkaan enää tehdä uusia ostoksia tällä laitteella. Tällä laitteella hallitut Realmit toimivat kuuden kuukauden ajan maaliskuusta 2025 laskien, ellei niiden omistaja päivitä niitä toisella laitteella. Voit peruuttaa Realm-tilauksesi Tilausten Asetukset-valikosta laitteella, jolla Realm luotiin. Et saa enää viimeisimpiä päivityksiä etkä enää voi pelata moninpeliä laitteilla tai Realmeilla, joihin saa jatkossakin päivityksiä. Et voi myöskään luoda yhteyttä tiettyihin palvelimiin.%sLisätietoja saat napsauttamalla painiketta. # +sunsetting.popup.sunset.device=Kykymme tukea tätä laitetta on päättymässä. Maaliskuusta 2025 alkaen et enää saa päivityksiä ennen kuin olet päivittänyt laitteesi.%sVoit edelleen pelata maailmoissasi ja käyttää kaupan ostoksiasi (sekä minecoineja). Tällä laitteella hallitut Realmit toimivat kuuden kuukauden ajan maaliskuusta 2025 laskien, ellei niiden omistaja päivitä niitä toisella laitteella. Voit peruuttaa Realm-tilauksesi Tilausten Asetukset-valikosta laitteella, jolla Realm luotiin. Et saa enää viimeisimpiä päivityksiä etkä enää voi pelata moninpeliä laitteilla tai Realmeilla, joihin saa jatkossakin päivityksiä. Et voi myöskään luoda yhteyttä tiettyihin palvelimiin.%sLisätietoja saat napsauttamalla painiketta. # +sunsetting.popup.pendingSunset.windows_xr=Kykymme tukea tätä VR/MR-grafiikkalaitetta on päättynyt. Tätä laitetta ei tueta enää päivityksissä, jotka ilmestyvät maaliskuun 2025 jälkeen, jolloin saat viimeisen tätä laitetta tukevan päivityksen.%sKun olet saanut viimeisen päivityksen, saat edelleen päivityksiä PC:llesi ja kykenet pelaamaan ilman VR/MR-laitetta. Tästä lähtien voit jatkaa rakentamista maailmoissasi, ja kaupan ostokset (minecoinit mukaan luettuna) pysyvät käytettävissäsi muilla kuin VR/MR-grafiikkalaitteilla, kuten esimerkiksi tietokoneen näytöllä. Et kuitenkaan voi enää käyttää VR/MR-laitettasi Minecraftissa, koska viimeisimmät päivitykset eivät enää tue sitä.%sLisätietoja saat napsauttamalla painiketta. # +sunsetting.popup.sunset.windows_xr=Kykymme tukea tätä VR/MR-grafiikkalaitetta on päättynyt. Tätä VR/MR-laitetta ei enää tueta. Olet saanut viimeisen tätä grafiikkalaitetta tukevan päivityksen ja saat edelleen päivityksiä PC:llesi ja kykenet pelaamaan ilman VR/MR-laitetta. Tästä lähtien voit jatkaa rakentamista maailmoissasi, ja kaupan ostokset (minecoinit mukaan luettuna) pysyvät käytettävissäsi muilla kuin VR/MR-grafiikkalaitteilla, kuten esimerkiksi tietokoneen näytöllä. Et kuitenkaan voi enää käyttää VR/MR-laitettasi Minecraftissa, koska viimeisimmät päivitykset eivät enää tue sitä.%sLisätietoja saat napsauttamalla painiketta. Tiedämme, että tämä on harmillista ja arvostamme syvästi aikaa, jonka olet viettänyt pelimme parissa, sekä tukeasi. # +sunsetting.popup.pendingSunset.geo=Kykymme tukea tätä laitetta alueellasi on päättymässä. Saatuasi viimeisen päivityksen voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa vielä kuuden kuukauden ajan. 30. syyskuuta 2023 et enää pääse Realmiin. Suosittelemme lataamaan maailmasi talteen etukäteen.%sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Jos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi.%sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. # +sunsetting.popup.sunset.geo=Kykymme tukea tätä laitetta alueellasi on päättynyt. Voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa 30. syyskuuta 2023 asti, minkä jälkeen et enää pääse Realmiin. Suosittelemme lataamaan maailmasi talteen etukäteen.%sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Jos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi.%sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. # sunsetting.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 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Ainekset: # item.smithing_template.name=Työstömalli # item.smithing_template.netherite_upgrade.applies_to=Timanttivarusteet # item.smithing_template.netherite_upgrade.ingredients=Horniittiharkko # +item.netherite_upgrade_smithing_template.name=Horniittipäivitys # +item.sentry_armor_trim_smithing_template.name=Vartiopanssarikoriste # +item.vex_armor_trim_smithing_template.name=Piinapanssarikoriste # +item.wild_armor_trim_smithing_template.name=Villipanssarikoriste # +item.coast_armor_trim_smithing_template.name=Rannikkopanssarikoriste # +item.dune_armor_trim_smithing_template.name=Dyynipanssarikoriste # +item.wayfinder_armor_trim_smithing_template.name=Navigoijapanssarikoriste # +item.raiser_armor_trim_smithing_template.name=Nostajapanssarikoriste # +item.shaper_armor_trim_smithing_template.name=Muovaajapanssarikoriste # +item.host_armor_trim_smithing_template.name=Isäntäpanssarikoriste # +item.ward_armor_trim_smithing_template.name=Ward-panssarikoriste # +item.silence_armor_trim_smithing_template.name=Hiljaisuuspanssarikoriste # +item.tide_armor_trim_smithing_template.name=Tulvapanssarikoriste # +item.snout_armor_trim_smithing_template.name=Kuonopanssarikoriste # +item.rib_armor_trim_smithing_template.name=Kylkipanssarikoriste # +item.eye_armor_trim_smithing_template.name=Silmäpanssarikoriste # +item.spire_armor_trim_smithing_template.name=Tornipanssarikoriste # +item.flow_armor_trim_smithing_template.name=Virtauspanssarikoriste # +item.bolt_armor_trim_smithing_template.name=Pulttipanssarikoriste # item.snort_pottery_sherd.name=Korskahdus-keramiikkasirpale # item.spawn_egg.entity.camel.name=Kamelin luontimuna # item.spruce_hanging_sign.name=Roikkuva kuusikyltti # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Navigoijapanssarikoriste # trim_pattern.wild.name=Villipanssarikoriste # trim_pattern.bolt.name=Pulttipanssarikoriste # trim_pattern.flow.name=Virtauspanssarikoriste # -upgrade.netherite_upgrade.name=Horniittipäivitys # storageManager.mainSizeLabel=%s - 1 kappale # storageManager.mainSizeLabelPlural=%s - %s kappaletta # @@ -8443,6 +8453,8 @@ store.csb.buyNow.title=Aloita Marketplace Pass -tilauksesi #### {StrContains="M store.csb.subscription=Kun olet kirjautunut, käytettävissäsi on yli 150 jännittävää Minecraft-kaupan sisältöä. Lataa ja pelaa seikkailukarttoja, pukeudu olemuksiin, sukella tekstuuripakettien pariin ja lunasta jopa hahmonluontiolemuksia omaksesi joka kuukausi. Säännöllisesti päivittyvän katalogin mukana Marketplace Passista löytyy aina jotain uutta. Sinua laskutetaan %s/kuukausi, ja voit perua tilauksen milloin tahansa ja keskeyttää tulevat veloitukset. #### {StrContains="Marketplace Pass"} +store.csb.terms=Marketplace Pass on tilaus, jonka sisältöä voi käyttää tuetuissa Minecraft-versioissa (peli myydään erikseen) Windowsilla ja muilla tuetuilla alustoilla, joilla omistat pelin (Minecraft Java Editionia ja Amazon Kindle Fire Editionia ei tueta). Marketplace Pass -sisällön käyttäminen vaatii voimassa olevan tilauksen. Sisältö vaihtelee ajan mittaan, eikä kaikkea sisältöä välttämättä ole käytettävissä kaikissa maissa. Maksuttoman kokeilujakson päätyttyä tilauksesta laskutetaan kulloinkin voimassa oleva kiinteä hinta (hinta voi muuttua) sekä sovellettavat verot, ellei tilausta peruta. Voit perua tilauksen Microsoft-tilisi Palveluissa ja tilauksissa. Jos tilauksesi päättyy tai tietty sisältö poistuu valikoimasta, sinun on uusittava tilauksesi tai ostettava sisältö erikseen, jotta voit jatkaa sen käyttämistä. Internet-palveluntarjoajat saattavat periä erillisiä maksuja. Voimme silloin tällöin tarjota sisältöä, joka pysyy saatavilla myös tilauksen päättymisen jälkeen, ja pidätämme oikeuden poistaa kyseisen sisällön, mikäli sen yhteensopivuus tai oikeutemme sisältöön päättyvät. Tilaus voi muuttua tai poistua käytöstä. Tilaukseen sovelletaan Microsoftin palvelusopimusta (www.microsoft.com/msa) ja Minecraftin loppukäyttäjän käyttöoikeussopimusta (https://www.minecraft.net/eula). Edellä mainittujen termien käännökset on tehty vain luettavuuden parantamiseksi, ja mikäli englanninkielisen version ja käännöksen välillä on eroavaisuuksia, termejä tulkitaan englanninkielisen version mukaan. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] + store.csb.recurring.offerTrial=Marketplace Pass on jatkuva tilaus. Siinä on säännöllinen tilausmaksu, joka veloitetaan automaattisesti kuukausittain, kunnes tilaus perutaan.%sYli 150 kauppapakettia ovat välittömästi käytettävissä. Voit peruuttaa tilauksen ja keskeyttää tulevat veloitukset tilausasetuksista. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass on jatkuva tilaus. Siinä on säännöllinen tilausmaksu, joka veloitetaan automaattisesti kuukausittain, kunnes tilaus perutaan.%sYli 150 kauppapakettia ovat välittömästi käytettävissä. Sinulta veloitetaan kuukausittain %s, ja voit peruuttaa tilauksen ja keskeyttää tulevat veloitukset tilausasetuksista. #### {StrContains="Marketplace Pass"} store.csb.consumable.offerTrial=Yli 150 kauppapakettia ovat käytettävissä välittömästi. Ensimmäiset 30 päivääsi ovat maksuttomia ja voit uusia tilauksen sen jälkeen hintaan %s. # @@ -8854,8 +8866,6 @@ store.myAccount=Tilini # store.xbl.signin=Kirjaudu sisään # store.xbl.signinOrSignUp=Kirjaudu tai rekisteröidy ilmaiseksi # store.xbl.disconnected=Ei yhteyttä # -store.xbl.conversionFailedTitle=Jokin meni pieleen # -store.xbl.conversionFailedMessage=Yritä myöhemmin uudelleen. # store.sales.allByCreator=Nyt alennuksessa! # store.sales.bundlesOnSale=Nippuja on nyt alennuksessa! # @@ -9027,8 +9037,8 @@ tile.deny.name=Kiellä # tile.border_block.name=Reuna # tile.anvil.intact.name=Alasin # tile.anvil.name=Alasin # -tile.anvil.slightlyDamaged.name=Hieman vaurioitunut alasin # -tile.anvil.veryDamaged.name=Pahasti vaurioitunut alasin # +tile.anvil.slightlyDamaged.name=Murtunut alasin # +tile.anvil.veryDamaged.name=Vaurioitunut alasin # tile.barrier.name=Este # tile.beacon.name=Lyhtykuutio # tile.beacon.primary=Päävoima # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Rautakuutio # tile.lapis_block.name=Lasuurikivikuutio # tile.redstone_block.name=Punakivikuutio # tile.bookshelf.name=Kirjahylly # -tile.brick_block.name=Tiilikuutio # +tile.brick_block.name=Tiilet # tile.brown_mushroom.name=Ruskea sieni # tile.brown_mushroom_block.mushroom.name=Sieni # tile.brown_mushroom_block.stem.name=Sienenvarsi # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Sininen värjätty lasiruutu # tile.stained_glass_pane.purple.name=Violetti värjätty lasiruutu # tile.stained_glass_pane.magenta.name=Aniliininpunainen värjätty lasiruutu # tile.stained_glass_pane.pink.name=Vaaleanpunainen värjätty lasiruutu # -tile.clay.name=Savikuutio # +tile.clay.name=Savi # tile.hardened_clay.name=Terrakotta # tile.stained_hardened_clay.black.name=Musta terrakotta # tile.stained_hardened_clay.blue.name=Sininen terrakotta # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Punainen hornatiiliseinä # tile.cocoa.name=Kaakao # tile.command_block.name=Komentokuutio # tile.composter.name=Kompostori # -tile.light_block.name=Valokuutio # +tile.light_block.name=Vaalea # tile.repeating_command_block.name=Toistuva komentokuutio # tile.chain_command_block.name=Ketjukomentokuutio # tile.wheat.name=Viljaa # tile.darkOakFence.name=Tumma tammiaita # tile.dark_oak_fence_gate.name=Tumman tammiaidan portti # -tile.daylight_detector.name=Päivänvaloanturi # +tile.daylight_detector.name=Päivänvalonilmaisin # tile.deadbush.name=Kuollut pensas # tile.detector_rail.name=Tunnistinraide # tile.dirt.coarse.name=Karkeaa hietaa # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Automaatti # tile.iron_door.name=Rautaovi # tile.doorWood.name=Puuovi # tile.double_plant.fern.name=Suuri saniainen # -tile.double_plant.grass.name=Pitkä ruoho # +tile.double_plant.grass.name=Korkea ruoho # tile.double_plant.name=Kasvi # tile.double_plant.paeonia.name=Pioni # tile.double_plant.rose.name=Ruusupensas # @@ -9385,7 +9395,7 @@ tile.log.spruce.name=Kuusipölkky # tile.magma.name=Magmakuutio # tile.melon_block.name=Meloni # tile.mob_spawner.name=Hirviönsynnytin # -tile.monster_egg.brick.name=Saastakivitiili # +tile.monster_egg.brick.name=Saastuneet kivitiilet # tile.monster_egg.chiseledbrick.name=Saastainen veistetty kivitiili # tile.monster_egg.cobble.name=Saastainen mukulakivi # tile.monster_egg.crackedbrick.name=Saastainen haljennut kivitiili # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Saastakivi # tile.mushroom.name=Sieni # tile.noteblock.name=Nuottikuutio # tile.mycelium.name=Sienirihmasto # -tile.nether_brick.name=Hornatiilikuutio # -tile.red_nether_brick.name=Punainen hornatiili # +tile.nether_brick.name=Hornatiilet # +tile.red_nether_brick.name=Punaiset hornatiilet # tile.nether_brick_fence.name=Hornatiiliaita # tile.quartz_ore.name=Hornakvartsimalmi # tile.netherreactor.active=Käynnissä! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Viidakkokyltti # tile.acacia_standing_sign.name=Akasiakyltti # tile.darkoak_standing_sign.name=Tumma tammikyltti # tile.slime.name=Limakuutio # -tile.snow.name=Lunta # +tile.snow.name=Lumikuutio # tile.sponge.dry.name=Pesusieni # tile.sponge.wet.name=Märkä pesusieni # tile.spruceFence.name=Kuusiaita # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Kuollut kuplakorallikuutio # tile.coral_block.red_dead.name=Kuollut tulikorallikuutio # tile.coral_block.yellow_dead.name=Kuollut sarvikorallikuutio # tile.tallgrass.fern.name=Saniainen # -tile.tallgrass.grass.name=Ruoho # -tile.tallgrass.name=Ruoho # +tile.tallgrass.grass.name=Lyhyt ruoho # +tile.tallgrass.name=Lyhyt ruoho # tile.tallgrass.shrub.name=Pensas # tile.tuff_brick_slab.name=Tuffitiililaatta # tile.tuff_brick_stairs.name=Tuffitiiliportaat # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Tuffiportaat # tile.tuff_wall.name=Tuffiseinä # tile.seagrass.seagrass.name=Meriruoho # tile.sea_pickle.name=Merimakkara # -tile.turtle_egg.name=Merikilpikonnan muna # +tile.turtle_egg.name=Kilpikonnan muna # tile.coral.blue.name=Putkikoralli # tile.coral.pink.name=Aivokoralli # tile.coral.purple.name=Kuplakoralli # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Kuollut tulikoralliviuhka # tile.coral_fan_dead.yellow_fan.name=Kuollut sarvikoralliviuhka # tile.glass_pane.name=Lasiruutu # tile.tnt.name=TNT # -tile.snow_layer.name=Suojalumi # +tile.snow_layer.name=Lunta # tile.torch.name=Soihtu # tile.trapdoor.name=Tammilattialuukku # tile.acacia_trapdoor.name=Akasialattialuukku # @@ -10288,7 +10298,7 @@ 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! # xbox.signin.message=Kirjaudu sisään ilmaisella Microsoft-tililläsi ja koe Minecraftin koko maailma. # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Kirjaudu toisella Microsoft-tilillä # xbox.signin.website=Vieraile tällä verkkosivustolla toisella laitteella: # xbox.signin.website.qr=1. Vieraile tällä verkkosivustolla toisella laitteella: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Kirjautuminen hiekkalaatikkoon %s epäon xbox.dev_wrongSandboxSigninFailed.button.dev=Vaihda hiekkalaatikkoon Dev # xbox.dev_wrongSandboxSigninFailed.button.retail=Vaihda hiekkalaatikkoon Retail # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Tyhjennä tilin kirjautumistiedot # -xbox.addfriendsignin.line1=Löydä ystäviäsi heidän pelaajatunnuksillaan, jotta näet milloin he ovat paikalla. # -xbox.addfriendsignin.line2=Kirjaudu sisään Microsoft-tilillä, jotta voit alkaa lisätä ystäviä! # xbox.invitesignin.line1=Kutsu ystäviäsi heidän pelaajatunnuksillaan, jotta näet heidän maailmansa, kun he ovat paikalla. # xbox.invitesignin.line2=Kirjaudu sisään Microsoft-tilillä, jotta voit alkaa kutsua ystäviä! # xbox.thirdpartysignin.line1=Upeat minipelit ja uudet pelaajat odottavat sinua! Mutta ensin %s haluaisi tietää, kuka olet. # xbox.thirdpartysignin.line2=Sinun on kirjauduttava sisään Microsoft-tilille, jotta voit muodostaa yhteyden! # xbox.signInLong=Kirjaudu sisään ilmaiseksi! # xbox.signOutLong=Kirjaudu ulos Microsoft-tililtäsi # -xbox.externalServer.title=Pelaa palvelimella # -xbox.externalServer.line1=Palvelimet tarjoavat luovimpia tapoja pelata Minecraftia! Sinun täytyy vain kirjautua sisään, jotta voimme varmistaa, että saat pelata verkossa tuntemattomien pelaajien kanssa. # xbox.genericsignin.line1=Minecraft-tilisi avulla voit pelata verkkomoninpeliä ystäviesi kanssa PC:llä ja mobiililaitteilla. Eikä siinä vielä kaikki! # xbox.genericsignin.line2=Se on ILMAISTA! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Valitse uusi olemus # dr.classic_skins.custom_skin_title=Tuo olemus # dr.classic_skins.custom_skin_description=Tuo png-kuvatiedosto (64x32, 64x64 tai 128x128) laitteeltasi käytettäväksi olemuksenasi. Se ei synkronoidu eri laitteiden tai pelien välillä. # -dr.classic_skins.custom_skin_description_disabled= Laitteesi ei voi valita mukautettua olemusta moninpelin aikana. Palaa päävalikkoon ottamaan se käyttöön. # +dr.classic_skins.custom_skin_description_disabled=Laitteesi ei voi valita mukautettua olemusta moninpelin aikana. Palaa päävalikkoon ottaaksesi sellaisen käyttöön. # dr.classic_skins.custom_skin_description_popup=Pelaajat, joilla on mukautettu olemus, eivät näy sinulle, jos Salli vain luotetut olemukset -asetus on käytössä # dr.classic_skins.custom_skin_section_title=Omat olemukset # dr.classic_skins.invalidCustomSkin=Tuo .png-tiedosto, jonka mitat ovat 64x64, 64x32 tai 128x128 # diff --git a/resource_pack/texts/fr_CA.lang b/resource_pack/texts/fr_CA.lang index 73390b27c..6a2f60828 100644 --- a/resource_pack/texts/fr_CA.lang +++ b/resource_pack/texts/fr_CA.lang @@ -964,6 +964,7 @@ 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.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é # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s a déjà déverrouillé la recette : %2$s commands.recipes.playerDoesNotHaveRecipe=%1$s n'a pas la recette : %2$s # commands.recipes.notFound=La recette n'a pas été trouvée. # commands.recipes.notUnlockable=La recette ne peut pas être débloquée dans le livre de recettes. # +commands.reload.all.description=Recharge tous les fichiers de fonction et de script de tous les packs de comportements, ou recharge éventuellement le monde, et toutes les ressources et packs de comportements. # commands.reload.description=Recharge tous les fichiers de fonctions et de macros de tous les packs de comportement. # -commands.reload.editor.description=Recharge tous les fichiers de fonction et de script de tous les packs de comportements, ou redémarre éventuellement le client pour recharger toutes les ressources. # +commands.reload.started=Début du rechargement du monde. # commands.reload.success=Les fichiers de fonctions et de macros ont été rechargés. # commands.reload.error=Une erreur inattendue s'est produite. # +commands.reload.onlyHost=Seul l'hôte peut recharger le monde. # commands.replaceitem.description=Remplace les objets dans les inventaires. # commands.replaceitem.failed=Impossible de remplacer l'emplacement %s %d par %d * %s # commands.replaceitem.keepFailed=Un objet occupe déjà cet %s emplacement %d. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Caméras de créateur : caméra createWorldScreen.experimentalFocusTargetCameraDescription=Active le comportement de la caméra libre existante pour cibler une entité # createWorldScreen.recipeUnlocking=Déverrouillage de recettes # createWorldScreen.recipeUnlockingDescription=Activer le déverrouillage de recettes # -createWorldScreen.experimentalholiday=Fonctionnalité du créateur de vacances # -createWorldScreen.experimentalholidayDescription=Ajoutez des blocs dirigés par les données et une technologie d'objet pour personnaliser la forme du bloc, la rotation, les dégâts et plus encore # createWorldScreen.experimentalGameTest=API bêta # createWorldScreen.experimentalGameTestDescription=Utiliser les versions « -beta » des modules API dans les packs complémentaires # createWorldScreen.experimentalMolangFeatures=Fonctionnalités Molang # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Vous devez être connecté à un co 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. # +realmsSharingScreen.inviteLinkNotFoundTitle=Erreur liée aux Realms # +realmsSharingScreen.inviteLinkNotFoundMessage=Ce lien d'invitation n'est pas valide. # realmsCreateScreen.title.create=Créer un serveur Realm # realmsCreateScreen.title.extend=Agrandir votre Realm # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Prolonger de 180 jours # xblLogin.LoginMessageTitle=Compte Microsoft # xblLogin.LoginMessage=Connexion… # -xbl.savePurchase.description.line1=Souhaitez-vous jouer avec tout ce que vous avez acheté sur n'importe quel système muni du magasin Minecraft? Connectez-vous avec un compte Microsoft GRATUIT et synchronisez vos achats de skins, de textures, de cartes et de mash-ups afin de les utiliser pour jouer à Minecraft! # -xbl.savePurchase.description.line2=Si vous perdez votre système ou que vous désinstallez Minecraft, vos achats seront encore synchronisés et accessibles en utilisant votre compte Microsoft. # -xbl.savePurchase.leaveOnDevice=Laisser sur l’appareil # -xbl.savePurchase.title=Sauv. les achats sur un compte Microsoft? # xbl.savePurchase.saveButton=Sauv. sur un compte Microsoft # -xbl.savePurchase.toast.title=C'est réussi! # -xbl.savePurchase.toast.message=Achats synchronisés au compte Microsoft! # -xbl.savePurchase.inProgress.message=Transfert des achats sur le compte Microsoft... # - -xbl.syncIAP.title=Synchroniser achats sur compte Microsoft? # -xbl.syncIAP.description=Connectez-vous à votre compte Microsoft pour synchroniser vos skins, vos packs de textures, vos mondes et vos mash-ups. Vous pourrez par la suite y accéder à partir de n'importe quel appareil sur lequel vous jouez à Minecraft. # -xbl.syncIAP.syncNow=Synchroniser maintenant... # -xbl.syncIAP.syncLaterEllipsis=Synchroniser plus tard... # -xbl.syncIAP.syncLater=Synchroniser plus tard # -xbl.syncIAP.toast.title=C'est réussi! # -xbl.syncIAP.toast.message=Achats synchronisés sur votre compte Microsoft! # -xbl.syncIAP.inProgress.message=Synchroniser les achats sur votre compte Microsoft… # -xbl.syncIAP.skipSignIn.prompt.description=Ce compte Microsoft ne sera pas le compte principal de cet appareil, à moins que vous ne synchronisiez sur ce compte les achats effectués sur cet appareil. Vous ne serez pas connecté automatiquement au lancement de Minecraft. # - -xbl.syncIAP.confirmSync.prompt.title=Synchroniser avec %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=Souhaitez-vous synchroniser vos achats du magasin d'applications avec %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=Les packs achetés à l'extérieur du marché Minecraft ne peuvent être synchronisés qu'une seule fois. Ils continueront d'être accessibles à quiconque joue sur cet appareil. # -xbl.syncIAP.confirmSync.prompt.yes=Oui, synchroniser mes achats # 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. # @@ -2512,8 +2495,6 @@ 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.skipSignIn.prompt.title=Compte temporaire # -xbl.skipSignIn.prompt.description=Ce compte Microsoft ne sera pas le compte principal de cet appareil, à moins que vous ne transfériez à ce compte les achats effectués sur cet appareil. Vous ne serez pas connecté automatiquement au lancement de Minecraft. # 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.message2=Souhaitez-vous vraiment continuer? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s a suffoqué dans un mur # death.attack.lava=%1$s a essayé de nager dans la lave # death.attack.lava.player=%1$s a essayé de nager dans la lave pour fuir %2$s # death.attack.lightningBolt=%1$s s'est fait frapper par la foudre # +death.attack.maceSmash.player=%1$s a été écrasé par %2$s # +death.attack.maceSmash.player.item=%1$s a été écrasé par %2$s avec %3$s # death.attack.magic=%1$s s'est fait tuer par la magie # death.attack.magma=%1$s a découvert que le sol était de lave # death.attack.magma.player=%1$s a marché sur une zone dangereuse à cause de %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Le serveur et le client ont des v disconnectionScreen.editor.cannotUseRayTracing=Les packs de ressources compatibles avec le lancer de rayon ne sont pas encore compatibles avec les projets de l’éditeur. # disconnectionScreen.unexpectedPacket=Déconnexion due à un type de paquet reçu qui ne peut pas être traité. Cela peut être dû à une incompatibilité de version ou à une corruption au niveau du réseau. # disconnectionScreen.connectionLost=La connexion à l'hôte a été perdue. Si ce monde est toujours hébergé, vérifiez votre connexion internet et réessayez de vous connecter. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Impossible de charger le monde. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Essayez d'ouvrir le monde en mode démo. # disconnectionScreen.errorCode=Code d’erreur : # storageSpaceWarningScreen.frontend=Vous n'avez presque plus d'espace libre pour sauvegarder vos données! Minecraft a restreint l'accès à cette fonctionnalité jusqu'à ce que vous libériez de l'espace de stockage supplémentaire. # @@ -3041,7 +3026,7 @@ entity.villager.librarian=Bibliothécaire # entity.villager.shepherd=Berger # entity.villager.tool=Forgeur d'outils # entity.villager.weapon=Forgeur d'armes # -entity.villager.mason=Tailleur de pierre # +entity.villager.mason=Maçon # entity.villager.unskilled=Villageois non qualifié # entity.villager_v2.name=Villageois # entity.vindicator.name=Vindicateur # @@ -3126,7 +3111,7 @@ feed.upload=Votre saisie d'écran est en cours de téléchargement... # feed.manage=Gérer le flux # feed.share=Partager # feed.addScreenshot=Ajouter une saisie d'écran # -feed.screenshotCapturedRealms=Capture d'écran enregistrée. Rendez-vous dans les Histoires de Realms pour la partager. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Capture d'écran prise. Vous pouvez la consulter dans votre galerie de captures d'écran. # feed.screenshotAlmostFull=Capture d'écran prise. Votre galerie est presque pleine. (%d/%d) # feed.screenshotReachedMax=Capture d'écran prise. Votre galerie est pleine. (%d/%d) # @@ -3420,7 +3405,7 @@ howtoplay.anvil.text.5=Il est possible que chacune des utilisations de l'enclume howtoplay.armor=Armure # howtoplay.armor.text.1=Le fait de porter une armure vous protège contre de possibles dégâts. Dans l'interface, votre niveau d'armure est représenté par :armor:. Plus ce niveau est élevé, moins vous subirez de dégâts. # howtoplay.armor.header.1=Fabrication # -howtoplay.armor.text.2=Les armures peuvent être fabriquées à partir de cuir, de fer, d'or ou de diamant. Vous pouvez obtenir une armure de mailles en marchandant avec un villageois ou d'un butin de zombies et de squelettes. # +howtoplay.armor.text.2=Les armures peuvent être en cuir, en fer, en or ou en diamant. Vous pouvez obtenir la cotte de mailles en commerçant avec un villageois ou en la récupérant sur les zombies et les squelettes. # howtoplay.armor.text.3=Pour vous équiper d'une armure, ouvrez votre inventaire et déplacer les pièces d'armure dans l'emplacement approprié à côté de votre skin de joueur. # howtoplay.armor.text.4=Vous pouvez faire fondre les armures de fer, de mailles et d'or dans un fourneau pour en faire des pépites de fer ou d'or. # howtoplay.armor.header.2=Bouclier # @@ -3502,7 +3487,7 @@ howtoplay.blocks.text.8=§eMagma§f : vous en trouverez à l'état naturel dans howtoplay.blocks.text.9=§eTerre stérile§f : cela ressemble à un bloc de terre normal, mais l'herbe ne peut pas y pousser. Vous en trouverez dans les biomes de savane et de méga taïga. # howtoplay.bookAndQuill=Le livre et la plume # -howtoplay.bookAndQuill.text.1=Le livre et la plume vous permettent de noter vos aventures. Racontez votre histoire en ajoutant aux pages du texte et des images. Vous pouvez aussi modifier le titre et l'auteur! Signez le livre pour finaliser votre travail. Vous pourrez modifier votre récit tant que celui-ci n'est pas signé. # +howtoplay.bookAndQuill.text.1=Le livre et la plume vous permettent de noter vos aventures. Racontez votre histoire en ajoutant du texte. Vous pouvez même modifier le titre et le nom de l'auteur! Signez le livre pour finaliser votre travail, car il reste modifiable tant que vous ne l'avez pas signé. # howtoplay.brewingStand=Stand d'alchimie # howtoplay.brewingStand.text.1=Vous devez avoir un stand d'alchimie pour fabriquer des potions. Toute potion requiert d'abord une bouteille d'eau, celle-ci étant une bouteille en verre remplie de l'eau d'un chaudron ou d'une source. # @@ -3643,7 +3628,7 @@ howtoplay.camera.text.2=Pour prendre une photo de votre point de vue, appuyez su howtoplay.camera.text.2.touch=Pour prendre une photo de votre point de vue, touchez et maintenez votre doigt, puis relâchez. # howtoplay.camera.text.3=Pour prendre une photo de vous, placez l'appareil photo et appuyez dessus avec :_input_key.use:. # howtoplay.camera.text.3.touch=Pour prendre une photo de vous, placez l'appareil photo et touchez le bouton Prendre une photo. # -howtoplay.camera.text.4=Les photos peuvent être vues dans l'album photos ou insérées dans le livre et la plume. # +howtoplay.camera.text.4=Les photos peuvent être visualisées dans l'album photos ou insérées dans le livre et la plume. # howtoplay.portfolio=Album photos # howtoplay.portfolio.title=Guide pratique : l'album photos # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Doré # item.axolotlColorWild.name=Brun # item.axolotlColorBlue.name=Bleu # item.golden_apple.name=Pomme dorée # -item.appleEnchanted.name=Pomme enchantée # +item.appleEnchanted.name=Pomme dorée enchantée # item.armadillo_scute.name=Scutelle de tatou # item.armor_stand.name=Porte-armure # item.arrow.name=Flèche # @@ -4626,7 +4611,7 @@ item.banner.half_vertical_right.red=Rouge par pal inversé # item.banner.half_vertical_right.silver=Gris pâle par pal inversé # item.banner.half_vertical_right.white=Blanc par pal inversé # item.banner.half_vertical_right.yellow=Jaune par pal inversé # -item.banner.illager_captain.name=Bannière illageoise # +item.banner.illager_captain.name=Bannière sinistre # item.banner.lightBlue.name=Bannière bleu pâle # item.banner.lime.name=Bannière vert lime # item.banner.magenta.name=Bannière magenta # @@ -5022,7 +5007,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 # @@ -5122,18 +5107,18 @@ item.warped_fungus_on_a_stick.name=Champignon altéré sur un bâton # item.carrot.name=Carotte # item.cauldron.name=Chaudron # item.charcoal.name=Charbon de bois # -item.chainmail_chestplate.name=Cotte de mailles # +item.chainmail_chestplate.name=Plastron en cotte de mailles # item.leather_chestplate.name=Tunique en cuir # item.diamond_chestplate.name=Plastron en diamant # item.golden_chestplate.name=Plastron en or # item.iron_chestplate.name=Plastron en fer # item.chorus_fruit.name=Chorus # item.chorus_fruit_popped.name=Chorus éclaté # -item.cooked_beef.name=Bœuf cuit # +item.cooked_beef.name=Steak # item.cooked_chicken.name=Poulet cuit # item.cooked_porkchop.name=Côtelette de porc cuite # item.chicken.name=Poulet cru # -item.clay_ball.name=Argile # +item.clay_ball.name=Boule d’argile # item.clock.name=Horloge # item.coal.name=Charbon # item.comparator.name=Comparateur de redstone # @@ -5242,7 +5227,7 @@ item.golden_axe.name=Hache en or # item.iron_axe.name=Hache en fer # item.stone_axe.name=Hache en pierre # item.wooden_axe.name=Hache en bois # -item.chainmail_helmet.name=Casque de mailles # +item.chainmail_helmet.name=Casque en cotte de mailles # item.leather_helmet.name=Calotte en cuir # item.diamond_helmet.name=Casque en diamant # item.golden_helmet.name=Casque en or # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Casque en netherite # item.lead.name=Laisse # item.leather.name=Cuir # item.leaves.name=Feuilles # -item.chainmail_leggings.name=Jambières de mailles # +item.chainmail_leggings.name=Jambières en cotte de mailles # item.leather_leggings.name=Pantalon en cuir # item.diamond_leggings.name=Jambières en diamant # item.golden_leggings.name=Jambières en or # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Carte du village du désert # item.map.exploration.jungle_temple.name=Carte d'exploration de la Jungle # item.map.exploration.swamp_hut.name=Carte d'exploration des marais # item.map.exploration.trial_chambers.name=Carte d'exploration de l'épreuve # -item.melon.name=Melon # -item.milk.name=Lait # +item.melon.name=Tranche de melon # +item.milk.name=Seau de lait # item.minecart.name=Wagonnet # item.chest_minecart.name=Wagonnet de stockage # item.command_block_minecart.name=Wagonnet avec bloc de commande # @@ -5377,7 +5362,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 de mer # +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 # @@ -5440,13 +5425,13 @@ item.record_creator.desc=Lena Raine – Creator # item.record_creator_music_box.desc=Lena Raine – Creator (Music Box) # item.record_precipice.desc=Aaron Cherof – Precipice # item.redstone.name=Poudre de redstone # -item.reeds.name=Cannes à sucre # +item.reeds.name=Canne à sucre # item.kelp.name=Varech # item.dried_kelp.name=Varech séché # item.rotten_flesh.name=Chair putréfiée # item.ruby.name=Rubis # item.saddle.name=Selle # -item.wheat_seeds.name=Graines # +item.wheat_seeds.name=Graines de blé # item.beetroot_seeds.name=Graines de betteraves # item.melon_seeds.name=Graines de melon # item.pumpkin_seeds.name=Graines de citrouille # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Panneau en acacia # item.darkoak_sign.name=Panneau en chêne noir # item.crimson_sign.name=Panneau carmin # item.warped_sign.name=Panneau altéré # -item.skull.char.name=Tête # +item.skull.char.name=Tête de joueur # item.skull.creeper.name=Tête de Creeper # item.skull.dragon.name=Tête de dragon # item.skull.player.name=Tête de/d' %s # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Crâne de squelette de Wither # item.skull.zombie.name=Tête de zombie # item.slime_ball.name=Boule de gélatine # item.snowball.name=Boule de neige # -item.speckled_melon.name=Melon scintillant # +item.speckled_melon.name=Tranche de melon scintillant # item.spider_eye.name=Œil d'araignée # item.stick.name=Bâton # item.string.name=Fil # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Scutelle de tortue # item.phantom_membrane.name=Membrane de revenant # item.sweet_berries.name=Baies sucrées # item.suspicious_stew.name=Ragoût suspect # +item.field_masoned_banner_pattern.name=Motif de bannière Déploiement de maçonnerie # +item.creeper_banner_pattern.name=Motif de bannière Visage de creeper # +item.flow_banner_pattern.name=Motif de bannière Flot # +item.flower_banner_pattern.name=Motif de bannière Charge de 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 Museau # +item.skull_banner_pattern.name=Motif de bannière Charge de crâne # +item.mojang_banner_pattern.name=Motif de bannière Chose # +item.bordure_indented_banner_pattern.name=Motif de bannière Bordure dentelée # item.banner_pattern.bricks=Déploiement de maçonnerie # item.banner_pattern.creeper=Charge de Creeper # item.banner_pattern.flow=Flux # @@ -5955,7 +5950,6 @@ map.position=Position : %s, %s, %s # mcoServer.title=Monde de Minecraft Online # -menu.ai_lesson_crafter=Fabricateur de leçons # menu.achievements=Succès # menu.convertingLevel=Expansion du monde # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Largeur # options.codeBuilder=Constructeur de code # options.content_log_file=Activer le fichier du journal de contenu # options.content_log_gui=Activer l'interface du journal de contenu # +options.content_log_gui.level=Niveau de journalisation de l'interface graphique # +options.content_log_gui.level.info=Infos # +options.content_log_gui.level.warn=Avertir # +options.content_log_gui.level.error=Erreur # options.controller=Manette # options.controllerLayout=Configuration de la manette de jeu # options.controllerSettings=Paramètres manette # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Outrepasser les traitements expérimentaux # options.dev_sandboxRetail=Bac à sable Xforge : vente au détail # options.dev_sandboxDev=Bac à sable Xforge : développeurs # options.dev_sandboxDevAchievement=Bac à sable Xforge : succès de développement # +options.dev_showDiscoveryOverridePanel=Forcer les points de terminaison de service # +options.dev_discoveryOverrideServiceName=Nom du service (sécurité, personnage, etc.) # +options.dev_discoveryOverrideServiceBranch=Branche # +options.dev_resetAllEndpointOverrides=Réinitialiser tous les points de terminaison # +options.dev_apply=Appliquer # options.dev_displayTreatmentsPanel=Afficher les traitements # options.dev_currentTreatmentsTitle=Traitements en cours # options.dev_unusedTreatmentsTitle=Traitements non utilisés # @@ -6408,6 +6411,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.not_pending=N'est pas en attente # options.dev_gatherings_section=Rassemblements # options.dev_gatherings_enable=Activer les rassemblements # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Cette distance de rendu élevée peut diminuer la options.raytracing.renderdistance.warning=Ce paramètre peut causer des problèmes de performances pendant la lecture du jeu. # options.resetSettings=Rétablir au réglage par défaut # options.resetSettings.popUp=Souhaitez-vous vraiment réinitialiser les paramètres? # -options.maxFramerate=FPS max (expérimental) # +options.maxFramerate=Limite d'images par seconde # +options.maxFramerate.tooltip=Réduisez le nombre maximal d'images par seconde en jeu pour prolonger la durée de vie de la batterie et préserver l'état de l'appareil. Le nombre d'images par seconde actuel peut être inférieur à la limite choisie. # options.maxFramerateFormat=%s images/s # options.perf_turtle=Tortue de performance # options.msaa=Anticrénelage # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Synchronisation verticale adaptable # options.websocketEncryption=Nécessite des WebSockets chiffrés # options.websocketEncryptionWarningLabel=Ne désactiver cette option que si vous vous connectez à une application connue et sécuritaire. # options.filelocation.title=Emplacement du fichier de stockage # +options.filelocation.title.edu=Emplacement de stockage local # options.filelocation.external=Externe # options.filelocation.appdata=Application # options.filelocation.external.warning.title=Avertissement # @@ -6960,26 +6966,12 @@ 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.moreInfo.gearVR=Pour en savoir plus, rendez-vous sur https://aka.ms/MinecraftSunsetting à partir de n'importe quel navigateur Web. # -sunsetting.popup.moreInfo.gearVR.geo=Pour plus d'informations, consultez la page https://aka.ms/MinecraftGeoSunsetting dans n'importe quel navigateur Web. # - -sunsetting.popup.pendingSunset.ios=Notre capacité à prendre en charge cet appareil touche à sa fin. Vous continuerez à recevoir des mises à jour jusqu'en février 2024, après quoi vous recevrez la mise à jour finale pour cet appareil.%sAprès l'installation de la mise à jour finale, vous pourrez toujours jouer dans vos mondes et accéder aux achats du marché (y compris les Minecoins), mais vous ne pourrez plus effectuer de nouveaux achats à partir de cet appareil. Les Realms gérés à partir de cet appareil continueront à fonctionner pendant 6 mois, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Pour annuler l'abonnement à votre Realm, rendez-vous dans les paramètres de vos abonnements sur l'appareil à partir duquel le Realm a été créé. Vous ne recevrez plus les dernières mises à jour et ne pourrez plus jouer en multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs.%sCliquez sur le bouton pour obtenir plus d'informations, notamment sur les moyens de déplacer votre monde vers un nouvel appareil. # -sunsetting.popup.pendingSunset.android=Notre capacité à prendre en charge cet appareil touche à sa fin. Vous continuerez à recevoir des mises à jour jusqu'en février 2024, après quoi vous recevrez la mise à jour finale pour cet appareil.%sAprès l'installation de la mise à jour finale, vous pourrez toujours jouer dans vos mondes et accéder aux achats du marché (y compris les Minecoins), mais vous ne pourrez plus effectuer de nouveaux achats à partir de cet appareil. Les Realms gérés à partir de cet appareil continueront à fonctionner pendant 6 mois, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Pour annuler l'abonnement à votre Realm, rendez-vous dans vos abonnements Google Play. Vous pouvez accéder à Google Play sur n'importe quel appareil compatible ou via un PC à partir duquel vous pouvez vous connecter à votre compte. Vous ne recevrez plus les dernières mises à jour et ne pourrez plus jouer en multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs.%sCliquez sur le bouton pour obtenir plus d'informations, notamment sur les moyens de déplacer votre monde vers un nouvel appareil. # -sunsetting.popup.pendingSunset.ios_android=Notre capacité à prendre en charge cet appareil touche à sa fin. Vous continuerez à recevoir des mises à jour jusqu'en novembre 2022, après quoi vous recevrez la mise à jour finale pour cet appareil. Nous nous excusons sincèrement pour la gêne occasionnée. %sAprès l'installation de la mise à jour finale, vous pourrez toujours jouer dans vos mondes et accéder aux achats du magasin (y compris les Minecoins). Les Realms gérés à partir de cet appareil continueront à fonctionner pendant six mois, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Vous ne recevrez plus les dernières mises à jour et vous ne serez pas en mesure de jouer en mode multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, y compris sur les moyens de déplacer vos mondes vers un nouvel appareil. # -sunsetting.popup.sunset.ios_android=Cet appareil n'est plus pris en charge. Vous avez reçu la mise à jour finale pour cet appareil. À partir de ce moment, vous pouvez continuer à construire dans vos mondes et à accéder à vos achats du marché (y compris les pièces Minecoins). Vos Realms continueront à fonctionner, excepté s'ils sont mis à jour par le propriétaire du Realm sur un autre appareil. Vous ne recevrez plus les plus récentes mises à jour et vous ne pourrez pas jouer en mode multijoueur avec des appareils ou des Realms qui continuent à recevoir les mises à jour. Vous ne pourrez pas vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, notamment sur les façons de déplacer vos mondes sur un nouvel appareil. Nous savons que cette situation provoque des désagréments et nous sommes reconnaissants du temps que vous avez passé à jouer au jeu. Nous espérons vous revoir sur un appareil mis à jour. # -sunsetting.popup.pendingSunset.gearvr_win10=Notre capacité à prendre en charge cet appareil tire à sa fin. Vous continuerez à recevoir des mises à jour jusqu'à notre prochaine version majeure, après quoi vous recevrez une mise à jour finale pour cet appareil. Nous sommes vraiment désolés de cet inconvénient. %sAprès avoir reçu la mise à jour finale, vous serez toujours en mesure de jouer avec vos mondes et d'accéder à vos achats du marché (y compris les pièces Minecoins). Toutefois, vous n'aurez plus accès au mode multijoueur ni aux Realms à partir de cet appareil. Vous ne recevrez plus les plus récentes mises à jour et vous ne pourrez pas jouer avec des appareils ou des Realms qui continuent à recevoir les mises à jour. Vous ne pourrez pas vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, notamment sur les façons de déplacer vos mondes sur un nouvel appareil. # -sunsetting.popup.sunset.gearvr_win10=Cet appareil n'est plus pris en charge. Vous avez reçu la mise à jour finale pour cet appareil. À compter de maintenant, vous pouvez continuer à construire dans vos mondes et à accéder à vos achats du marché (y compris les pièces Minecoins). Toutefois, vous n'aurez plus accès au mode multijoueur ni aux Realms à partir de cet appareil. Vous ne recevrez plus les plus récentes mises à jour et vous ne pourrez pas jouer avec des appareils qui continuent à recevoir les mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs. # -sunsetting.popup.pendingSunset.dx10=Notre capacité à prendre en charge ce dispositif graphique tire à sa fin. Vous continuerez à recevoir des mises à jour jusqu'à notre prochaine version majeure, après quoi vous recevrez une mise à jour finale pour cet appareil. Nous sommes vraiment désolés de cet inconvénient. %sAprès avoir reçu la mise à jour finale, vous serez toujours en mesure de jouer avec vos mondes et d'accéder à vos achats du marché (y compris les pièces Minecoins). Les Realms gérés sur cet appareil seront encore fonctionnels, excepté s'ils sont mis à jour par le propriétaire du Realm sur un autre appareil. Vous ne recevrez plus les plus récentes mises à jour et vous ne pourrez pas jouer en mode multijoueur avec des appareils ou des Realms qui continuent à recevoir les mises à jour. Vous ne pourrez pas vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, notamment sur les façons de déplacer vos mondes sur un nouvel appareil. # -sunsetting.popup.sunset.dx10=Ce dispositif graphique n'est plus pris en charge. Vous avez reçu la mise à jour finale pour cet appareil. À partir de ce moment, vous pouvez continuer à construire dans vos mondes et à accéder à vos achats du marché (y compris les pièces Minecoins). Vos Realms continueront à fonctionner, excepté s'ils sont mis à jour par le propriétaire du Realm sur un autre appareil. Vous ne recevrez plus les plus récentes mises à jour et vous ne pourrez pas jouer en mode multijoueur avec des appareils ou des Realms qui continuent à recevoir les mises à jour. Vous ne pourrez pas vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, notamment sur les façons de déplacer vos mondes sur un nouvel appareil. Nous savons que cette situation provoque des désagréments, et nous sommes reconnaissants du temps que vous avez passé à jouer au jeu de même que de votre soutien. # - -sunsetting.popup.pendingSunset.geo.ios=Notre capacité à prendre en charge cet appareil arrive à son terme dans votre région. Après avoir reçu la dernière mise à jour, vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le marché, mais vous ne pourrez plus effectuer d'achats. Les Realms gérés à partir de cet appareil continueront de fonctionner pendant 6 mois jusqu'au 30 septembre 2023, date à laquelle vous y perdrez accès. Il est recommandé de télécharger votre monde avant cette date et d'annuler votre abonnement en consultant vos paramètres d'Abonnements sur votre appareil. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats du marché, vos Minecoins et votre abonnement Realms seront disponibles sur d'autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde vers un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d'informations, notamment sur les moyens de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Notre capacité à prendre en charge cet appareil a pris fin dans votre région. Vous pourrez toujours jouer dans vos mondes et accéder à vos achats dans le marché, mais vous ne pourrez plus effectuer d’achats. Les Realms gérés à partir de cet appareil continueront de fonctionner jusqu’au 30 septembre 2023, à la suite de quoi vous n’y aurez plus accès. Il est recommandé de télécharger votre monde avant cela. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le marché, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, y compris les moyens de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Notre capacité à prendre en charge cet appareil arrive à son terme dans votre région. Après avoir reçu la dernière mise à jour, vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le marché, mais vous ne pourrez plus effectuer d'achats. Les Realms gérés à partir de cet appareil continueront de fonctionner pendant 6 mois jusqu'au 30 septembre 2023, date à laquelle vous y perdrez accès. Il est recommandé de télécharger votre monde avant cette date. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats du marché, vos Minecoins et votre abonnement Realms seront disponibles sur d'autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde vers un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d'informations, notamment sur les moyens de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Notre capacité à prendre en charge cet appareil a pris fin dans votre région. Vous pourrez toujours jouer dans vos mondes et accéder à vos achats dans le marché, mais vous ne pourrez plus effectuer d’achats. Les Realms gérés à partir de cet appareil continueront de fonctionner jusqu’au 30 septembre 2023, à la suite de quoi vous n’y aurez plus accès. Il est recommandé de télécharger votre monde avant cela. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le marché, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, y compris les moyens de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Notre capacité à prendre en charge cet appareil arrive à son terme dans votre région. Suite à cette dernière mise à jour, vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le marché, mais vous ne pourrez plus effectuer d'achats. Les Realms gérés à partir de cet appareil continueront de fonctionner pendant 6 mois jusqu'au 30 septembre 2023, date à laquelle vous y perdrez accès à partir de cet appareil. Il est recommandé de télécharger votre monde avant cette date et d'annuler votre abonnement en consultant vos abonnements dans Google Play. %sVous ne recevrez plus les dernières mises à jour et ne pourrez plus jouer en multijoueur. Vous ne pourrez pas non plus vous connecter à certains serveurs. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats du marché, vos Minecoins et votre abonnement Realms seront disponibles sur vos autres plateformes où vous jouez à Minecraft. Vous pouvez commencer un nouvel abonnement à partir de ces autres plateformes. %sSi vous souhaitez déplacer vos mondes de cet appareil vers un autre, vous pouvez le faire en téléchargeant le monde vers un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d'informations, y compris les moyens de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Notre capacité à prendre en charge cet appareil a pris fin dans votre région. Vous pourrez toujours jouer dans vos mondes et accéder à vos achats dans le marché, mais vous ne pourrez plus effectuer d’achats. Les Realms gérés à partir de cet appareil continueront de fonctionner jusqu’au 30 septembre 2023, à la suite de quoi vous n’y aurez plus accès. Il est recommandé de télécharger votre monde avant cela. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le marché, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, y compris les moyens de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Notre capacité à prendre en charge cet appareil arrive à son terme dans votre région. Après avoir reçu la dernière mise à jour, vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le marché, mais vous ne pourrez plus effectuer d'achats. Les Realms gérés à partir de cet appareil continueront de fonctionner pendant 6 mois jusqu'au 30 septembre 2023, date à laquelle vous y perdrez accès. Il est recommandé de télécharger votre monde avant cette date. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats du marché, vos Minecoins et votre abonnement Realms seront disponibles sur d'autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde vers un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d'informations, notamment sur les moyens de déplacer votre monde vers un nouvel appareil. # -sunsetting.popup.sunset.geo.generic=Notre capacité à prendre en charge cet appareil a pris fin dans votre région. Vous pourrez toujours jouer dans vos mondes et accéder à vos achats dans le marché, mais vous ne pourrez plus effectuer d’achats. Les Realms gérés à partir de cet appareil continueront de fonctionner jusqu’au 30 septembre 2023, à la suite de quoi vous n’y aurez plus accès. Il est recommandé de télécharger votre monde avant cela. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le marché, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, y compris les moyens de déplacer votre monde vers un nouvel appareil. # +sunsetting.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.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 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Ingrédients : # item.smithing_template.name=Modèle de forge # item.smithing_template.netherite_upgrade.applies_to=Équipement en diamant # item.smithing_template.netherite_upgrade.ingredients=Lingot de Netherite # +item.netherite_upgrade_smithing_template.name=Amélioration de netherite # +item.sentry_armor_trim_smithing_template.name=Coupe d'armure Sentinelle # +item.vex_armor_trim_smithing_template.name=Coupe d'armure Vex # +item.wild_armor_trim_smithing_template.name=Coupe d'armure Sauvage # +item.coast_armor_trim_smithing_template.name=Coupe d'armure Rivage # +item.dune_armor_trim_smithing_template.name=Coupe d'armure Dune # +item.wayfinder_armor_trim_smithing_template.name=Coupe d'armure Boussole # +item.raiser_armor_trim_smithing_template.name=Coupe d'armure Éleveur # +item.shaper_armor_trim_smithing_template.name=Coupe d'armure Façonneur # +item.host_armor_trim_smithing_template.name=Coupe d'armure Hôte # +item.ward_armor_trim_smithing_template.name=Coupe d'armure Pupille # +item.silence_armor_trim_smithing_template.name=Coupe d'armure Silence # +item.tide_armor_trim_smithing_template.name=Coupe d'armure Marée # +item.snout_armor_trim_smithing_template.name=Coupe d'armure Groin # +item.rib_armor_trim_smithing_template.name=Coupe d'armure Côtes # +item.eye_armor_trim_smithing_template.name=Coupe d'armure Œil # +item.spire_armor_trim_smithing_template.name=Coupe d'armure Flèche # +item.flow_armor_trim_smithing_template.name=Coupe d'armure Flot # +item.bolt_armor_trim_smithing_template.name=Coupe d'armure Boulon # item.snort_pottery_sherd.name=Tesson de poterie Reniflement # item.spawn_egg.entity.camel.name=Œuf d'apparition de chameau # item.spruce_hanging_sign.name=Panneau suspendu en sapin # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Coupe d'armure Boussole # trim_pattern.wild.name=Coupe d'armure Sauvage # trim_pattern.bolt.name=Coupe d'armure Boulon # trim_pattern.flow.name=Coupe d'armure Flot # -upgrade.netherite_upgrade.name=Amélioration de Netherite # storageManager.mainSizeLabel=%s - 1 objet # storageManager.mainSizeLabelPlural=%s - %s objets # @@ -8443,6 +8453,8 @@ 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 Minecraft Marketplace 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. L'abonnement coûte %s/mois et pouvez l'annuler à tout moment et ainsi cesser les paiements à venir. #### {StrContains="Marketplace Pass"} +store.csb.terms=Le Marketplace Pass est un abonnement à du contenu utilisable avec les versions de Minecraft (le jeu est vendu séparément) 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 gratuit, 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.recurring.offerTrial=Le 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 marché seront immédiatement disponibles. Vous pourrez l'annuler ultérieurement pour cesser les frais en accédant aux paramètres d'abonnement. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Le 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 marché seront immédiatement disponibles. L'abonnement vous sera facturé %s/mois et vous pourrez l'annuler ultérieurement pour cesser les frais en accédant aux paramètres d'abonnement. #### {StrContains="Marketplace Pass"} store.csb.consumable.offerTrial=Plus de 150 packs du marché seront immédiatement disponibles. Les 30 premiers jours seront gratuits, puis vous pourrez renouveler votre abonnement pour 30 jours au prix de %s. # @@ -8854,8 +8866,6 @@ store.myAccount=Mon compte # store.xbl.signin=Connexion # store.xbl.signinOrSignUp=Se connecter ou s'inscrire gratuitement # store.xbl.disconnected=Déconnecté # -store.xbl.conversionFailedTitle=Une erreur s'est produite # -store.xbl.conversionFailedMessage=Veuillez réessayer plus tard. # store.sales.allByCreator=En solde maintenant! # store.sales.bundlesOnSale=Lots en solde maintenant! # @@ -9027,8 +9037,8 @@ tile.deny.name=Refuser # tile.border_block.name=Bordure # tile.anvil.intact.name=Enclume # tile.anvil.name=Enclume # -tile.anvil.slightlyDamaged.name=Enclume légèrement endommagée # -tile.anvil.veryDamaged.name=Enclume très endommagée # +tile.anvil.slightlyDamaged.name=Enclume ébréchée # +tile.anvil.veryDamaged.name=Enclume endommagée # tile.barrier.name=Barrière # tile.beacon.name=Balise # tile.beacon.primary=Pouvoir primaire # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Bloc de fer # tile.lapis_block.name=Bloc de lapis-lazuli # tile.redstone_block.name=Bloc de redstone # tile.bookshelf.name=Bibliothèque # -tile.brick_block.name=Bloc de briques # +tile.brick_block.name=Briques # tile.brown_mushroom.name=Champignon brun # tile.brown_mushroom_block.mushroom.name=Champignon # tile.brown_mushroom_block.stem.name=Tige de champignon # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Vitre bleue # tile.stained_glass_pane.purple.name=Vitre violette # tile.stained_glass_pane.magenta.name=Vitre magenta # tile.stained_glass_pane.pink.name=Vitre rose # -tile.clay.name=Bloc d'argile # +tile.clay.name=Argile # tile.hardened_clay.name=Terre cuite # tile.stained_hardened_clay.black.name=Terre cuite noire # tile.stained_hardened_clay.blue.name=Terre cuite bleue # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Mur en briques du Nether rouges # tile.cocoa.name=Cacao # tile.command_block.name=Bloc de commande # tile.composter.name=Composteur # -tile.light_block.name=Bloc de lumière # +tile.light_block.name=Lumière # tile.repeating_command_block.name=Répétition du bloc de commande # tile.chain_command_block.name=Chaîne du bloc de commande # tile.wheat.name=Cultures # tile.darkOakFence.name=Clôture en chêne noir # tile.dark_oak_fence_gate.name=Porte de clôture en chêne noir # -tile.daylight_detector.name=Capteur de lumière du jour # +tile.daylight_detector.name=Détecteur de lumière # tile.deadbush.name=Buisson mort # tile.detector_rail.name=Rails détecteurs # tile.dirt.coarse.name=Terre stérile # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Distributeur # tile.iron_door.name=Porte en fer # tile.doorWood.name=Porte en bois # tile.double_plant.fern.name=Grande fougère # -tile.double_plant.grass.name=Très hautes herbes # +tile.double_plant.grass.name=Herbes hautes # tile.double_plant.name=Grandes plantes # tile.double_plant.paeonia.name=Pivoines # tile.double_plant.rose.name=Rosier # @@ -9385,7 +9395,7 @@ tile.log.spruce.name=Tronc d'épinette # tile.magma.name=Bloc de magma # tile.melon_block.name=Melon # tile.mob_spawner.name=Générateur de monstres # -tile.monster_egg.brick.name=Brique de pierre infestée # +tile.monster_egg.brick.name=Briques de pierre infestées # tile.monster_egg.chiseledbrick.name=Brique de pierre ciselée infestée # tile.monster_egg.cobble.name=Fragments de pierres infestés # tile.monster_egg.crackedbrick.name=Brique de pierre craquelée infestée # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Pierre infestée # tile.mushroom.name=Champignon # tile.noteblock.name=Bloc musical # tile.mycelium.name=Mycélium # -tile.nether_brick.name=Bloc de briques du Nether # -tile.red_nether_brick.name=Brique du Nether rouge # +tile.nether_brick.name=Briques du Nether # +tile.red_nether_brick.name=Briques du Nether rouges # tile.nether_brick_fence.name=Clôture en briques du Nether # tile.quartz_ore.name=Minerai de quartz du Nether # tile.netherreactor.active=Actif! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Panneau en bois tropical # tile.acacia_standing_sign.name=Panneau en acacia # tile.darkoak_standing_sign.name=Panneau en chêne noir # tile.slime.name=Bloc de gélatine # -tile.snow.name=Neige # +tile.snow.name=Bloc de neige # tile.sponge.dry.name=Éponge # tile.sponge.wet.name=Éponge mouillée # tile.spruceFence.name=Clôture en sapin # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Bloc de corail bulles mort # tile.coral_block.red_dead.name=Bloc de corail de feu mort # tile.coral_block.yellow_dead.name=Bloc de corail tétracoralliaire mort # tile.tallgrass.fern.name=Fougère # -tile.tallgrass.grass.name=Herbe # -tile.tallgrass.name=Herbe # +tile.tallgrass.grass.name=Herbes basses # +tile.tallgrass.name=Herbes basses # tile.tallgrass.shrub.name=Arbuste # tile.tuff_brick_slab.name=Dalle en briques de tuf # tile.tuff_brick_stairs.name=Escaliers en briques de tuf # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Escaliers en tuf # tile.tuff_wall.name=Muret en tuf # tile.seagrass.seagrass.name=Herbier marin # tile.sea_pickle.name=Concombre de mer # -tile.turtle_egg.name=Œuf de tortue de mer # +tile.turtle_egg.name=Œuf de tortue # tile.coral.blue.name=Corail tubulaire # tile.coral.pink.name=Corail cerveau # tile.coral.purple.name=Corail bulles # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Gorgone de corail de feu morte # tile.coral_fan_dead.yellow_fan.name=Gorgone de corail tétracoralliaire morte # tile.glass_pane.name=Panneau en verre # tile.tnt.name=TNT # -tile.snow_layer.name=Neige haute # +tile.snow_layer.name=Neige # tile.torch.name=Torche # tile.trapdoor.name=Trappe en chêne # tile.acacia_trapdoor.name=Trappe en acacia # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Eau # tile.water.name=Eau # tile.waterlily.name=Nénuphar # tile.web.name=Toile d'araignée # -tile.heavy_weighted_pressure_plate.name=Plaque de pression pondérée (lourd) # -tile.light_weighted_pressure_plate.name=Plaque de pression pondérée (léger) # +tile.heavy_weighted_pressure_plate.name=Plaque de pression pondérée lourde # +tile.light_weighted_pressure_plate.name=Plaque de pression pondérée légère # tile.end_stone.name=Pierre End # tile.end_bricks.name=Briques de pierre de l'Ender # tile.planks.acacia.name=Planches d'acacia # @@ -10288,7 +10298,7 @@ xbox.signin.enterCode=Et entrez ce code : # xbox.signin.enterCode.qr=2. Entrez le code ci-dessous lorsqu'on vous y invite : # xbox.signin.letsPlay=Au jeu! # xbox.signin.message=Connectez-vous au moyen de votre compte Microsoft gratuit pour vivre l'expérience complète du monde de Minecraft. # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Se connecter avec un autre compte Microsoft # xbox.signin.website=Consultez ce site Web depuis un autre appareil : # xbox.signin.website.qr=1. Consultez ce site Web à partir d'un autre appareil : # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Échec de la connexion au bac à sable % xbox.dev_wrongSandboxSigninFailed.button.dev=Modifier pour bac à sable version dév. # xbox.dev_wrongSandboxSigninFailed.button.retail=Modifier pour bac à sable version commerciale # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Effacer les données de connexion au compte # -xbox.addfriendsignin.line1=Trouvez vos amis au moyen de leur gamertag pour voir s'ils sont en ligne. # -xbox.addfriendsignin.line2=Connectez-vous avec un compte Microsoft pour commencer à ajouter des amis! # 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.signInLong=Connexion gratuite! # xbox.signOutLong=Vous déconnecter de votre compte Microsoft # -xbox.externalServer.title=Jouer sur un serveur # -xbox.externalServer.line1=Les serveurs offrent les façons les plus créatives de jouer à Minecraft! Vous n'avez qu'à vous connecter afin que nous puissions nous assurer que vous avez la permission de jouer en ligne avec de nouvelles personnes. # xbox.genericsignin.line1=Votre compte Minecraft vous permet de jouer avec des amis en ligne en mode multijoueur sur un ordinateur et sur des appareils mobiles. Et le meilleur dans tout ça? # xbox.genericsignin.line2=C'est GRATUIT! # diff --git a/resource_pack/texts/fr_FR.lang b/resource_pack/texts/fr_FR.lang index 803d76084..ec04fe56b 100644 --- a/resource_pack/texts/fr_FR.lang +++ b/resource_pack/texts/fr_FR.lang @@ -964,6 +964,7 @@ 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.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é # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s a déjà déverrouillé la recette : %2$s commands.recipes.playerDoesNotHaveRecipe=%1$s n'a pas la recette : %2$s # commands.recipes.notFound=La recette n'a pas été trouvée. # commands.recipes.notUnlockable=La recette ne peut pas être débloquée dans le livre de recettes. # +commands.reload.all.description=Recharge tous les fichiers de fonction et de script de tous les packs de comportements, ou recharge éventuellement le monde, et toutes les ressources et packs de comportements. # commands.reload.description=Recharge tous les fichiers de fonction et de script de tous les packs de comportement. # -commands.reload.editor.description=Recharge tous les fichiers de fonction et de script de tous les packs de comportements, ou redémarre éventuellement le client pour recharger toutes les ressources. # +commands.reload.started=Début du rechargement du monde. # commands.reload.success=Les fichiers de fonction et de script ont été rechargés. # commands.reload.error=Une erreur inattendue s'est produite. # +commands.reload.onlyHost=Seul l'hôte peut recharger le monde. # commands.replaceitem.description=Remplace les objets des inventaires. # commands.replaceitem.failed=Impossible de remplacer l'emplacement %s %d par %d * %s # commands.replaceitem.keepFailed=Un objet occupe déjà : emplacement %s %d. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Caméra créateur : caméra Sui createWorldScreen.experimentalFocusTargetCameraDescription=Active le comportement de la caméra libre existante pour cibler une entité # createWorldScreen.recipeUnlocking=Déverrouillage de recettes # createWorldScreen.recipeUnlockingDescription=Activer le déverrouillage de recettes # -createWorldScreen.experimentalholiday=Fonctionnalités de créateur liées aux fêtes # -createWorldScreen.experimentalholidayDescription=Ajoutez des blocs basés sur les données et la technologie d'objets pour personnaliser la forme, la rotation, les dommages et plus encore # createWorldScreen.experimentalGameTest=API bêta # createWorldScreen.experimentalGameTestDescription=Utiliser les versions « -beta » des modules API dans les packs complémentaires # createWorldScreen.experimentalMolangFeatures=Fonctionnalités de MoLang # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Vous devez être connecté à un co 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. # +realmsSharingScreen.inviteLinkNotFoundTitle=Erreur Realms # +realmsSharingScreen.inviteLinkNotFoundMessage=Ce lien d'invitation n'est pas valide. # realmsCreateScreen.title.create=Créer un serveur de Realm # realmsCreateScreen.title.extend=Prolonger votre Realm # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Prolonger de 180 jours # xblLogin.LoginMessageTitle=Compte Microsoft # xblLogin.LoginMessage=Connexion... # -xbl.savePurchase.description.line1=Voulez-vous jouer avec vos achats réalisés depuis n'importe quel système disposant du magasin Minecraft ? Connectez-vous avec un compte Microsoft GRATUIT et synchronisez vos achats, comme vos skins, textures, cartes et mash-ups, afin de jouer avec dans Minecraft ! # -xbl.savePurchase.description.line2=Si vous perdez votre système ou désinstallez Minecraft, vos achats seront toujours synchronisés et accessibles sur n'importe quel système lorsque vous utilisez votre compte Microsoft. # -xbl.savePurchase.leaveOnDevice=Laisser sur l'appareil # -xbl.savePurchase.title=Sauvegarder sur un compte Microsoft ? # xbl.savePurchase.saveButton=Sauvegarde sur un compte Microsoft # -xbl.savePurchase.toast.title=Bravo ! # -xbl.savePurchase.toast.message=Achats synchronisés sur le compte Microsoft ! # -xbl.savePurchase.inProgress.message=Transfert des achats sur le compte Microsoft... # - -xbl.syncIAP.title=Synchroniser achats sur compte Microsoft ? # -xbl.syncIAP.description=Connectez-vous à un compte Microsoft pour synchroniser vos skins, vos packs de textures, vos mondes et vos mash-up. Vous les retrouverez sur tous les appareils que vous utilisez pour jouer à Minecraft. # -xbl.syncIAP.syncNow=Synchroniser maintenant... # -xbl.syncIAP.syncLaterEllipsis=Synchroniser plus tard... # -xbl.syncIAP.syncLater=Synchroniser plus tard # -xbl.syncIAP.toast.title=Bravo ! # -xbl.syncIAP.toast.message=Achats synchronisés sur votre compte Microsoft ! # -xbl.syncIAP.inProgress.message=Synchronisation des achats sur votre compte Microsoft… # -xbl.syncIAP.skipSignIn.prompt.description=Si vous ne synchronisez pas les achats réalisés avec cet appareil sur ce compte Microsoft, celui-ci ne sera pas le compte principal de l'appareil. Vous ne serez donc pas connecté automatiquement au lancement de Minecraft. # - -xbl.syncIAP.confirmSync.prompt.title=Synchroniser vers %s ? # -xbl.syncIAP.confirmSync.prompt.description.line1=Voulez-vous synchroniser vos achats de la boutique d'applications vers %s ? # -xbl.syncIAP.confirmSync.prompt.description.line2=Les packs achetés en dehors du magasin Minecraft ne peuvent être synchronisés qu'une seule fois. Ils resteront disponibles pour toute personne jouant sur cet appareil. # -xbl.syncIAP.confirmSync.prompt.yes=Oui, synchroniser mes achats # 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. # @@ -2512,8 +2495,6 @@ 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 enregistrer et partager vos achats sur plusieurs plateformes. Enregistrez les achats afin qu’ils ne soient pas perdus si quelque chose arrive à votre appareil ou si Minecraft est désinstallé. Accédez au contenu acheté dans le magasin depuis n’importe quelle plateforme 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.skipSignIn.prompt.title=Compte temporaire # -xbl.skipSignIn.prompt.description=Si vous ne transférez pas les achats réalisés avec cet appareil sur ce compte Microsoft, celui-ci ne sera pas le compte principal de l'appareil. Vous ne serez donc pas connecté automatiquement au lancement de Minecraft. # 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.message2=Êtes-vous sûr de vouloir faire ça ? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s a suffoqué dans un mur # death.attack.lava=%1$s a piqué une tête dans la lave # death.attack.lava.player=%1$s a piqué une tête dans la lave pour échapper à %2$s # death.attack.lightningBolt=%1$s s'est fait frapper par la foudre # +death.attack.maceSmash.player=%1$s a été écrasé par %2$s # +death.attack.maceSmash.player.item=%1$s a été écrasé par %2$s avec %3$s # death.attack.magic=%1$s s'est fait tuer par un sort # death.attack.magma=%1$s a découvert que le sol était de lave # death.attack.magma.player=%1$s a marché sur une zone dangereuse à cause de %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Le serveur et le client ont des v disconnectionScreen.editor.cannotUseRayTracing=Les packs de ressources compatibles avec le ray tracing ne sont pas encore compatibles avec les projets de l’éditeur. # disconnectionScreen.unexpectedPacket=Déconnexion due à un paquet reçu qui ne peut pas être traité. Cela peut être dû à une incompatibilité de version ou à une corruption au niveau du réseau. # disconnectionScreen.connectionLost=La connexion à l'hôte a été perdue. Si ce monde est toujours hébergé, vérifiez votre connexion internet et réessayez de vous connecter. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Impossible de charger le monde. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Essayez d'ouvrir le monde en mode démo. # disconnectionScreen.errorCode=Code d’erreur : # storageSpaceWarningScreen.frontend=Vous n'avez presque plus d'espace libre ! L'accès à cette fonctionnalité a été restreint par Minecraft jusqu'à ce que l'espace de stockage soit libéré. # @@ -3041,7 +3026,7 @@ entity.villager.librarian=Bibliothécaire # entity.villager.shepherd=Berger # entity.villager.tool=Forgeron (outils) # entity.villager.weapon=Forgeron (armes) # -entity.villager.mason=Tailleur de pierre # +entity.villager.mason=Maçon # entity.villager.unskilled=Villageois non qualifié # entity.villager_v2.name=Villageois # entity.vindicator.name=Vindicateur # @@ -3126,7 +3111,7 @@ feed.upload=Votre capture d'écran est en cours de chargement... # feed.manage=Gérer le flux # feed.share=Partager # feed.addScreenshot=Ajouter une capture d'écran # -feed.screenshotCapturedRealms=Capture d'écran enregistrée. Rendez-vous sur Realms Stories pour la partager. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Capture d'écran prise. Vous pouvez la consulter dans votre album. # feed.screenshotAlmostFull=Capture d'écran prise. Votre album est presque plein. (%d/%d) # feed.screenshotReachedMax=Capture d'écran prise. Votre album est plein. (%d/%d) # @@ -3502,7 +3487,7 @@ howtoplay.blocks.text.8=§eMagma§f : vous en trouverez à l'état naturel dans howtoplay.blocks.text.9=§eTerre stérile§f : cela ressemble à un bloc de terre normal, mais l'herbe ne peut pas y pousser. Vous en trouverez dans les biomes Savane et Méga Taïga. # howtoplay.bookAndQuill=Livre vierge # -howtoplay.bookAndQuill.text.1=Le livre vierge vous permet de noter vos aventures. Racontez votre histoire en ajoutant du texte. Vous pouvez même modifier le titre et le nom de l'auteur ! Signez le livre vierge pour finaliser votre travail, car il reste modifiable tant vous ne l'avez pas signé. # +howtoplay.bookAndQuill.text.1=Le livre vierge vous permet de noter vos aventures. Racontez votre histoire en ajoutant du texte. Vous pouvez même modifier le titre et le nom de l'auteur ! Signez le livre vierge pour finaliser votre travail, car il reste modifiable tant que vous ne l'avez pas signé. # howtoplay.brewingStand=Alambic # howtoplay.brewingStand.text.1=La concoction de potions nécessite un alambic. Toutes les potions ont pour base une fiole d'eau, qu'on obtient en remplissant une fiole avec de l'eau tirée d'un chaudron ou d'une source d'eau. # @@ -3643,7 +3628,7 @@ howtoplay.camera.text.2=Pour prendre une photo de votre point de vue, appuyez su howtoplay.camera.text.2.touch=Pour prendre une photo de votre point de vue, appuyez et maintenez, puis relâchez. # howtoplay.camera.text.3=Pour prendre un selfie, placez un appareil photo et appuyez sur :_input_key.use: dessus. # howtoplay.camera.text.3.touch=Pour prendre un selfie, placez un appareil photo et appuyez sur le bouton Prendre une photo. # -howtoplay.camera.text.4=Les photos peuvent être visualisées dans l'album photo ou insérées dans le Livre vierge. # +howtoplay.camera.text.4=Les photos peuvent être visualisées dans l'album photo ou insérées dans un livre vierge. # howtoplay.portfolio=Album photo # howtoplay.portfolio.title=Comment jouer : album photo # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=Explorez un monde de possibilités avec les minecoins howtoplay.minecoins.text.2=Une fois échangées, vos minecoins sont liées à votre compte Microsoft, ce qui vous permet d'accéder à vos pièces et à vos achats sur d'autres appareils pris en charge ! # howtoplay.minecoins.button.text.1=Obtenir des Pièces # howtoplay.minecoins.header.1=Clause de non-responsabilité # -howtoplay.minecoins.text.3=*Les Minecoins nécessitent une version de Minecraft: Bedrock Edition incluant le magasin Minecraft. Les Minecoins ne sont pas compatibles sur PlayStation®. Pour plus d'informations au sujet de la compatibilité, veuillez consulter minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Les Minecoins nécessitent une version de Minecraft: Bedrock Edition incluant le magasin Minecraft. Les Minecoins ne sont pas compatibles avec PlayStation®. Pour en savoir plus sur les compatibilités, veuillez consulter minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Minage # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Doré # item.axolotlColorWild.name=Marron # item.axolotlColorBlue.name=Bleu # item.golden_apple.name=Pomme dorée # -item.appleEnchanted.name=Pomme enchantée # +item.appleEnchanted.name=Pomme dorée enchantée # item.armadillo_scute.name=Écaille de tatou # item.armor_stand.name=Porte-armure # item.arrow.name=Flèche # @@ -4626,7 +4611,7 @@ item.banner.half_vertical_right.red=Parti, au second de gueules # item.banner.half_vertical_right.silver=Parti, au second d'argent grisé # item.banner.half_vertical_right.white=Parti, au second d'argent # item.banner.half_vertical_right.yellow=Parti, au second d'or # -item.banner.illager_captain.name=Bannière Illageoise # +item.banner.illager_captain.name=Bannière sinistre # item.banner.lightBlue.name=Bannière bleu clair # item.banner.lime.name=Bannière vert clair # item.banner.magenta.name=Bannière magenta # @@ -5122,18 +5107,18 @@ item.warped_fungus_on_a_stick.name=Champignon biscornu sur un bâton # item.carrot.name=Carotte # item.cauldron.name=Chaudron # item.charcoal.name=Charbon de bois # -item.chainmail_chestplate.name=Cotte de mailles # +item.chainmail_chestplate.name=Plastron en cotte de mailles # item.leather_chestplate.name=Tunique en cuir # item.diamond_chestplate.name=Plastron en diamant # item.golden_chestplate.name=Plastron en or # item.iron_chestplate.name=Plastron en fer # item.chorus_fruit.name=Chorus # item.chorus_fruit_popped.name=Chorus éclaté # -item.cooked_beef.name=Bœuf cuit # +item.cooked_beef.name=Steak # item.cooked_chicken.name=Poulet rôti # item.cooked_porkchop.name=Viande de porc cuite # item.chicken.name=Poulet cru # -item.clay_ball.name=Argile # +item.clay_ball.name=Boule d’argile # item.clock.name=Montre # item.coal.name=Charbon # item.comparator.name=Comparateur de redstone # @@ -5242,7 +5227,7 @@ item.golden_axe.name=Hache en or # item.iron_axe.name=Hache en fer # item.stone_axe.name=Hache en pierre # item.wooden_axe.name=Hache en bois # -item.chainmail_helmet.name=Casque de mailles # +item.chainmail_helmet.name=Casque en cotte de mailles # item.leather_helmet.name=Coiffe en cuir # item.diamond_helmet.name=Casque en diamant # item.golden_helmet.name=Casque en or # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Casque en Netherite # item.lead.name=Laisse # item.leather.name=Cuir # item.leaves.name=Feuillage # -item.chainmail_leggings.name=Jambières de mailles # +item.chainmail_leggings.name=Jambières en cotte de mailles # item.leather_leggings.name=Pantalon en cuir # item.diamond_leggings.name=Jambières en diamant # item.golden_leggings.name=Jambières en or # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Carte du village du désert # item.map.exploration.jungle_temple.name=Carte d'exploration de la Jungle # item.map.exploration.swamp_hut.name=Carte d'exploration des marais # item.map.exploration.trial_chambers.name=Carte d'exploration de l'épreuve # -item.melon.name=Pastèque # -item.milk.name=Lait # +item.melon.name=Tranche de pastèque # +item.milk.name=Seau de lait # item.minecart.name=Wagonnet # item.chest_minecart.name=Wagonnet de stockage # item.command_block_minecart.name=Wagonnet avec bloc de commande # @@ -5377,7 +5362,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 d'apparition de tortue de mer # +item.spawn_egg.entity.turtle.name=Œuf de génération 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 # @@ -5440,13 +5425,13 @@ item.record_creator.desc=Lena Raine - Creator # item.record_creator_music_box.desc=Lena Raine - Creator (boîte à musique) # item.record_precipice.desc=Aaron Cherof - Precipice # item.redstone.name=Poudre de redstone # -item.reeds.name=Cannes à sucre # +item.reeds.name=Canne à sucre # item.kelp.name=Varech # item.dried_kelp.name=Varech séché # item.rotten_flesh.name=Chair putréfiée # item.ruby.name=Rubis # item.saddle.name=Selle # -item.wheat_seeds.name=Graines # +item.wheat_seeds.name=Graines de blé # item.beetroot_seeds.name=Graines de betteraves # item.melon_seeds.name=Graines de pastèque # item.pumpkin_seeds.name=Graines de citrouille # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Panneau en acacia # item.darkoak_sign.name=Panneau en chêne noir # item.crimson_sign.name=Panneau carmin # item.warped_sign.name=Panneau biscornu # -item.skull.char.name=Tête # +item.skull.char.name=Tête de joueur # item.skull.creeper.name=Tête de creeper # item.skull.dragon.name=Tête de dragon # item.skull.player.name=Tête de %s # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Crâne de wither squelette # item.skull.zombie.name=Tête de zombie # item.slime_ball.name=Boule de slime # item.snowball.name=Boule de neige # -item.speckled_melon.name=Pastèque scintillante # +item.speckled_melon.name=Tranche de pastèque scintillante # item.spider_eye.name=Œil d'araignée # item.stick.name=Bâton # item.string.name=Ficelle # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Écaille de tortue # item.phantom_membrane.name=Membrane de Phantom # item.sweet_berries.name=Baies sucrées # 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.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 # +item.skull_banner_pattern.name=Motif de bannière Crâne # +item.mojang_banner_pattern.name=Motif de bannière Chose # +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 # @@ -5955,7 +5950,6 @@ map.position=Position : %s, %s, %s # mcoServer.title=Monde de Minecraft Online # -menu.ai_lesson_crafter=Fabricateur de leçons # menu.achievements=Succès # menu.convertingLevel=Extension du monde en cours # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Largeur # options.codeBuilder=Code Builder # options.content_log_file=Activer le fichier de journalisation du contenu # options.content_log_gui=Activer la journalisation du contenu d'interface graphique # +options.content_log_gui.level=Niveau de journalisation de l'interface graphique # +options.content_log_gui.level.info=Infos # +options.content_log_gui.level.warn=Avertir # +options.content_log_gui.level.error=Erreurs # options.controller=Manette # options.controllerLayout=Configuration de la manette # options.controllerSettings=Paramètres manette # @@ -6297,8 +6295,8 @@ options.dev_addCoins=Ajouter %s pièces # options.dev_addCoinTitle=Ajouter des pièces # options.dev_reset_entitlements=Réinitialiser tous les droits # options.dev_reset_entitlements_loading=Réinitialisation des droits en cours. Cette boîte de dialogue se fermera une fois le processus terminé. Vous pouvez fermer cette fenêtre, mais quitter le jeu avant la fin de cette commande peut entraîner un comportement inattendu. # -options.dev_reset_entitlements_error_unfinished=Attention, tous les droits n'ont pas été correctement supprimés. Essayez d'exécuter à nouveau la commande après avoir redémarré le client. # -options.dev_reset_entitlements_warning=Attention ! Tous vos droits seront supprimés, y compris les anciens droits que vous risquez de ne pas pouvoir récupérer ! Cette opération peut prendre un certain temps si vous disposez d'un grand nombre de droits. Voulez-vous vraiment continuer ? # +options.dev_reset_entitlements_error_unfinished=Attention : tous les droits n'ont pas été correctement supprimés. Essayez d'exécuter à nouveau la commande après avoir redémarré le client. # +options.dev_reset_entitlements_warning=Attention : tous vos droits seront supprimés, y compris les anciens droits que vous risquez de ne pas pouvoir récupérer ! Cette opération peut prendre un certain temps si vous disposez d'un grand nombre de droits. Voulez-vous vraiment continuer ? # options.dev_reset_entitlements_success=Droits supprimés. # options.dev_currencyFailureWarning=L'appel réseau a échoué. Erreur : %s # options.dev_currencyFailureWarningGeneric=L'appel réseau a échoué. Assurez-vous d'être connecté(e) à un compte autorisé. # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Ignorer les traitements expérimentaux # 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_discoveryOverrideServiceName=Nom du service (sécurité, personnage, etc.) # +options.dev_discoveryOverrideServiceBranch=Branche # +options.dev_resetAllEndpointOverrides=Réinitialiser tous les points de terminaison # +options.dev_apply=Appliquer # options.dev_displayTreatmentsPanel=Afficher les traitements # options.dev_currentTreatmentsTitle=Traitements en cours # options.dev_unusedTreatmentsTitle=Traitements non utilisés # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Niveau 2 - KitKat # options.dev_sunsetting_tier.three=Niveau 3 - FireTV # options.dev_sunsetting_tier.four=Niveau 4 - 1024 Mo # options.dev_sunsetting_tier.five=Niveau 5 - iOS 12 et Nougat # +options.dev_sunsetting_tier.six=Niveau 6 - iOS 13, Android 8, appareils VR # options.dev_sunsetting_tier.not_pending=Pas en cours # options.dev_gatherings_section=Rassemblements # options.dev_gatherings_enable=Activer les rassemblements # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Cette distance de rendu élevée peut entraîner options.raytracing.renderdistance.warning=Ce paramètre peut causer des problèmes de performance lorsque vous jouez. # options.resetSettings=Paramètres par défaut # options.resetSettings.popUp=Voulez-vous vraiment rétablir les paramètres par défaut ? # -options.maxFramerate=FPS max (expérimental) # +options.maxFramerate=Limite d'images par seconde # +options.maxFramerate.tooltip=Réduisez le nombre d'images par seconde max en jeu pour prolonger la durée de vie de la batterie et préserver l'état de l'appareil. Le nombre d'images par seconde actuel peut être inférieur à la limite choisie. # options.maxFramerateFormat=%s images/s # options.perf_turtle=Performances des tortues # options.msaa=Anticrénelage # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Synchronisation verticale adaptative # options.websocketEncryption=Exiger des websockets chiffrés # options.websocketEncryptionWarningLabel=Désactivez cette option uniquement si vous vous connectez activement à une application connue et sûre. # options.filelocation.title=Répertoire de stockage des fichiers # +options.filelocation.title.edu=Emplacement de stockage local # options.filelocation.external=Externe # options.filelocation.appdata=Application # options.filelocation.external.warning.title=Avertissement # @@ -6960,26 +6966,12 @@ 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.moreInfo.gearVR=Pour plus d'informations, consultez la page https://aka.ms/MinecraftSunsetting dans n'importe quel navigateur Web. # -sunsetting.popup.moreInfo.gearVR.geo=Pour plus d'informations, consultez la page https://aka.ms/MinecraftGeoSunsetting dans n'importe quel navigateur Web. # - -sunsetting.popup.pendingSunset.ios=Notre capacité à prendre en charge cet appareil touche à sa fin. Vous continuerez à recevoir des mises à jour jusqu'en février 2024, après quoi vous recevrez la mise à jour finale pour cet appareil.%sAprès l'installation de la mise à jour finale, vous pourrez toujours jouer dans vos mondes et accéder aux achats du magasin (y compris les minecoins), mais vous ne pourrez plus effectuer de nouveaux achats à partir de cet appareil. Les Realms gérés à partir de cet appareil continueront à fonctionner pendant 6 mois à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Pour annuler l'abonnement à votre Realm, rendez-vous dans les paramètres de vos abonnements sur l'appareil à partir duquel le Realm a été créé. Vous ne recevrez plus les dernières mises à jour et ne pourrez plus jouer en multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs.%sCliquez sur le bouton pour obtenir plus d'informations, notamment sur les moyens de déplacer votre monde vers un nouvel appareil. # -sunsetting.popup.pendingSunset.android=Notre capacité à prendre en charge cet appareil touche à sa fin. Vous continuerez à recevoir des mises à jour jusqu'en février 2024, après quoi vous recevrez la mise à jour finale pour cet appareil.%sAprès l'installation de la mise à jour finale, vous pourrez toujours jouer dans vos mondes et accéder aux achats du magasin (y compris les minecoins), mais vous ne pourrez plus effectuer de nouveaux achats à partir de cet appareil. Les Realms gérés à partir de cet appareil continueront à fonctionner pendant 6 mois à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Pour annuler l'abonnement à votre Realm, rendez-vous dans vos abonnements Google Play. Vous pouvez accéder à Google Play sur n'importe quel appareil compatible ou via un PC à partir duquel vous pouvez vous connecter à votre compte. Vous ne recevrez plus les dernières mises à jour et ne pourrez plus jouer en multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs.%sCliquez sur le bouton pour obtenir plus d'informations, notamment sur les moyens de déplacer votre monde vers un nouvel appareil. # -sunsetting.popup.pendingSunset.ios_android=Notre capacité à prendre en charge cet appareil touche à sa fin. Vous continuerez à recevoir des mises à jour jusqu'en novembre 2022, après quoi vous recevrez la mise à jour finale pour cet appareil. Nous nous excusons sincèrement pour la gêne occasionnée. %sAprès l'installation de la mise à jour finale, vous pourrez toujours jouer dans vos mondes et accéder aux achats du magasin (y compris les minecoins). Les Realms gérés à partir de cet appareil continueront à fonctionner, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Vous ne recevrez plus les dernières mises à jour et vous ne serez pas en mesure de jouer en mode multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, y compris sur les moyens de déplacer vos mondes vers un nouvel appareil. # -sunsetting.popup.sunset.ios_android=Cet appareil n'est plus pris en charge. Vous avez reçu la mise à jour finale correspondante. À partir de maintenant, vous pouvez continuer à construire dans vos mondes et vos achats du magasin (y compris les minecoins) seront toujours disponibles. Vos Realms continueront à fonctionner, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Vous ne recevrez plus les dernières mises à jour et vous ne serez pas en mesure de jouer en mode multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, y compris sur les moyens de déplacer vos mondes vers un nouvel appareil. Nous sommes conscients du désagrément occasionné et nous vous remercions sincèrement pour le temps que vous avez consacré à notre jeu, nous espérons vous retrouver sur un appareil mis à jour. # -sunsetting.popup.pendingSunset.gearvr_win10=Notre capacité à prendre en charge cet appareil touche à sa fin. Vous continuerez à recevoir des mises à jour jusqu'à notre prochaine mise à jour majeure, après quoi vous recevrez la mise à jour finale pour cet appareil. Nous nous excusons sincèrement pour la gêne occasionnée. %sAprès avoir reçu la mise à jour finale, vous pourrez toujours jouer dans vos mondes et accéder aux achats du magasin (y compris les minecoins). Toutefois, vous n'aurez plus accès au mode multijoueur ou aux Realms à partir de cet appareil. Vous ne recevrez plus les dernières mises à jour et vous ne pourrez plus jouer avec des appareils ou des Realms qui continuent de recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, y compris sur les moyens de déplacer vos mondes vers un nouvel appareil. # -sunsetting.popup.sunset.gearvr_win10=Cet appareil n'est plus pris en charge. Vous avez reçu la mise à jour finale correspondante. À partir de maintenant, vous pouvez continuer à construire dans vos mondes et vos achats du magasin (y compris les minecoins) seront toujours disponibles. Toutefois, vous n'aurez plus accès au mode multijoueur ou aux Realms à partir de cet appareil. Vous ne recevrez plus les dernières mises à jour et vous ne pourrez pas jouer avec les appareils qui continuent de recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs. # -sunsetting.popup.pendingSunset.dx10=Notre capacité à prendre en charge ce dispositif graphique touche à sa fin. Vous continuerez à recevoir des mises à jour jusqu'à notre prochaine mise à jour majeure, après quoi vous recevrez la mise à jour finale pour cet appareil. Nous nous excusons sincèrement pour la gêne occasionnée. %sAprès avoir reçu la mise à jour finale, vous pourrez toujours jouer dans vos mondes et accéder aux achats du magasin (y compris les minecoins). Les Realms gérés à partir de cet appareil continueront à fonctionner, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Vous ne recevrez plus les dernières mises à jour et vous ne serez pas en mesure de jouer en mode multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, y compris sur les moyens de déplacer vos mondes vers un nouvel appareil. # -sunsetting.popup.sunset.dx10=Ce dispositif graphique n'est plus pris en charge. Vous avez reçu la mise à jour finale correspondante. À partir de maintenant, vous pouvez continuer à construire dans vos mondes et vos achats du magasin (y compris les minecoins) seront toujours disponibles. Vos Realms continueront à fonctionner, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Vous ne recevrez plus les dernières mises à jour et vous ne serez pas en mesure de jouer en multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, y compris sur les moyens de déplacer vos mondes vers un nouvel appareil. Nous sommes conscients du désagrément occasionné et nous vous remercions sincèrement pour le temps que vous avez consacré à notre jeu et votre soutien. # - -sunsetting.popup.pendingSunset.geo.ios=Notre capacité à prendre en charge cet appareil touche à sa fin dans votre région. Après avoir reçu la mise à jour finale, vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le magasin, mais vous ne pourrez plus effectuer d’achats. Les Realms gérés à partir de cet appareil continueront à fonctionner pendant 6 mois jusqu'au 30 septembre 2023, date à laquelle vous perdrez l'accès aux Realms. Il est recommandé de télécharger votre monde avant cela et d’annuler votre abonnement en affichant vos paramètres d’abonnement sur votre appareil. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le magasin, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, en particulier sur la façon de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Notre capacité à prendre en charge cet appareil touche à sa fin dans votre région. Vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le magasin, mais vous ne pourrez plus effectuer d’achats. Les Realms gérés à partir de cet appareil continueront à fonctionner jusqu’au 30 septembre 2023. Par la suite, vous n’aurez plus accès aux Realms. Nous vous recommandons de télécharger votre monde avant cette date. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le magasin, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, en particulier sur la façon de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Notre capacité à prendre en charge cet appareil touche à sa fin dans votre région. Après avoir reçu la mise à jour finale, vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le magasin, mais vous ne pourrez plus effectuer d’achats dans le magasin. Les Realms gérés à partir de cet appareil continueront à fonctionner pendant 6 mois. Le 30 septembre 2023, vous n’aurez plus accès aux Realms. Nous vous recommandons de télécharger votre monde avant cette date. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le magasin, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, en particulier sur la façon de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Notre capacité à prendre en charge cet appareil touche à sa fin dans votre région. Vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le magasin, mais vous ne pourrez plus effectuer d’achats. Les Realms gérés à partir de cet appareil continueront à fonctionner jusqu’au 30 septembre 2023. Par la suite, vous n’aurez plus accès aux Realms. Nous vous recommandons de télécharger votre monde avant cette date. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le magasin, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, en particulier sur la façon de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Notre capacité à prendre en charge cet appareil arrive à son terme dans votre région. Suite à cette dernière mise à jour, vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le magasin, mais vous ne pourrez plus effectuer d'achats. Les Realms gérés à partir de cet appareil continueront de fonctionner pendant 6 mois jusqu'au 30 septembre 2023, date à laquelle vous y perdrez accès à partir de cet appareil. Il est recommandé de télécharger votre monde avant cette date et d'annuler votre abonnement en consultant vos abonnements dans Google Play. %sVous ne recevrez plus les dernières mises à jour et ne pourrez plus jouer en multijoueur. Vous ne pourrez pas non plus vous connecter à certains serveurs. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats du magasin, vos Minecoins et votre abonnement Realms seront disponibles sur vos autres plateformes où vous jouez à Minecraft. Vous pouvez commencer un nouvel abonnement à partir de ces autres plateformes. %sSi vous souhaitez déplacer vos mondes de cet appareil vers un autre, vous pouvez le faire en téléchargeant le monde vers un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d'informations, y compris les moyens de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Notre capacité à prendre en charge cet appareil touche à sa fin dans votre région. Vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le magasin, mais vous ne pourrez plus effectuer d’achats. Les Realms gérés à partir de cet appareil continueront à fonctionner jusqu’au 30 septembre 2023. Par la suite, vous n’aurez plus accès aux Realms. Nous vous recommandons de télécharger votre monde avant cette date. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le magasin, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, en particulier sur la façon de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Notre capacité à prendre en charge cet appareil touche à sa fin dans votre région. Après avoir reçu la mise à jour finale, vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le magasin, mais vous ne pourrez plus effectuer d’achats dans le magasin. Les Realms gérés à partir de cet appareil continueront à fonctionner pendant 6 mois. Le 30 septembre 2023, vous n’aurez plus accès aux Realms. Nous vous recommandons de télécharger votre monde avant cette date. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le magasin, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, en particulier sur la façon de déplacer votre monde vers un nouvel appareil. # -sunsetting.popup.sunset.geo.generic=Notre capacité à prendre en charge cet appareil touche à sa fin dans votre région. Vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le magasin, mais vous ne pourrez plus effectuer d’achats. Les Realms gérés à partir de cet appareil continueront à fonctionner jusqu’au 30 septembre 2023. Par la suite, vous n’aurez plus accès aux Realms. Nous vous recommandons de télécharger votre monde avant cette date. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le magasin, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, en particulier sur la façon de déplacer votre monde vers un nouvel appareil. # +sunsetting.popup.pendingSunset.device=Notre capacité à prendre en charge cet appareil touche à sa fin. Vous continuerez à recevoir des mises à jour jusqu'en mars 2025, après quoi vous recevrez la mise à jour finale compatible avec cet appareil.%sAprès l'installation de la mise à jour finale, vous pourrez toujours jouer dans vos mondes et accéder aux achats du magasin (y compris les Minecoins), mais vous ne pourrez plus effectuer de nouveaux achats depuis de cet appareil. Les Realms gérés à partir de cet appareil resteront opérationnels pendant 6 mois à compter du mois de mars 2025, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Pour annuler votre abonnement à Realms, rendez-vous dans les paramètres de vos abonnements sur l'appareil à partir duquel le Realm a été créé. Vous ne recevrez plus les dernières mises à jour et ne pourrez plus jouer en multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs.%sCliquez sur le bouton pour obtenir plus d'informations. # +sunsetting.popup.sunset.device=Notre capacité à prendre en charge cet appareil touche à sa fin. Vous ne recevrez plus de mises à jour à compter du mois de mars 2025 jusqu'à la mise à jour de votre appareil. Cette mise à jour est la dernière mise à jour compatible avec cet appareil.%sVous pourrez toujours jouer dans vos mondes et accéder aux achats du magasin (y compris les Minecoins). Les Realms gérés à partir de cet appareil resteront opérationnels pendant 6 mois à compter du mois de mars 2025, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Pour annuler votre abonnement à Realms, rendez-vous dans les paramètres de vos abonnements sur l'appareil à partir duquel le Realm a été créé. Vous ne recevrez plus les dernières mises à jour et ne pourrez plus jouer en multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs.%sCliquez sur le bouton pour obtenir plus d'informations. # +sunsetting.popup.pendingSunset.windows_xr=Notre capacité à prendre en charge ce dispositif graphique VR/MR touche à sa fin. Cet appareil ne sera plus pris en charge dans les mises à jour à compter du mois de mars 2025, date à laquelle vous recevrez votre dernière mise à jour compatible.%sAprès avoir reçu la dernière mise à jour, vous continuerez à recevoir des mises à jour sur votre PC et pourrez jouer sans appareil VR/MR. Vous pourrez toujours construire dans vos mondes, et vos achats du magasin (y compris les Minecoins) resteront disponibles sur des appareils graphiques non VR/MR, tels qu'un écran d'ordinateur. Cependant, votre appareil VR/MR ne sera plus pris en charge avec Minecraft dans les futures mises à jour.%sCliquez sur le bouton pour plus d'informations. # +sunsetting.popup.sunset.windows_xr=Notre capacité à prendre en charge ce dispositif graphique VR/MR touche à sa fin. Cet appareil VR/MR n'est plus pris en charge. Vous avez reçu la mise à jour finale compatible avec cet appareil graphique. Vous continuerez à recevoir des mises à jour sur votre PC et pourrez jouer sans appareil VR/MR. Vous pourrez toujours construire dans vos mondes, et vos achats du magasin (y compris les Minecoins) resteront disponibles sur des appareils graphiques non VR/MR, tels qu'un écran d'ordinateur. Cependant, votre appareil VR/MR ne sera plus pris en charge avec Minecraft dans les futures mises à jour.%sCliquez sur le bouton pour plus d'informations. Nous sommes conscients que cette nouvelle déplaira à de nombreux joueurs, et nous nous excusons pour la gêne occasionnée. Merci pour votre soutien continu ainsi que pour tout le temps que vous avez joué à notre jeu. # +sunsetting.popup.pendingSunset.geo=Notre capacité à prendre en charge cet appareil arrive à son terme dans votre région. Après avoir reçu la dernière mise à jour, vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le magasin, mais vous ne pourrez plus effectuer d'achats. Les Realms gérés à partir de cet appareil continueront de fonctionner pendant 6 mois. Le 30 septembre 2023, vous n'y aurez plus accès. Il est recommandé de télécharger votre monde avant cette date.%sSi vous vous êtes connecté avec un compte Microsoft, vos achats du magasin, vos Minecoins et votre abonnement à Realms seront disponibles sur d'autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde vers un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil.%sAppuyez sur le bouton pour plus d'informations, notamment sur les moyens de déplacer votre monde vers un nouvel appareil. # +sunsetting.popup.sunset.geo=Notre prise en charge de cet appareil a pris fin dans votre région. Vous pourrez toujours jouer dans vos mondes et accéder à vos achats du magasin, mais les nouveaux achats ne seront plus possibles. Les Realms gérés depuis cet appareil resteront opérationnels jusqu'au 30 septembre 2023, après quoi l'accès sera interrompu. Il est conseillé de télécharger vos mondes avant cette date.%sSi vous vous êtes connecté(e) via un compte Microsoft, vos achats dans le magasin, vos Minecoins et votre abonnement à Realms seront disponibles sur d'autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm et en téléchargeant une sauvegarde sur votre nouvel appareil.%sAppuyez sur le bouton pour plus d'informations, y compris les moyens de déplacer votre monde vers un nouvel appareil. # sunsetting.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 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Ingrédients : # item.smithing_template.name=Modèle de forge # item.smithing_template.netherite_upgrade.applies_to=Équipement en diamant # item.smithing_template.netherite_upgrade.ingredients=Lingot de Netherite # +item.netherite_upgrade_smithing_template.name=Amélioration de Netherite # +item.sentry_armor_trim_smithing_template.name=Coupe d'armure Sentinelle # +item.vex_armor_trim_smithing_template.name=Coupe d'armure Vex # +item.wild_armor_trim_smithing_template.name=Coupe d'armure Sauvage # +item.coast_armor_trim_smithing_template.name=Coupe d'armure Rivage # +item.dune_armor_trim_smithing_template.name=Coupe d'armure Dune # +item.wayfinder_armor_trim_smithing_template.name=Coupe d'armure Boussole # +item.raiser_armor_trim_smithing_template.name=Coupe d'armure Éleveur # +item.shaper_armor_trim_smithing_template.name=Coupe d'armure Façonneur # +item.host_armor_trim_smithing_template.name=Coupe d'armure Hôte # +item.ward_armor_trim_smithing_template.name=Coupe d'armure Ward # +item.silence_armor_trim_smithing_template.name=Coupe d'armure Silence # +item.tide_armor_trim_smithing_template.name=Coupe d'armure Marée # +item.snout_armor_trim_smithing_template.name=Coupe d'armure Groin # +item.rib_armor_trim_smithing_template.name=Coupe d'armure Côtes # +item.eye_armor_trim_smithing_template.name=Coupe d'armure Œil # +item.spire_armor_trim_smithing_template.name=Coupe d'armure Flèche # +item.flow_armor_trim_smithing_template.name=Coupe d'armure Flux # +item.bolt_armor_trim_smithing_template.name=Coupe d'armure Boulon # item.snort_pottery_sherd.name=Tesson de poterie Grognement # item.spawn_egg.entity.camel.name=Œuf d'apparition de chameau # item.spruce_hanging_sign.name=Panneau suspendu en sapin # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Coupe d'armure Boussole # trim_pattern.wild.name=Coupe d'armure Sauvage # trim_pattern.bolt.name=Coupe d'armure Boulon # trim_pattern.flow.name=Coupe d'armure Flux # -upgrade.netherite_upgrade.name=Amélioration de Netherite # storageManager.mainSizeLabel=%s - 1 objet # storageManager.mainSizeLabelPlural=%s - %s objets # @@ -8443,6 +8453,8 @@ 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.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"} store.csb.consumable.offerTrial=Plus de 150 packs du magasin seront immédiatement disponibles. Les 30 premiers jours seront gratuits, puis vous pourrez renouveler votre abonnement pour 30 jours au prix de %s. # @@ -8854,8 +8866,6 @@ store.myAccount=Mon compte # store.xbl.signin=Se connecter # store.xbl.signinOrSignUp=Se connecter ou s'inscrire gratuitement # store.xbl.disconnected=Déconnecté # -store.xbl.conversionFailedTitle=Une erreur s'est produite # -store.xbl.conversionFailedMessage=Veuillez réessayer ultérieurement. # store.sales.allByCreator=En soldes maintenant ! # store.sales.bundlesOnSale=Lots en soldes maintenant ! # @@ -9027,8 +9037,8 @@ tile.deny.name=Refuser # tile.border_block.name=Bordure # tile.anvil.intact.name=Enclume # tile.anvil.name=Enclume # -tile.anvil.slightlyDamaged.name=Enclume légèrement endommagée # -tile.anvil.veryDamaged.name=Enclume très endommagée # +tile.anvil.slightlyDamaged.name=Enclume ébréchée # +tile.anvil.veryDamaged.name=Enclume endommagée # tile.barrier.name=Barrière invisible # tile.beacon.name=Balise # tile.beacon.primary=Pouvoir principal # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Bloc de fer # tile.lapis_block.name=Bloc de lapis-lazuli # tile.redstone_block.name=Bloc de redstone # tile.bookshelf.name=Bibliothèque # -tile.brick_block.name=Bloc de briques # +tile.brick_block.name=Briques # tile.brown_mushroom.name=Champignon brun # tile.brown_mushroom_block.mushroom.name=Champignon # tile.brown_mushroom_block.stem.name=Tige de champignon # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Vitre bleue # tile.stained_glass_pane.purple.name=Vitre violette # tile.stained_glass_pane.magenta.name=Vitre magenta # tile.stained_glass_pane.pink.name=Vitre rose # -tile.clay.name=Bloc d'argile # +tile.clay.name=Argile # tile.hardened_clay.name=Terre cuite # tile.stained_hardened_clay.black.name=Terre cuite noire # tile.stained_hardened_clay.blue.name=Terre cuite bleue # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Muret en briques rouges du Nether # tile.cocoa.name=Cacao # tile.command_block.name=Bloc de commande # tile.composter.name=Composteur # -tile.light_block.name=Bloc lumineux # +tile.light_block.name=Lumière # tile.repeating_command_block.name=Bloc de commande à répétition # tile.chain_command_block.name=Bloc de commande en chaîne # tile.wheat.name=Cultures # tile.darkOakFence.name=Clôture en chêne noir # tile.dark_oak_fence_gate.name=Portail en chêne noir # -tile.daylight_detector.name=Capteur de lumière # +tile.daylight_detector.name=Détecteur de lumière # tile.deadbush.name=Arbuste mort # tile.detector_rail.name=Rail de détection # tile.dirt.coarse.name=Terre stérile # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Distributeur # tile.iron_door.name=Porte en fer # tile.doorWood.name=Porte en bois # tile.double_plant.fern.name=Grande fougère # -tile.double_plant.grass.name=Très hautes herbes # +tile.double_plant.grass.name=Hautes herbes # tile.double_plant.name=Grandes plantes # tile.double_plant.paeonia.name=Pivoine # tile.double_plant.rose.name=Rosier # @@ -9385,7 +9395,7 @@ tile.log.spruce.name=Tronc de sapin # tile.magma.name=Bloc de magma # tile.melon_block.name=Pastèque # tile.mob_spawner.name=Générateur de monstres # -tile.monster_egg.brick.name=Pierre taillée infestée # +tile.monster_egg.brick.name=Briques de pierre infestées # tile.monster_egg.chiseledbrick.name=Pierre sculptée infestée # tile.monster_egg.cobble.name=Pierres infestées # tile.monster_egg.crackedbrick.name=Pierre taillée craquelée infestée # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Pierre infestée # tile.mushroom.name=Champignon # tile.noteblock.name=Bloc musical # tile.mycelium.name=Mycélium # -tile.nether_brick.name=Bloc de briques du Nether # -tile.red_nether_brick.name=Brique du Nether rouge # +tile.nether_brick.name=Briques du Nether # +tile.red_nether_brick.name=Briques du Nether rouges # tile.nether_brick_fence.name=Clôture en brique du Nether # tile.quartz_ore.name=Minerai de quartz du Nether # tile.netherreactor.active=Activé ! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Panneau en bois tropical # tile.acacia_standing_sign.name=Panneau en acacia # tile.darkoak_standing_sign.name=Panneau en chêne noir # tile.slime.name=Bloc de slime # -tile.snow.name=Neige # +tile.snow.name=Bloc de neige # tile.sponge.dry.name=Éponge # tile.sponge.wet.name=Éponge mouillée # tile.spruceFence.name=Clôture en sapin # @@ -9555,7 +9565,7 @@ tile.double_stone_slab.name=Dalle de pierre # tile.double_stone_slab.nether_brick.name=Dalle en briques du Nether # tile.double_stone_slab.quartz.name=Dalle de quartz # tile.double_stone_slab.sand.name=Dalle de grès # -tile.double_stone_slab.smoothStoneBrick.name=Dalle en pierre taillée # +tile.double_stone_slab.smoothStoneBrick.name=Dalle en briques de pierre # tile.double_stone_slab.stone.name=Dalle de pierre # tile.double_stone_slab.wood.name=Dalle de bois # tile.stone_slab.name=Dalle de pierre # @@ -9565,7 +9575,7 @@ tile.stone_slab.stone.name=Dalle de pierre lisse # tile.stone_slab.nether_brick.name=Dalle en briques du Nether # tile.stone_slab.quartz.name=Dalle de quartz # tile.stone_slab.sand.name=Dalle de grès # -tile.stone_slab.smoothStoneBrick.name=Dalle en pierre taillée # +tile.stone_slab.smoothStoneBrick.name=Dalle en briques de pierre # tile.stone_slab.wood.name=Dalle de bois # tile.double_stone_slab2.red_sandstone.name=Dalle en grès rouge # tile.stone_slab2.red_sandstone.name=Dalle en grès rouge # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Bloc de corail bulles mort # tile.coral_block.red_dead.name=Bloc de corail de feu mort # tile.coral_block.yellow_dead.name=Bloc de corne de coraux mort # tile.tallgrass.fern.name=Fougère # -tile.tallgrass.grass.name=Hautes herbes # -tile.tallgrass.name=Hautes herbes # +tile.tallgrass.grass.name=Herbes basses # +tile.tallgrass.name=Herbes basses # tile.tallgrass.shrub.name=Arbuste # tile.tuff_brick_slab.name=Dalle en briques de tuf # tile.tuff_brick_stairs.name=Escaliers en briques de tuf # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Escaliers en tuf # tile.tuff_wall.name=Muret en tuf # tile.seagrass.seagrass.name=Herbe marine # tile.sea_pickle.name=Concombre de mer # -tile.turtle_egg.name=Œuf de tortue de mer # +tile.turtle_egg.name=Œuf de tortue # tile.coral.blue.name=Corail tube # tile.coral.pink.name=Corail cerveau # tile.coral.purple.name=Corail bulles # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Colonie de corail de feu mort # tile.coral_fan_dead.yellow_fan.name=Colonie de corne de coraux mort # tile.glass_pane.name=Vitre # tile.tnt.name=TNT # -tile.snow_layer.name=Neige haute # +tile.snow_layer.name=Neige # tile.torch.name=Torche # tile.trapdoor.name=Trappe en chêne # tile.acacia_trapdoor.name=Trappe en acacia # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Eau # tile.water.name=Eau # tile.waterlily.name=Nénuphar # tile.web.name=Toile d'araignée # -tile.heavy_weighted_pressure_plate.name=Plaque de pression lestée (lourde) # -tile.light_weighted_pressure_plate.name=Plaque de pression lestée (légère) # +tile.heavy_weighted_pressure_plate.name=Plaque de pression lestée lourde # +tile.light_weighted_pressure_plate.name=Plaque de pression lestée légère # tile.end_stone.name=Pierre de l'Ender # tile.end_bricks.name=Pierre taillée de l'Ender # tile.planks.acacia.name=Planches d'acacia # @@ -10288,7 +10298,7 @@ xbox.signin.enterCode=Et saisissez ce code : # xbox.signin.enterCode.qr=2. Entrez le code ci-dessous lorsque cela vous sera demandé : # 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://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Connectez-vous avec un compte Microsoft différent # 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 : # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Impossible de se connecter au bac à sab xbox.dev_wrongSandboxSigninFailed.button.dev=Passer au bac à sable version développeur # xbox.dev_wrongSandboxSigninFailed.button.retail=Passer au bac à sable version commerciale # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Effacer les données de connexion au compte # -xbox.addfriendsignin.line1=Retrouvez vos amis à l'aide de leur gamertag pour voir lorsqu'ils sont en ligne. # -xbox.addfriendsignin.line2=Connectez-vous à votre compte Microsoft pour commencer à ajouter des amis ! # xbox.invitesignin.line1=Invitez vos amis à l'aide de leur gamertag pour voir leurs mondes lorsqu'ils sont en ligne. # xbox.invitesignin.line2=Connectez-vous à votre compte Microsoft pour commencer à inviter des amis ! # 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.externalServer.title=Jouer sur un serveur # -xbox.externalServer.line1=Les serveurs proposent certains des moyens les plus créatifs de jouer à Minecraft ! Vous devez simplement vous connecter pour que nous puissions nous assurer que vous avez le droit de jouer en ligne avec de nouvelles personnes. # 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 ! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+ %s # dr.classic_skins.choose_custom_skin=Choisir autre skin # dr.classic_skins.custom_skin_title=Importation de la skin # dr.classic_skins.custom_skin_description=Importez une image au format .png (64x32, 64x64, ou 128x128) de votre appareil pour l'utiliser comme skin. Elle ne sera pas synchronisée entre vos appareils ou vos parties. # -dr.classic_skins.custom_skin_description_disabled= Votre appareil ne peut pas sélectionner un skin personnalisé dans une partie multijoueur. Retournez au menu principal pour en équiper un. # +dr.classic_skins.custom_skin_description_disabled=Votre appareil ne peut pas sélectionner un skin personnalisé dans une partie multijoueur. Retournez au menu principal pour en équiper un. # dr.classic_skins.custom_skin_description_popup=Les joueurs avec des skins personnalisés ne seront pas visibles si l’option « Autoriser uniquement les skins de confiance » est activée. # dr.classic_skins.custom_skin_section_title=Skins possédés # dr.classic_skins.invalidCustomSkin=Veuillez importer un fichier .png aux dimensions 64x64, 64x32 ou 128x128 # diff --git a/resource_pack/texts/hu_HU.lang b/resource_pack/texts/hu_HU.lang index d9250fce2..8babfa54e 100644 --- a/resource_pack/texts/hu_HU.lang +++ b/resource_pack/texts/hu_HU.lang @@ -964,6 +964,7 @@ 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.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 # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s számára már fel van oldva a(z) %2$s rec commands.recipes.playerDoesNotHaveRecipe=%1$s még nem rendelkezik a(z) %2$s recepttel. # commands.recipes.notFound=A recept nem található. # commands.recipes.notUnlockable=A recept nem oldható fel a receptkönyvben. # +commands.reload.all.description=Újra betölti az összes függvény- és szkriptfájlt az összes viselkedéscsomagból, de az is beállítható, hogy újratöltse a világot és az összes erőforrás- és viselkedéscsomagot. # commands.reload.description=Újra betölti az összes függvény- és szkriptfájlt az összes viselkedéscsomagból. # -commands.reload.editor.description=Újra betölti az összes függvény- és szkriptfájlt az összes viselkedéscsomagból, de az is beállítható, hogy újraindítsa a klienst az összes erőforrás újbóli betöltéséhez. # +commands.reload.started=Megkezdődött a világ újratöltése. # commands.reload.success=A rendszer újra betöltötte a függvény- és szkriptfájlokat. # commands.reload.error=Váratlan hiba történt. # +commands.reload.onlyHost=Csak a fogadó játékos töltheti be újra a világot. # commands.replaceitem.description=Készletekben lévő tárgyak lecserélése. # commands.replaceitem.failed=Nem sikerült a(z) %s helyen található %d tárgyat ezzel helyettesíteni: %d * %s # commands.replaceitem.keepFailed=A(z) %s. %d helyet már elfoglalja egy tárgy. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Alkotói kamerák: célpontra f createWorldScreen.experimentalFocusTargetCameraDescription=Lehetővé teszi a meglévő szabad kamera számára egy entitás megcélzását # createWorldScreen.recipeUnlocking=Recept feloldása # createWorldScreen.recipeUnlockingDescription=Recept feloldásának engedélyezése # -createWorldScreen.experimentalholiday=Az Ünnepi építő funkciói # -createWorldScreen.experimentalholidayDescription=Adatvezérelt blokkok és elemtechnológia hozzáadása a blokk alakjának, elforgatásának, sérülésének és egyéb paramétereinek a testreszabásához # createWorldScreen.experimentalGameTest=Béta API-k # createWorldScreen.experimentalGameTestDescription=API-modulok -beta verzióinak használata bővítménycsomagokban # createWorldScreen.experimentalMolangFeatures=Molang-funkciók # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Egy Realmhez való csatlakozáshoz realmsSharingScreen.invalidPermissionTitle=Érvénytelen engedélyek # realmsSharingScreen.unexpectedServerResponseTitle=Realms-hiba # realmsSharingScreen.unexpectedServerResponseMessage=Probléma merült fel a Realmhez való kapcsolódás során. Próbáld újra később. # +realmsSharingScreen.inviteLinkNotFoundTitle=Realms-hiba # +realmsSharingScreen.inviteLinkNotFoundMessage=Ez a meghívóhivatkozás érvénytelen. # realmsCreateScreen.title.create=Realm-kiszolgáló létrehozása # realmsCreateScreen.title.extend=Realm kiterjesztése # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Meghosszabbítás 180 nappal # xblLogin.LoginMessageTitle=Microsoft-fiók # xblLogin.LoginMessage=Csatlakozás… # -xbl.savePurchase.description.line1=Szeretnél minden tartalommal játszani, amit bármely Minecraft Áruház támogatással rendelkező rendszeren megvásároltál? Jelentkezz be ingyenes Microsoft-fiókkal, és szinkronizáld vásárolt felületeidet, textúráidat, térképeidet és mixeidet, hogy játszhass velük a Minecraftban! # -xbl.savePurchase.description.line2=Ha rendszerhibából adódóan telepítésed elvész vagy törlöd a Minecraftot, vásárlásaid megmaradnak és szinkronizálhatóak lesznek bármely rendszeren Microsoft-fiókod használatával. # -xbl.savePurchase.leaveOnDevice=Az eszközön marad # -xbl.savePurchase.title=Mented a vásárlásaidat Microsoft-fiókodba? # xbl.savePurchase.saveButton=Mentés Microsoft-fiókba # -xbl.savePurchase.toast.title=Sikerült! # -xbl.savePurchase.toast.message=A vásárlások szinkronizálva a Microsoft-fiókba! # -xbl.savePurchase.inProgress.message=Vásárlások átvitele Microsoft-fiókba… # - -xbl.syncIAP.title=Vásárlások szinkronizálása Microsoft-fiókkal # -xbl.syncIAP.description=Jelentkezz be Microsoft-fiókodba felületeid, textúracsomagjaid, világaid és mixeid szinkronizálásához. Így meglesznek majd, bármilyen eszközön is játszol Minecraftot. # -xbl.syncIAP.syncNow=Szinkronizálás most… # -xbl.syncIAP.syncLaterEllipsis=Szinkronizálás később… # -xbl.syncIAP.syncLater=Szinkronizálás később # -xbl.syncIAP.toast.title=Siker! # -xbl.syncIAP.toast.message=A vásárlások szinkronizálva Microsoft-fiókoddal! # -xbl.syncIAP.inProgress.message=A vásárlások szinkronizálása Microsoft-fiókoddal… # -xbl.syncIAP.skipSignIn.prompt.description=Ha az ezen az eszközön végrehajtott vásárlásokat nem viszed át ebbe a Microsoft-fiókba, nem ez lesz az elsődleges fiók ezen az eszközön. A Minecraft elindításakor nem fogsz automatikusan bejelentkezni. # - -xbl.syncIAP.confirmSync.prompt.title=Szinkronizálod ide: %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=Szeretnéd szinkronizálni az alkalmazásbolt vásárlásaidat ezzel: %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=A Minecraft Piactéren kívül megvásárolt csomagokat csak egyszer szinkronizálhatod. Ezek a csomagok mindenki számára elérhetők, aki ezen az eszközön játszik. # -xbl.syncIAP.confirmSync.prompt.yes=Igen, szinkronizálom vásárlásaimat # xbl.marketplace.account.error.body.nobutton=Probléma lépett fel a fiókoddal. A probléma megoldásáig nem használhatod a Piacteret. Ha a hiba több napon át fennáll, lépj kapcsolatba a terméktámogatással. # @@ -2512,8 +2495,6 @@ 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.skipSignIn.prompt.title=Ideiglenes fiók # -xbl.skipSignIn.prompt.description=Ha az ezen az eszközön végrehajtott vásárlásokat nem viszed át ebbe a Microsoft-fiókba, nem ez lesz az elsődleges fiók ezen az eszközön. A Minecraft elindításakor nem fogsz automatikusan bejelentkezni. # 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.message2=Biztosan ezt szeretnéd? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s megfulladt egy falban # death.attack.lava=%1$s lávában próbált úszni # death.attack.lava.player=%1$s lávában próbált úszni %2$s elől menekülve # death.attack.lightningBolt=%1$s játékost villámcsapás érte # +death.attack.maceSmash.player=%1$s játékost kilapította %2$s # +death.attack.maceSmash.player.item=%1$s játékost kilapította %2$s egy %3$s fegyverrel # death.attack.magic=%1$s játékost megölték mágiával # death.attack.magma=%1$s rájött, hogy lávából van a padló # death.attack.magma.player=%1$s %2$s miatt veszélyes helyre tévedt # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=A kiszolgálón és az ügyfélen disconnectionScreen.editor.cannotUseRayTracing=A ray tracinget engedélyező erőforráscsomagok még nem kompatibilisak az Editor-projektekkel. # disconnectionScreen.unexpectedPacket=Megszakadt a kapcsolat egy nem várt csomagtípus érkezése miatt, amelyet nem lehet feldolgozni. Ezt verzióütközés vagy hálózati szintű sérülés okozhatja. # disconnectionScreen.connectionLost=Megszakadt a kapcsolat a házigazdával. Ha a világ még fut, ellenőrizd az internetkapcsolatodat, és próbálj meg újból csatlakozni. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=A világ betöltése sikertelen. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Próbáld meg megnyitni ezt a világot demó módban. # disconnectionScreen.errorCode=Hibakód: # storageSpaceWarningScreen.frontend=Majdnem elfogyott a tárhelyed! A Minecraft korlátozta a funkcióhoz való hozzáférést mindaddig, amíg tovább tárhelyet fel nem szabadítasz. # @@ -3041,7 +3026,7 @@ entity.villager.librarian=Könyvtáros # entity.villager.shepherd=Pásztor # entity.villager.tool=Eszközkovács # entity.villager.weapon=Fegyverkovács # -entity.villager.mason=Kőműves # +entity.villager.mason=Mason # entity.villager.unskilled=Képzetlen falusi # entity.villager_v2.name=Falusi # entity.vindicator.name=Bosszúálló # @@ -3126,7 +3111,7 @@ feed.upload=A képernyőkép feltöltése folyamatban van... # feed.manage=Hírcsatorna kezelése # feed.share=Megosztás # feed.addScreenshot=Hírcsatorna hozzáadása # -feed.screenshotCapturedRealms=A képernyőkép elkészült. Menj a Realms-történetekbe a megosztásához. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Képernyőkép rögzítve. Megtekintheted a képernyőkép-galériában. # feed.screenshotAlmostFull=Képernyőkép rögzítve. A galériád már majdnem megtelt. (%d/%d) # feed.screenshotReachedMax=Képernyőkép rögzítve. A galériád megtelt. (%d/%d) # @@ -3893,7 +3878,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 PlayStationnel®. 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 PlayStation®. A kompatibilitással kapcsolatos információkért lásd: minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Bányászat # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Arany # item.axolotlColorWild.name=Barna # item.axolotlColorBlue.name=Kék # item.golden_apple.name=Aranyalma # -item.appleEnchanted.name=Bűvös alma # +item.appleEnchanted.name=Elvarázsolt aranyalma # item.armadillo_scute.name=Tatupáncél # item.armor_stand.name=Páncéltartó állvány # item.arrow.name=Nyíl # @@ -4626,7 +4611,7 @@ item.banner.half_vertical_right.red=Vörössel hasított, fordított # item.banner.half_vertical_right.silver=Világosszürkével hasított, fordított # item.banner.half_vertical_right.white=Fehérrel hasított, fordított # item.banner.half_vertical_right.yellow=Sárgával hasított, fordított # -item.banner.illager_captain.name=Illager-bestia lobogó # +item.banner.illager_captain.name=Baljós lobogó # item.banner.lightBlue.name=Világoskék zászló # item.banner.lime.name=Limezöld zászló # item.banner.magenta.name=Bíborvörös zászló # @@ -5022,7 +5007,7 @@ item.boat.big_oak.name=Sötét tölgyfa csónak # item.bone.name=Csont # item.book.name=Könyv # item.breeze_rod.name=Szellőrúd # -item.chainmail_boots.name=Lánccsizma # +item.chainmail_boots.name=Lánc csizma # item.leather_boots.name=Bőrcsizma # item.diamond_boots.name=Gyémántcsizma # item.golden_boots.name=Aranycsizma # @@ -5122,18 +5107,18 @@ item.warped_fungus_on_a_stick.name=Torz gomba horgászboton # item.carrot.name=Répa # item.cauldron.name=Üst # item.charcoal.name=Faszén # -item.chainmail_chestplate.name=Láncing # +item.chainmail_chestplate.name=Lánc mellvért # item.leather_chestplate.name=Bőrzubbony # item.diamond_chestplate.name=Gyémánt mellvért # item.golden_chestplate.name=Arany mellvért # item.iron_chestplate.name=Vas mellvért # item.chorus_fruit.name=Chorus gyümölcs # item.chorus_fruit_popped.name=Kipukkadt chorus gyümölcs # -item.cooked_beef.name=Sült marhahús # +item.cooked_beef.name=Szték # item.cooked_chicken.name=Sült csirke # item.cooked_porkchop.name=Sült disznóhús # item.chicken.name=Nyers csirkehús # -item.clay_ball.name=Agyag # +item.clay_ball.name=Agyaggolyó # item.clock.name=Óra # item.coal.name=Szén # item.comparator.name=Vöröskő-összehasonlító # @@ -5242,7 +5227,7 @@ item.golden_axe.name=Aranybalta # item.iron_axe.name=Vasbalta # item.stone_axe.name=Kőbalta # item.wooden_axe.name=Fabalta # -item.chainmail_helmet.name=Láncsisak # +item.chainmail_helmet.name=Lánc sisak # item.leather_helmet.name=Bőrsisak # item.diamond_helmet.name=Gyémántsisak # item.golden_helmet.name=Aranysisak # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Sivatagi falu térképe # item.map.exploration.jungle_temple.name=Dzsungelfelfedező térképe # item.map.exploration.swamp_hut.name=Mocsári felfedező térképe # item.map.exploration.trial_chambers.name=Próba felfedezőtérképe # -item.melon.name=Dinnye # -item.milk.name=Tej # +item.melon.name=Dinnyeszelet # +item.milk.name=Tejesvödör # item.minecart.name=Csille # item.chest_minecart.name=Tárolócsille # item.command_block_minecart.name=Parancsblokk-csille # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Shulkeridéző tojás # item.spawn_egg.entity.endermite.name=Végbogáridéző tojás # item.spawn_egg.entity.evocation_illager.name=Idézőt idéző tojás # item.spawn_egg.entity.vex.name=Bosszantóidéző tojás # -item.spawn_egg.entity.turtle.name=Tengeriteknős-idéző tojás # +item.spawn_egg.entity.turtle.name=Teknősidéző tojás # item.spawn_egg.entity.dolphin.name=Delfinidéző tojás # item.spawn_egg.entity.phantom.name=Fantomidéző tojás # item.spawn_egg.entity.panda.name=Pandaidéző tojás # @@ -5446,7 +5431,7 @@ item.dried_kelp.name=Kiszáradt hínár # item.rotten_flesh.name=Rohadt hús # item.ruby.name=Rubin # item.saddle.name=Nyereg # -item.wheat_seeds.name=Vetőmag # +item.wheat_seeds.name=Búzamagok # item.beetroot_seeds.name=Céklamag # item.melon_seeds.name=Dinnyemag # item.pumpkin_seeds.name=Tökmag # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Akáctábla # item.darkoak_sign.name=Sötét tölgy tábla # item.crimson_sign.name=Karmazsin tábla # item.warped_sign.name=Deformált tábla # -item.skull.char.name=Fej # +item.skull.char.name=Játékosfej # item.skull.creeper.name=Creeper-fej # item.skull.dragon.name=Sárkányfej # item.skull.player.name=%s feje # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Sorvasztócsontváz-koponya # item.skull.zombie.name=Zombifej # item.slime_ball.name=Nyálkagömb # item.snowball.name=Hógolyó # -item.speckled_melon.name=Ragyogó dinnye # +item.speckled_melon.name=Ragyogó dinnyeszelet # item.spider_eye.name=Pókszem # item.stick.name=Bot # item.string.name=Fonál # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Teknőspáncél # item.phantom_membrane.name=Fantomhártya # item.sweet_berries.name=Édes bogyók # item.suspicious_stew.name=Gyanús pörkölt # +item.field_masoned_banner_pattern.name=Téglamintás lobogóminta # +item.creeper_banner_pattern.name=Creeperroham lobogóminta # +item.flow_banner_pattern.name=Áramlás lobogóminta # +item.flower_banner_pattern.name=Virágroham lobogóminta # +item.globe_banner_pattern.name=Földgömb lobogóminta # +item.guster_banner_pattern.name=Guster lobogóminta # +item.piglin_banner_pattern.name=Malacorr lobogóminta # +item.skull_banner_pattern.name=Koponyaroham lobogóminta # +item.mojang_banner_pattern.name=Dolog lobogóminta # +item.bordure_indented_banner_pattern.name=Süllyesztett bordűr lobogóminta # item.banner_pattern.bricks=Téglamintás # item.banner_pattern.creeper=Creeper-roham # item.banner_pattern.flow=Folyam # @@ -5955,7 +5950,6 @@ map.position=Hely: %s, %s, %s # mcoServer.title=Minecraft online világok # -menu.ai_lesson_crafter=Leckekészítő # menu.achievements=Mérföldkövek # menu.convertingLevel=Táguló világ # menu.copyright=© Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Szélesség # options.codeBuilder=Code Builder # options.content_log_file=Content Log (tartalomnaplózás) fájl bekapcsolása # options.content_log_gui=Content Log (tartalomnaplózás) kezelőfelület bekapcsolása # +options.content_log_gui.level=GUI naplózási szint # +options.content_log_gui.level.info=Infó # +options.content_log_gui.level.warn=Figyelmeztetés # +options.content_log_gui.level.error=Hiba # options.controller=Kontroller # options.controllerLayout=Kontroller gombkiosztása # options.controllerSettings=Kontroller beállításai # @@ -6297,13 +6295,13 @@ options.dev_addCoins=%s érme hozzáadása # options.dev_addCoinTitle=Érmék hozzáadása # options.dev_reset_entitlements=Minden jogosultság visszaállítása # options.dev_reset_entitlements_loading=Jogosultságok visszaállítása folyamatban. Ez a párbeszédpanel bezárul, amint a folyamat befejeződik. Ezt az ablakot bezárhatod, de ha a parancs futásának befejezte előtt kilépsz a játékból, az nem várt viselkedést eredményezhet. # -options.dev_reset_entitlements_error_unfinished=Figyelem, nem minden jogosultság lett megfelelően törölve. Próbálkozz a parancs újbóli futtatásával, lehetőleg a kliens újraindítását követően. # -options.dev_reset_entitlements_warning=Figyelem! Ezzel az összes jogosultságodat törlöd, beleértve régi jogosultságokat is, amelyeket lehet, hogy nem kaphatsz vissza! Ez a művelet eltarthat egy ideig, ha sok jogosultsággal rendelkezel. Biztosan folytatod? # +options.dev_reset_entitlements_error_unfinished=Figyelem! Nem minden jogosultság lett megfelelően törölve. Próbálkozz a parancs újbóli futtatásával, lehetőleg a kliens újraindítását követően. # +options.dev_reset_entitlements_warning=Figyelem! Ezzel az összes jogosultságodat törlöd, beleértve régi jogosultságokat is, amelyeket lehet, hogy nem kaphatsz vissza! Ez a művelet eltarthat egy ideig, ha sok jogosultsággal rendelkezel. Biztosan folytatod? # options.dev_reset_entitlements_success=Jogosultságok sikeresen törölve. # options.dev_currencyFailureWarning=A hálózati hívás sikertelen volt. Hiba: %s # options.dev_currencyFailureWarningGeneric=A hálózati hívás sikertelen volt. Győződj meg róla, hogy egy, az engedélyezési listán szereplő fiókba vagy bejelentkezve. # options.dev_reset_wallet=Virtuális pénztárca visszaállítása # -options.dev_allowlist_failure=Hiba! A művelet végrehajtása nem sikerült. Ellenőrizd, hogy szerepel-e ez a fiók az engedélyezési listán. # +options.dev_allowlist_failure=Hiba! A művelet végrehajtása nem sikerült. Ellenőrizd, hogy szerepel-e ez a fiók az engedélyezési listán. # options.discoveryEnvironment=Felderítési környezet (újraindítást igényel) # options.discoveryEnvironment.production=Végleges # options.discoveryEnvironment.staging=Átmeneti # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Kísérleti kezelések felülbírálata # 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_discoveryOverrideServiceName=Szolgáltatás neve (biztonság, személyiség stb.) # +options.dev_discoveryOverrideServiceBranch=Ág # +options.dev_resetAllEndpointOverrides=Minden végpont visszaállítása # +options.dev_apply=Alkalmaz # options.dev_displayTreatmentsPanel=Kezelések megjelenítése # options.dev_currentTreatmentsTitle=Aktuális kezelések # options.dev_unusedTreatmentsTitle=Fel nem használt kezelések # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=2. szint – KitKat # options.dev_sunsetting_tier.three=3. szint – FireTV # options.dev_sunsetting_tier.four=4. szint – 1024 MB # options.dev_sunsetting_tier.five=5. fokozat – iOS 12 és Nougat # +options.dev_sunsetting_tier.six=6. fokozat – iOS 13, Android 8, VR-eszközök # options.dev_sunsetting_tier.not_pending=Nincs függőben # options.dev_gatherings_section=Összejövetelek # options.dev_gatherings_enable=Összejövetelek engedélyezése # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Ez a nagy renderelési távolság alacsony képko options.raytracing.renderdistance.warning=Ez a beállítás teljesítményproblémákat okozhat a játék közben. # options.resetSettings=Visszaállítás alapértelmezettre # options.resetSettings.popUp=Biztosan alaphelyzetbe állítod a beállításokat? # -options.maxFramerate=Max. képkockasebesség (kísérleti) # +options.maxFramerate=Képfrissítési korlát # +options.maxFramerate.tooltip=Csökkentsd a játék maximális képkockasebességét az akkumulátor üzemidejének és az eszköz állapotának javítása érdekében. A tényleges képkockasebesség a beállított határérték alá eshet. # options.maxFramerateFormat=%s FPS # options.perf_turtle=Teljesítményteknős # options.msaa=Vonalsimítás # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Adaptív vertikális szinkron # options.websocketEncryption=Kötelező titkosított WebSocket-csatornák # options.websocketEncryptionWarningLabel=Csak akkor kapcsolja ki ezt a lehetőséget, ha egy ismert és biztonságos alkalmazáshoz csatlakozik. # options.filelocation.title=Fájl tárolási helye # +options.filelocation.title.edu=Helyi tárolási hely # options.filelocation.external=Külső # options.filelocation.appdata=Alkalmazás # options.filelocation.external.warning.title=Figyelmeztetés # @@ -6960,26 +6966,12 @@ 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.moreInfo.gearVR=További információkért keresd fel a https://aka.ms/MinecraftSunsetting honlapot. # -sunsetting.popup.moreInfo.gearVR.geo=További információkért látogass el a https://aka.ms/MinecraftSunsetting webhelyre bármliyen böngészőben. # - -sunsetting.popup.pendingSunset.ios=Ennek az eszköznek a támogatása a hamarosan megszűnik. 2024 februárjáig folyamatosan érkeznek majd hozzá frissítések, míg végül egy utolsó frissítéssel az eszköz támogatása befejeződik.%sMiután az utolsó frissítés megérkezett, továbbra is játszhatsz majd a világaidon, illetve eléred a Piactéren vásárolt tartalmakat (a Minecoinokat is beleértve), ám nem fogsz tudni újabb vásárlásokat végrehajtani ezen az eszközön. Az eszközön kezelt Realmek további 6 hónapig elérhetőek maradnak, hacsak a Realm tulajdonosa nem frissíti őket egy másik eszközön. A Realm-előfizetésed lemondását a Realm létrehozásához használt eszközön végezheted el, az Előfizetésekhez tartozó Beállítások menüben. Nem fogod megkapni a további frissítéseket, és nem fogsz tudni többjátékos módban játszani a frissítéseket megkapó eszközök tulajdonosaival és az ilyen Realmeken. Ezen felül nem csatlakozhatsz majd egyes kiszolgálókhoz sem. %sKattints a gombra további információkért, ahol megtudhatod azt is, hogyan tudod áthelyezni a világodat egy új eszközre. # -sunsetting.popup.pendingSunset.android=Ennek az eszköznek a támogatása a hamarosan megszűnik. 2024 februárjáig folyamatosan érkeznek majd hozzá frissítések, míg végül egy utolsó frissítéssel az eszköz támogatása befejeződik.%sMiután az utolsó frissítés megérkezett, továbbra is játszhatsz majd a világaidon, illetve eléred a Piactéren vásárolt tartalmakat (a Minecoinokat is beleértve), ám nem fogsz tudni újabb vásárlásokat végrehajtani ezen az eszközön. Az eszközön kezelt Realmek további 6 hónapig elérhetőek maradnak, hacsak a Realm tulajdonosa nem frissíti őket egy másik eszközön. A Realm-előfizetésed lemondását a Google Play előfizetéseket kezelő területén végezheted el. A Google Playhez bármilyen támogatott eszközről hozzáférhetsz, valamint olyan számítógépekről, ahol be tudsz jelentkezni a fiókodba. Nem fogod megkapni a további frissítéseket, és nem fogsz tudni többjátékos módban játszani a frissítéseket megkapó eszközök tulajdonosaival és az ilyen Realmeken. Ezen felül nem csatlakozhatsz majd egyes kiszolgálókhoz sem. %sKattints a gombra további információkért, ahol megtudhatod azt is, hogyan tudod áthelyezni világodat egy új eszközre. # -sunsetting.popup.pendingSunset.ios_android=Ennek az eszköznek a támogatása a végéhez közeledik. 2022 novemberéig folyamatosan érkeznek majd hozzá frissítések, míg végül egy utolsó frissítéssel az eszköz támogatása befejeződik. Sajnáljuk az okozott kellemetlenségeket. %sMiután az utolsó frissítés megérkezett, továbbra is játszhatsz majd a világaidon, illetve eléred a Piactéren vásárolt tartalmakat (a Minecoinokat is beleértve). Az eszközön kezelt Realmek továbbra is elérhetőek maradnak, hacsak nem frissítik azokat egy másik Realm-tulajdonos eltérő eszközén. Nem kapod meg a további frissítéseket, és nem tudsz többjátékos módban játszani olyan eszközök birtokosaival vagy az újabb Realmeket használó látogatókkal. Ezen felül nem csatlakozhatsz egyes kiszolgálókhoz sem. %sKattints a gombra további információkért, ahol megtudhatod azt is, hogyan tudod áthelyezni világaidat egy új eszközre. # -sunsetting.popup.sunset.ios_android=Ez az eszköz már nem támogatott. Megkaptad a végső frissítést erre az eszközre. Ezután a világok még továbbépíthetőek, a piactéri vásárlások (a Minecoin érmékkel együtt) továbbra is elérhetőek maradnak. A Realmjeid továbbra is elérhetőek maradnak, hacsak nem kerülnek frissítésre egy másik Realm-tulajdonos eltérő eszközén. Nem kapod meg a további frissítéseket, és nem tudsz többjátékos módban játszani olyan eszközök birtokosaival vagy Realmek látogatóval, akik újabb változattal rendelkeznek. Ezen felül nem csatlakozhatsz egyes kiszolgálókhoz sem. %sKattints a gombra további információkért, ahol megtudhatod azt is, hogyan tudod áthelyezni világaidat egy új eszközre. Tudjuk, hogy ez kényelmetlenséget jelent. Nagyon köszönjük a játékunkkal töltött időt, de bízunk benne, hogy hamarosan újra találkozunk egy frissített eszközön. # -sunsetting.popup.pendingSunset.gearvr_win10=Ennek az eszköznek a támogatása a végéhez közeledik. A következő nagy kiadásig folyamatosan érkeznek majd hozzá frissítések, míg végül egy utolsó frissítéssel az eszköz támogatása befejeződik. Nagyon sajnáljuk, ha ez kényelmetlenséget okoz. %sMiután az utolsó frissítés megérkezett, továbbra is játszhatsz majd a világaidon, illetve eléred a Piactéren vásárolt tartalmakat (a Minecoinokat is beleértve). Az eszköz azonban nem lesz alkalmas többjátékos módra vagy a Realmek elérésére. Nem kapod meg a további frissítéseket, és nem tudsz játszani olyan eszközök birtokosaival vagy Realmek látogatóval, akik újabb változattal rendelkeznek. Ezen felül nem csatlakozhatsz egyes kiszolgálókhoz sem. %sKattints a gombra további információkért, ahol megtudhatod azt is, hogyan tudod áthelyezni világaidat egy új eszközre. # -sunsetting.popup.sunset.gearvr_win10=Ez az eszköz már nem támogatott. Megkaptad a végső frissítést erre az eszközre. Ezután a világok még továbbépíthetőek, a piactéri vásárlások (a Minecoin érmékkel együtt) továbbra is elérhetőek maradnak. Az eszköz azonban nem lesz alkalmas többjátékos módra vagy a Realmek elérésére. Nem kapod meg a további frissítéseket, és nem tudsz játszani olyan eszközök birtokosaival, akik újabb változattal rendelkeznek. Ezen felül nem csatlakozhatsz egyes kiszolgálókhoz sem. # -sunsetting.popup.pendingSunset.dx10=Ennek a grafikus hardvernek a támogatása a végéhez közeledik. A következő nagy kiadásig folyamatosan érkeznek majd hozzá frissítések, míg végül egy utolsó frissítéssel az eszköz támogatása befejeződik. Nagyon sajnáljuk, ha ez kényelmetlenséget okoz. %sMiután az utolsó frissítés megérkezett, továbbra is játszhatsz majd a világaidon, illetve eléred a Piactéren vásárolt tartalmakat (a Minecoinokat is beleértve). Az ezen eszközön kezelt Realmek továbbra is elérhetőek maradnak, hacsak nem kerülnek frissítésre egy másik Realm-tulajdonos eltérő eszközén. Nem kapod meg a további frissítéseket, és nem tudsz többjátékos módban játszani olyan eszközök birtokosaival vagy Realmek látogatóval, akik újabb változattal rendelkeznek. Ezen felül nem csatlakozhatsz egyes kiszolgálókhoz sem. %sKattints a gombra további információkért, ahol megtudhatod azt is, hogyan tudod áthelyezni világaidat egy új eszközre. # -sunsetting.popup.sunset.dx10=Ez a grafikus hardver már nem támogatott. Megkaptad a végső frissítést erre az eszközre. Ezután a világok még továbbépíthetőek, a piactéri vásárlások (a Minecoin érmékkel együtt) továbbra is elérhetőek maradnak. A Realmjeid továbbra is elérhetőek maradnak, hacsak nem kerülnek frissítésre egy másik Realm-tulajdonos eltérő eszközén. Nem kapod meg a további frissítéseket, és nem tudsz többjátékos módban játszani olyan eszközök birtokosaival vagy Realmek látogatóval, akik újabb változattal rendelkeznek. Ezen felül nem csatlakozhatsz egyes kiszolgálókhoz sem. %sKattints a gombra további információkért, ahol megtudhatod azt is, hogyan tudod áthelyezni világaidat egy új eszközre. Tudjuk, hogy ez kényelmetlenséget jelent, és nagyra értékeljük a játékunkkal töltött időt és támogatásod. # - -sunsetting.popup.pendingSunset.geo.ios=Hamarosan már nem leszünk képesek támogatni ezt az eszközt a te környékeden. Miután megkaptad a végső frissítést, továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt termékeidhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az erről az eszközről felügyelt Realmek még 6 hónapig működni fognak. 2023. szeptember 30-án már nem fogsz tudni hozzáférni a Realmhez. Javasoljuk, hogy még ezt megelőzően töltsd le a világodat, és töröld az előfizetésedet az eszköz Előfizetési beállításaiban. %sHa Microsoft-/Xbox Live-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más platformokon is elérhető lesz. Ha át szeretnéd helyezni a világaidat erről az eszközről egy másik eszközre, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre. %sTovábbi információkért, többek között a világ másik eszközre másolásának módjáért kattints a gombra. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Az eszköz támogatása már véget ért a te környékeden. Továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt elemekhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az eszközről felügyelt Realmek 2023. szeptember 30-ig működni fognak. Ezt követően már nem fogsz tudni hozzáférni a Realmez. Javasoljuk, hogy még ezt megelőzően töltse le a világot. %sHa Microsoft-/Xbox Live-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más platformokon is elérhető lesz. Ha át szeretnéd helyezni a világaidat erről az eszközről egy másik eszközre, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre. %sTovábbi információkért, többek között a világ másik eszközre másolásának módjáért kattints a gombra. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Hamarosan már nem leszünk képesek támogatni ezt az eszközt a te környékeden. Miután megkaptad a végső frissítést, továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt termékeidhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az erről az eszközről felügyelt Realmek még 6 hónapig működni fognak. 2023. szeptember 30-án már nem fogsz tudni hozzáférni a Realmhez. Javasoljuk, hogy még ezt megelőzően töltsd le a világodat. %sHa Microsoft-/Xbox Live-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más platformokon is elérhető lesz. Ha át szeretnéd helyezni a világaidat erről az eszközről egy másik eszközre, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre. %sTovábbi információkért, többek között a világ másik eszközre másolásának módjáért kattints a gombra. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Az eszköz támogatása már véget ért a te környékeden. Továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt elemekhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az eszközről felügyelt Realmek 2023. szeptember 30-ig működni fognak. Ezt követően már nem fogsz tudni hozzáférni a Realmez. Javasoljuk, hogy még ezt megelőzően töltse le a világot. %sHa Microsoft-/Xbox Live-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más platformokon is elérhető lesz. Ha át szeretnéd helyezni a világaidat erről az eszközről egy másik eszközre, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre. %sTovábbi információkért, többek között a világ másik eszközre másolásának módjáért kattints a gombra. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Hamarosan már nem leszünk képesek támogatni ezt az eszközt a te környékeden. A végső frissítéssel továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt termékeidhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az erről az eszközről felügyelt Realmek még 6 hónapig működni fognak. 2023. szeptember 30-án már nem fogsz tudni hozzáférni a Realmekhez erről az eszközről. Javasoljuk, hogy még ezt megelőzően töltsd le a világodat, és töröld az előfizetésedet a Google Play alkalmazásban. %sMár nem fogsz tudni hozzáférni a legújabb frissítésekhez, és nem játszhatsz többjátékos módban. Bizonyos kiszolgálókhoz nem fogsz tudni csatlakozni. %sHa Microsoft-/Xbox Live-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más általad használt platformokon elérhetők lesznek. Ezeken a platformokon elindíthatsz egy új előfizetést ott, ahol Minecraftozol. %sHa át szeretnéd helyezni a világaidat erről az eszközről egy másikra, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre. %sTovábbi információkért, többek között a világ másik eszközre másolásának módjáért kattints a gombra. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Az eszköz támogatása már véget ért a te környékeden. Továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt elemekhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az eszközről felügyelt Realmek 2023. szeptember 30-ig működni fognak. Ezt követően már nem fogsz tudni hozzáférni a Realmez. Javasoljuk, hogy még ezt megelőzően töltse le a világot. %sHa Microsoft-/Xbox Live-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más platformokon is elérhető lesz. Ha át szeretnéd helyezni a világaidat erről az eszközről egy másik eszközre, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre. %sTovábbi információkért, többek között a világ másik eszközre másolásának módjáért kattints a gombra. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Hamarosan már nem leszünk képesek támogatni ezt az eszközt a te környékeden. Miután megkaptad a végső frissítést, továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt termékeidhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az erről az eszközről felügyelt Realmek még 6 hónapig működni fognak. 2023. szeptember 30-án már nem fogsz tudni hozzáférni a Realmhez. Javasoljuk, hogy még ezt megelőzően töltsd le a világodat. %sHa Microsoft-/Xbox Live-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más platformokon is elérhető lesz. Ha át szeretnéd helyezni a világaidat erről az eszközről egy másik eszközre, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre. %sTovábbi információkért, többek között a világ másik eszközre másolásának módjáért kattints a gombra. # -sunsetting.popup.sunset.geo.generic=Az eszköz támogatása már véget ért a te környékeden. Továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt elemekhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az eszközről felügyelt Realmek 2023. szeptember 30-ig működni fognak. Ezt követően már nem fogsz tudni hozzáférni a Realmez. Javasoljuk, hogy még ezt megelőzően töltse le a világot. %sHa Microsoft-/Xbox Live-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más platformokon is elérhető lesz. Ha át szeretnéd helyezni a világaidat erről az eszközről egy másik eszközre, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre. %sTovábbi információkért, többek között a világ másik eszközre másolásának módjáért kattints a gombra. # +sunsetting.popup.pendingSunset.device=Ennek az eszköznek a támogatása a hamarosan megszűnik. 2025 márciusáig folyamatosan érkeznek majd hozzá frissítések, míg végül megérkezik az utolsó olyan frissítés, amely támogatja az eszközt.%sMiután az utolsó frissítés megérkezett, továbbra is játszhatsz majd a világaidon, illetve eléred a Piactéren vásárolt tartalmakat (a Minecoinokat is beleértve), ám nem fogsz tudni újabb vásárlásokat végrehajtani ezen az eszközön. Az eszközön kezelt Realmek 2025 márciusa után további 6 hónapig elérhetőek maradnak, hacsak a Realm tulajdonosa nem frissíti őket egy másik eszközön. A Realm-előfizetésedet a Realm létrehozásához használt eszközön mondhatod le, az Előfizetésekhez tartozó Beállítások menüben. Nem fogod megkapni a további frissítéseket, és nem fogsz tudni többjátékos módban játszani a frissítéseket megkapó eszközök tulajdonosaival és az ilyen Realmeken. Ezenfelül egyes kiszolgálókhoz nem fogsz tudni csatlakozni. %sKattints a gombra további információért. # +sunsetting.popup.sunset.device=Ennek az eszköznek a támogatása megszűnt. 2025 márciusa után nem érkeznek majd hozzá frissítések, amíg nem frissíted az eszközt. Ez az utolsó frissítés, amely még kompatibilis ezzel az eszközzel.%sTovábbra is játszhatsz majd a világaidon, illetve eléred a Piactéren vásárolt tartalmakat (a Minecoinokat is beleértve). Az eszközön kezelt Realmek 2025 márciusa után további 6 hónapig elérhetőek maradnak, hacsak a Realm tulajdonosa nem frissíti őket egy másik eszközön. A Realm-előfizetésedet a Realm létrehozásához használt eszközön mondhatod le, az Előfizetésekhez tartozó Beállítások menüben. Nem fogod megkapni a további frissítéseket, és nem fogsz tudni többjátékos módban játszani a frissítéseket megkapó eszközök tulajdonosaival és az ilyen Realmeken. Ezenfelül egyes kiszolgálókhoz nem fogsz tudni csatlakozni. %sKattints a gombra további információért. # +sunsetting.popup.pendingSunset.windows_xr=Ennek a VR/MR-eszköznek a támogatása megszűnt. Az új frissítések már nem támogatják ezt az eszközt 2025 márciusa után. Akkor érkezik az utolsó olyan frissítés, amely még támogatja ezt az eszközt.%sAz utolsó frissítés megérkezte után továbbra is megkapod a frissítéseket a számítógépedre, és a VR/MR-eszköz nélkül tovább játszhatsz. Ezután a világok még továbbépíthetőek, a piactéri vásárlások (a Minecoinokkal együtt) továbbra is elérhetőek maradnak a nem VR/MR-eszközökön, például a számítógépes monitorokon. A VM/MR-eszköz azonban nem lesz alkalmas arra, hogy a Minecrafttal használd, mivel az új frissítések nem támogatják.%sTovábbi információkért kattints a gombra. # +sunsetting.popup.sunset.windows_xr=Ennek a VR/MR-eszköznek a támogatása megszűnt. Ez a VR/MR-eszköz már nem támogatott. Megérkezett az utolsó olyan frissítés, amely támogatja ezt az eszközt. Továbbra is kapni fogod a frissítéseket a számítógépedre, és a VR/MR-eszköz nélkül tovább játszhatsz. Ezután a világok még továbbépíthetőek, a piactéri vásárlások (a Minecoinokkal együtt) továbbra is elérhetőek maradnak a nem VR/MR-eszközökön, például a számítógépes monitorokon. A VM/MR-eszköz azonban nem lesz alkalmas arra, hogy a Minecrafttal használd, mivel az új frissítések nem támogatják.%sTovábbi információkért kattints a gombra. Tisztában vagyunk azzal, hogy ez kényelmetlenséggel jár felhasználóink számára, és szeretnénk köszönetet mondani a támogatásodért és a játékkal töltött időért. # +sunsetting.popup.pendingSunset.geo=Hamarosan már nem leszünk képesek támogatni ezt az eszközt a te környékeden. Miután megkaptad a végső frissítést, továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt termékeidhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az erről az eszközről felügyelt Realmek még 6 hónapig működni fognak. 2023. szeptember 30-án már nem fogsz tudni hozzáférni a Realmhez. Javasoljuk, hogy még ezt megelőzően töltsd le a világodat.%sHa Microsoft-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más platformokon is elérhető lesz. Ha át szeretnéd helyezni a világaidat erről az eszközről egy másik eszközre, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre.%sTovábbi információkért, többek között a világ másik eszközre másolásának leírásáért kattints a gombra. # +sunsetting.popup.sunset.geo=Az eszköz a környékeden már nem támogatott. Továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt elemekhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az eszközről felügyelt Realmek 2023. szeptember 30-ig működni fognak. Ezt követően már nem fogsz tudni hozzáférni a Realmez. Javasoljuk, hogy még ezt megelőzően töltse le a világot.%sHa Microsoft-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más platformokon is elérhető lesz. Ha át szeretnéd helyezni a világaidat erről az eszközről egy másik eszközre, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre.%sTovábbi információkért, többek között a világ másik eszközre másolásának módjáért kattints a gombra. # sunsetting.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 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Hozzávalók: # item.smithing_template.name=Kovácssablon # item.smithing_template.netherite_upgrade.applies_to=Gyémántfelszerelés # item.smithing_template.netherite_upgrade.ingredients=Alvilágérc rúd # +item.netherite_upgrade_smithing_template.name=Alvilágérc fejlesztés # +item.sentry_armor_trim_smithing_template.name=Őrszem páncéldíszítő elem # +item.vex_armor_trim_smithing_template.name=Vex páncéldíszítő elem # +item.wild_armor_trim_smithing_template.name=Vad páncéldíszítő elem # +item.coast_armor_trim_smithing_template.name=Partvonali páncéldíszítő elem # +item.dune_armor_trim_smithing_template.name=Dűne páncéldíszítő elem # +item.wayfinder_armor_trim_smithing_template.name=Navigátor páncéldíszítő elem # +item.raiser_armor_trim_smithing_template.name=Emelő pándéldíszítő elem # +item.shaper_armor_trim_smithing_template.name=Alakító páncéldíszítő elem # +item.host_armor_trim_smithing_template.name=Gazda páncéldíszítő elem # +item.ward_armor_trim_smithing_template.name=Őrző páncéldíszítő elem # +item.silence_armor_trim_smithing_template.name=Csendes páncéldíszítő elem # +item.tide_armor_trim_smithing_template.name=Áradás páncéldíszítő elem # +item.snout_armor_trim_smithing_template.name=Malacorr páncéldíszítő elem # +item.rib_armor_trim_smithing_template.name=Borda páncéldíszítő elem # +item.eye_armor_trim_smithing_template.name=Szem páncéldíszítő elem # +item.spire_armor_trim_smithing_template.name=Torony páncéldíszítő elem # +item.flow_armor_trim_smithing_template.name=Áramláspáncél díszítőeleme # +item.bolt_armor_trim_smithing_template.name=Villámcsapáspáncél díszítőeleme # item.snort_pottery_sherd.name=Szimat edényszilánk # item.spawn_egg.entity.camel.name=Teveidéző tojás # item.spruce_hanging_sign.name=Fenyőfa lógó tábla # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Navigátor páncéldíszítő elem # trim_pattern.wild.name=Vad páncéldíszítő elem # trim_pattern.bolt.name=Villámcsapáspáncél díszítőeleme # trim_pattern.flow.name=Áramláspáncél díszítőeleme # -upgrade.netherite_upgrade.name=Alvilágérc fejlesztés # storageManager.mainSizeLabel=%s – 1 elem # storageManager.mainSizeLabelPlural=%s – %s elem # @@ -8443,6 +8453,8 @@ store.csb.buyNow.title=A Marketplace Pass-előfizetés indítása #### {StrCont 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.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] + store.csb.recurring.offerTrial=A Marketplace Pass 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 levonjuk.%sA használatával több mint 150 piactéri csomag azonnal elérhetővé válik. 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. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=A Marketplace Pass 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 levonjuk.%sTöbb mint 150 piactéri csomag azonnal elérhetővé válik. Az előfizetés díja havonta %s. 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. #### {StrContains="Marketplace Pass"} 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. # @@ -8854,8 +8866,6 @@ store.myAccount=Fiókom # store.xbl.signin=Bejelentkezés # store.xbl.signinOrSignUp=Jelentkezz be, vagy regisztrálj ingyenesen! # store.xbl.disconnected=A kapcsolat megszakadt # -store.xbl.conversionFailedTitle=Hiba történt # -store.xbl.conversionFailedMessage=Próbáld újra később. # store.sales.allByCreator=Most akciós! # store.sales.bundlesOnSale=Akciósan kapható csomaggyűjtemények! # @@ -9027,8 +9037,8 @@ tile.deny.name=Tiltás # tile.border_block.name=Határ # tile.anvil.intact.name=Üllő # tile.anvil.name=Üllő # -tile.anvil.slightlyDamaged.name=Kicsit sérült üllő # -tile.anvil.veryDamaged.name=Nagyon sérült üllő # +tile.anvil.slightlyDamaged.name=Csorba üllő # +tile.anvil.veryDamaged.name=Sérült üllő # tile.barrier.name=Akadály # tile.beacon.name=Jelzőfény # tile.beacon.primary=Elsődleges képesség # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Vasblokk # tile.lapis_block.name=Lazurit blokk # tile.redstone_block.name=Vöröskő blokk # tile.bookshelf.name=Könyvespolc # -tile.brick_block.name=Téglablokk # +tile.brick_block.name=Tégla # tile.brown_mushroom.name=Barna gomba # tile.brown_mushroom_block.mushroom.name=Gomba # tile.brown_mushroom_block.stem.name=Gombaszár # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Kék ólomüveg tábla # tile.stained_glass_pane.purple.name=Lila ólomüveg tábla # tile.stained_glass_pane.magenta.name=Bíborvörös ólomüveg tábla # tile.stained_glass_pane.pink.name=Rózsaszín ólomüveg tábla # -tile.clay.name=Agyagblokk # +tile.clay.name=Agyag # tile.hardened_clay.name=Terrakotta # tile.stained_hardened_clay.black.name=Fekete terrakotta # tile.stained_hardened_clay.blue.name=Kék terrakotta # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Vörös alvilági tégla fal # tile.cocoa.name=Kakaó # tile.command_block.name=Parancsblokk # tile.composter.name=Komposztáló # -tile.light_block.name=Fényblokk # +tile.light_block.name=Világos # tile.repeating_command_block.name=Ismétlés típusú parancsblokk # tile.chain_command_block.name=Lánc típusú parancsblokk # tile.wheat.name=Búza # tile.darkOakFence.name=Sötét tölgyfa kerítés # tile.dark_oak_fence_gate.name=Sötét tölgyfa kerítéskapu # -tile.daylight_detector.name=Napfényérzékelő # +tile.daylight_detector.name=Napfénydetektor # tile.deadbush.name=Száraz kóró # tile.detector_rail.name=Érzékelő sín # tile.dirt.coarse.name=Terméketlen föld # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Adagoló # tile.iron_door.name=Vasajtó # tile.doorWood.name=Faajtó # tile.double_plant.fern.name=Nagy páfrány # -tile.double_plant.grass.name=Dupla magasfű # +tile.double_plant.grass.name=Magas fű # tile.double_plant.name=Növény # tile.double_plant.paeonia.name=Bazsarózsa # tile.double_plant.rose.name=Rózsabokor # @@ -9385,7 +9395,7 @@ tile.log.spruce.name=Fenyőrönk # tile.magma.name=Magmablokk # tile.melon_block.name=Dinnye # tile.mob_spawner.name=Szörnyidéző # -tile.monster_egg.brick.name=Fertőzött kőtégla # +tile.monster_egg.brick.name=Fertőzött kőtéglák # tile.monster_egg.chiseledbrick.name=Fertőzött vésett kőtégla # tile.monster_egg.cobble.name=Fertőzött zúzottkő # tile.monster_egg.crackedbrick.name=Fertőzött repedt kőtégla # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Fertőzött kő # tile.mushroom.name=Gomba # tile.noteblock.name=Hangblokk # tile.mycelium.name=Gombafonal # -tile.nether_brick.name=Alvilági tégla blokk # -tile.red_nether_brick.name=Vörös alvilági tégla # +tile.nether_brick.name=Alvilági téglák # +tile.red_nether_brick.name=Vörös alvilági téglák # tile.nether_brick_fence.name=Alvilágitégla-kerítés # tile.quartz_ore.name=Alvilági kvarcérc # tile.netherreactor.active=Aktív! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Dzsungel tábla # tile.acacia_standing_sign.name=Akáctábla # tile.darkoak_standing_sign.name=Sötét tölgy tábla # tile.slime.name=Nyálkablokk # -tile.snow.name=Hó # +tile.snow.name=Hóblokk # tile.sponge.dry.name=Szivacs # tile.sponge.wet.name=Vizes szivacs # tile.spruceFence.name=Fenyőfa kerítés # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Elpusztult buborékos korallblokk # tile.coral_block.red_dead.name=Elpusztult tüzes korallblokk # tile.coral_block.yellow_dead.name=Elpusztult kürtös korallblokk # tile.tallgrass.fern.name=Páfrány # -tile.tallgrass.grass.name=Fű # -tile.tallgrass.name=Fű # +tile.tallgrass.grass.name=Rövid fű # +tile.tallgrass.name=Rövid fű # tile.tallgrass.shrub.name=Cserje # tile.tuff_brick_slab.name=Tufatégla lépcsőfok # tile.tuff_brick_stairs.name=Tufatégla lépcső # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Tufalépcső # tile.tuff_wall.name=Tufafal # tile.seagrass.seagrass.name=Tengerifű # tile.sea_pickle.name=Tengeri uborka # -tile.turtle_egg.name=Tengeriteknős-tojás # +tile.turtle_egg.name=Teknőstojás # tile.coral.blue.name=Csöves korall # tile.coral.pink.name=Tekervényes korall # tile.coral.purple.name=Buborékos korall # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Elpusztult tüzes legyezőkorall # tile.coral_fan_dead.yellow_fan.name=Elpusztult kürtös legyezőkorall # tile.glass_pane.name=Üvegtábla # tile.tnt.name=Dinamit # -tile.snow_layer.name=Felső hó # +tile.snow_layer.name=Hó # tile.torch.name=Fáklya # tile.trapdoor.name=Tölgy csapóajtó # tile.acacia_trapdoor.name=Akácfa csapóajtó # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Víz # tile.water.name=Víz # tile.waterlily.name=Tavirózsa # tile.web.name=Pókháló # -tile.heavy_weighted_pressure_plate.name=Mérleg nyomólap (nehéz) # -tile.light_weighted_pressure_plate.name=Mérleg nyomólap (könnyű) # +tile.heavy_weighted_pressure_plate.name=Nehéz nyomólap # +tile.light_weighted_pressure_plate.name=Könnyű nyomólap # tile.end_stone.name=Végkő # tile.end_bricks.name=Végkő tégla # tile.planks.acacia.name=Akáciadeszkák # @@ -10288,7 +10298,7 @@ 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! # xbox.signin.message=Jelentkezz be az ingyenes Microsoft-fiókoddal, hogy teljes egészében élvezhesd a Minecraft világát. # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Bejelentkezés másik Microsoft-fiókkal # xbox.signin.website=A webhely megtekintése másik eszközön: # xbox.signin.website.qr=1. Keresd fel ezt a honlapot egy másik eszközön: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Nem sikerült bejelentkezni a(z) %s nyí xbox.dev_wrongSandboxSigninFailed.button.dev=Váltás a fejlesztői nyílt világra # xbox.dev_wrongSandboxSigninFailed.button.retail=Váltás a végleges nyílt világra # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Fiókbejelentkezési adatok törlése # -xbox.addfriendsignin.line1=Keress rá barátaidra becenév alapján, hogy lásd, ki tartózkodik épp online. # -xbox.addfriendsignin.line2=Barátok felvételéhez jelentkezz be Microsoft-fiókkal. # xbox.invitesignin.line1=Fedd fel a barátaidat a becenevük alapján, így láthatod a világaik elérhetőségét. # xbox.invitesignin.line2=Barátok meghívásához jelentkezz be Microsoft-fiókkal. # xbox.thirdpartysignin.line1=Csodás minijátékok és új játékosok várnak rád! De először „%s” meg szeretné tudni, hol tartózkodsz. # xbox.thirdpartysignin.line2=A csatlakozáshoz jelentkezz be Microsoft-fiókkal. # xbox.signInLong=Jelentkezz be ingyen! # xbox.signOutLong=Kijelentkezés a Microsoft-fiókból # -xbox.externalServer.title=Kiszolgálón játszott játék # -xbox.externalServer.line1=A kiszolgálók a Minecrafttal való játék legkreatívabb módjait kínálják! Csak arra van szükségünk, hogy bejelentkezz, mivel így tudunk megbizonyosodni arról, hogy engedélyt adtál az új emberekkel való online játékra. # xbox.genericsignin.line1=A Minecraft-fiókoddal online játszhatsz az ismerőseiddel többjátékos módban számítógépen és mobileszközökön. És ami a legjobb: # xbox.genericsignin.line2=INGYEN van! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Új felület kiválasztása # dr.classic_skins.custom_skin_title=Felület importálása # dr.classic_skins.custom_skin_description=Importálj egy PNG-fájlt (64x32, 64x64 vagy 128x128) az eszközödről, amelyet felületként szeretnél használni. A rendszer ezt nem szinkronizálja a különböző eszközök vagy játékok között. # -dr.classic_skins.custom_skin_description_disabled= Az eszközöd nem választhat ki egy egyedi felületet, miközben többjátékos módban játszol. Lépj vissza a főmenübe, hogy felvehess egyet. # +dr.classic_skins.custom_skin_description_disabled=Az eszközöd nem választhat ki egy egyedi felületet, miközben többjátékos módban játszol. Lépj vissza a főmenübe, hogy felvehess egyet. # dr.classic_skins.custom_skin_description_popup=Ha bekapcsolod a „Csak a megbízható felületek engedélyezése” lehetőséget, nem fogod látni az egyéni felületet viselő játékosokat # dr.classic_skins.custom_skin_section_title=Saját felületek # dr.classic_skins.invalidCustomSkin=64x64, 64x32 vagy 128x128 méretű PNG-fájlt importálj # diff --git a/resource_pack/texts/id_ID.lang b/resource_pack/texts/id_ID.lang index 0bca0ac73..0742aeeb8 100644 --- a/resource_pack/texts/id_ID.lang +++ b/resource_pack/texts/id_ID.lang @@ -964,6 +964,7 @@ 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.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 # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s sudah membuka resep: %2$s # commands.recipes.playerDoesNotHaveRecipe=%1$s tidak memiliki resep: %2$s # commands.recipes.notFound=Resepnya tidak dapat ditemukan # commands.recipes.notUnlockable=Resep tidak bisa dibuka dalam buku resep. # +commands.reload.all.description=Memuat ulang semua file fungsi dan skrip dari semua paket perilaku atau pilihan lainnya adalah memuat ulang dunia dan semua paket sumber daya dan perilaku. # commands.reload.description=Memuat ulang semua file fungsi dan skrip dari semua paket perilaku. # -commands.reload.editor.description=Muat ulang semua file fungsi dan skrip dari semua paket perilaku atau aktifkan ulang klien untuk memuat ulang semua sumber daya. # +commands.reload.started=Memuat ulang dunia telah dimulai. # commands.reload.success=File fungsi dan skrip telah dimuat ulang. # commands.reload.error=Terjadi kesalahan tak terduga. # +commands.reload.onlyHost=Hanya pemain host yang dapat memuat ulang dunia. # commands.replaceitem.description=Mengganti item di persediaan. # commands.replaceitem.failed=Tidak bisa mengganti %s slot %d dengan %d * %s # commands.replaceitem.keepFailed=Sudah ada item yang menempati %s slot %d. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Kamera Kreator: Kamera Fokus ke createWorldScreen.experimentalFocusTargetCameraDescription=Mengaktifkan perilaku untuk kamera bebas yang sudah ada guna menarget entitas # createWorldScreen.recipeUnlocking=Membuka Resep # createWorldScreen.recipeUnlockingDescription=Aktifkan membuka resep # -createWorldScreen.experimentalholiday=Fitur Kreator Liburan # -createWorldScreen.experimentalholidayDescription=Menambahkan blok berbasis data dan teknologi item untuk menyesuaikan bentuk blok, rotasi, kerusakan, dan banyak lagi # createWorldScreen.experimentalGameTest=API Beta # createWorldScreen.experimentalGameTestDescription=Menggunakan modul API versi "-beta" dalam paket add-on # createWorldScreen.experimentalMolangFeatures=Fitur Molang # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Kamu perlu masuk ke Akun Microsoft realmsSharingScreen.invalidPermissionTitle=Izin tidak valid # realmsSharingScreen.unexpectedServerResponseTitle=Kesalahan Realms # realmsSharingScreen.unexpectedServerResponseMessage=Maaf, kami memiliki masalah menghubungkan ke Realm. Silakan coba lagi nanti. # +realmsSharingScreen.inviteLinkNotFoundTitle=Kesalahan Realms # +realmsSharingScreen.inviteLinkNotFoundMessage=Link undangan ini tidak valid. # realmsCreateScreen.title.create=Buat Server Realm # realmsCreateScreen.title.extend=Perpanjang Realm Kamu # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Perpanjang selama 180 Hari # xblLogin.LoginMessageTitle=Akun Microsoft # xblLogin.LoginMessage=Menyambung… # -xbl.savePurchase.description.line1=Apakah kamu ingin bermain dengan semua yang kamu beli dari segala sistem yang dilengkapi Toko Minecraft? Masuk dengan akun Microsoft GRATIS dan sinkronkan Skin, Tekstur, Peta, serta Perpaduan yang kamu beli untuk digunakan dan dimainkan di Minecraft! # -xbl.savePurchase.description.line2=Jika kamu kehilangan sistem atau menghapus penginstalan Minecraft, pembelianmu akan tetap disinkronkan dan bisa diakses di sistem apa pun saat kamu menggunakan akun Microsoft. # -xbl.savePurchase.leaveOnDevice=Biarkan di Perangkat # -xbl.savePurchase.title=Simpan Pembelian ke Akun Microsoft? # xbl.savePurchase.saveButton=Simpan ke Akun Microsoft # -xbl.savePurchase.toast.title=Berhasil! # -xbl.savePurchase.toast.message=Pembelian disinkronkan ke Akun Microsoft! # -xbl.savePurchase.inProgress.message=Mentransfer pembelian ke Akun Microsoft... # - -xbl.syncIAP.title=Sinkronkan pembelian ke Akun Microsoft? # -xbl.syncIAP.description=Masuk ke Akun Microsoft untuk menyinkronkan Skin, Paket Tekstur, Dunia, dan Perpaduanmu. Semuanya bisa kamu akses di segala perangkat yang kamu gunakan untuk bermain Minecraft. # -xbl.syncIAP.syncNow=Sinkronkan Sekarang... # -xbl.syncIAP.syncLaterEllipsis=Sinkronkan Nanti... # -xbl.syncIAP.syncLater=Sinkronkan Nanti # -xbl.syncIAP.toast.title=Berhasil! # -xbl.syncIAP.toast.message=Pembelian disinkronkan ke Akun Microsoft! # -xbl.syncIAP.inProgress.message=Menyinkronkan pembelian ke Akun Microsoft… # -xbl.syncIAP.skipSignIn.prompt.description=Akun Microsoft ini tidak akan menjadi akun utama untuk perangkat ini jika kamu tidak menyinkronkan pembelian dari perangkat ini ke akun ini. Kamu tidak akan secara otomatis masuk ketika memulai Minecraft. # - -xbl.syncIAP.confirmSync.prompt.title=Sinkronkan ke %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=Ingin menyinkronkan pembelianmu dari toko aplikasi ke %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=Paket yang dibeli di luar Marketplace Minecraft hanya bisa disinkronkan satu kali. Semuanya akan tetap tersedia bagi siapa saja yang bermain di perangkat ini. # -xbl.syncIAP.confirmSync.prompt.yes=Ya, Sinkronkan Pembelian Saya # 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. # @@ -2512,8 +2495,6 @@ 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.skipSignIn.prompt.title=Akun Sementara # -xbl.skipSignIn.prompt.description=Akun Microsoft ini tidak akan menjadi akun utama untuk perangkat ini jika kamu tidak mentransfer pembelian perangkat ke akun ini. Kamu tidak akan secara otomatis masuk saat memulai Minecraft. # 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? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s terjepit di dinding # death.attack.lava=%1$s mencoba berenang dalam lahar # death.attack.lava.player=%1$s mencoba berenang dalam lahar untuk melarikan diri dari %2$s # death.attack.lightningBolt=%1$s disambar petir # +death.attack.maceSmash.player=%1$s dihancurkan oleh %2$s # +death.attack.maceSmash.player.item=%1$s dihancurkan oleh %2$s dengan %3$s # death.attack.magic=%1$s dibunuh oleh sihir # death.attack.magma=%1$s mendapati bahwa lantai itu dulunya lahar # death.attack.magma.player=%1$s melewati zona bahaya karena %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Server dan Klien memiliki nilai b disconnectionScreen.editor.cannotUseRayTracing=Paket sumber daya berkemampuan Penelusuran Jejak Cahaya belum kompatibel dengan proyek Editor. # disconnectionScreen.unexpectedPacket=Terputus karena jenis paket tidak terduga yang diterima tidak dapat diproses. Ini bisa disebabkan oleh ketidakcocokan versi atau kesalahan di tingkat jaringan. # disconnectionScreen.connectionLost=Koneksi ke host hilang. Jika dunia tersebut masih di-hosting, periksa koneksi internet kamu dan coba hubungkan lagi. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Tidak bisa memuat dunia. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Coba buka dunia ini dalam mode demo. # disconnectionScreen.errorCode=Kode Kesalahan: # storageSpaceWarningScreen.frontend=Ruang penyimpanan datamu hampir habis! Minecraft telah membatasi akses ke fitur ini hingga kamu mengosongkan ruang penyimpanan tambahan. # @@ -3126,7 +3111,7 @@ feed.upload=Screenshot-mu sedang diunggah... # feed.manage=Kelola Umpan # feed.share=Bagikan # feed.addScreenshot=Tambahkan Screenshot # -feed.screenshotCapturedRealms=Cuplikan layar didapat. Buka Cerita Realms untuk membagikannya. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Cuplikan layar diambil. Kamu dapat melihatnya di galeri cuplikan layar. # feed.screenshotAlmostFull=Cuplikan layar diambil. Galerimu hampir penuh. (%d/%d) # feed.screenshotReachedMax=Cuplikan layar diambil. Galerimu penuh. (%d/%d) # @@ -3420,7 +3405,7 @@ howtoplay.anvil.text.5=Kemungkinan Paron akan rusak setelah digunakan dan setela howtoplay.armor=Baju Zirah # howtoplay.armor.text.1=Dengan mengenakan Baju Zirah, kamu bisa melindungi diri dari kerusakan yang akan datang. Level Baju Zirah ditunjukkan dengan :armor: pada HUD, semakin tinggi level, semakin sedikit kerusakannya. # howtoplay.armor.header.1=Pembuatan # -howtoplay.armor.text.2=Baju Zirah bisa dibuat dari Kulit, Besi, Emas, atau Berlian. Baju Zirah Rantai bisa didapatkan melalui berdagang dengan orang desa dan rampasan dari zombie dan tengkorak. # +howtoplay.armor.text.2=Baju zirah bisa dibuat dari Kulit, Besi, Emas, atau Berlian. Baju Zirah Rantai bisa didapatkan dari berdagang dengan orang desa dan rampasan dari zombie dan kerangka. # howtoplay.armor.text.3=Pakai Baju Zirah dengan membuka persediaan dan memindahkan potongan Baju Zirah ke slot yang sesuai di sebelah skin pemain. # howtoplay.armor.text.4=Baju Zirah Besi, Rantai, dan Emas bisa dilebur menjadi Besi atau Naget Emas di Tungku. # howtoplay.armor.header.2=Perisai # @@ -3501,8 +3486,8 @@ howtoplay.blocks.text.7=§eTerakota§f - Blok ini ditemukan secara alami di biom howtoplay.blocks.text.8=§eBlok Magma§f - Ini ditemukan secara alami di Nether, memancarkan sedikit cahaya dan akan membakar siapa pun yang menginjaknya. # howtoplay.blocks.text.9=§eLahan Tanah§f - Ini hampir seperti Blok Tanah normal namun Rumput tidak bisa tumbuh di atasnya. Blok ini bisa ditemukan di bioma Sabana dan Mega Taiga. # -howtoplay.bookAndQuill=Buku & Pena Bulu # -howtoplay.bookAndQuill.text.1=Buku & Pena Bulu memungkinkanmu merekam petualangan. Ceritakan kisahmu dengan memasukkan teks dan gambar ke halaman. Kamu bahkan bisa mengubah judul dan penulis! Tanda tangani Buku & Pena Bulu untuk menyelesaikan karyamu. Buku & Pena Bulu bisa diedit jika belum ditandatangani. # +howtoplay.bookAndQuill=Buku dan Pena Bulu # +howtoplay.bookAndQuill.text.1=Buku & Pena Bulu membuatmu bisa mencatat petualangan. Ceritakan kisahmu dengan menulis teks ke halaman. Kamu bahkan bisa mengubah judul dan penulis! Tanda tangani Buku & Pena Bulu untuk menyelesaikan karyamu. Buku & Pena Bulu bisa diedit jika belum ditandatangani. # howtoplay.brewingStand=Dudukan Peramuan # howtoplay.brewingStand.text.1=Pembuatan ramuan memerlukan Dudukan Peramuan. Setiap ramuan dimulai dengan sebotol air, yang dibuat dengan mengisi Botol Kaca dengan air dari Kaldron atau sumber air. # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=Jelajahi segudang peluang dengan mata uang dalam game howtoplay.minecoins.text.2=Setelah ditukarkan, Minecoins terhubung ke akun Microsoft kamu sehingga koin itu juga bisa dicek dan dipakai untuk membeli di perangkat lain yang didukung! # howtoplay.minecoins.button.text.1=Dapatkan Koin # howtoplay.minecoins.header.1=Penafian # -howtoplay.minecoins.text.3=*Minecoins memerlukan versi Minecraft: Bedrock Edition dengan Marketplace Minecraft. Minecoins tidak kompatibel di PlayStation®. Keterangan kompatibilitas bisa dilihat di minecraft.net/Minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins memerlukan versi Minecraft: Bedrock Edition dengan Marketplace Minecraft. Minecoins tidak kompatibel di PlayStation®. Informasi kompatibilitas bisa dilihat di minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Pertambangan # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Emas # item.axolotlColorWild.name=Cokelat # item.axolotlColorBlue.name=Biru # item.golden_apple.name=Apel Emas # -item.appleEnchanted.name=Apel Sihir # +item.appleEnchanted.name=Apel Emas Ajaib # item.armadillo_scute.name=Skat Armadilo # item.armor_stand.name=Dudukan Baju Zirah # item.arrow.name=Panah # @@ -4626,7 +4611,7 @@ item.banner.half_vertical_right.red=Per Pale Merah Terbalik # item.banner.half_vertical_right.silver=Per Pale Abu-Abu Muda Terbalik # item.banner.half_vertical_right.white=Per Pale Putih Terbalik # item.banner.half_vertical_right.yellow=Per Pale Kuning Terbalik # -item.banner.illager_captain.name=Banner Penjahat Yang Diasingkan # +item.banner.illager_captain.name=Panji Menyeramkan # item.banner.lightBlue.name=Banner Biru Muda # item.banner.lime.name=Banner Limau # item.banner.magenta.name=Banner Magenta # @@ -5022,7 +5007,7 @@ item.boat.big_oak.name=Perahu Ek Gelap # item.bone.name=Tulang # item.book.name=Buku # item.breeze_rod.name=Tongkat Breeze # -item.chainmail_boots.name=Sepatu Bot Rantai # +item.chainmail_boots.name=Sepatu Bot Rantai Besi # item.leather_boots.name=Sepatu Bot Kulit # item.diamond_boots.name=Sepatu Bot Berlian # item.golden_boots.name=Sepatu Bot Emas # @@ -5122,18 +5107,18 @@ item.warped_fungus_on_a_stick.name=Jamur Melengkung pada Tongkat # item.carrot.name=Wortel # item.cauldron.name=Kawah # item.charcoal.name=Arang # -item.chainmail_chestplate.name=Pelat Dada Rantai # +item.chainmail_chestplate.name=Pelat Dada Rantai Besi # item.leather_chestplate.name=Tunic Kulit # item.diamond_chestplate.name=Pelat Dada Berlian # item.golden_chestplate.name=Pelat Dada Emas # item.iron_chestplate.name=Pelat Dada Besi # item.chorus_fruit.name=Buah Chorus # item.chorus_fruit_popped.name=Buah Chorus Pop # -item.cooked_beef.name=Daging Matang # +item.cooked_beef.name=Bistik # item.cooked_chicken.name=Ayam Matang # item.cooked_porkchop.name=Potongan Daging Babi Matang # item.chicken.name=Ayam Mentah # -item.clay_ball.name=Tanah Liat # +item.clay_ball.name=Bola Tanah Liat # item.clock.name=Jam # item.coal.name=Batu Bara # item.comparator.name=Pembanding Batu Merah # @@ -5242,7 +5227,7 @@ item.golden_axe.name=Kapak Emas # item.iron_axe.name=Kapak Besi # item.stone_axe.name=Kapak Batu # item.wooden_axe.name=Kapak Kayu # -item.chainmail_helmet.name=Helm Rantai # +item.chainmail_helmet.name=Helm Rantai Besi # item.leather_helmet.name=Topi Kulit # item.diamond_helmet.name=Helm Berlian # item.golden_helmet.name=Helm Emas # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Helm Netherite # item.lead.name=Tali # item.leather.name=Kulit # item.leaves.name=Daun # -item.chainmail_leggings.name=Celana Ketat Berantai # +item.chainmail_leggings.name=Celana Ketat Rantai Besi # item.leather_leggings.name=Celana Kulit # item.diamond_leggings.name=Celana Ketat Berlian # item.golden_leggings.name=Celana Ketat Emas # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Peta Desa Gurun # item.map.exploration.jungle_temple.name=Peta Penjelajah Rimba # item.map.exploration.swamp_hut.name=Peta Penjelajah Rawa # item.map.exploration.trial_chambers.name=Peta Penjelajah Uji Coba # -item.melon.name=Melon # -item.milk.name=Susu # +item.melon.name=Irisan Melon # +item.milk.name=Ember Susu # item.minecart.name=Kereta Tambang # item.chest_minecart.name=Kereta Tambang dengan Peti # item.command_block_minecart.name=Kereta Tambang dengan Blok Perintah # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Telur Kemunculan Shulker # item.spawn_egg.entity.endermite.name=Telur Kemunculan Endermite # item.spawn_egg.entity.evocation_illager.name=Telur Kemunculan Evoker # item.spawn_egg.entity.vex.name=Telur Kemunculan Vex # -item.spawn_egg.entity.turtle.name=Telur Kemunculan Penyu # +item.spawn_egg.entity.turtle.name=Telur Kemunculan Kura-kura # item.spawn_egg.entity.dolphin.name=Telur Kemunculan Lumba-Lumba # item.spawn_egg.entity.phantom.name=Telur Kemunculan Hantu # item.spawn_egg.entity.panda.name=Telur Kemunculan Panda # @@ -5446,7 +5431,7 @@ item.dried_kelp.name=Rumput Laut Kering # item.rotten_flesh.name=Daging Busuk # item.ruby.name=Ruby # item.saddle.name=Pelana # -item.wheat_seeds.name=Benih # +item.wheat_seeds.name=Benih Gandum # item.beetroot_seeds.name=Benih Ubi Bit Merah # item.melon_seeds.name=Benih Melon # item.pumpkin_seeds.name=Benih Labu # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Tanda Akasia # item.darkoak_sign.name=Tanda Ek Gelap # item.crimson_sign.name=Tanda Crimson # item.warped_sign.name=Tanda Melengkung # -item.skull.char.name=Kepala # +item.skull.char.name=Kepala Pemain # item.skull.creeper.name=Kepala Creeper # item.skull.dragon.name=Kepala Naga # item.skull.player.name=Kepala %s # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Kepala Tengkorak Wither # item.skull.zombie.name=Kepala Zombie # item.slime_ball.name=Bola Lendir # item.snowball.name=Bola Salju # -item.speckled_melon.name=Melon Berkilau # +item.speckled_melon.name=Irisan Melon Berkilau # item.spider_eye.name=Mata Laba-Laba # item.stick.name=Tongkat # item.string.name=Benang # @@ -5493,7 +5478,7 @@ item.weathered_copper_door.name=Pintu Tembaga Usang # item.wind_charge.name=Muatan Angin # item.wheat.name=Gandum # item.wolf_armor.name=Baju Zirah Serigala # -item.writable_book.name=Buku & Pena Bulu # +item.writable_book.name=Buku dan Pena Bulu # item.written_book.name=Buku Tulis # item.glowstone_dust.name=Debu Batu Bersinar # item.shulker_shell.name=Cangkang Shulker # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Skat Kura-kura # item.phantom_membrane.name=Membran Hantu # item.sweet_berries.name=Buah Beri Manis # item.suspicious_stew.name=Semur Mencurigakan # +item.field_masoned_banner_pattern.name=Pola Panji Field Masoned # +item.creeper_banner_pattern.name=Pola Panji Charge Creeper # +item.flow_banner_pattern.name=Pola Panji Mengalir # +item.flower_banner_pattern.name=Pola Panji Charge Bunga # +item.globe_banner_pattern.name=Pola Panji Globe # +item.guster_banner_pattern.name=Pola Panji Guster # +item.piglin_banner_pattern.name=Pola Panji Moncong # +item.skull_banner_pattern.name=Pola Panji Charge Kepala Tengkorak # +item.mojang_banner_pattern.name=Pola Panji Thing # +item.bordure_indented_banner_pattern.name=Pola Panji Bordure Berlekuk # item.banner_pattern.bricks=Field Masoned # item.banner_pattern.creeper=Charge Creeper # item.banner_pattern.flow=Aliran # @@ -5650,7 +5645,7 @@ joincode.found.title=Bergabung ke Dunia # joincode.found.message=Apakah ini dunia tempat Anda mencoba bergabung? # joincode.found.host_name=Diselenggarakan Oleh: %1 # joincode.icon_text.null=Kosong # -joincode.icon_text.1=Buku & Pena Bulu # +joincode.icon_text.1=Buku dan Pena Bulu # joincode.icon_text.2=Balon # joincode.icon_text.3=Rel # joincode.icon_text.4=Alex # @@ -5955,7 +5950,6 @@ map.position=Posisi: %s, %s, %s # mcoServer.title=Dunia Online Minecraft # -menu.ai_lesson_crafter=Pembuat Pelajaran # menu.achievements=Prestasi # menu.convertingLevel=Memperluas dunia # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Lebar # options.codeBuilder=Pembuat Kode # options.content_log_file=Aktifkan File Log Konten # options.content_log_gui=Aktifkan GUI Log Konten # +options.content_log_gui.level=Level Log GUI # +options.content_log_gui.level.info=Info # +options.content_log_gui.level.warn=Peringatkan # +options.content_log_gui.level.error=Kesalahan # options.controller=Pengontrol # options.controllerLayout=Tata Letak Pengontrol # options.controllerSettings=Pengaturan Pengontrol # @@ -6296,14 +6294,14 @@ options.dev_displayMarketplaceDocumentId=Tampilkan Id Dokumen Marketplace # options.dev_addCoins=Tambahkan %s Koin # options.dev_addCoinTitle=Tambahkan Koin # options.dev_reset_entitlements=Atur Ulang Semua Hak # -options.dev_reset_entitlements_loading=Mengatur ulang Hak. Dialog ini akan ditutup setelah proses selesai. Kamu bisa menutup jendela ini, tetapi menutup game sebelum perintah ini selesai bisa menimbulkan gangguan. # +options.dev_reset_entitlements_loading=Mengatur ulang Hak, dialog ini akan ditutup setelah proses selesai. Kamu bisa menutup jendela ini, tetapi menutup game sebelum perintah ini selesai bisa menimbulkan gangguan. # options.dev_reset_entitlements_error_unfinished=Peringatan, sebagian hak tidak terhapus dengan benar. Coba jalankan perintah ini lagi, misalnya setelah memulai ulang klien. # options.dev_reset_entitlements_warning=Peringatan! Tindakan ini akan menghapus semua hakmu, termasuk hak lama yang mungkin tidak bisa kamu dapatkan lagi! Operasi ini mungkin akan menyita waktu kalau kamu punya banyak hak. Kamu yakin ingin melanjutkan? # options.dev_reset_entitlements_success=Hak berhasil dihapus. # options.dev_currencyFailureWarning=Panggilan jaringan gagal. Kesalahan: %s # options.dev_currencyFailureWarningGeneric=Panggilan jaringan gagal. Pastikan kamu masuk ke akun yang diperbolehkan. # options.dev_reset_wallet=Atur Ulang Dompet # -options.dev_allowlist_failure=Kesalahan! Operasi gagal. Periksa lagi untuk memastikan akun ini ada di Daftar Izinkan. # +options.dev_allowlist_failure=Eror! Operasi gagal, periksa lagi untuk memastikan akun ini ada di Daftar Izinkan. # options.discoveryEnvironment=Lingkungan Penemuan (Perlu Mulai Ulang) # options.discoveryEnvironment.production=Produksi # options.discoveryEnvironment.staging=Penahapan # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Timpa Penanganan Eksperimental # 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_discoveryOverrideServiceName=Nama Layanan (keamanan, persona, dll.) # +options.dev_discoveryOverrideServiceBranch=Ranting Pohon # +options.dev_resetAllEndpointOverrides=Atur Ulang Semua Titik Akhir # +options.dev_apply=Terapkan # options.dev_displayTreatmentsPanel=Tampilkan Perlakuan # options.dev_currentTreatmentsTitle=Perlakuan Saat Ini # options.dev_unusedTreatmentsTitle=Perlakuan yang Tidak Digunakan # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Tingkat 2 - KitKat # options.dev_sunsetting_tier.three=Tingkat 3 - FireTV # options.dev_sunsetting_tier.four=Tingkat 4 - 1.024 MB # options.dev_sunsetting_tier.five=Tingkat 5 - iOS 12 & Nougat # +options.dev_sunsetting_tier.six=Tingkat 6 - iOS 13, Android 8, Perangkat VR # options.dev_sunsetting_tier.not_pending=Tidak Tertunda # options.dev_gatherings_section=Pengumpulan # options.dev_gatherings_enable=Aktifkan Pertemuan # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Jarak render yang tinggi ini dapat menyebabkan fr options.raytracing.renderdistance.warning=Pengaturan ini bisa menyebabkan masalah performa saat memainkan permainan. # options.resetSettings=Atur Ulang ke Default # options.resetSettings.popUp=Kamu yakin ingin mengatur ulang pengaturan? # -options.maxFramerate=Kecepatan Bingkai Maksimum (Eksperimental) # +options.maxFramerate=Batas Framerate # +options.maxFramerate.tooltip=Turunkan framerate maksimum permainan untuk meningkatkan daya tahan baterai dan kesehatan perangkat. Framerate sebenarnya dapat turun di bawah batas yang diatur. # options.maxFramerateFormat=%s FPS # options.perf_turtle=Penyu Performa # options.msaa=Anti-Alias # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Sinkronisasi Vertikal Adaptif # options.websocketEncryption=Memerlukan Websocket Terenkripsi # options.websocketEncryptionWarningLabel=Hanya nonaktifkan opsi ini jika kamu secara aktif tersambung ke aplikasi yang dikenal dan aman. # options.filelocation.title=Lokasi Penyimpanan File # +options.filelocation.title.edu=Lokasi Penyimpanan Lokal # options.filelocation.external=Eksternal # options.filelocation.appdata=Aplikasi # options.filelocation.external.warning.title=Peringatan # @@ -6960,26 +6966,12 @@ sunsetting.popup.title=Perangkat ini sudah tidak didukung. # sunsetting.popup.moreInfo=Info Lainnya # sunsetting.popup.dontshow=Jangan tampilkan ini lagi # -sunsetting.popup.moreInfo.gearVR=Untuk informasi lebih lanjut, kunjungi https://aka.ms/MinecraftSunsetting di segala browser web. # -sunsetting.popup.moreInfo.gearVR.geo=Untuk informasi lebih lanjut, kunjungi https://aka.ms/MinecraftSunsetting di segala browser web. # - -sunsetting.popup.pendingSunset.ios=Dukungan kami untuk perangkat ini akan berakhir sebentar lagi. Kamu akan terus menerima pembaruan sampai Feb. 2024, di mana kamu akan menerima pembaruan terakhir untuk perangkat ini.%sSetelah menerima pembaruan terakhir, kamu masih bisa bermain di duniamu dan mengakses pembelian Marketplace (termasuk Minecoins), namun kamu tidak bisa lagi melakukan pembelian baru di perangkat ini. Realms yang dikelola dari perangkat ini bisa terus digunakan selama 6 bulan kecuali diperbarui oleh pemilik Realm di perangkat lain. Untuk membatalkan langganan realm, kamu akan perlu melakukannya di menu Pengaturan untuk Langganan pada perangkat di mana Realm dibuat. Kamu tidak akan lagi menerima pembaruan terbaru dan tidak akan bisa bermain dalam mode multipemain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu. %sKlik tombol untuk mendapatkan informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. # -sunsetting.popup.pendingSunset.android=Dukungan kami untuk perangkat ini akan berakhir sebentar lagi. Kamu akan terus menerima pembaruan sampai Feb 2024, di mana kamu akan menerima pembaruan terakhir untuk perangkat ini.%sSetelah menerima pembaruan terakhir, kamu masih bisa bermain di duniamu dan mengakses pembelian Marketplace (termasuk Minecoins), namun kamu tidak bisa lagi melakukan pembelian baru di perangkat ini. Realms yang dikelola dari perangkat ini bisa terus digunakan selama 6 bulan kecuali diperbarui oleh pemilik Realm di perangkat lain. Untuk membatalkan langganan realm, kamu akan perlu melakukannya di langganan Google play, kamu bisa mengakses Google Play di segala perangkat yang didukung atau dari PC di mana kamu bisa masuk ke akunmu. Kamu tidak akan lagi menerima pembaruan terbaru dan tidak bisa bermain multipemain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu.%sKlik tombol untuk mendapatkan informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. # -sunsetting.popup.pendingSunset.ios_android=Dukungan kami untuk perangkat ini akan berakhir sebentar lagi. Kamu akan terus menerima pembaruan sampai bulan November 2022, yang mana kamu akan menerima pembaruan terakhir untuk perangkat ini. Mohon maaf atas ketidaknyamanan ini. %sSetelah menerima pembaruan terakhir, kamu masih bisa bermain di duniamu dan mengakses pembelian Marketplace (termasuk Minecoins). Realms yang dikelola dari perangkat ini bisa terus digunakan selama 6 bulan kecuali diperbarui oleh pemilik Realm di perangkat lain. Kamu tidak akan lagi menerima pembaruan terbaru dan tidak akan bisa bermain dalam mode multipemain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu. %sKlik tombol untuk mendapatkan informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. # -sunsetting.popup.sunset.ios_android=Perangkat ini sudah tidak didukung. Kamu telah menerima pembaruan terakhir untuk perangkat ini. Untuk selanjutnya, kamu masih bisa terus membangun di duniamu dan pembelian Marketplace (termasuk Minecoins) kamu tetap tersedia. Realms milikmu masih bisa terus digunakan kecuali diperbarui oleh pemilik Realm di perangkat lain. Kamu tidak akan lagi menerima pembaruan dan tidak akan bisa bermain dalam mode multipemain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu. %sKlik tombol untuk mendapatkan informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. Kami memahami ketidaknyamanan ini dan sangat menghargai waktu yang kamu luangkan dengan permainan kami serta dukungan darimu selama ini. Sampai jumpa lagi di perangkat yang baru. # -sunsetting.popup.pendingSunset.gearvr_win10=Kemampuan kami untuk mendukung perangkat ini akan segera berakhir. Kamu akan terus menerima pembaruan sampai rilis besar kami berikutnya, di mana kamu akan menerima pembaruan terakhir untuk perangkat ini. Mohon maaf atas ketidaknyamanan ini. %sSetelah menerima pembaruan terakhir, kamu masih bisa bermain di duniamu dan mengakses pembelian Marketplace (termasuk Minecoins). Namun, kamu tidak bisa lagi mengakses permainan multipemain atau Realms dari perangkat ini. Kamu tidak akan lagi menerima pembaruan, dan tidak akan bisa bermain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu. %sKlik tombol untuk mendapatkan informasi lebih lanjut, termasuk cara memindahkan dunia ke perangkat baru. # -sunsetting.popup.sunset.gearvr_win10=Perangkat ini sudah tidak didukung. Kamu telah menerima pembaruan terakhir untuk perangkat ini. Untuk selanjutnya, kamu masih bisa terus membangun di duniamu dan pembelian Marketplace (termasuk Minecoins) kamu tetap tersedia. Namun, kamu tidak bisa lagi mengakses permainan multipemain atau Realms dari perangkat ini. Kamu tidak akan lagi menerima pembaruan dan tidak akan bisa bermain dengan perangkat yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu. # -sunsetting.popup.pendingSunset.dx10=Kemampuan kami untuk mendukung perangkat grafis ini akan segera berakhir. Kamu akan terus menerima pembaruan sampai musim gugur, di mana kamu akan menerima pembaruan terakhir untuk perangkat ini. Mohon maaf atas ketidaknyamanan ini. %sSetelah menerima pembaruan terakhir, kamu masih bisa bermain di duniamu dan mengakses pembelian Marketplace (termasuk Minecoins). Realms yang dikelola dari perangkat ini bisa terus digunakan kecuali diperbarui oleh pemilik Realm di perangkat lain. Kamu tidak akan lagi menerima pembaruan, dan tidak akan bisa bermain dalam mode multipemain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu. %sKlik tombol untuk mendapatkan informasi lebih lanjut, termasuk cara memindahkan dunia ke perangkat baru. # -sunsetting.popup.sunset.dx10=Perangkat grafis ini sudah tidak didukung. Kamu telah menerima pembaruan terakhir untuk perangkat ini. Untuk selanjutnya, kamu masih bisa terus membangun di duniamu dan pembelian Marketplace (termasuk Minecoins) kamu tetap tersedia. Realms milikmu masih bisa terus digunakan kecuali diperbarui oleh pemilik Realm di perangkat lain. Kamu tidak akan lagi menerima pembaruan, dan tidak akan bisa bermain dalam mode multipemain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu. %sKlik tombol untuk mendapatkan informasi lebih lanjut, termasuk cara memindahkan dunia ke perangkat baru. Kami memahami ketidaknyamanan ini dan sangat menghargai waktu yang kamu luangkan dengan permainan kami serta dukungan darimu selama ini. # - -sunsetting.popup.pendingSunset.geo.ios=Dukungan untuk perangkat ini akan segera berakhir di daerahmu. Setelah menerima pembaruan akhir, kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa terus digunakan selama 6 bulan. Pada 30 September 2023, kamu tidak akan lagi memiliki akses ke realm. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini dan membatalkan langgananmu dengan melihat pengaturan Langganan di perangkatmu. %sJika kamu telah masuk dengan akun Microsoft/Xbox Live, pembelian Marketplace & Minecoin dan langganan Realm milikmu akan tersedia di platform lain. Jika ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu. %sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Dukungan untuk perangkat ini telah berakhir di daerahmu. Kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa terus digunakan hingga 30 September 2023. Setelah itu, kamu tidak akan lagi memiliki akses ke Realm. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini. %sJika kamu masuk dengan akun Microsoft/Xbox Live, pembelian Marketplace & Minecoin dan langganan Realms milikmu akan tersedia di platform lain. Jika kamu ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu. %sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Dukungan untuk perangkat ini akan segera berakhir di daerahmu. Setelah menerima pembaruan akhir, kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa digunakan selama 6 bulan. Pada 30 September 2023, kamu tidak akan lagi memiliki akses ke realm. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini. %sJika kamu masuk dengan akun Microsoft/Xbox Live, pembelian Marketplace & Minecoin dan langganan Realm milikmu akan tersedia di platform lain. Jika kamu ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu. %sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Dukungan untuk perangkat ini telah berakhir di daerahmu. Kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa terus digunakan hingga 30 September 2023. Setelah itu, kamu tidak akan lagi memiliki akses ke Realm. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini. %sJika kamu masuk dengan akun Microsoft/Xbox Live, pembelian Marketplace & Minecoin dan langganan Realms milikmu akan tersedia di platform lain. Jika kamu ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu. %sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Dukungan untuk perangkat ini akan segera berakhir di daerahmu. Setelah pembaruan terakhir ini, kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa terus digunakan selama 6 bulan. Pada 30 September 2023, kamu tidak akan lagi memiliki akses ke realm dari perangkat ini. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini dan membatalkan langgananmu di Google Play. %sKamu tidak akan lagi menerima pembaruan terbaru dan tidak akan bisa bermain bersama teman. Kamu juga tidak akan bisa terhubung ke server tertentu. %sJika kamu masuk dengan akun Microsoft/Xbox Live, pembelian Marketplace & Minecoin dan langganan Realm milikmu akan tersedia di platform lain yang kamu gunakan untuk bermain Minecraft. Kamu bisa memulai langganan baru dari platform lain itu. %sJika kamu ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu. %sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Dukungan untuk perangkat ini telah berakhir di daerahmu. Kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa terus digunakan hingga 30 September 2023. Setelah itu, kamu tidak akan lagi memiliki akses ke Realm. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini. %sJika kamu masuk dengan akun Microsoft/Xbox Live, pembelian Marketplace & Minecoin dan langganan Realms milikmu akan tersedia di platform lain. Jika kamu ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu. %sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Dukungan untuk perangkat ini akan segera berakhir di daerahmu. Setelah menerima pembaruan akhir, kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa digunakan selama 6 bulan. Pada 30 September 2023, kamu tidak akan lagi memiliki akses ke realm. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini. %sJika kamu masuk dengan akun Microsoft/Xbox Live, pembelian Marketplace & Minecoin dan langganan Realm milikmu akan tersedia di platform lain. Jika kamu ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu. %sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. # -sunsetting.popup.sunset.geo.generic=Dukungan untuk perangkat ini telah berakhir di daerahmu. Kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa terus digunakan hingga 30 September 2023. Setelah itu, kamu tidak akan lagi memiliki akses ke Realm. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini. %sJika kamu masuk dengan akun Microsoft/Xbox Live, pembelian Marketplace & Minecoin dan langganan Realms milikmu akan tersedia di platform lain. Jika kamu ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu. %sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. # +sunsetting.popup.pendingSunset.device=Dukungan kami untuk perangkat ini akan berakhir sebentar lagi. Kamu akan terus menerima pembaruan hingga Maret 2025, saat kamu menerima pembaruan terakhir untuk perangkat ini.%sSetelah kamu menerima pembaruan terakhir, kamu masih bisa bermain di duniamu dan mengakses pembelian Marketplace (termasuk Minecoins), namun kamu tidak bisa lagi melakukan pembelian baru di perangkat ini. Realms yang dikelola dari perangkat ini bisa terus digunakan selama 6 bulan mulai dari Maret 2025 kecuali diperbarui oleh pemilik Realm di perangkat lain. Untuk membatalkan langganan realm, kamu bisa melakukannya di menu Pengaturan untuk Langganan pada perangkat di mana Realm dibuat. Kamu tidak akan lagi menerima pembaruan terbaru dan tidak bisa bermain dalam mode multipemain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu. %sKlik tombol untuk mendapatkan informasi lebih lanjut. # +sunsetting.popup.sunset.device=Dukungan kami untuk perangkat ini telah berakhir. Kamu tidak akan lagi menerima pembaruan dari Maret 2025 hingga kamu memperbarui perangkatmu. Ini adalah pembaruan terakhirmu yang kompatibel dengan perangkat ini. %sKamu akan tetap bisa bermain di duniamu, dan mengakses pembelian Marketplace (termasuk Minecoins). Realms yang dikelola dari perangkat ini akan terus bekerja selama 6 bulan dari Maret 2025 kecuali diperbarui oleh pemilik Realm di perangkat lain. Untuk membatalkan langganan Realm, kamu bisa melakukannya di menu Pengaturan untuk Langganan pada perangkat di mana Realm dibuat. Kamu tidak akan lagi menerima pembaruan terbaru dan tidak bisa bermain dalam mode multipemain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu. %sKlik tombol untuk informasi lebih lanjut. # +sunsetting.popup.pendingSunset.windows_xr=Dukungan kami untuk perangkat grafis VR/MR ini telah berakhir. Perangkat ini tidak akan didukung dalam pembaruan setelah Maret 2025, saat kamu akan menerima pembaruan terakhir yang mendukung perangkat ini. %sSetelah kamu menerima pembaruan terakhir, kamu masih bisa menerima pembaruan di PC dan bisa bermain tanpa perangkat VR/MR. Mulai dari saat ini, kamu bisa terus membangun di duniamu, dan pembelian Marketplace (termasuk Minecoins) akan terus tersedia di perangkat grafis non-VR/MR seperti monitor komputer. Kamu tidak akan lagi bisa menggunakan perangkat VR/MR dengan Minecraft karena tidak akan lagi didukung di pembaruan terbaru. %sKlik tombol untuk informasi lebih lanjut. # +sunsetting.popup.sunset.windows_xr=Dukungan kami untuk perangkat grafis VR/MR ini telah berakhir. Perangkat VR/MR ini sudah tidak didukung. Kamu telah menerima pembaruan terakhir yang mendukung perangkat grafis ini, dan kamu akan tetap menerima pembaruan di PC dan bisa bermain tanpa perangkat VR/MR. Mulai dari saat ini, kamu bisa terus membangun di duniamu, dan pembelian Marketplace (termasuk Minecoins) akan terus tersedia di perangkat grafis non-VR/MR seperti monitor komputer. Kamu tidak akan lagi bisa menggunakan perangkat VR/MR dengan Minecraft karena tidak akan lagi didukung dalam pembaruan terbaru. %sKlik tombol untuk informasi lebih lanjut. Kami memahami ketidaknyamanan ini dan sangat menghargai waktu yang kamu luangkan dengan permainan kami serta dukungan darimu selama ini. # +sunsetting.popup.pendingSunset.geo=Dukungan untuk perangkat ini akan segera berakhir di daerahmu. Setelah menerima pembaruan terakhir, kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa digunakan selama 6 bulan. Pada 30 September 2023, kamu tidak akan lagi memiliki akses ke realm. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini.%sJika kamu masuk dengan akun Microsoft, pembelian Marketplace & Minecoin dan langganan Realm milikmu akan tersedia di platform lain. Jika kamu ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu.%sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. # +sunsetting.popup.sunset.geo=Dukungan untuk perangkat ini telah berakhir di daerahmu. Kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa terus digunakan hingga 30 September 2023. Setelah itu, kamu tidak akan lagi memiliki akses ke Realm. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini.%sJika kamu masuk dengan akun Microsoft, pembelian Marketplace & Minecoin dan langganan Realm milikmu akan tersedia di platform lain. Jika kamu ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu.%sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. # sunsetting.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 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Bahan: # item.smithing_template.name=Template Tempa # item.smithing_template.netherite_upgrade.applies_to=Peralatan Berlian # item.smithing_template.netherite_upgrade.ingredients=Netherit Batangan # +item.netherite_upgrade_smithing_template.name=Peningkatan Netherit # +item.sentry_armor_trim_smithing_template.name=Trim Baju Zirah Penjaga # +item.vex_armor_trim_smithing_template.name=Trim Baju Zirah Vex # +item.wild_armor_trim_smithing_template.name=Trim Baju Zirah Liar # +item.coast_armor_trim_smithing_template.name=Trim Baju Zirah Pantai # +item.dune_armor_trim_smithing_template.name=Trim Baju Zirah Bukit Pasir # +item.wayfinder_armor_trim_smithing_template.name=Trim Baju Zirah Pencari Jalan # +item.raiser_armor_trim_smithing_template.name=Trim Baju Zirah Pembangkit # +item.shaper_armor_trim_smithing_template.name=Trim Baju Zirah Pembentuk # +item.host_armor_trim_smithing_template.name=Trim Baju Zirah Host # +item.ward_armor_trim_smithing_template.name=Trim Baju Zirah Ward # +item.silence_armor_trim_smithing_template.name=Trim Baju Zirah Keheningan # +item.tide_armor_trim_smithing_template.name=Trim Baju Zirah Pasang Surut # +item.snout_armor_trim_smithing_template.name=Trim Baju Zirah Moncong # +item.rib_armor_trim_smithing_template.name=Trim Baju Zirah Tulang Rusuk # +item.eye_armor_trim_smithing_template.name=Trim Baju Zirah Mata # +item.spire_armor_trim_smithing_template.name=Trim Baju Zirah Menara # +item.flow_armor_trim_smithing_template.name=Trim Baju Zirah Aliran # +item.bolt_armor_trim_smithing_template.name=Trim Baju Zirah Kilat # item.snort_pottery_sherd.name=Pecahan Tembikar Dengusan # item.spawn_egg.entity.camel.name=Telur Munculkan Unta # item.spruce_hanging_sign.name=Tanda Gantung Spruce # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Trim Baju Zirah Pencari Jalan # trim_pattern.wild.name=Trim Baju Zirah Liar # trim_pattern.bolt.name=Trim Baju Zirah Kilat # trim_pattern.flow.name=Trim Baju Zirah Aliran # -upgrade.netherite_upgrade.name=Peningkatan Netherit # storageManager.mainSizeLabel=%s - 1 Item # storageManager.mainSizeLabelPlural=%s - %s Item # @@ -8443,6 +8453,8 @@ 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.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"} store.csb.consumable.offerTrial=150+ paket marketplace akan langsung tersedia. Langgananmu selama 30 hari pertama gratis dan kamu bisa memperpanjang selama 30 hari dengan harga %s setelahnya. # @@ -8854,8 +8866,6 @@ store.myAccount=Akun Saya # store.xbl.signin=Masuk # store.xbl.signinOrSignUp=Masuk atau Daftar Gratis # store.xbl.disconnected=Terputus # -store.xbl.conversionFailedTitle=Terjadi Kesalahan # -store.xbl.conversionFailedMessage=Coba lagi nanti. # store.sales.allByCreator=Diskon Sekarang! # store.sales.bundlesOnSale=Bundel Sedang Diskon Sekarang! # @@ -9027,8 +9037,8 @@ tile.deny.name=Tolak # tile.border_block.name=Batas # tile.anvil.intact.name=Paron # tile.anvil.name=Paron # -tile.anvil.slightlyDamaged.name=Paron yang Agak Rusak # -tile.anvil.veryDamaged.name=Paron yang Sangat Rusak # +tile.anvil.slightlyDamaged.name=Paron Cacat # +tile.anvil.veryDamaged.name=Paron Rusak # tile.barrier.name=Penghalang # tile.beacon.name=Suar # tile.beacon.primary=Daya Utama # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Blok Besi # tile.lapis_block.name=Blok Lapis Lazuli # tile.redstone_block.name=Blok Batu Merah # tile.bookshelf.name=Rak Buku # -tile.brick_block.name=Blok Bata # +tile.brick_block.name=Bata # tile.brown_mushroom.name=Jamur Cokelat # tile.brown_mushroom_block.mushroom.name=Jamur # tile.brown_mushroom_block.stem.name=Batang Jamur # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Jendela Kaca Buram Biru # tile.stained_glass_pane.purple.name=Jendela Kaca Buram Ungu # tile.stained_glass_pane.magenta.name=Jendela Kaca Buram Magenta # tile.stained_glass_pane.pink.name=Jendela Kaca Buram Merah Muda # -tile.clay.name=Blok Tanah Liat # +tile.clay.name=Tanah Liat # tile.hardened_clay.name=Terakota # tile.stained_hardened_clay.black.name=Terakota Hitam # tile.stained_hardened_clay.blue.name=Terakota Biru # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Dinding Bata Nether Merah # tile.cocoa.name=Biji Cokelat # tile.command_block.name=Blok Perintah # tile.composter.name=Pembuat Kompos # -tile.light_block.name=Blok Cahaya # +tile.light_block.name=Terang # tile.repeating_command_block.name=Blok Perintah Berulang # tile.chain_command_block.name=Blok Perintah Rantai # tile.wheat.name=Tanaman Panen # tile.darkOakFence.name=Pagar Ek Gelap # tile.dark_oak_fence_gate.name=Gerbang Pagar Ek Gelap # -tile.daylight_detector.name=Sensor Cahaya Surya # +tile.daylight_detector.name=Detektor Siang # tile.deadbush.name=Semak Mati # tile.detector_rail.name=Rel Detektor # tile.dirt.coarse.name=Tanah Kasar # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Dispenser # tile.iron_door.name=Pintu Besi # tile.doorWood.name=Pintu Kayu # tile.double_plant.fern.name=Pakis Besar # -tile.double_plant.grass.name=Rumput Tinggi Ganda # +tile.double_plant.grass.name=Rumput Tinggi # tile.double_plant.name=Tanaman # tile.double_plant.paeonia.name=Peony # tile.double_plant.rose.name=Semak Mawar # @@ -9395,7 +9405,7 @@ tile.monster_egg.stone.name=Batu Berisi # tile.mushroom.name=Jamur # tile.noteblock.name=Blok Not # tile.mycelium.name=Miselium # -tile.nether_brick.name=Blok Bata Nether # +tile.nether_brick.name=Bata Nether # tile.red_nether_brick.name=Bata Nether Merah # tile.nether_brick_fence.name=Pagar Bata Nether # tile.quartz_ore.name=Bijih Kuarsa Nether # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Tanda Rimba # tile.acacia_standing_sign.name=Tanda Akasia # tile.darkoak_standing_sign.name=Tanda Ek Gelap # tile.slime.name=Blok Slime # -tile.snow.name=Salju # +tile.snow.name=Blok Salju # tile.sponge.dry.name=Spons # tile.sponge.wet.name=Spons Basah # tile.spruceFence.name=Pagar Spruce # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Blok Koral Gelembung Mati # tile.coral_block.red_dead.name=Blok Koral Api Mati # tile.coral_block.yellow_dead.name=Blok Koral Tanduk Mati # tile.tallgrass.fern.name=Pakis # -tile.tallgrass.grass.name=Rumput # -tile.tallgrass.name=Rumput # +tile.tallgrass.grass.name=Rumput Pendek # +tile.tallgrass.name=Rumput Pendek # tile.tallgrass.shrub.name=Belukar # tile.tuff_brick_slab.name=Lempeng Bata Tufa # tile.tuff_brick_stairs.name=Tangga Bata Tufa # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Tangga Tufa # tile.tuff_wall.name=Dinding Tufa # tile.seagrass.seagrass.name=Lamun # tile.sea_pickle.name=Teripang # -tile.turtle_egg.name=Tukik Penyu # +tile.turtle_egg.name=Telur Kura-kura # tile.coral.blue.name=Koral Tabung # tile.coral.pink.name=Koral Otak # tile.coral.purple.name=Koral Gelembung # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Koral Kipas Api Mati # tile.coral_fan_dead.yellow_fan.name=Koral Kipas Tanduk Mati # tile.glass_pane.name=Kaca Jendela # tile.tnt.name=Dinamit # -tile.snow_layer.name=Salju Atas # +tile.snow_layer.name=Salju # tile.torch.name=Obor # tile.trapdoor.name=Pintu Perangkap Ek # tile.acacia_trapdoor.name=Pintu Perangkap Akasia # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Air # tile.water.name=Air # tile.waterlily.name=Teratai # tile.web.name=Jaring Laba-Laba # -tile.heavy_weighted_pressure_plate.name=Pelat Tekanan Berbobot (Berat) # -tile.light_weighted_pressure_plate.name=Pelat Tekanan Berbobot (Ringan) # +tile.heavy_weighted_pressure_plate.name=Pelat Tekanan Berbobot Berat # +tile.light_weighted_pressure_plate.name=Pelat Tekanan Berbobot Ringan # tile.end_stone.name=Batu End # tile.end_bricks.name=Batu Bata End # tile.planks.acacia.name=Papan Akasia # @@ -10288,7 +10298,7 @@ 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.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # 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: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Gagal masuk ke sandbox %s. Ubah sandbox 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.addfriendsignin.line1=Cari teman dengan Gamertag mereka untuk melihat kapan mereka online. # -xbox.addfriendsignin.line2=Masuk dengan Akun Microsoft untuk mulai menambahkan teman! # 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.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.signInLong=Masuk Gratis! # xbox.signOutLong=Keluar dari Akun Microsoft # -xbox.externalServer.title=Mainkan di Server # -xbox.externalServer.line1=Server menawarkan beberapa cara paling kreatif untuk bermain Minecraft! Kamu hanya perlu masuk agar kami dapat memastikan kamu memiliki izin untuk bermain online dengan orang baru. # 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! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Pilih Skin Baru # dr.classic_skins.custom_skin_title=Impor Skin # dr.classic_skins.custom_skin_description=Impor png (64x32, 64x64, atau 128x128) dari perangkatmu untuk dipakai sebagai skin. Tindakan ini tidak menyinkronkan perangkat atau game. # -dr.classic_skins.custom_skin_description_disabled= Perangkatmu tidak bisa memilih skin modifikasi saat berada dalam game multipemain. Kembali ke menu utama untuk memakai skin. # +dr.classic_skins.custom_skin_description_disabled=Perangkatmu tidak bisa memilih skin kustom saat berada dalam game multipemain. Kembalilah ke menu utama untuk memakai skin. # dr.classic_skins.custom_skin_description_popup=Pemain dengan skin kustom tidak akan terlihat olehmu jika opsi "Hanya Izinkan Skin Tepercaya" diaktifkan # dr.classic_skins.custom_skin_section_title=Skin yang Dimiliki # dr.classic_skins.invalidCustomSkin=Impor file .png berukuran 64x64, 64x32, atau 128x128 # diff --git a/resource_pack/texts/it_IT.lang b/resource_pack/texts/it_IT.lang index 6e2c0d15e..98aff9a25 100644 --- a/resource_pack/texts/it_IT.lang +++ b/resource_pack/texts/it_IT.lang @@ -964,6 +964,7 @@ 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.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 # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s ha già sbloccato la ricetta: %2$s # commands.recipes.playerDoesNotHaveRecipe=%1$s non ha la ricetta: %2$s # commands.recipes.notFound=Impossibile trovare la ricetta. # commands.recipes.notUnlockable=La ricetta non è sbloccabile nel libro di ricette. # +commands.reload.all.description=Ricarica tutti i file funzione e i file script di tutti i pacchetti di comportamenti, o ricarica opzionalmente il mondo e tutti i pacchetti di risorse e di comportamenti. # commands.reload.description=Ricarica tutti i file funzione e di script dai pacchetti di comportamenti. # -commands.reload.editor.description=Ricarica tutti i file di funzione e di script dai pacchetti di comportamenti o, in alternativa, riavvia il client per ricaricare tutte le risorse. # +commands.reload.started=Il ricaricamento del mondo è stato avviato. # commands.reload.success=I file funzione e di script sono stati ricaricati. # commands.reload.error=Si è verificato un errore imprevisto. # +commands.reload.onlyHost=Solo il giocatore host può ricaricare il mondo. # commands.replaceitem.description=Sostituisce elementi negli inventari. # commands.replaceitem.failed=Impossibile sostituire lo slot %s %d con %d * %s # commands.replaceitem.keepFailed=Esiste già un elemento che occupa %d slot %s. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Visuali Creatore: visuale Inquad createWorldScreen.experimentalFocusTargetCameraDescription=Abilita la funzione per cui la visuale libera esistente si aggancia a un'entità # createWorldScreen.recipeUnlocking=Sblocco ricette # createWorldScreen.recipeUnlockingDescription=Abilita lo sblocco delle ricette # -createWorldScreen.experimentalholiday=Caratteristiche del Creatore di vacanze # -createWorldScreen.experimentalholidayDescription=Aggiungi blocchi basati sui dati e tecnologia degli oggetti per personalizzare la forma, la rotazione, i danni e altro ancora # createWorldScreen.experimentalGameTest=API beta # createWorldScreen.experimentalGameTestDescription=Utilizza le versioni "-beta" dei moduli API nei pacchetti aggiuntivi # createWorldScreen.experimentalMolangFeatures=Funzionalità di Molang # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Devi aver eseguito l'accesso a un a realmsSharingScreen.invalidPermissionTitle=Autorizzazioni non valide # realmsSharingScreen.unexpectedServerResponseTitle=Errore di Realms # realmsSharingScreen.unexpectedServerResponseMessage=Spiacenti, si è verificato un problema di connessione al Realm. Riprova più tardi. # +realmsSharingScreen.inviteLinkNotFoundTitle=Errore di Realms # +realmsSharingScreen.inviteLinkNotFoundMessage=Questo link di invito non è valido. # realmsCreateScreen.title.create=Crea un server Realm # realmsCreateScreen.title.extend=Estendi il tuo realm # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Estendi di 180 giorni # xblLogin.LoginMessageTitle=Account Microsoft # xblLogin.LoginMessage=Connessione in corso... # -xbl.savePurchase.description.line1=Vuoi giocare con quello che hai acquistato su qualsiasi piattaforma con accesso al Negozio di Minecraft? Accedi con un account Microsoft GRATUITO e sincronizza le tue skin, le texture, le mappe e i mash-up acquistati per Minecraft! # -xbl.savePurchase.description.line2=Se perdi la tua piattaforma o disinstalli Minecraft, i tuoi acquisti verranno comunque sincronizzati e resteranno accessibili quando usi il tuo account Microsoft. # -xbl.savePurchase.leaveOnDevice=Lascia sul dispositivo # -xbl.savePurchase.title=Salvare gli acquisti in un account Microsoft? # xbl.savePurchase.saveButton=Salva nell'account Microsoft # -xbl.savePurchase.toast.title=Fatto! # -xbl.savePurchase.toast.message=Acquisti sincronizzati con l'account Microsoft! # -xbl.savePurchase.inProgress.message=Trasferimento degli acquisti a un account Microsoft in corso... # - -xbl.syncIAP.title=Sincronizzare gli acquisti con il tuo account Microsoft? # -xbl.syncIAP.description=Effettua l'accesso a un account Microsoft per sincronizzare skin, pacchetti texture, mondi e mash-up. Saranno disponibili su qualunque dispositivo su cui giocherai a Minecraft. # -xbl.syncIAP.syncNow=Sincronizza ora... # -xbl.syncIAP.syncLaterEllipsis=Sincronizza più tardi... # -xbl.syncIAP.syncLater=Sincronizza più tardi # -xbl.syncIAP.toast.title=Fatto! # -xbl.syncIAP.toast.message=Acquisti sincronizzati con il tuo account Microsoft! # -xbl.syncIAP.inProgress.message=Sincronizzazione degli acquisti con il tuo account Microsoft in corso... # -xbl.syncIAP.skipSignIn.prompt.description=Se non sincronizzi gli acquisti effettuati da questo dispositivo, questo account Microsoft non sarà l'account principale del dispositivo. L'accesso automatico non verrà eseguito all'avvio di Minecraft. # - -xbl.syncIAP.confirmSync.prompt.title=Sincronizza con %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=Vuoi sincronizzare i tuoi acquisti dell'app store su %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=I pacchetti acquistati fuori da Minecraft Marketplace si possono sincronizzare solo una volta. Continueranno ad essere disponibili a chiunque giochi con questo dispositivo. # -xbl.syncIAP.confirmSync.prompt.yes=Sì, sincronizza i miei acquisti # xbl.marketplace.account.error.body.nobutton=C'è un errore con il tuo account. Non potrai usare il marketplace finché non risolveremo questo problema. Se il problema dovesse persistere per diversi giorni, contatta l'assistenza. # @@ -2512,8 +2495,6 @@ store.sign_in_warning.no_xbl_and_local_content=Alcuni contenuti da te scaricati store.sign_in_warning.no_xbl_and_no_local_content.line1=Accedi subito per salvare e condividere i tuoi acquisti su più piattaforme. Salva gli acquisti in modo che non vadano perduti, nel caso accadesse qualcosa al sistema o Minecraft venisse disinstallato. Accedi ai contenuti acquistati nel marketplace da qualsiasi piattaforma e usa i tuoi personaggi personalizzati su più piattaforme. # store.sign_in_warning.no_xbl_and_no_local_content.line2=Non hai un account Microsoft? Creane subito uno gratuitamente # -xbl.skipSignIn.prompt.title=Account temporaneo # -xbl.skipSignIn.prompt.description=Se non vi trasferisci gli acquisti effettuati da questo dispositivo, questo account Microsoft non sarà l'account principale del dispositivo. L'accesso automatico non verrà eseguito all'avvio di Minecraft. # 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.message2=Vuoi davvero eseguire questa operazione? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s è soffocato/a in un muro # death.attack.lava=%1$s ha provato a nuotare nella lava # death.attack.lava.player=%1$s ha provato a nuotare nella lava per scappare da %2$s # death.attack.lightningBolt=Un fulmine ha colpito %1$s # +death.attack.maceSmash.player=%2$s ha distrutto %1$s # +death.attack.maceSmash.player.item=%2$s ha distrutto %1$s usando %3$s # death.attack.magic=%1$s è stato/a ucciso/a dalla magia # death.attack.magma=%1$s ha scoperto che il pavimento era lava # death.attack.magma.player=%1$s si trova in una zona di pericolo a causa di %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Server e client hanno valori dive disconnectionScreen.editor.cannotUseRayTracing=I pacchetti di risorse abilitati per il ray tracing non sono ancora compatibili con i progetti Editor. # disconnectionScreen.unexpectedPacket=Disconnesso a causa della ricezione di un tipo di pacchetto imprevisto, impossibile da elaborare. La causa potrebbe essere una mancata corrispondenza delle versioni o un danneggiamento a livello di rete. # disconnectionScreen.connectionLost=Connessione all'host perduta. Se il mondo è ancora ospitato, controlla la tua connessione a internet e riprova a connetterti. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Impossibile caricare il mondo. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Prova ad aprire questo mondo in modalità demo. # disconnectionScreen.errorCode=Codice errore: # storageSpaceWarningScreen.frontend=Hai quasi esaurito lo spazio di archiviazione! Minecraft ha limitato l'accesso a questa funzionalità fino a quando non avrai liberato dello spazio di archiviazione aggiuntivo. # @@ -3041,7 +3026,7 @@ entity.villager.librarian=Bibliotecario # entity.villager.shepherd=Pastore # entity.villager.tool=Fabbro d'attrezzi # entity.villager.weapon=Armaiolo # -entity.villager.mason=Tagliapietre # +entity.villager.mason=Muratore # entity.villager.unskilled=Abitante non qualificato # entity.villager_v2.name=Abitante # entity.vindicator.name=Rivendicatore # @@ -3126,7 +3111,7 @@ feed.upload=Caricamento della schermata... # feed.manage=Gestisci feed # feed.share=Condividi # feed.addScreenshot=Aggiungi schermata # -feed.screenshotCapturedRealms=Screenshot acquisito. Vai alle Storie dei Realm per condividerlo. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Screenshot acquisito. Visualizzalo nella tua galleria degli screenshot. # feed.screenshotAlmostFull=Screenshot acquisito. La tua galleria è quasi piena. (%d/%d) # feed.screenshotReachedMax=Screenshot acquisito. La tua galleria è piena. (%d/%d) # @@ -3420,7 +3405,7 @@ howtoplay.anvil.text.5=C'è la possibilità che l'incudine si danneggi con l'uso howtoplay.armor=Armature # howtoplay.armor.text.1=Indossando un'armatura puoi proteggerti dai danni che ti verranno inflitti. Il livello dell'armatura è rappresentata sull'interfaccia da :armor:. Maggiore è il livello, minori sono i danni che subisci. # howtoplay.armor.header.1=Fabbricazione # -howtoplay.armor.text.2=Puoi fabbricare l'armatura con cuoio, ferro, oro o diamanti. Puoi ottenere l'armatura di maglia metallica commerciando con gli abitanti dei villaggi o puoi trovarla nei bottini lasciati da zombi e scheletri. # +howtoplay.armor.text.2=Puoi fabbricare l'armatura con cuoio, ferro, oro o diamanti. Puoi ottenere l'armatura in cotta di maglia commerciando con gli abitanti dei villaggi, oppure puoi trovarla nei bottini rilasciati da Zombi e Scheletri. # howtoplay.armor.text.3=È possibile usare l'armatura aprendo l'inventario e spostando i relativi pezzi nello slot giusto vicino alla skin del giocatore. # howtoplay.armor.text.4=Le armature di ferro, maglia metallica e oro possono essere fuse e trasformate in pepite di ferro o d'oro in una fornace. # howtoplay.armor.header.2=Scudo # @@ -3502,7 +3487,7 @@ howtoplay.blocks.text.8=§eBlocco di magma§f: si trova in natura nel Nether. Ge howtoplay.blocks.text.9=§eTerra brulla§f: è praticamente un normale blocco di terra su cui non può crescere l'erba. Si trova nei biomi Savana e Mega taiga. # howtoplay.bookAndQuill=Libro e penna d'oca # -howtoplay.bookAndQuill.text.1=Libro e penna ti consentono di registrare le tue avventure. Racconta la tua storia inserendo testo nelle pagine. Puoi anche cambiare titolo e autore! Firma libro e penna per completare la tua opera. Libro e penna d'oca sono modificabili finché non li avrai firmati. # +howtoplay.bookAndQuill.text.1=Libro e penna d'oca ti consentono di mettere le tue avventure per iscritto. Racconta la tua storia inserendo testo nelle pagine. Puoi anche cambiare titolo e autore! Firma libro e penna d'oca per completare la tua opera. Libro e penna d'oca sono modificabili finché non li avrai firmati. # howtoplay.brewingStand=Alambicco # howtoplay.brewingStand.text.1=La distillazione delle pozioni richiede un alambicco. Ogni pozione inizia con un'ampolla d'acqua, ottenibile riempiendo un'ampolla di vetro con l'acqua presa da un calderone o da una sorgente d'acqua. # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=Esplora un mondo di possibilità con i Minecoins, la howtoplay.minecoins.text.2=Una volta riscattati, i tuoi Minecoins vengono collegati al tuo account Microsoft: potrai usarli e accedere ai tuoi acquisti da tutti i dispositivi supportati! # howtoplay.minecoins.button.text.1=Ottieni monete # howtoplay.minecoins.header.1=Disclaimer # -howtoplay.minecoins.text.3=*I Minecoins richiedono una versione di Minecraft: Bedrock Edition con Minecraft Marketplace. I Minecoins non sono compatibili con PlayStation®. Per informazioni sulla compatibilità, visita minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*I Minecoins richiedono una versione di Minecraft: Bedrock Edition con Minecraft Marketplace. I Minecoins non sono compatibili con PlayStation®. Per informazioni sulla compatibilità, visita minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Estrazione mineraria # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Oro # item.axolotlColorWild.name=Marrone # item.axolotlColorBlue.name=Blu # item.golden_apple.name=Mela d'oro # -item.appleEnchanted.name=Mela incantata # +item.appleEnchanted.name=Mela d'oro incantata # item.armadillo_scute.name=Scaglia di Armadillo # item.armor_stand.name=Supporto per armatura # item.arrow.name=Freccia # @@ -4626,7 +4611,7 @@ item.banner.half_vertical_right.red=Partito: a sinistra di rosso # item.banner.half_vertical_right.silver=Partito: a sinistra di grigio chiaro # item.banner.half_vertical_right.white=Partito: a sinistra di bianco # item.banner.half_vertical_right.yellow=Partito: a sinistra di giallo # -item.banner.illager_captain.name=Stendardo abitore # +item.banner.illager_captain.name=Stendardo nefasto # item.banner.lightBlue.name=Stendardo azzurro # item.banner.lime.name=Stendardo lime # item.banner.magenta.name=Stendardo magenta # @@ -5022,7 +5007,7 @@ item.boat.big_oak.name=Barca in rovere # item.bone.name=Osso # item.book.name=Libro # item.breeze_rod.name=Verga di Breeze # -item.chainmail_boots.name=Stivali di maglia metallica # +item.chainmail_boots.name=Stivali in cotta di maglia # item.leather_boots.name=Stivali di cuoio # item.diamond_boots.name=Stivali di diamante # item.golden_boots.name=Stivali d'oro # @@ -5122,18 +5107,18 @@ item.warped_fungus_on_a_stick.name=Fungo deformato su un bastone # item.carrot.name=Carota # item.cauldron.name=Calderone # item.charcoal.name=Carbonella # -item.chainmail_chestplate.name=Corsaletto di maglia metallica # +item.chainmail_chestplate.name=Corsaletto in cotta di maglia # item.leather_chestplate.name=Giubba di cuoio # item.diamond_chestplate.name=Corsaletto di diamante # item.golden_chestplate.name=Corsaletto d'oro # item.iron_chestplate.name=Corsaletto di ferro # item.chorus_fruit.name=Frutto Chorus # item.chorus_fruit_popped.name=Frutto Chorus esploso # -item.cooked_beef.name=Manzo cotto # +item.cooked_beef.name=Bistecca # item.cooked_chicken.name=Pollo cotto # item.cooked_porkchop.name=Costoletta di maiale cotta # item.chicken.name=Pollo crudo # -item.clay_ball.name=Argilla # +item.clay_ball.name=Palla di argilla # item.clock.name=Orologio # item.coal.name=Carbone # item.comparator.name=Comparatore di pietrarossa # @@ -5242,7 +5227,7 @@ item.golden_axe.name=Ascia d'oro # item.iron_axe.name=Ascia di ferro # item.stone_axe.name=Ascia di pietra # item.wooden_axe.name=Ascia di legno # -item.chainmail_helmet.name=Elmo di maglia metallica # +item.chainmail_helmet.name=Elmo in cotta di maglia # item.leather_helmet.name=Berretto di cuoio # item.diamond_helmet.name=Elmo di diamante # item.golden_helmet.name=Elmo d'oro # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Elmo di Netherite # item.lead.name=Guinzaglio # item.leather.name=Cuoio # item.leaves.name=Foglie # -item.chainmail_leggings.name=Gambali di maglia metallica # +item.chainmail_leggings.name=Leggings in cotta di maglia # item.leather_leggings.name=Gambiera di cuoio # item.diamond_leggings.name=Gambali di diamante # item.golden_leggings.name=Gambali d'oro # @@ -5296,7 +5281,7 @@ item.map.exploration.village_desert.name=Mappa villaggio nel deserto # item.map.exploration.jungle_temple.name=Mappa esploratore della giungla # item.map.exploration.swamp_hut.name=Mappa esploratore della palude # item.map.exploration.trial_chambers.name=Mappa esploratore - versione di prova # -item.melon.name=Cocomero # +item.melon.name=Fetta di cocomero # item.milk.name=Secchio di latte # item.minecart.name=Vagonetto # item.chest_minecart.name=Vagonetto con cassa # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Uovo di generazione dello Shulker # item.spawn_egg.entity.endermite.name=Uovo di generazione dell'Endermite # item.spawn_egg.entity.evocation_illager.name=Uovo di generazione dell'Evocatore # item.spawn_egg.entity.vex.name=Uovo di generazione del Vex # -item.spawn_egg.entity.turtle.name=Uovo di generazione della tartaruga marina # +item.spawn_egg.entity.turtle.name=Uovo di generazione della tartaruga # item.spawn_egg.entity.dolphin.name=Uovo di generazione del delfino # item.spawn_egg.entity.phantom.name=Uovo di generazione del Fantasma # item.spawn_egg.entity.panda.name=Uovo di generazione del panda # @@ -5440,7 +5425,7 @@ item.record_creator.desc=Lena Raine - Creator # item.record_creator_music_box.desc=Lena Raine - Creator (Music Box) # item.record_precipice.desc=Aaron Cherof - Precipice # item.redstone.name=Polvere di pietrarossa # -item.reeds.name=Canne da zucchero # +item.reeds.name=Canna da zucchero # item.kelp.name=Alga # item.dried_kelp.name=Alga essiccata # item.rotten_flesh.name=Carne marcia # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Insegna di acacia # item.darkoak_sign.name=Insegna in rovere # item.crimson_sign.name=Insegna cremisi # item.warped_sign.name=Insegna deformata # -item.skull.char.name=Testa # +item.skull.char.name=Testa del giocatore # item.skull.creeper.name=Testa di Creeper # item.skull.dragon.name=Testa di drago # item.skull.player.name=Testa di %s # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Teschio di scheletro Wither # item.skull.zombie.name=Testa di zombi # item.slime_ball.name=Palla di gelatina # item.snowball.name=Palla di neve # -item.speckled_melon.name=Cocomero scintillante # +item.speckled_melon.name=Fetta di cocomero scintillante # item.spider_eye.name=Occhio di ragno # item.stick.name=Bastone # item.string.name=Corda # @@ -5504,6 +5489,16 @@ 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.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 # item.banner_pattern.flow=Flusso # @@ -5955,7 +5950,6 @@ map.position=Posizione: %s, %s, %s # mcoServer.title=Mondo di Minecraft Online # -menu.ai_lesson_crafter=Creatore di lezioni # menu.achievements=Obiettivi # menu.convertingLevel=Mondo in espansione # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Larghezza # options.codeBuilder=Code Builder # options.content_log_file=Abilita file registro dei contenuti # options.content_log_gui=Abilita l'interfaccia grafica del registro dei contenuti # +options.content_log_gui.level=Livello registro interfaccia grafica # +options.content_log_gui.level.info=Informazioni # +options.content_log_gui.level.warn=Avviso # +options.content_log_gui.level.error=Errore # options.controller=Controller # options.controllerLayout=Layout controller # options.controllerSettings=Impostazioni controller # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Sostituisci incantesimi sperimentali # options.dev_sandboxRetail=Sandbox Xforge: Commerciale # options.dev_sandboxDev=Sandbox Xforge: Sviluppatore # options.dev_sandboxDevAchievement=Sandbox Xforge: obiettivo sviluppatore # +options.dev_showDiscoveryOverridePanel=Sovrascrivi endpoint di servizio # +options.dev_discoveryOverrideServiceName=Nome del servizio (sicurezza, personaggio, ecc.) # +options.dev_discoveryOverrideServiceBranch=Diramazione # +options.dev_resetAllEndpointOverrides=Ripristina tutti gli endpoint # +options.dev_apply=Applica # options.dev_displayTreatmentsPanel=Visualizza incantesimi # options.dev_currentTreatmentsTitle=Incantesimi correnti # options.dev_unusedTreatmentsTitle=Incantesimi non usati # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Livello 2 - KitKat # options.dev_sunsetting_tier.three=Livello 3 - FireTV # options.dev_sunsetting_tier.four=Livello 4 - 1.024 MB # options.dev_sunsetting_tier.five=Livello 5: iOS 12 e Nougat # +options.dev_sunsetting_tier.six=Livello 6 - iOS-13, Android 8, dispositivi VR # options.dev_sunsetting_tier.not_pending=Non in sospeso # options.dev_gatherings_section=Raduni # options.dev_gatherings_enable=Abilita raduni # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Una così elevata distanza di rendering potrebbe options.raytracing.renderdistance.warning=Questa impostazione può causare problemi di prestazioni durante il gioco. # options.resetSettings=Ripristina predefinite # options.resetSettings.popUp=Vuoi davvero ripristinare le impostazioni? # -options.maxFramerate=FPS massimi (sperimentale) # +options.maxFramerate=Limite frequenza dei fotogrammi # +options.maxFramerate.tooltip=Ridurre il framerate massimo del gioco per migliorare la durata della batteria e la funzionalità del dispositivo. Il framerate effettivo potrebbe essere inferiore al limite impostato. # options.maxFramerateFormat=%s FPS # options.perf_turtle=Tartaruga prestazione # options.msaa=Antialiasing # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Sync verticale adattivo # options.websocketEncryption=Richiede WebSocket criptati # options.websocketEncryptionWarningLabel=Disattiva questa opzione solo se ti stai connettendo intenzionalmente a un'applicazione conosciuta e sicura. # options.filelocation.title=Posizione di archiviazione file # +options.filelocation.title.edu=Posizione di archiviazione locale # options.filelocation.external=Esterna # options.filelocation.appdata=Applicazione # options.filelocation.external.warning.title=Avviso # @@ -6960,26 +6966,12 @@ sunsetting.popup.title=Questo dispositivo non è più supportato. # sunsetting.popup.moreInfo=Altre informazioni # sunsetting.popup.dontshow=Non visualizzare più # -sunsetting.popup.moreInfo.gearVR=Per ulteriori informazioni, visita https://aka.ms/MinecraftSunsetting in qualsiasi browser Web. # -sunsetting.popup.moreInfo.gearVR.geo=Per ulteriori informazioni, visita https://aka.ms/MinecraftGeoSunsetting in qualsiasi browser Web. # - -sunsetting.popup.pendingSunset.ios=La nostra capacità di supportare questo dispositivo sta volgendo al termine. Continuerai a ricevere aggiornamenti fino a febbraio 2024, dopodiché riceverai l'aggiornamento finale per il dispositivo.%sDopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare nei tuoi mondi e ad accedere agli acquisti del Marketplace (inclusi i Minecoins), tuttavia non potrai più effettuare nuovi acquisti da questo dispositivo. I Realm gestiti dal dispositivo continueranno a funzionare per 6 mesi, a meno che non vengano aggiornati dal proprietario su un dispositivo diverso. Potrai disattivare il tuo abbonamento al Realm dal menu impostazioni degli abbonamenti sul dispositivo sul quale è stato creato. Non riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore con dispositivi o Realm che continuano a ricevere gli aggiornamenti. Inoltre, non potrai connetterti a determinati server.%sFai clic sul pulsante per ulteriori informazioni, inclusi i modi per spostare i tuoi mondi su un nuovo dispositivo. # -sunsetting.popup.pendingSunset.android=La nostra capacità di supportare questo dispositivo sta volgendo al termine. Continuerai a ricevere aggiornamenti fino a febbraio 2024, dopodiché riceverai l'aggiornamento finale per il dispositivo.%sDopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare nei tuoi mondi e ad accedere agli acquisti del Marketplace (inclusi Minecoins), tuttavia non potrai più effettuare nuovi acquisti da questo dispositivo. I Realm gestiti dal dispositivo continueranno a funzionare per 6 mesi, a meno che non vengano aggiornati dal proprietario su un dispositivo diverso. Potrai disattivare il tuo abbonamento al Realm dall'apposita sezione di Google Play. Puoi accedere a Google Play da qualsiasi dispositivo supportato o da qualsiasi PC che ti consenta di effettuare l'accesso al tuo account. Non riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore con dispositivi o Realm che continuano a ricevere gli aggiornamenti. Inoltre, non potrai connetterti a determinati server.%sFai clic sul pulsante per ulteriori informazioni, inclusi i modi per spostare i tuoi mondi su un nuovo dispositivo. # -sunsetting.popup.pendingSunset.ios_android=La nostra capacità di supportare questo dispositivo sta volgendo al termine. Continuerai a ricevere aggiornamenti fino a novembre 2022, dopodiché riceverai l'aggiornamento finale per questo dispositivo. Ci scusiamo profondamente per l'inconveniente. %sDopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare nei tuoi mondi e ad accedere agli acquisti del Marketplace (inclusi Minecoins). I Realms gestiti da questo dispositivo continueranno a funzionare per 6 mesi a meno che non vengano aggiornati dal proprietario su un dispositivo diverso. Non riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore con dispositivi o Realms che continuano a ricevere gli aggiornamenti. Inoltre, non potrai collegarti a determinati server. %sFai clic sul pulsante per ulteriori informazioni, inclusi i modi per spostare i tuoi mondi su un nuovo dispositivo. # -sunsetting.popup.sunset.ios_android=Questo dispositivo non è più supportato. Hai ricevuto l'aggiornamento finale per questo dispositivo. Da questo momento in poi puoi continuare a costruire nei tuoi mondi e i tuoi acquisti sul Marketplace (compresi Minecoins) continueranno a essere disponibili. I tuoi Realms continueranno a funzionare a meno che non vengano aggiornati dal proprietario su un dispositivo diverso. Non riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore con dispositivi o Realms che continuano a ricevere gli aggiornamenti. Inoltre, non potrai collegarti a determinati server. %sFai clic sul pulsante per ulteriori informazioni, inclusi i modi per spostare i tuoi mondi su un nuovo dispositivo. Ci rendiamo conto di crearti un inconveniente, apprezziamo moltissimo il tempo che hai dedicato al nostro gioco e speriamo di rivederti di nuovo su un dispositivo aggiornato. # -sunsetting.popup.pendingSunset.gearvr_win10=La nostra capacità di supportare questo dispositivo sta volgendo al termine. Continuerai a ricevere aggiornamenti fino al nostro prossimo aggiornamento principale, dopodiché riceverai l'aggiornamento finale per questo dispositivo. Ci scusiamo profondamente per l'inconveniente. %sDopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare nei tuoi mondi e ad accedere agli acquisti del Marketplace (inclusi Minecoins). Tuttavia non avrai più accesso alla modalità multigiocatore o ai Realms da questo dispositivo. Non riceverai più gli ultimi aggiornamenti e non potrai giocare con dispositivi o Realms che continuano a ricevere gli aggiornamenti. Inoltre, non potrai collegarti a determinati server. %sFai clic sul pulsante per ulteriori informazioni, inclusi i modi per spostare i tuoi mondi su un nuovo dispositivo. # -sunsetting.popup.sunset.gearvr_win10=Questo dispositivo non è più supportato. Hai ricevuto l'aggiornamento finale per questo dispositivo. Da questo momento in poi puoi continuare a costruire nei tuoi mondi e i tuoi acquisti sul Marketplace (compresi Minecoins) continueranno a essere disponibili. Tuttavia, non avrai più accesso alla modalità multigiocatore o ai Realms da questo dispositivo. Non riceverai più gli ultimi aggiornamenti e non potrai giocare con i dispositivi che continuano a ricevere gli aggiornamenti. Inoltre, non potrai collegarti a determinati server. # -sunsetting.popup.pendingSunset.dx10=La nostra capacità di supportare questo dispositivo grafico sta volgendo al termine. Continuerai a ricevere aggiornamenti fino al nostro prossimo aggiornamento principale, dopodiché riceverai l'aggiornamento finale per questo dispositivo. Ci scusiamo profondamente per l'inconveniente. %sDopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare nei tuoi mondi e ad accedere agli acquisti del Marketplace (inclusi Minecoins). I Realms gestiti da questo dispositivo continueranno a funzionare a meno che non vengano aggiornati dal proprietario su un dispositivo diverso. Non riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore con dispositivi o Realms che continuano a ricevere gli aggiornamenti. Inoltre, non potrai collegarti a determinati server. %sFai clic sul pulsante per ulteriori informazioni, inclusi i modi per spostare i tuoi mondi su un nuovo dispositivo. # -sunsetting.popup.sunset.dx10=Questo dispositivo grafico non è più supportato. Hai ricevuto l'aggiornamento finale per questo dispositivo. Da questo momento in poi puoi continuare a costruire nei tuoi mondi e i tuoi acquisti sul Marketplace (compresi Minecoins) continueranno a essere disponibili. I tuoi realm continueranno a funzionare a meno che non vengano aggiornati dal proprietario su un dispositivo diverso. Non riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore con dispositivi o realm che continuano a ricevere gli aggiornamenti. Inoltre, non potrai collegarti a determinati server. %sFai clic sul pulsante per ulteriori informazioni, inclusi i modi per spostare i tuoi mondi su un nuovo dispositivo. Ci rendiamo conto di crearti un inconveniente e apprezziamo moltissimo il tempo che hai dedicato al nostro gioco, nonché il tuo supporto. # - -sunsetting.popup.pendingSunset.geo.ios=La nostra capacità di supportare questo dispositivo sta volgendo al termine nella tua zona. Dopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare sui tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I realm gestiti da questo dispositivo continueranno a funzionare per 6 mesi. Dal 30 settembre 2023 non avrai più accesso al tuo realm. Si consiglia di scaricare il mondo prima di questa data e di disdire l'abbonamento dalle impostazioni dell'abbonamento sul tuo dispositivo. %sSe hai effettuato l'accesso con un account Microsoft/Xbox Live, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili su altre piattaforme. Se desideri spostare i tuoi mondi da questo dispositivo a un altro dispositivo, puoi farlo caricando il mondo su un realm e scaricandone una copia di backup sul tuo nuovo dispositivo. %sFai clic sul pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=La nostra capacità di supportare questo dispositivo sta volgendo al termine nella tua zona. Potrai continuare a giocare sui tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I realm gestiti da questo dispositivo continueranno a funzionare fino al 30 settembre 2023, dopodiché non avrai più accesso al tuo realm. Si consiglia di scaricare il mondo prima di questa data. %sSe hai effettuato l'accesso con un account Microsoft/Xbox Live, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili su altre piattaforme. Se desideri spostare i tuoi mondi da questo dispositivo a un altro dispositivo, puoi farlo caricando il mondo su un realm e scaricandone una copia di backup sul tuo nuovo dispositivo. %sFai clic sul pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=La nostra capacità di supportare questo dispositivo sta volgendo al termine nella tua zona. Dopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare sui tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I realm gestiti da questo dispositivo continueranno a funzionare per 6 mesi. Dal 30 settembre 2023 non avrai più accesso al tuo realm. Si consiglia di scaricare il mondo prima di questa data. %sSe hai effettuato l'accesso con un account Microsoft/Xbox Live, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili su altre piattaforme. Se desideri spostare i tuoi mondi da questo dispositivo a un altro dispositivo, puoi farlo caricando il mondo su un realm e scaricandone una copia di backup sul tuo nuovo dispositivo. %sFai clic sul pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=La nostra capacità di supportare questo dispositivo sta volgendo al termine nella tua zona. Potrai continuare a giocare sui tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I realm gestiti da questo dispositivo continueranno a funzionare fino al 30 settembre 2023, dopodiché non avrai più accesso al tuo realm. Si consiglia di scaricare il mondo prima di questa data. %sSe hai effettuato l'accesso con un account Microsoft/Xbox Live, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili su altre piattaforme. Se desideri spostare i tuoi mondi da questo dispositivo a un altro dispositivo, puoi farlo caricando il mondo su un realm e scaricandone una copia di backup sul tuo nuovo dispositivo. %sFai clic sul pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=La nostra capacità di supportare questo dispositivo sta volgendo al termine nella tua zona. Dopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare sui tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I realm gestiti da questo dispositivo continueranno a funzionare per 6 mesi. Dal 30 settembre 2023 non avrai più accesso ai realm da questo dispositivo. Si consiglia di scaricare il mondo prima di questa data e di disdire l'abbonamento visualizzando i tuoi abbonamenti su Google Play. %sNon riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore. Inoltre, non potrai connetterti a certi server. %sSe hai effettuato l'accesso con un account Microsoft/Xbox Live, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili sulle altre piattaforme dove giochi a Minecraft, dalle quali potrai attivare un nuovo abbonamento. %sSe desideri spostare i tuoi mondi da questo dispositivo a un altro, puoi farlo caricando il mondo su un realm e scaricandone una copia di backup sul tuo nuovo dispositivo. %sFai clic sul pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=La nostra capacità di supportare questo dispositivo sta volgendo al termine nella tua zona. Potrai continuare a giocare sui tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I realm gestiti da questo dispositivo continueranno a funzionare fino al 30 settembre 2023, dopodiché non avrai più accesso al tuo realm. Si consiglia di scaricare il mondo prima di questa data. %sSe hai effettuato l'accesso con un account Microsoft/Xbox Live, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili su altre piattaforme. Se desideri spostare i tuoi mondi da questo dispositivo a un altro dispositivo, puoi farlo caricando il mondo su un realm e scaricandone una copia di backup sul tuo nuovo dispositivo. %sFai clic sul pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=La nostra capacità di supportare questo dispositivo sta volgendo al termine nella tua zona. Dopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare sui tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I realm gestiti da questo dispositivo continueranno a funzionare per 6 mesi. Dal 30 settembre 2023 non avrai più accesso al tuo realm. Si consiglia di scaricare il mondo prima di questa data. %sSe hai effettuato l'accesso con un account Microsoft/Xbox Live, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili su altre piattaforme. Se desideri spostare i tuoi mondi da questo dispositivo a un altro dispositivo, puoi farlo caricando il mondo su un realm e scaricandone una copia di backup sul tuo nuovo dispositivo. %sFai clic sul pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. # -sunsetting.popup.sunset.geo.generic=La nostra capacità di supportare questo dispositivo sta volgendo al termine nella tua zona. Potrai continuare a giocare sui tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I realm gestiti da questo dispositivo continueranno a funzionare fino al 30 settembre 2023, dopodiché non avrai più accesso al tuo realm. Si consiglia di scaricare il mondo prima di questa data. %sSe hai effettuato l'accesso con un account Microsoft/Xbox Live, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili su altre piattaforme. Se desideri spostare i tuoi mondi da questo dispositivo a un altro dispositivo, puoi farlo caricando il mondo su un realm e scaricandone una copia di backup sul tuo nuovo dispositivo. %sFai clic sul pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. # +sunsetting.popup.pendingSunset.device=La nostra capacità di supportare questo dispositivo sta volgendo al termine. Continuerai a ricevere aggiornamenti fino a marzo 2025, dopodiché riceverai l'aggiornamento finale per il dispositivo.%sDopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare nei tuoi mondi e ad accedere agli acquisti del Marketplace (inclusi i Minecoins), tuttavia non potrai più effettuare nuovi acquisti da questo dispositivo. A partire da marzo 2025, i Realm gestiti dal dispositivo continueranno a funzionare per 6 mesi, a meno che non vengano aggiornati dal proprietario su un dispositivo diverso. Potrai disattivare il tuo abbonamento al Realm dal menu impostazioni degli abbonamenti sul dispositivo sul quale è stato creato. Non riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore con dispositivi o Realm che continuano a ricevere gli aggiornamenti. Inoltre, non potrai connetterti a determinati server.%sFai clic sul pulsante per ulteriori informazioni. # +sunsetting.popup.sunset.device=Questo dispositivo non è più supportato. A partire da marzo 2025 non riceverai più aggiornamenti fino a quando non aggiornerai il tuo dispositivo. Questo sarà l'ultimo aggiornamento compatibile con questo dispositivo.%sPotrai continuare a giocare nei tuoi mondi e ad accedere agli acquisti del Marketplace (inclusi i Minecoins). A partire da marzo 2025, i Realm gestiti dal dispositivo continueranno a funzionare per 6 mesi, a meno che non vengano aggiornati dal proprietario su un dispositivo diverso. Potrai disattivare il tuo abbonamento al Realm dal menu impostazioni degli abbonamenti sul dispositivo sul quale è stato creato. Non riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore con dispositivi o Realm che continuano a ricevere gli aggiornamenti. Inoltre, non potrai connetterti a determinati server.%sFai clic sul pulsante per ulteriori informazioni. # +sunsetting.popup.pendingSunset.windows_xr=Questo dispositivo VR/MR non è più supportato. A marzo 2025 riceverai l'ultimo aggiornamento che supporterà il dispositivo.%sUna volta ricevuto l'aggiornamento finale, potrai continuare a ricevere aggiornamenti sul tuo PC e giocare senza utilizzare dispositivi VR/MR. D'ora in poi potrai continuare a costruire nei tuoi mondi e i tuoi acquisti sul Marketplace (compresi Minecoins) continueranno a essere disponibili su dispositivi grafici che non utilizzano la tecnologia VR/MR, ad esempio il monitor del tuo computer. Non potrai più usare il tuo dispositivo VR/MR su Minecraft in quanto gli aggiornamenti successivi non lo supporteranno.%sFai clic sul pulsante per ulteriori informazioni. # +sunsetting.popup.sunset.windows_xr=Questo dispositivo VR/MR non è più supportato. Hai ricevuto l'ultimo aggiornamento che supporta questo dispositivo grafico, ma potrai continuare a ricevere aggiornamenti sul tuo PC e giocare senza utilizzare dispositivi VR/MR. D'ora in poi potrai continuare a costruire nei tuoi mondi e i tuoi acquisti sul Marketplace (compresi Minecoins) continueranno a essere disponibili su dispositivi grafici che non utilizzano la tecnologia VR/MR, ad esempio il monitor del tuo computer. Non potrai più usare il tuo dispositivo VR/MR su Minecraft in quanto gli aggiornamenti successivi non lo supporteranno.%sFai clic sul pulsante per ulteriori informazioni. Ci rendiamo conto che si tratta di un disagio e apprezziamo profondamente sia il tempo che hai dedicato al nostro gioco sia il tuo supporto. # +sunsetting.popup.pendingSunset.geo=Il supporto di questo dispositivo sta volgendo al termine nella tua zona. Dopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare nei tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I Realms gestiti da questo dispositivo continueranno a funzionare per 6 mesi. Dal 30 settembre 2023 non avrai più accesso al tuo Realm. Si consiglia di scaricare il mondo prima di questa data.%sSe hai effettuato l'accesso con un account Microsoft, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili su altre piattaforme. Se desideri spostare i tuoi mondi da questo dispositivo a un altro, puoi farlo caricando il mondo su un Realm e scaricandone una copia di backup sul tuo nuovo dispositivo.%sPremi il pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. # +sunsetting.popup.sunset.geo=Il supporto di questo dispositivo nella tua zona è terminato. Potrai continuare a giocare nei tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I Realms gestiti da questo dispositivo continueranno a funzionare fino al 30 settembre 2023, dopodiché non avrai più accesso al tuo Realm. Si consiglia di scaricare il mondo prima di questa data.%sSe hai effettuato l'accesso con un account Microsoft, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili su altre piattaforme. Se desideri spostare i tuoi mondi da questo dispositivo a un altro, puoi farlo caricando il mondo su un Realm e scaricandone una copia di backup sul tuo nuovo dispositivo.%sPremi il pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. # sunsetting.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 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Ingredienti: # item.smithing_template.name=Schema di forgiatura # item.smithing_template.netherite_upgrade.applies_to=Equipaggiamento di diamante # item.smithing_template.netherite_upgrade.ingredients=Lingotto di Netherite # +item.netherite_upgrade_smithing_template.name=Potenziamento di Netherite # +item.sentry_armor_trim_smithing_template.name=Rivestimento armatura Sentinella # +item.vex_armor_trim_smithing_template.name=Rivestimento armatura Vessante # +item.wild_armor_trim_smithing_template.name=Rivestimento armatura Selvaggia # +item.coast_armor_trim_smithing_template.name=Rivestimento armatura Costa # +item.dune_armor_trim_smithing_template.name=Rivestimento armatura Duna # +item.wayfinder_armor_trim_smithing_template.name=Rivestimento armatura Navigatore # +item.raiser_armor_trim_smithing_template.name=Rivestimento armatura Coltivatore # +item.shaper_armor_trim_smithing_template.name=Rivestimento armatura Modellatore # +item.host_armor_trim_smithing_template.name=Rivestimento armatura Ospite # +item.ward_armor_trim_smithing_template.name=Rivestimento armatura Sorvegliante # +item.silence_armor_trim_smithing_template.name=Rivestimento armatura Silenzio # +item.tide_armor_trim_smithing_template.name=Rivestimento armatura Marea # +item.snout_armor_trim_smithing_template.name=Rivestimento armatura Grugno # +item.rib_armor_trim_smithing_template.name=Rivestimento armatura Costola # +item.eye_armor_trim_smithing_template.name=Rivestimento armatura Occhio # +item.spire_armor_trim_smithing_template.name=Rivestimento armatura Guglia # +item.flow_armor_trim_smithing_template.name=Rivestimento armatura Flusso # +item.bolt_armor_trim_smithing_template.name=Rivestimento armatura Saetta # item.snort_pottery_sherd.name=Frammento di ceramica Sbuffo # item.spawn_egg.entity.camel.name=Uovo di generazione del cammello # item.spruce_hanging_sign.name=Insegna sospesa di abete # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Rivestimento armatura Navigatore # trim_pattern.wild.name=Rivestimento armatura Selvaggia # trim_pattern.bolt.name=Rivestimento armatura Saetta # trim_pattern.flow.name=Rivestimento armatura Flusso # -upgrade.netherite_upgrade.name=Potenziamento di Netherite # storageManager.mainSizeLabel=%s - 1 oggetto # storageManager.mainSizeLabelPlural=%s - %s oggetti # @@ -8443,6 +8453,8 @@ store.csb.buyNow.title=Avvia il tuo abbonamento al Marketplace Pass #### {StrCo store.csb.subscription=Dopo l'iscrizione, avrai a disposizione oltre 150 entusiasmanti contenuti del Minecraft Marketplace. Scarica e gioca nelle mappe avventura, indossa le skin, scopri i pacchetti texture e ottieni ogni mese un set di oggetti del Creatore del personaggio. C'è sempre qualcosa di nuovo da scoprire con il Marketplace Pass. Ti verranno addebitati %s al mese e potrai disdirlo in qualsiasi momento per evitare i successivi addebiti. #### {StrContains="Marketplace Pass"} +store.csb.terms=Il Marketplace Pass è un abbonamento che consente di accedere a contenuti da utilizzare nelle versioni supportate di Minecraft (gioco venduto separatamente) su Windows e altre piattaforme supportate sulle quali si possiede il gioco (le edizioni Minecraft Java e Amazon Kindle Fire non sono supportate); per utilizzare i contenuti del Marketplace Pass è necessario un abbonamento attivo. I contenuti variano nel tempo e potrebbero non essere disponibili in tutti i paesi/aree geografiche. Dopo il periodo di prova gratuita, l'abbonamento continuerà a essere addebitato al normale prezzo applicato in quel momento (soggetto a modifiche) più le tasse applicabili, a meno che non venga annullato. È possibile annullare l'abbonamento accedendo alla sezione Servizi e abbonamenti dell'account Microsoft. Se l'abbonamento termina o un contenuto viene rimosso dal catalogo, è necessario riattivare l'abbonamento o acquistare il contenuto separatamente per continuare a utilizzarlo. Si applicano eventuali tariffe del provider di servizi internet. Occasionalmente, Microsoft potrebbe fornire contenuti che rimangono a disposizione dell'utente anche dopo la scadenza dell'abbonamento, nel qual caso si riserva il diritto di eliminare tali contenuti se diventano incompatibili o se i suoi diritti su tali contenuti decadono. L'abbonamento è soggetto a modifiche e/o a cessazione. Si applicano le condizioni del Contratto di Servizi Microsoft (www.microsoft.com/msa) e del Contratto di licenza con l'utente finale di Minecraft (https://www.minecraft.net/eula). Eventuali traduzioni di questi termini sono effettuate solo per comodità dell'utente e, in caso di discrepanze tra la versione inglese e quella non inglese dei suddetti termini, farà fede esclusivamente la versione inglese. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] + store.csb.recurring.offerTrial=Il Marketplace Pass è un abbonamento continuativo con pagamento ricorrente, addebitato ogni mese in modo automatico fino all'eventuale annullamento.%sAvrai subito a disposizione oltre 150 pacchetti del marketplace. Potrai annullare l'abbonamento per evitare i successivi addebiti accedendo alle relative impostazioni. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Il Marketplace Pass è un abbonamento continuativo con pagamento ricorrente, addebitato ogni mese in modo automatico fino all'eventuale annullamento.%sAvrai subito a disposizione oltre 150 pacchetti del marketplace. Ti verranno addebitati %s al mese e potrai disdire l'abbonamento per evitare i successivi addebiti accedendo alle relative impostazioni. #### {StrContains="Marketplace Pass"} store.csb.consumable.offerTrial=Avrai subito a disposizione oltre 150 pacchetti del marketplace. I primi 30 giorni sono gratuiti: dopo potrai rinnovare per altri 30 giorni al prezzo di %s. # @@ -8854,8 +8866,6 @@ store.myAccount=Il mio account # store.xbl.signin=Accedi # store.xbl.signinOrSignUp=Esegui l'accesso o registrati gratuitamente # store.xbl.disconnected=Disconnesso # -store.xbl.conversionFailedTitle=Si è verificato un errore # -store.xbl.conversionFailedMessage=Riprova più tardi. # store.sales.allByCreator=In offerta! # store.sales.bundlesOnSale=Bundle in offerta! # @@ -9027,8 +9037,8 @@ tile.deny.name=Impedisci # tile.border_block.name=Confine # tile.anvil.intact.name=Incudine # tile.anvil.name=Incudine # -tile.anvil.slightlyDamaged.name=Incudine leggermente danneggiata # -tile.anvil.veryDamaged.name=Incudine molto danneggiata # +tile.anvil.slightlyDamaged.name=Incudine scheggiata # +tile.anvil.veryDamaged.name=Incudine danneggiata # tile.barrier.name=Barriera # tile.beacon.name=Faro # tile.beacon.primary=Potere principale # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Blocco di ferro # tile.lapis_block.name=Blocco di lapislazzuli # tile.redstone_block.name=Blocco di pietrarossa # tile.bookshelf.name=Scaffale # -tile.brick_block.name=Blocco di mattone # +tile.brick_block.name=Mattoni # tile.brown_mushroom.name=Fungo marrone # tile.brown_mushroom_block.mushroom.name=Fungo # tile.brown_mushroom_block.stem.name=Gambo di fungo # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Pannello di vetro colorato blu # tile.stained_glass_pane.purple.name=Pannello di vetro colorato viola # tile.stained_glass_pane.magenta.name=Pannello di vetro colorato magenta # tile.stained_glass_pane.pink.name=Pannello di vetro colorato rosa # -tile.clay.name=Blocco di argilla # +tile.clay.name=Argilla # tile.hardened_clay.name=Terracotta # tile.stained_hardened_clay.black.name=Terracotta nera # tile.stained_hardened_clay.blue.name=Terracotta blu # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Muro di mattoni del Nether rossi # tile.cocoa.name=Cacao # tile.command_block.name=Blocco di comando # tile.composter.name=Bidone di compostaggio # -tile.light_block.name=Blocco luce # +tile.light_block.name=Chiaro # tile.repeating_command_block.name=Blocco di comando ricorrente # tile.chain_command_block.name=Blocco di comando a catena # tile.wheat.name=Colture # tile.darkOakFence.name=Recinzione in rovere # tile.dark_oak_fence_gate.name=Cancello recinzione in rovere # -tile.daylight_detector.name=Sensore luce diurna # +tile.daylight_detector.name=Rilevatore di luce diurna # tile.deadbush.name=Cespuglio secco # tile.detector_rail.name=Binario rilevatore # tile.dirt.coarse.name=Terra brulla # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Distributore # tile.iron_door.name=Porta di ferro # tile.doorWood.name=Porta di legno # tile.double_plant.fern.name=Felce grande # -tile.double_plant.grass.name=Erba altissima # +tile.double_plant.grass.name=Erba alta # tile.double_plant.name=Piante alte # tile.double_plant.paeonia.name=Peonia # tile.double_plant.rose.name=Rosaio # @@ -9385,7 +9395,7 @@ tile.log.spruce.name=Tronco di abete # tile.magma.name=Blocco di magma # tile.melon_block.name=Cocomero # tile.mob_spawner.name=Generatore di mostri # -tile.monster_egg.brick.name=Mattone di pietra infestato # +tile.monster_egg.brick.name=Mattoni di pietra infestati # tile.monster_egg.chiseledbrick.name=Mattone di pietra cesellato infestato # tile.monster_egg.cobble.name=Ciottoli infestati # tile.monster_egg.crackedbrick.name=Mattone di pietra lesionato infestato # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Pietra infestata # tile.mushroom.name=Fungo # tile.noteblock.name=Blocco sonoro # tile.mycelium.name=Micelio # -tile.nether_brick.name=Blocco di Mattone del Nether # -tile.red_nether_brick.name=Mattone del Nether rosso # +tile.nether_brick.name=Mattoni del Nether # +tile.red_nether_brick.name=Mattoni del Nether rossi # tile.nether_brick_fence.name=Recinzione del Nether # tile.quartz_ore.name=Minerale di quarzo del Nether # tile.netherreactor.active=Attivo! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Insegna giungla # tile.acacia_standing_sign.name=Insegna di acacia # tile.darkoak_standing_sign.name=Insegna in rovere # tile.slime.name=Blocco di gelatina # -tile.snow.name=Neve # +tile.snow.name=Blocco di neve # tile.sponge.dry.name=Spugna # tile.sponge.wet.name=Spugna bagnata # tile.spruceFence.name=Recinzione di abete # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Blocco di corallo viola morto # tile.coral_block.red_dead.name=Blocco di corallo rosso morto # tile.coral_block.yellow_dead.name=Blocco di corallo giallo morto # tile.tallgrass.fern.name=Felce # -tile.tallgrass.grass.name=Erba # -tile.tallgrass.name=Erba # +tile.tallgrass.grass.name=Erba bassa # +tile.tallgrass.name=Erba bassa # tile.tallgrass.shrub.name=Arbusto # tile.tuff_brick_slab.name=Lastra di mattoni di tufo # tile.tuff_brick_stairs.name=Scale di mattoni di tufo # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Scale di tufo # tile.tuff_wall.name=Muro di tufo # tile.seagrass.seagrass.name=Prateria di mare # tile.sea_pickle.name=Cetriolo di mare # -tile.turtle_egg.name=Uovo di tartaruga marina # +tile.turtle_egg.name=Uovo di tartaruga # tile.coral.blue.name=Corallo a Tubo # tile.coral.pink.name=Corallo a Cervello # tile.coral.purple.name=Corallo a Bolle # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Corallo a ventaglio rosso morto # tile.coral_fan_dead.yellow_fan.name=Corallo a ventaglio giallo morto # tile.glass_pane.name=Pannello di vetro # tile.tnt.name=Tritolo # -tile.snow_layer.name=Strati di neve superiore # +tile.snow_layer.name=Neve # tile.torch.name=Torcia # tile.trapdoor.name=Botola di quercia # tile.acacia_trapdoor.name=Botola di acacia # @@ -9653,7 +9663,7 @@ tile.water.name=Acqua # tile.waterlily.name=Ninfea # tile.web.name=Ragnatela # tile.heavy_weighted_pressure_plate.name=Pedana a pressione con peso (pesante) # -tile.light_weighted_pressure_plate.name=Pedana a pressione con peso (leggera) # +tile.light_weighted_pressure_plate.name=Pedana a pressione con peso (leggero) # tile.end_stone.name=Pietra dell'End # tile.end_bricks.name=Mattoni di pietra dell'End # tile.planks.acacia.name=Assi di acacia # @@ -10288,7 +10298,7 @@ xbox.signin.enterCode=E inserisci questo codice: # xbox.signin.enterCode.qr=2. Inserisci il codice qui sotto quando richiesto: # xbox.signin.letsPlay=Giochiamo! # xbox.signin.message=Esegui l'accesso con il tuo account Microsoft gratuito per provare l'esperienza completa di Minecraft. # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Effettua l'accesso con un altro Account Microsoft # xbox.signin.website=Visitare il sito Web su un altro dispositivo: # xbox.signin.website.qr=1. Visita il sito Web su un altro dispositivo: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Impossibile accedere alla sandbox %s. Ca xbox.dev_wrongSandboxSigninFailed.button.dev=Passa a sandbox sviluppatore # xbox.dev_wrongSandboxSigninFailed.button.retail=Passa a sandbox commerciale # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Cancella dati d'accesso # -xbox.addfriendsignin.line1=Trova i tuoi amici tramite il loro gamertag per vedere quando sono online. # -xbox.addfriendsignin.line2=Esegui l'accesso con un account Microsoft per iniziare ad aggiungere gli amici! # xbox.invitesignin.line1=Invita i tuoi amici tramite il loro gamertag per vedere i loro mondi quando sono online. # xbox.invitesignin.line2=Esegui l'accesso con un account Microsoft per iniziare a invitare gli amici! # xbox.thirdpartysignin.line1=Ti attendono minigiochi imperdibili e nuovi giocatori! Prima, tuttavia, "%s" vorrebbe sapere chi sei. # xbox.thirdpartysignin.line2=Devi eseguire l'accesso con un account Microsoft per connetterti! # xbox.signInLong=Esegui l'accesso gratuitamente! # xbox.signOutLong=Esci dal tuo account Microsoft # -xbox.externalServer.title=Gioca su un server # -xbox.externalServer.line1=I server offrono alcuni dei modi più creativi per giocare a Minecraft! Non devi far altro che accedere in modo che possiamo verificare che tu abbia dato il tuo consenso a giocare online con persone sconosciute. # xbox.genericsignin.line1=Il tuo account di Minecraft ti consente di giocare online in modalità multigiocatore con i tuoi amici su PC e dispositivi mobili. E sai qual è la parte migliore? # xbox.genericsignin.line2=È GRATUITO! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Scegli nuova skin # dr.classic_skins.custom_skin_title=Importa skin # dr.classic_skins.custom_skin_description=Importa un file png (64x32, 64x64 o 128x128) dal tuo dispositivo e usalo come skin. Non verrà sincronizzato tra dispositivi o partite. # -dr.classic_skins.custom_skin_description_disabled= Il tuo dispositivo non può selezionare una skin personalizzata mentre partecipi a una partita multigiocatore. Torna al menu principale per equipaggiarne una. # +dr.classic_skins.custom_skin_description_disabled=Il tuo dispositivo non può selezionare una skin personalizzata mentre partecipi a una partita multigiocatore. Torna al menu principale per equipaggiarne una. # dr.classic_skins.custom_skin_description_popup=Se l'opzione "Consenti solo skin attendibili" è abilitata, non potrai visualizzare i giocatori che hanno skin personalizzate # dr.classic_skins.custom_skin_section_title=Skin di proprietà # dr.classic_skins.invalidCustomSkin=Importa un file .png di dimensioni 64x64, 64x32 o 128x128 # diff --git a/resource_pack/texts/ja_JP.lang b/resource_pack/texts/ja_JP.lang index 0f1628d66..371955044 100644 --- a/resource_pack/texts/ja_JP.lang +++ b/resource_pack/texts/ja_JP.lang @@ -964,6 +964,7 @@ 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.exception=コマンドを実行中に不明なエラーが発生しました # commands.generic.invalidAgentType=型の引数が Agent のみのセレクターに適用されています # commands.generic.invalidcontext=指定したコマンドの種類に与えられているコンテキストが無効です # @@ -1168,10 +1169,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.description=すべてのビヘイビアーパックからすべての関数とスクリプト ファイルを再読み込みします。 # -commands.reload.editor.description=すべてのビヘイビアーパックからすべての関数とスクリプト ファイルをリロードするか、オプションでクライアントを再起動してすべてのリソースを再読み込みします。 # +commands.reload.started=ワールドの再読み込みが開始されました。 # commands.reload.success=関数ファイルとスクリプト ファイルが再読み込みされました。 # commands.reload.error=予期しないエラーが発生しました。 # +commands.reload.onlyHost=ワールドを再読み込みできるのはホスト プレイヤーだけです。 # commands.replaceitem.description=持ち物内のアイテムを置き換えます # commands.replaceitem.failed=%s スロット %d を %d * %s に置き換えることができません # commands.replaceitem.keepFailed=%sスロット%dにはすでにアイテムがあります。 # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=クリエイター カメラ: createWorldScreen.experimentalFocusTargetCameraDescription=既存のフリーカメラがエンティティを対象にする動作を有効にします # createWorldScreen.recipeUnlocking=レシピのアンロック # createWorldScreen.recipeUnlockingDescription=レシピのアンロックを有効化します # -createWorldScreen.experimentalholiday=ホリデー クリエイターの特徴 # -createWorldScreen.experimentalholidayDescription=データ駆動型ブロックとアイテム技術を追加して、ブロック形状や方向、ダメージなどをカスタマイズする # createWorldScreen.experimentalGameTest=ベータ API # createWorldScreen.experimentalGameTestDescription=アドオン パックで "-beta" バージョンの API モジュールを使用する # createWorldScreen.experimentalMolangFeatures=Molang 機能 # @@ -1907,6 +1908,8 @@ createWorldScreen.experimentalVillagerTradesRebalance=村人との取引バラ createWorldScreen.experimentalVillagerTradesRebalanceDescription=バランス調整を目的とした、村人との取引の更新内容を含んでいます # createWorldScreen.experimentalArmadillo=アルマジロとオオカミの防具 # createWorldScreen.experimentalArmadilloDescription=アルマジロについて学び、新しいオオカミ防具でオオカミを装備しよう! # +createWorldScreen.experimentalBundles=バンドル # +createWorldScreen.experimentalBundlesDescription=バンドル アイテムを作成して使用できます # createWorldScreen.worldPreferences=世界の基本設定 # createWorldScreen.startWithMap=開始時の地図所持 # createWorldScreen.defaultName=マイ世界 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Realm に参加するには、Micro realmsSharingScreen.invalidPermissionTitle=無効なアクセス権 # realmsSharingScreen.unexpectedServerResponseTitle=Realms エラー # realmsSharingScreen.unexpectedServerResponseMessage=申し訳ございません。Realm 接続中に問題が発生しました。後ほど、もう一度やり直してください。 # +realmsSharingScreen.inviteLinkNotFoundTitle=Realms エラー # +realmsSharingScreen.inviteLinkNotFoundMessage=この招待リンクは無効です。 # realmsCreateScreen.title.create=Realm サーバーの作成 # realmsCreateScreen.title.extend=Realm の延長 # @@ -2441,8 +2446,8 @@ realmsSettingsScreen.windowsStoreDisplayName=Windows ストア # realmsSettingsScreen.xboxOneStoreDisplayName=Xbox ストア # realmsSettingsScreen.amazonStoreDisplayName=Amazon アプリストア # realmsSettingsScreen.oculusStoreDisplayName=Oculus ストア # -realmsSettingsScreen.berwickStoreDisplayName=PlayStation®ストア #### CertRequirement: [PlayStation®Store] -realmsSettingsScreen.SonyStoreDisplayName=PlayStation®ストア #### CertRequirement: [PlayStation®Store] +realmsSettingsScreen.berwickStoreDisplayName=PlayStation®Store #### CertRequirement: [PlayStation®Store] +realmsSettingsScreen.SonyStoreDisplayName=PlayStation®Store #### CertRequirement: [PlayStation®Store] realmsSettingsScreen.unknownStoreDisplayName=未知のストア # realmsSettingsScreen.extendingRealm=Realm を延長中... # realmsSettingsScreen.offerError.title=購入保留中 # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=180 日延長 # xblLogin.LoginMessageTitle=Microsoft アカウント # xblLogin.LoginMessage=接続中... # -xbl.savePurchase.description.line1=購入したものを、Minecraft ストアを利用可能なすべてのデバイスで使用したいですか? 無料の Microsoft アカウントにサインインして、購入したスキン、テクスチャ、マップ、マッシュアップを同期して Minecraft で楽しみましょう! # -xbl.savePurchase.description.line2=システムを紛失または Minecraft をアンインストールした場合でも、Microsoft アカウントを使用していれば購入内容は同期され、引き続きすべてのシステムで利用できます。 # -xbl.savePurchase.leaveOnDevice=デバイス上に残す # -xbl.savePurchase.title=購入内容を Microsoft アカウントに保存しますか? # xbl.savePurchase.saveButton=Microsoft アカウントに保存 # -xbl.savePurchase.toast.title=完了しました! # -xbl.savePurchase.toast.message=購入内容を Microsoft アカウントに同期しました! # -xbl.savePurchase.inProgress.message=購入内容を Microsoft アカウントに同期しています... # - -xbl.syncIAP.title=購入内容を Microsoft アカウントに同期しますか? # -xbl.syncIAP.description=今すぐ Microsoft アカウントにサインインして、購入したスキン、テクスチャパック、世界、マッシュアップパックを同期しましょう。同期後は、コンテンツをどのデバイスからでも利用できます。 # -xbl.syncIAP.syncNow=今すぐ同期... # -xbl.syncIAP.syncLaterEllipsis=後で同期... # -xbl.syncIAP.syncLater=後で同期 # -xbl.syncIAP.toast.title=完了しました! # -xbl.syncIAP.toast.message=購入内容をお使いの Microsoft アカウントに同期しました! # -xbl.syncIAP.inProgress.message=購入内容をお使いの Microsoft アカウントに同期しています... # -xbl.syncIAP.skipSignIn.prompt.description=この Microsoft アカウントは、現在お使いのデバイスでの購入内容をアカウントに同期しない場合、このデバイスにおけるメインのアカウントにはなりません。このアカウントには、Minecraft の起動時に自動でサインインしません。 # - -xbl.syncIAP.confirmSync.prompt.title=%s に同期しますか? # -xbl.syncIAP.confirmSync.prompt.description.line1=アプリのストア購入を %s に同期しますか? # -xbl.syncIAP.confirmSync.prompt.description.line2=Minecraft マーケットプレイス以外で購入したパックは一度だけ同期できます。同期したパックは、このデバイスを使用するすべてのプレイヤーが引き続き利用できます。 # -xbl.syncIAP.confirmSync.prompt.yes=はい、購入を同期します # xbl.marketplace.account.error.body.nobutton=アカウントに関連するエラーが発生しました。この問題が解決するまで、マーケットプレイスはご利用いただけません。この問題が数日経過しても解決しない場合は、サポートにお問い合わせください。 # @@ -2512,8 +2495,6 @@ 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.skipSignIn.prompt.title=一時アカウント # -xbl.skipSignIn.prompt.description=この Microsoft アカウントは、現在お使いのデバイスでの購入内容をアカウントに転送しない場合、このデバイスにおけるメインのアカウントにはなりません。このアカウントには、Minecraft の起動時に自動でサインインしません。 # xbl.signOut.title=Microsoft アカウントを使って購入! # xbl.signOut.message1=Microsoft アカウントからサインアウトしている間は、ストアで購入した Minecoin とアイテムを利用できません。 # xbl.signOut.message2=これを実行してよろしいですか? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$sは壁の中で窒息した # death.attack.lava=%1$sは溶岩遊泳を試みた # death.attack.lava.player=%1$sは%2$sから逃れようと溶岩遊泳を試みた # death.attack.lightningBolt=%1$sは雷に打たれた # +death.attack.maceSmash.player=%1$s は %2$s に粉砕された # +death.attack.maceSmash.player.item=%1$s は %2$s に %3$s で粉砕された # death.attack.magic=%1$sは魔法で殺された # death.attack.magma=%1$s は足元が溶岩だと気づいた # death.attack.magma.player=%1$s は %2$s のせいで危険な領域を歩いた # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=サーバーとクライアント disconnectionScreen.editor.cannotUseRayTracing=レイ トレーシングを有効にしたリソースパックは、まだエディター プロジェクトと互換性がありません。 # disconnectionScreen.unexpectedPacket=処理不可の予期しない種類のパケットが受信されたため、切断されました。これは、バージョンの不一致またはネットワーク レベルでの破損が原因である可能性があります。 # disconnectionScreen.connectionLost=ホストへの接続が失われました。世界がまだホストされている場合は、インターネット接続を確認し、もう一度接続を試みてください。 # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=世界を読み込めません。 # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=このワールドをデモ モードで開いてみてください。 # disconnectionScreen.errorCode=エラーコード: # storageSpaceWarningScreen.frontend=容量に十分な空きがありません。十分な空き容量が確保されるまで、この機能へのアクセスは制限されます。 # @@ -3126,7 +3111,7 @@ feed.upload=スクリーンショットをアップロードしています... # feed.manage=フィードを管理 # feed.share=共有 # feed.addScreenshot=スクリーンショットを追加 # -feed.screenshotCapturedRealms=スクリーンショットをキャプチャーしました。「Realms ストーリー」に移動してシェアしましょう。 # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=スクリーンショットを撮影しました。スクリーンショット ギャラリーで確認できます。 # feed.screenshotAlmostFull=スクリーンショットを撮影しました。ギャラリーの空き容量が残りわずかです。(%d/%d) # feed.screenshotReachedMax=スクリーンショットを撮影しました。ギャラリーがいっぱいです。(%d/%d) # @@ -3420,7 +3405,7 @@ howtoplay.anvil.text.5=金床は使うたびに疲労し、使い切ると壊れ howtoplay.armor=防具 # howtoplay.armor.text.1=防具を装備すれば、ダメージを軽減することができます。防具の強さは画面上の :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=盾 # @@ -3502,7 +3487,7 @@ howtoplay.blocks.text.8=§eマグマ ブロック§f - ネザーで見つかる howtoplay.blocks.text.9=§e荒れた土§f - 普通の土ブロックとほぼ同じですが、このブロックには草が生えません。サバンナやメガ タイガ バイオームで見つかります。 # howtoplay.bookAndQuill=本と羽ペン # -howtoplay.bookAndQuill.text.1=本と羽ペンがあれば、冒険の記録を書き留めることができます。あなたの物語を本に書きつづりましょう。タイトルや著者も決められます! 本と羽ペンに署名をすると本を書き上げたことになります。署名をするまでは、何度でも編集を行うことができます。 # +howtoplay.bookAndQuill.text.1=本と羽ペンがあれば、冒険の記録を書き留めることができます。あなたの物語を本に書きつづりましょう。タイトルや著者も決められます! 本と羽ペンに署名をすると本を書き上げたことになります。署名をするまでは、何度でも編集を行うことができます。 # howtoplay.brewingStand=醸造台 # howtoplay.brewingStand.text.1=ポーションを醸造するには醸造台が必要です。水入りビンは、すべてのポーションの始点となるもので、ガラスビンに大釜や水源から水を移すことで手に入ります。 # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=Minecraft のゲーム内通貨、Minecoins で可能 howtoplay.minecoins.text.2=引き換えると、Minecoins は Microsoft アカウントにリンクされるので、他の対応デバイスでもコインや購入した商品にアクセスできます。 # howtoplay.minecoins.button.text.1=Minecoin を入手 # howtoplay.minecoins.header.1=免責事項 # -howtoplay.minecoins.text.3=*Minecoins を利用するには、Minecraft マーケットプレイスで Minecraft: Bedrock Edition を入手する必要があります。Minecoins は PlayStation® には対応していません。互換性に関する情報は、minecraft.net/minecoins をご覧ください  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins を利用するには、Minecraft マーケットプレイスで Minecraft: Bedrock Edition を入手する必要があります。Minecoins は PlayStation® には対応していません。互換性に関する情報は、minecraft.net/minecoins をご覧ください #### CertRequirement: [PlayStation®] howtoplay.mining=採掘 # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=金 # item.axolotlColorWild.name=茶色 # item.axolotlColorBlue.name=青色 # item.golden_apple.name=金のリンゴ # -item.appleEnchanted.name=エンチャントされたリンゴ # +item.appleEnchanted.name=エンチャントされた金のリンゴ # item.armadillo_scute.name=アルマジロの甲羅 # item.armor_stand.name=防具立て # item.arrow.name=矢 # @@ -4626,7 +4611,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=赤紫色の旗 # @@ -5022,7 +5007,7 @@ item.boat.big_oak.name=ダークオークのボート # item.bone.name=骨 # item.book.name=本 # item.breeze_rod.name=ブリーズロッド # -item.chainmail_boots.name=チェーンブーツ # +item.chainmail_boots.name=チェーンメイルのブーツ # item.leather_boots.name=革のブーツ # item.diamond_boots.name=ダイヤモンドのブーツ # item.golden_boots.name=金のブーツ # @@ -5122,18 +5107,18 @@ item.warped_fungus_on_a_stick.name=歪んだキノコ付きの棒 # item.carrot.name=ニンジン # item.cauldron.name=大釜 # item.charcoal.name=木炭 # -item.chainmail_chestplate.name=チェーンのチェストプレート # +item.chainmail_chestplate.name=チェーンメイルのチェストプレート # item.leather_chestplate.name=革の上着 # item.diamond_chestplate.name=ダイヤモンドのチェストプレート # item.golden_chestplate.name=金のチェストプレート # item.iron_chestplate.name=鉄のチェストプレート # item.chorus_fruit.name=コーラスフルーツ # item.chorus_fruit_popped.name=焼いたコーラスフルーツ # -item.cooked_beef.name=調理した牛肉 # +item.cooked_beef.name=ステーキ # item.cooked_chicken.name=焼き鳥 # item.cooked_porkchop.name=焼き豚 # item.chicken.name=生の鶏肉 # -item.clay_ball.name=粘土 # +item.clay_ball.name=粘土のボール # item.clock.name=時計 # item.coal.name=石炭 # item.comparator.name=レッドストーンコンパレーター # @@ -5242,7 +5227,7 @@ item.golden_axe.name=金の斧 # item.iron_axe.name=鉄の斧 # item.stone_axe.name=石の斧 # item.wooden_axe.name=木の斧 # -item.chainmail_helmet.name=チェーンヘルメット # +item.chainmail_helmet.name=チェーンメイルのヘルメット # item.leather_helmet.name=革の帽子 # item.diamond_helmet.name=ダイヤモンドのヘルメット # item.golden_helmet.name=金のヘルメット # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=ネザライトのヘルメット # item.lead.name=リード # item.leather.name=革 # item.leaves.name=葉 # -item.chainmail_leggings.name=チェーンレギンス # +item.chainmail_leggings.name=チェーンメイルのレギンス # item.leather_leggings.name=革のズボン # item.diamond_leggings.name=ダイヤモンドのレギンス # item.golden_leggings.name=金のレギンス # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=砂漠の村の地図 # item.map.exploration.jungle_temple.name=ジャングル探検家の地図 # item.map.exploration.swamp_hut.name=湿地帯探検家の地図 # item.map.exploration.trial_chambers.name=試練の間の地図 # -item.melon.name=スイカ # -item.milk.name=ミルク # +item.melon.name=切ったスイカ # +item.milk.name=ミルク バケツ # item.minecart.name=トロッコ # item.chest_minecart.name=チェスト付きトロッコ # item.command_block_minecart.name=コマンドブロック付きトロッコ # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=シュルカーのスポーン エッグ # item.spawn_egg.entity.endermite.name=エンダーマイトのスポーン エッグ # item.spawn_egg.entity.evocation_illager.name=エヴォーカーのスポーン エッグ # item.spawn_egg.entity.vex.name=ヴェックスのスポーン エッグ # -item.spawn_egg.entity.turtle.name=ウミガメのスポーン エッグ # +item.spawn_egg.entity.turtle.name=カメのスポーン エッグ # item.spawn_egg.entity.dolphin.name=イルカのスポーン エッグ # item.spawn_egg.entity.phantom.name=ファントムのスポーン エッグ # item.spawn_egg.entity.panda.name=パンダのスポーン エッグ # @@ -5446,7 +5431,7 @@ item.dried_kelp.name=乾燥した昆布 # item.rotten_flesh.name=腐った肉 # item.ruby.name=ルビー # item.saddle.name=鞍 # -item.wheat_seeds.name=種 # +item.wheat_seeds.name=小麦の種 # item.beetroot_seeds.name=ビートルートの種 # item.melon_seeds.name=スイカの種 # item.pumpkin_seeds.name=カボチャの種 # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=アカシアの看板 # item.darkoak_sign.name=ダークオークの看板 # item.crimson_sign.name=真紅の看板 # item.warped_sign.name=歪んだ看板 # -item.skull.char.name=ヘッド # +item.skull.char.name=プレイヤー ヘッド # item.skull.creeper.name=クリーパーの頭 # item.skull.dragon.name=ドラゴンの頭 # item.skull.player.name=%sの頭 # @@ -5473,7 +5458,7 @@ item.skull.wither.name=ウィザースケルトンの頭蓋骨 # item.skull.zombie.name=ゾンビの頭 # item.slime_ball.name=スライムボール # item.snowball.name=雪玉 # -item.speckled_melon.name=輝くスイカ # +item.speckled_melon.name=輝くスイカの薄切り # item.spider_eye.name=クモの目 # item.stick.name=棒 # item.string.name=糸 # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=カメの甲羅 # item.phantom_membrane.name=ファントムの皮膜 # 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.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=何かの旗の模様 # +item.bordure_indented_banner_pattern.name=山形波の縁取りの旗の模様 # item.banner_pattern.bricks=レンガ模様 # item.banner_pattern.creeper=クリーパー模様 # item.banner_pattern.flow=渦巻きの模様 # @@ -5955,7 +5950,6 @@ map.position=位置: %s, %s, %s # mcoServer.title=オンラインの Minecraft 世界 # -menu.ai_lesson_crafter=レッスン クラフター # menu.achievements=実績 # menu.convertingLevel=世界の拡張 # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=幅 # options.codeBuilder=コード ビルダー # options.content_log_file=コンテンツ ログ ファイルの有効化 # options.content_log_gui=コンテンツ ログ GUI の有効化 # +options.content_log_gui.level=GUI ログ レベル # +options.content_log_gui.level.info=情報 # +options.content_log_gui.level.warn=警告 # +options.content_log_gui.level.error=エラー # options.controller=コントローラー # options.controllerLayout=コントローラー レイアウト # options.controllerSettings=コントローラー設定 # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=仮の処理を上書きする # options.dev_sandboxRetail=Xforge のサンド ボックス: 製品版 # options.dev_sandboxDev=Xforge のサンド ボックス: 開発版 # options.dev_sandboxDevAchievement=Xforge サンドボックス: 開発の実績 # +options.dev_showDiscoveryOverridePanel=サービス エンドポイントのオーバーライド # +options.dev_discoveryOverrideServiceName=サービス名 (安全性、ペルソナ、など) # +options.dev_discoveryOverrideServiceBranch=分岐 # +options.dev_resetAllEndpointOverrides=全エンドポイントのリセット # +options.dev_apply=適用 # options.dev_displayTreatmentsPanel=処理を表示 # options.dev_currentTreatmentsTitle=現在の処理 # options.dev_unusedTreatmentsTitle=未使用の処理 # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=ティア 2 - キットカット # options.dev_sunsetting_tier.three=ティア 3 - FireTV # options.dev_sunsetting_tier.four=ティア 4 - 1024MB # options.dev_sunsetting_tier.five=Tier 5 - iOS 12 & Nougat # +options.dev_sunsetting_tier.six=Tier 6 - iOS 13、Android 8、VR デバイス # options.dev_sunsetting_tier.not_pending=保留中ではありません # options.dev_gatherings_section=収集 # options.dev_gatherings_enable=集会を有効にする # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=レンダリング距離が長いと、フレー options.raytracing.renderdistance.warning=この設定は、ゲームのプレイ中にパフォーマンスの問題を引き起こす可能性があります。 # options.resetSettings=初期設定にリセット # options.resetSettings.popUp=すべての設定をデフォルトに戻しますか? # -options.maxFramerate=最大フレームレート (試験的) # +options.maxFramerate=フレームレート制限 # +options.maxFramerate.tooltip=ゲームの最大フレームレートを下げると、バッテリー寿命とデバイスの状態が改善します。実際のフレームレートは設定された制限を下回る場合があります。 # options.maxFramerateFormat=%sfps # options.perf_turtle=甲羅型のパフォーマンス表示 # options.msaa=アンチエイリアシング # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=状況に応じた垂直同期 # options.websocketEncryption=暗号化された WebSocket の要求 # options.websocketEncryptionWarningLabel=既知の安全なアプリケーションにアクティブで接続している場合を除いて、このオプションを無効にすることは推奨されません。 # options.filelocation.title=ファイル ストレージの場所 # +options.filelocation.title.edu=ローカル ストレージの場所 # options.filelocation.external=外部 # options.filelocation.appdata=アプリケーション # options.filelocation.external.warning.title=警告 # @@ -6960,26 +6966,12 @@ sunsetting.popup.title=このデバイスのサポート期限は終了しまし sunsetting.popup.moreInfo=さらに詳しく # sunsetting.popup.dontshow=今後、このメッセージを表示しない # -sunsetting.popup.moreInfo.gearVR=詳細については、任意のWebブラウザで https://aka.ms/MinecraftSunsetting をご覧ください。 # -sunsetting.popup.moreInfo.gearVR.geo=詳細については、任意の Web ブラウザで https://aka.ms/MinecraftGeoSunsetting をご覧ください。 # - -sunsetting.popup.pendingSunset.ios=このデバイスのサポート期間が間もなく終了します。アップデートは 2024 年 2 月まで続きますが、それがこのデバイスの最終アップデートとなります。%s最終アップデートの終了後も、世界でのプレイやマーケットプレイスで購入したコンテンツ (Minecoin を含む) にアクセスすることができます。このデバイスで管理される Realms は、別のデバイスの Realm のオーナーによってアップデートされない限り、6カ月間引き続き機能します。Realms のサブスクリプションをキャンセルするには、Realms の作成元のデバイスのサブスクリプションの設定メニューでキャンセルする必要があります。最新アップデートは行われなくなり、アップデートされる他のデバイスまたは Realms とのマルチプレイヤーがプレイできなくなります。また、特定のサーバーに接続することもできなくなります。%sボタンをクリックすると、世界を新しいデバイスに移行する方法などの詳細情報が表示されます。 # -sunsetting.popup.pendingSunset.android=このデバイスのサポート期限が間もなく終了します。このデバイスの最後のアップデートを受け取る 2024 年 2 月までは、引き続きアップデートを受け取ります。%s最終アップデートを受け取った後も、世界でのプレイやマーケットプレイス購入 (Minecoin を含む) へのアクセスができますが、このデバイスで新しい購入はできなくなります。このデバイスで管理される Realms は、Realms の所有者が別のデバイスでアップデートしない限り、6 か月間引き続き動作します。Realms のサブスクリプションをキャンセルするには、Google Play のサブスクリプションでキャンセルする必要があります。サポートされているデバイスまたはアカウントにログインできる PC から Google Play にアクセスできます。最新アップデートは行われなくなり、アップデートされる他のデバイスまたは Realms でマルチプレイヤーをプレイできなくなります。また、特定のサーバーに接続することもできなくなります。%sボタンをクリックすると、世界を新しいデバイスに移行する方法などの詳細情報が表示されます。 # -sunsetting.popup.pendingSunset.ios_android=このデバイスのサポート期間が間もなく終了します。アップデートは 2022 年 11 月まで続きますが、それがこのデバイスの最終アップデートとなります。ご不便をおかけして申し訳ございません。%s最終アップデートの終了後も、世界でのプレイやマーケットプレイスで購入したコンテンツ (Minecoin を含む) にアクセスすることができます。このデバイスで管理される Realms は、別のデバイスの Realm のオーナーによってアップデートされない限り、6カ月間引き続き機能します。最新アップデートは行われなくなり、アップデートされる他のデバイスまたは Realms とのマルチプレイヤーがプレイできなくなります。また、特定のサーバーに接続することもできなくなります。%sボタンをクリックすると、世界を新しいデバイスに移行する方法などの詳細情報が表示されます。 # -sunsetting.popup.sunset.ios_android=このデバイスのサポート期限は終了しました。このデバイスは最終アップデート済みです。この後も世界でのプレイやマーケットプレイスで購入したコンテンツ (Minecoin を含む) にアクセスすることができます。Realms は、別のデバイスの Realm 所有者によってアップデートされない限り、引き続き機能します。これ以上のアップデートは行われません。アップデートされる他のデバイスまたは Realms でマルチプレイヤーをプレイできなくなります。また、特定のサーバーに接続することもできません。%sボタンをクリックすると、世界を新しいデバイスに移動する方法など、詳細情報が表示されます。ご迷惑をかけて申し訳ございません。ゲームをプレイおよびサポートしていただき、誠にありがとうございます。最新のデバイスでまたお会いするのを楽しみにしています。 # -sunsetting.popup.pendingSunset.gearvr_win10=このデバイスのサポート期限は間もなく終了します。アップデートは次のメジャー リリースまで続きますが、その直後がこのデバイスの最終アップデートとなります。ご不便をおかけして大変申し訳ございません。%s最終アップデートの終了後も、世界でのプレイやマーケットプレイスで購入したコンテンツ (Minecoin を含む) にアクセスすることができます。しかし、このデバイスでマルチプレイヤーや Realms にはアクセスできなくなります。最新アップデートは行われなくなり、アップデートされる他のデバイスまたは Realms でプレイできなくなります。また、特定のサーバーに接続することもできなくなります。%sボタンをクリックすると、世界を新しいデバイスに移動する方法などの詳細情報をご覧いただけます。 # -sunsetting.popup.sunset.gearvr_win10=このデバイスのサポート期限は終了しました。このデバイスは最終アップデート済みです。この後も世界でのプレイやマーケットプレイスで購入したコンテンツ (Minecoin を含む) にアクセスすることができます。ただし、このデバイスからマルチプレイヤーや Realms へのアクセスは今後できなくなります。これ以上のアップデートも行われません。また、アップデートされた他のデバイスと一緒にプレイしたり、特定のサーバーに接続したりすることもできません。 # -sunsetting.popup.pendingSunset.dx10=このグラフィック デバイスのサポート期限は間もなく終了します。アップデートは次のメジャー リリースまで続きますが、その直後がこのデバイスの最終アップデートとなります。ご不便をおかけして大変申し訳ございません。%s最終アップデートの終了後も、世界でのプレイやマーケットプレイスで購入したコンテンツ (Minecoin を含む) にアクセスすることができます。このデバイスで管理される Realms は、別のデバイスの Realm のオーナーによってアップデートされない限り、引き続き機能します。最新アップデートは行われなくなり、アップデートされる他のデバイスまたは Realms でマルチプレイヤーをプレイできなくなります。また、特定のサーバーに接続することもできなくなります。%sボタンをクリックすると、世界を新しいデバイスに移動する方法などの詳細情報をご覧いただけます。 # -sunsetting.popup.sunset.dx10=このグラフィック デバイスのサポート期限は終了しました。このデバイスは最終アップデート済みです。この後も世界でのプレイやマーケットプレイスで購入したコンテンツ (Minecoin を含む) にアクセスすることができます。Realms は、別のデバイスの Realm 所有者によってアップデートされない限り、引き続き機能します。これ以上のアップデートは行われません。アップデートされる他のデバイスまたは Realms でマルチプレイヤーをプレイできなくなります。また、特定のサーバーに接続することもできません。%sボタンをクリックすると、世界を新しいデバイスに移動する方法など、詳細情報が表示されます。ご迷惑をかけて申し訳ございません。ゲームをプレイおよびサポートしていただき、誠にありがとうございます。 # - -sunsetting.popup.pendingSunset.geo.ios=ご利用の地域において、まもなく本デバイスのサポートが終了いたします。最終アップデート後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm については 6 ヶ月先まで機能しますが、2023 年 9 月 30 日をもってアクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。またデバイスの「サブスクリプション」設定から、サブスクリプションの解約も忘れずにおこなってください。%sMicrosoft あるいは Xbox Live アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを他のプラットフォームに引き継げます。こちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=ご利用の地域における本デバイスのサポートが終了いたしました。今後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm については 2023 年 9 月 30 日までは機能しますが、それ以降アクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。%sMicrosoft あるいは Xbox Live アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを他のプラットフォームに引き継げます。こちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=ご利用の地域において、まもなく本デバイスのサポートが終了いたします。最終アップデート後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm については 6 ヶ月先まで機能しますが、2023 年 9 月 30 日をもってアクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。%sMicrosoft あるいは Xbox Live アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを他のプラットフォームに引き継げます。こちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=ご利用の地域における本デバイスのサポートが終了いたしました。今後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm については 2023 年 9 月 30 日までは機能しますが、それ以降アクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。%sMicrosoft あるいは Xbox Live アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを他のプラットフォームに引き継げます。こちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=ご利用の地域において、まもなく本デバイスのサポートが終了いたします。今回の最終アップデート後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm については 6 ヶ月先まで機能しますが、2023 年 9 月 30 日をもってアクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。また Google Play の「サブスクリプション」設定から、サブスクリプションの解約も忘れずにおこなってください。%s以後、最新のアップデートが行われることはなくなり、マルチプレイヤーでは遊べなくなります。また一定のサーバーへの接続もできなくなりますが、ご了承ください。%sMicrosoft あるいは Xbox Live アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを、Minecraft をプレイしている他のプラットフォームに引き継げます。%sこちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=ご利用の地域における本デバイスのサポートが終了いたしました。今後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm については 2023 年 9 月 30 日までは機能しますが、それ以降アクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。%sMicrosoft あるいは Xbox Live アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを他のプラットフォームに引き継げます。こちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=ご利用の地域において、まもなく本デバイスのサポートが終了いたします。最終アップデート後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm については 6 ヶ月先まで機能しますが、2023 年 9 月 30 日をもってアクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。%sMicrosoft あるいは Xbox Live アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを他のプラットフォームに引き継げます。こちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 # -sunsetting.popup.sunset.geo.generic=ご利用の地域における本デバイスのサポートが終了いたしました。今後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm については 2023 年 9 月 30 日までは機能しますが、それ以降アクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。%sMicrosoft あるいは Xbox Live アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを他のプラットフォームに引き継げます。こちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 # +sunsetting.popup.pendingSunset.device=このデバイスのサポートが間もなく終了します。2025 年 3 月までは引き続きアップデートを受け取ることができ、その時点でこのデバイス用の最終アップデートが提供されます。%s最終アップデートを受け取った後も、世界でプレイしたりマーケットプレイスで購入したアイテム (Minecoin を含む) にアクセスできますが、このデバイスからは新たな購入ができなくなります。このデバイスで管理される Realms は、Realms の所有者が別のデバイスでアップデートしない限り、2025 年 3 月から6 か月間引き続き動作します。Realms のサブスクリプションをキャンセルするには、Realms を作成したデバイスのサブスクリプションの設定メニューでキャンセルする必要があります。最新アップデートは行われなくなり、アップデートされる他のデバイスまたは Realms でマルチプレイヤーをプレイできなくなります。また、特定のサーバーに接続することもできなくなります。%sボタンをクリックすると詳細情報が表示されます。 # +sunsetting.popup.sunset.device=このデバイスのサポートが終了しました。2025 年 3 月以降は、デバイスを変更しない限り、アップデートを受け取ることができなくなります。これがこのデバイス用の最終アップデートです。%s世界でプレイしたりマーケットプレイスで購入したアイテム (Minecoin を含む) へのアクセスは引き続き可能です。このデバイスで管理される Realms は、Realms の所有者が別のデバイスでアップデートしない限り、2025 年 3 月から 6 か月間引き続き動作します。Realms のサブスクリプションをキャンセルするには、Realms を作成したデバイスのサブスクリプションの設定メニューでキャンセルする必要があります。最新アップデートは行われなくなり、アップデートされる他のデバイスまたは Realms でマルチプレイヤーをプレイできなくなります。また、特定のサーバーに接続することもできなくなります。%sボタンをクリックすると詳細情報が表示されます。 # +sunsetting.popup.pendingSunset.windows_xr=この VR/MR グラフィック デバイスのサポートが終了しました。2025 年 3 月にこのデバイス用の最終アップデートが行われ、それ以降のアップデートではこのデバイスはサポートされなくなります。%s最終更新後も PC でアップデートを受け取り、VR/MR デバイスなしでプレイすることが可能です。今後も自分の世界で構築を続けられるほか、マーケットプレイスで購入したアイテム(Minecoin を含む)も、PC モニターなどの VR/MR デバイス以外のグラフィック デバイスで引き続き利用できます。ただし、VR/MR デバイスは最新アップデートの対象外となるため、Minecraft で使用できなくなります。%sボタンをクリックして詳細を確認してください。 # +sunsetting.popup.sunset.windows_xr=この VR/MR グラフィック デバイスへのサポートは終了しました。この VR/MR デバイスはサポート対象外となります。このグラフィック デバイス用の最終アップデートが行われましたが、PC では引き続きアップデートを受け取り、VR/MR デバイスなしでプレイすることができます。今後も自分の世界で構築を続けられるほか、マーケットプレイスで購入したアイテム(Minecoin を含む)も、PC モニターなどの VR/MR デバイス以外のグラフィック デバイスで引き続き利用できます。ただし、VR/MR デバイスは最新アップデートの対象外となるため、Minecraft で使用できなくなります。%sボタンをクリックして詳細を確認してください。ご迷惑をかけて申し訳ございません。ゲームをプレイおよびサポートしていただき、誠にありがとうございます。 # +sunsetting.popup.pendingSunset.geo=まもなく本デバイスの、ご利用の地域を対象とするサポートが終了いたします。最終アップデート後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm は 6 か月先まで機能しますが、2023 年 9 月 30 日をもって Realm にはアクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。%sMicrosoft アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを他のプラットフォームに引き継ぐことができます。こちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 # +sunsetting.popup.sunset.geo=ご利用の地域における本デバイスのサポートが終了いたしました。今後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm については 2023 年 9 月 30 日までは機能しますが、それ以降アクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。%sMicrosoft アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを他のプラットフォームに引き継げます。こちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 # sunsetting.banner.play.worldTab.pending=お使いのバージョンは、もうすぐマルチプレイヤーへ接続できなくなります # sunsetting.banner.play.friendsTab.pending=お使いのバージョンは、もうすぐマルチプレイヤーへ接続できなくなります # @@ -7380,7 +7372,7 @@ persona.realms.redeem=受け取る # persona.realms.see.subscription=Realms Plus に含まれるコンテンツ # persona.realms.time.remaining=%s で引き換える # persona.realms.savings=Realms Plus のサブスクリプションで %s Minecoin を節約できます! # -persona.csb.savings=マーケットプレイス パスのサブスクリプションで %s Minecoin を節約できます! # +persona.csb.savings=Marketplace Pass のサブスクリプションで %s Minecoin を節約できます! # persona.preview.emote=エモートで遊ぶ # progressScreen.cantConnect=世界に接続できませんでした。インターネットの接続を確認してから、もう一度お試しください。 # @@ -7541,7 +7533,7 @@ resourcePack.selected.title.behaviorPacks=有効なビヘイビアーパック # resourcePack.selected.title.packs=使用中 # resourcePack.selected.remove=無効化 # resourcePack.realmsPlus.title.packs=Realms Plus のパック # -resourcePack.realmsPlus.title.packs.contentSub=マーケットプレイス パスパック # +resourcePack.realmsPlus.title.packs.contentSub=Marketplace Pass パック # resourcePack.realmsPlus.expired=期限切れ # resourcePack.errors=エラー: # resourcePack.error.ingame.packs=世界でプレイ中はリソースパックを変更できません。 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=材料: # 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.flow_armor_trim_smithing_template.name=旋風の装飾 # +item.bolt_armor_trim_smithing_template.name=ネジ止め風の装飾 # item.snort_pottery_sherd.name=鼻を鳴らす動物の壺の欠片 # item.spawn_egg.entity.camel.name=ラクダのスポーン エッグ # item.spruce_hanging_sign.name=トウヒの吊り看板 # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=先駆者風の装飾 # trim_pattern.wild.name=密林風の装飾 # trim_pattern.bolt.name=ネジ止め風の装飾 # trim_pattern.flow.name=旋風の装飾 # -upgrade.netherite_upgrade.name=ネザライト強化 # storageManager.mainSizeLabel=%s - 1 アイテム # storageManager.mainSizeLabelPlural=%s - %s アイテム # @@ -8329,21 +8339,21 @@ store.realmsPlus.buyNow.viewPrivacyPolicy=プライバシーに関する声明 # store.realmsPlus.buyNow.title=Realms Plus のサブスクリプションを開始します # store.realmsPlus.startTrial.description=Realm と 150 種類以上のマーケットプレイスパックがすぐに利用可能になります。また、一度に最大 10 人まで接続でき、招待されたプレイヤーはあなたの Realm にある世界を無料でプレイできます! 最初の 1 か月は無料で利用できますが、その後は月額 %s でお楽しみいただけます。サブスクリプションのキャンセルはいつでも可能です。 # -store.realmsPlus.startTrial.description.contentSub=Realm とマーケットプレイス パスに含まれる 150 種類以上のマーケットプレイスパックがすぐに利用できるようになります。最大 10 人のプレイヤーと同時にプレイでき、Realm 内の世界に無料でアクセスできます! 開始月は無料、その後は月額 %s の料金でプレイでき、いつでもキャンセルすることができます。 # +store.realmsPlus.startTrial.description.contentSub=Realm と Marketplace Pass に含まれる 150 種類以上の Marketplace Pass がすぐに利用できるようになります。最大 10 人のプレイヤーと同時にプレイでき、Realm 内の世界に無料でアクセスできます! 開始月は無料、その後は月額 %s の料金でプレイでき、いつでもキャンセルすることができます。 # store.realmsPlus.noTrial.description=Realm と 150 種類以上のマーケットプレイスパックがすぐに利用可能になります。また、一度に最大 10 人まで接続でき、招待されたプレイヤーはあなたの Realm にある世界を無料でプレイできます! サブスクリプションは :minecoin:%s の価格で 30 日間ご利用いただけます。 # -store.realmsPlus.noTrial.description.contentSub=Realm とマーケットプレイス パスに含まれる 150 種類以上のマーケットプレイスパックがすぐに利用可能になります。また、一度に最大 10 人のプレイヤーが接続でき、あなたの Realm にある世界を無料でプレイできます! サブスクリプションは %s:minecoin:の価格で 30 日間ご利用いただけます。 # +store.realmsPlus.noTrial.description.contentSub=Realm と Marketplace Pass に含まれる 150 種類以上の Marketplace Pass がすぐに利用可能になります。また、一度に最大 10 人のプレイヤーが接続でき、あなたの Realm にある世界を無料でプレイできます! サブスクリプションは %s:minecoin:の価格で 30 日間ご利用いただけます。 # store.realmsPlus.noTrial.description.iap=Realm と 150 種類以上のマーケットプレイスパックがすぐに利用可能になります。また、一度に最大 10 人まで接続でき、招待されたプレイヤーはあなたの Realm にある世界を無料でプレイできます! 月額 %s でお楽しみください。サブスクリプション設定にアクセスすると、いつでもキャンセルできます。 # -store.realmsPlus.noTrial.description.iap.contentSub=Realm とマーケットプレイス パスに含まれる 150 種類以上のマーケットプレイスパックがすぐに利用可能になります。また、一度に最大 10 人のプレイヤーが接続でき、あなたの Realm にある世界を無料でプレイできます! 月額 %s で利用でき、サブスクリプション設定にアクセスすると、いつでもキャンセルできます。 # +store.realmsPlus.noTrial.description.iap.contentSub=Realm と Marketplace Pass に含まれる 150 種類以上の Marketplace Pass がすぐに利用可能になります。また、一度に最大 10 人のプレイヤーが接続でき、あなたの Realm にある世界を無料でプレイできます! 月額 %s で利用でき、サブスクリプション設定にアクセスすると、いつでもキャンセルできます。 # 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 は、サブスクリプションをキャンセルしない限り、月額利用料が毎月自動的に課金される定額サービスです。%s Realm をはじめ、150 種類以上のマーケットプレイスパックをすぐにご利用いただけます。また、一度に最大 10 人まで接続でき、招待されたプレイヤーはあなたの Realm の世界を無料でプレイできます! 最初の 30 日間は無料。無料試用版の期間終了後は月額 %s 円。サブスクリプション設定にアクセスすると、いつでもキャンセルできます。 # -store.realmsPlus.recurring.offerTrial.contentSub=Realms Plus は、サブスクリプションをキャンセルしない限り、月額利用料が毎月自動的に課金される定額サービスです。%sRealm をはじめ、マーケットプレイス パスに含まれる 150 種類以上のマーケットプレイスパックをすぐにご利用いただけます。また、一度に最大 10 人のプレイヤーが接続でき、あなたの Realm の世界を無料でプレイできます! 最初の 30 日間は無料、無料試用版の期間終了後は月額 %s。サブスクリプション設定にアクセスすると、いつでもキャンセルできます。 # +store.realmsPlus.recurring.offerTrial.contentSub=Realms Plus は、サブスクリプションをキャンセルしない限り、月額利用料が毎月自動的に課金される定額サービスです。%sRealm をはじめ、Marketplace Pass に含まれる 150 種類以上のマーケットプレイスパックをすぐにご利用いただけます。また、一度に最大 10 人のプレイヤーが接続でき、あなたの Realm の世界を無料でプレイできます! 最初の 30 日間は無料、無料試用版の期間終了後は月額 %s。サブスクリプション設定にアクセスすると、いつでもキャンセルできます。 # store.realmsPlus.recurring.withoutTrial=Realms Plus は、サブスクリプションをキャンセルしない限り、月額利用料が毎月自動的に課金される定額サービスです。%s Realm をはじめ、150 種類以上のマーケットプレイスパックをすぐにご利用いただけます。また、一度に最大 10 人まで接続でき、招待されたプレイヤーはあなたの Realm の世界を無料でプレイできます! 月額 %s 円。サブスクリプション設定にアクセスすると、いつでもキャンセルできます。 # -store.realmsPlus.recurring.withoutTrial.contentSub=Realms Plus は、サブスクリプションをキャンセルしない限り、月額利用料が毎月自動的に課金される定額サービスです。%sRealm をはじめ、マーケットプレイス パスに含まれる 150 種類以上のマーケットプレイスパックをすぐにご利用いただけます。また、一度に最大 10 人のプレイヤーが接続でき、あなたの Realm の世界を無料でプレイできます! 月額 %s。サブスクリプション設定にアクセスすると、サブスクリプションをキャンセルして今後の課金を停止することができます。 # +store.realmsPlus.recurring.withoutTrial.contentSub=Realms Plus は、サブスクリプションをキャンセルしない限り、月額利用料が毎月自動的に課金される定額サービスです。%sRealm をはじめ、Marketplace Pass に含まれる 150 種類以上のマーケットプレイスパックをすぐにご利用いただけます。また、一度に最大 10 人のプレイヤーが接続でき、あなたの Realm の世界を無料でプレイできます! 月額 %s。サブスクリプション設定にアクセスすると、サブスクリプションをキャンセルして今後の課金を停止することができます。 # store.realmsPlus.consumable.offerTrial=Realm と 150 種類以上のマーケットプレイスパックがすぐに利用可能になります。また、一度に最大 10 人まで接続でき、招待されたプレイヤーはあなたの Realm にある世界を無料でプレイできます! 最初の 30 日間は無料で、その後は %s の価格で 30 日間更新できます。 # -store.realmsPlus.consumable.offerTrial.contentSub=Realm とマーケットプレイス パスに含まれる 150 種類以上のマーケットプレイスパックがすぐに利用可能になります。一度に最大 10 人のプレイヤーとプレイでき、あなたの Realm の世界を無料でプレイできます。最初の 30 日間は無料、その後は %s の料金で 30 日間更新することができます。 # +store.realmsPlus.consumable.offerTrial.contentSub=Realm と Marketplace Pass に含まれる 150 種類以上の Marketplace Pass がすぐに利用可能になります。一度に最大 10 人のプレイヤーとプレイでき、あなたの Realm の世界を無料でプレイできます。最初の 30 日間は無料、その後は %s の料金で 30 日間更新することができます。 # store.realmsPlus.consumable.withoutTrial=Realm と 150 種類以上のマーケットプレイスパックがすぐに利用可能になります。また、一度に最大 10 人まで接続でき、招待されたプレイヤーはあなたの Realm にある世界を無料でプレイできます! サブスクリプションは %s の価格で 30 日間ご利用いただけます。 # -store.realmsPlus.consumable.withoutTrial.contentSub=Realm とマーケットプレイス パスに含まれる 150 種類以上のマーケットプレイスパックがすぐに利用可能になります。一度に最大 10 人のプレイヤーとプレイでき、あなたの Realm の世界を無料でプレイできます! サブスクリプションは %s の料金で 30 日間ご利用いただけます。 # +store.realmsPlus.consumable.withoutTrial.contentSub=Realm と Marketplace Pass に含まれる 150 種類以上の Marketplace Pass がすぐに利用可能になります。一度に最大 10 人のプレイヤーとプレイでき、あなたの Realm の世界を無料でプレイできます! サブスクリプションは %s の料金で 30 日間ご利用いただけます。 # store.realmsPlus.landing.header=サブスクリプションの内容: # store.realmsPlus.landing.headerTrial=30 日間の無料試用版。期間終了後は月額 %s # @@ -8353,7 +8363,7 @@ store.realmsPlus.landing.info1.line2=フレンドはあなたの Realm で無料 store.realmsPlus.landing.info1.line3=コンソール、モバイル、PC に移動できます - Minecraft マーケットプレイスでどのデバイスでも自分の Realm をプレイ # store.realmsPlus.landing.info2.catalog=150 種類を超えるマーケットプレイスパックを無料で利用可能 # -store.realmsPlus.landing.info2.contentSub=マーケットプレイス パスを含む # +store.realmsPlus.landing.info2.contentSub=Marketplace Pass を含む # store.realmsPlus.landing.info2.backups=あなたの Realm の世界は、無料で安全にバックアップされます # store.realmsPlus.landing.info2.renews=サブスクリプションは、キャンセルされるまで毎月自動的に更新されます # store.realmsPlus.landing.info2.cancel=Minecraft の設定の [サブスクリプション] ページでキャンセルします # @@ -8381,7 +8391,7 @@ store.realmsPlus.faq.question4=Minecraft の Realms Plus でサポートされ store.realmsPlus.faq.answer4=Minecraft の Realms Plus は現在、 Minecraft Bedrock Edition をインストールすることができるすべてのプラットフォームででご利用いただけます。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 人のプレイヤーとオンラインでプレイ可能。さらに、マーケットプレイス パス カタログの 150 種類以上のマーケットプレイス コンテンツを無料でお楽しみいただけます。 # +store.realmsPlus.faq.answer5.contentSub=月額 %s。メンバーを無限に追加して、同時に 10 人のプレイヤーとオンラインでプレイ可能。さらに、Marketplace Pass カタログの 150 種類以上のマーケットプレイス コンテンツを無料でお楽しみいただけます。 # store.realmsPlus.faq.question6=Realms Plus に新しいパックが追加される頻度は? # store.realmsPlus.faq.answer6=毎月新しいパックが Realms Plus に追加されます。 # store.realmsPlus.faq.question7=Realms Plus 内でパックを利用できる期間は? # @@ -8390,12 +8400,12 @@ store.realmsPlus.faq.question8=Realms Plus のパックはどこで使用でき store.realmsPlus.faq.answer8=サブスクリプションに付属する世界とパックは、オンライン プレイやプライベート Realm でのプレイ、ローカル デバイスでのプレイのどちらでも使用できます。ただし、サブスクリプションが有効であることを検証するため、30 日おきに一度インターネットに接続していただく必要があります。 # store.realmsPlus.faq.question9=サブスクリプションが終了すると、既存の Realms や世界はどうなりますか? # store.realmsPlus.faq.answer9=サブスクリプションが終了すると、それ以降 Realms でフレンドとのオンライン プレイはできなくなり、Realms Plus のパックもご利用いただけなくなります。サブスクリプションの終了から 18 か月以内は、Realm に保存されている世界をダウンロードすることができます。Realms Plus の世界やテクスチャパック、マッシュアップを使用していた場合は、これらをストアで購入する必要があります。もし、これらのパックが Realms Plus にまだ存在する場合、再度サブスクライブすると使用していた世界テンプレートをプレイできます。 # -store.realmsPlus.faq.question10=Realms Plus とマーケットプレイス パスが必要ですか? # -store.realmsPlus.faq.answer10=いいえ。マーケットプレイス パスは 150 種類以上のパックをご利用可能なカタログです。Realms 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=Realms ストーリーとは? # store.realmsPlus.faq.answer11=Realms ストーリーは Realm のソーシャルハブです。ストーリー フィードに投稿して、他の人に近況を知らせたり、冒険や作品を共有したりできます。すべてのメンバーが登録された便利なリストで他のプレイヤーを知ることができます。他のメンバーがいつプレイしているかを確認して、自分の作品をチェックしたり、次回参加したりする計画を立てましょう。 # -store.realmsPlus.content.marketplacePass=Realms Plus にはマーケットプレイス パスが含まれます! # +store.realmsPlus.content.marketplacePass=Realms Plus には Marketplace Pass が含まれます! # store.realmsPlus.content.skinDescription=スキンで見た目を変えよう! # store.realmsPlus.content.skinDescriptionPersona=スキンで着飾ろう! # store.realmsPlus.content.skinDescriptionPersona.contentSub=スキンを使って街層を拡張しよう! # @@ -8443,6 +8453,8 @@ store.csb.buyNow.title=Marketplace Pass の定額サービスを開始する ## store.csb.subscription=サインアップを完了すると、150 種類以上のワクワクするような Minecraft マーケットプレイス のコンテンツが利用可能になります。アドベンチャー マップをダウンロードしてプレイし、オシャレなスキンを身にまとい、美しいテクスチャパックの世界に飛び込みましょう。さらに、毎月提供されるキャラクター クリエイター アイテムのセットもお楽しみいただけます。定期的に更新されるカタログには、いつも Marketplace Pass の新しい発見があります。月額料金は%sです。ただし、いつでもキャンセルして今後の課金を停止することができます。 #### {StrContains="Marketplace Pass"} +store.csb.terms=Marketplace Pass は、Minecraft (別売り) を所有する Windows およびその他の対応プラットフォームでサポートされているバージョンの Minecraft で使用されるコンテンツのサブスクリプションです (Minecraft Java Edition および Amazon Kindle Fire Edition はサポートされていません)。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 種類以上のマーケットプレイスパックがすぐに利用できます。定額サービス設定にアクセスすれば、いつでもキャンセルできます。 #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass は、定額サービスをキャンセルしない限り、月額利用料が毎月自動的に課金される定額サービスです。%s150 種類以上のマーケットプレイスパックがすぐに利用できます。月額 %s でお楽しみください。定額サービス設定にアクセスすれば、いつでもキャンセルできます。 #### {StrContains="Marketplace Pass"} store.csb.consumable.offerTrial=150 種類以上のマーケットプレイスパックがすぐに利用できます。最初の 30 日間は無料で、その後は %s の価格で 30 日間ご利用いただけます。 # @@ -8854,8 +8866,6 @@ store.myAccount=マイ アカウント # store.xbl.signin=サインイン # store.xbl.signinOrSignUp=無料でサインインまたはサインアップ # store.xbl.disconnected=切断されました # -store.xbl.conversionFailedTitle=問題が発生しました # -store.xbl.conversionFailedMessage=後でもう一度やり直してください # store.sales.allByCreator=発売中! # store.sales.bundlesOnSale=バンドル発売中! # @@ -9027,8 +9037,8 @@ tile.deny.name=拒否 # tile.border_block.name=ボーダー # tile.anvil.intact.name=金床 # tile.anvil.name=金床 # -tile.anvil.slightlyDamaged.name=少し壊れた金床 # -tile.anvil.veryDamaged.name=かなり壊れた金床 # +tile.anvil.slightlyDamaged.name=欠けた金床 # +tile.anvil.veryDamaged.name=壊れた金床 # tile.barrier.name=バリアブロック # tile.beacon.name=ビーコン # tile.beacon.primary=主効果 # @@ -9079,7 +9089,7 @@ tile.iron_block.name=鉄ブロック # tile.lapis_block.name=ラピスラズリブロック # tile.redstone_block.name=レッドストーンブロック # tile.bookshelf.name=本棚 # -tile.brick_block.name=レンガ ブロック # +tile.brick_block.name=レンガ # tile.brown_mushroom.name=茶色のキノコ # tile.brown_mushroom_block.mushroom.name=きのこ # tile.brown_mushroom_block.stem.name=キノコの柄 # @@ -9160,7 +9170,7 @@ tile.blackstone_slab.name=ブラックストーンのハーフブロック # tile.polished_blackstone_brick_slab.name=磨かれたブラックストーンレンガのハーフブロック # tile.chain.name=鎖 # tile.soul_soil.name=ソウルソイル # -tile.soul_fire.name=魂の炎 # +tile.soul_fire.name=ソウル ファイア # tile.polished_blackstone.name=磨かれたブラックストーン # tile.polished_blackstone_stairs.name=磨かれたブラックストーンの階段 # tile.polished_blackstone_slab.name=磨かれたブラックストーンのハーフブロック # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=青色の色付きガラス板 # tile.stained_glass_pane.purple.name=紫色の色付きガラス板 # tile.stained_glass_pane.magenta.name=赤紫色の色付きガラス板 # tile.stained_glass_pane.pink.name=桃色の色付きガラス板 # -tile.clay.name=粘土ブロック # +tile.clay.name=粘土 # tile.hardened_clay.name=テラコッタ # tile.stained_hardened_clay.black.name=黒色のテラコッタ # tile.stained_hardened_clay.blue.name=青色のテラコッタ # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=赤いネザーレンガの塀 # tile.cocoa.name=カカオの実 # tile.command_block.name=コマンドブロック # tile.composter.name=コンポスター # -tile.light_block.name=光ブロック # +tile.light_block.name=ライト # tile.repeating_command_block.name=リピートコマンドブロック # tile.chain_command_block.name=チェーンコマンドブロック # tile.wheat.name=作物 # tile.darkOakFence.name=ダークオークのフェンス # tile.dark_oak_fence_gate.name=ダークオークのフェンスゲート # -tile.daylight_detector.name=日照センサー # +tile.daylight_detector.name=日光検出器 # tile.deadbush.name=枯れ木 # tile.detector_rail.name=ディテクターレール # tile.dirt.coarse.name=粗い土 # @@ -9395,7 +9405,7 @@ tile.monster_egg.stone.name=虫食い石 # tile.mushroom.name=きのこ # tile.noteblock.name=音符ブロック # tile.mycelium.name=菌糸 # -tile.nether_brick.name=ネザーレンガのブロック # +tile.nether_brick.name=ネザーレンガ # tile.red_nether_brick.name=赤いネザーレンガ # tile.nether_brick_fence.name=ネザーレンガのフェンス # tile.quartz_ore.name=ネザークォーツ鉱石 # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=ジャングルの看板 # tile.acacia_standing_sign.name=アカシアの看板 # tile.darkoak_standing_sign.name=ダークオークの看板 # tile.slime.name=スライムブロック # -tile.snow.name=雪 # +tile.snow.name=雪ブロック # tile.sponge.dry.name=スポンジ # tile.sponge.wet.name=濡れたスポンジ # tile.spruceFence.name=トウヒのフェンス # @@ -9555,24 +9565,24 @@ tile.double_stone_slab.name=石のハーフブロック # tile.double_stone_slab.nether_brick.name=ネザーレンガのハーフブロック # tile.double_stone_slab.quartz.name=クォーツのハーフブロック # tile.double_stone_slab.sand.name=砂岩のハーフブロック # -tile.double_stone_slab.smoothStoneBrick.name=石レンガハーフブロック # +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=ネザーレンガのハーフブロック # tile.stone_slab.quartz.name=クォーツのハーフブロック # tile.stone_slab.sand.name=砂岩のハーフブロック # -tile.stone_slab.smoothStoneBrick.name=石レンガハーフブロック # +tile.stone_slab.smoothStoneBrick.name=石レンガのハーフブロック # tile.stone_slab.wood.name=木材ハーフブロック # tile.double_stone_slab2.red_sandstone.name=赤い砂岩のハーフブロック # tile.stone_slab2.red_sandstone.name=赤い砂岩のハーフブロック # tile.stone_slab2.purpur.name=プルプァのハーフブロック # tile.stone_slab2.prismarine.rough.name=プリズマリンのハーフブロック # tile.stone_slab2.prismarine.dark.name=ダークプリズマリンのハーフブロック # -tile.stone_slab2.prismarine.bricks.name=海晶レンガのハーフブロック # +tile.stone_slab2.prismarine.bricks.name=プリズマリン レンガのハーフブロック # tile.stone_slab2.mossy_cobblestone.name=苔むした丸石のハーフブロック # tile.stone_slab2.red_nether_brick.name=赤いネザーレンガのハーフブロック # tile.stone_slab2.sandstone.smooth.name=滑らかな砂岩のハーフブロック # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=死んだミズタマサンゴブロック # tile.coral_block.red_dead.name=死んだミレポラサンゴブロック # tile.coral_block.yellow_dead.name=死んだシカツノサンゴブロック # tile.tallgrass.fern.name=シダ # -tile.tallgrass.grass.name=草 # -tile.tallgrass.name=草 # +tile.tallgrass.grass.name=背の低い草 # +tile.tallgrass.name=背の低い草 # tile.tallgrass.shrub.name=低木 # tile.tuff_brick_slab.name=凝灰岩レンガのハーフブロック # tile.tuff_brick_stairs.name=凝灰岩レンガの階段 # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=凝灰岩の階段 # tile.tuff_wall.name=凝灰岩の壁 # tile.seagrass.seagrass.name=海草 # tile.sea_pickle.name=シーピクルス # -tile.turtle_egg.name=ウミガメのタマゴ # +tile.turtle_egg.name=カメの卵 # tile.coral.blue.name=クダサンゴ # tile.coral.pink.name=ノウサンゴ # tile.coral.purple.name=ミズタマサンゴ # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=死んだミレポラウチワサンゴ # tile.coral_fan_dead.yellow_fan.name=死んだシカツノウチワサンゴ # tile.glass_pane.name=ガラス板 # tile.tnt.name=TNT # -tile.snow_layer.name=積雪 # +tile.snow_layer.name=雪 # tile.torch.name=松明 # tile.trapdoor.name=オークのトラップドア # tile.acacia_trapdoor.name=アカシアのトラップドア # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=水 # tile.water.name=水 # tile.waterlily.name=スイレンの葉 # tile.web.name=クモの巣 # -tile.heavy_weighted_pressure_plate.name=感圧版 (重) # -tile.light_weighted_pressure_plate.name=感圧版 (軽) # +tile.heavy_weighted_pressure_plate.name=重い感圧版 # +tile.light_weighted_pressure_plate.name=軽い感圧版 # tile.end_stone.name=エンドストーン # tile.end_bricks.name=エンドストーンレンガ # tile.planks.acacia.name=アカシアの板材 # @@ -10288,7 +10298,7 @@ xbox.signin.enterCode=このコードを入力してください: # xbox.signin.enterCode.qr=2. プロンプトが表示されたら、以下のコードを入力します。 # xbox.signin.letsPlay=プレイしましょう! # xbox.signin.message=Minecraft の世界を遊びつくすために、無料の Microsoft アカウントにサインインしましょう。 # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=別の Microsoft アカウントでサインイン # xbox.signin.website=別のデバイスでこの Web サイトにアクセスしてください: # xbox.signin.website.qr=1. 別のデバイスでこの Web サイトにアクセスします。 # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=%s サンドボックスへのログイ xbox.dev_wrongSandboxSigninFailed.button.dev=開発サンド ボックスに変更 # xbox.dev_wrongSandboxSigninFailed.button.retail=RETAIL サンドボックスに変更 # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=アカウントのサインイン データをクリア # -xbox.addfriendsignin.line1=ゲーマータグからフレンドを探すと、フレンドがオンライン状態のときに表示されるようになります。 # -xbox.addfriendsignin.line2=Microsoft アカウントでサインインして、早速フレンドを追加しましょう! # xbox.invitesignin.line1=ゲーマータグからフレンドを招待すると、フレンドがオンライン状態のときに遊んでいる世界が表示されるようになります。 # xbox.invitesignin.line2=Microsoft アカウントでサインインして、早速フレンドを招待しましょう! # xbox.thirdpartysignin.line1=楽しいミニゲームと、まだ出合ったことのないプレイヤーがあなたを待っています! ただし、その前に、 '%s' があなたのことを知りたがっています。 # xbox.thirdpartysignin.line2=接続するには Microsoft アカウントにサインインする必要があります。 # xbox.signInLong=無料でサインイン! # xbox.signOutLong=Microsoft アカウントからのサインアウト # -xbox.externalServer.title=サーバーでプレイ # -xbox.externalServer.line1=サーバーでは、非常に工夫の凝らされた遊び方で Minecraft をプレイできます! サーバーでプレイするには、オンラインのユーザーとプレイする権限を保証するため、ログインしていただく必要があります。 # xbox.genericsignin.line1=お使いの Minecraft アカウントでは、PC やモバイル デバイスで、フレンドと一緒にオンライン マルチプレイヤーを遊ぶことができます。これの一番うれしいところをお教えしましょう。 # xbox.genericsignin.line2=なんと、アカウントは無料で作れるんです! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=新たなスキンを選択 # dr.classic_skins.custom_skin_title=スキンのインポート # dr.classic_skins.custom_skin_description=お使いのデバイスから png ファイル (64x32、64x64 または 128x128) をインポートして、スキンとして使用できます。これはデバイス間またはゲーム間で同期されません。 # -dr.classic_skins.custom_skin_description_disabled= お使いのデバイスは、マルチプレイヤー ゲーム中にカスタム スキンを選択できません。メインメニューに戻って装備してください。 # +dr.classic_skins.custom_skin_description_disabled=お使いのデバイスは、マルチプレイヤー ゲーム中にカスタム スキンを選択できません。メインメニューに戻って装備してください。 # dr.classic_skins.custom_skin_description_popup=「信頼できるスキンのみを許可する」オプションが有効になっている場合、カスタム スキンを使用しているプレイヤーは表示されません。 # dr.classic_skins.custom_skin_section_title=所持スキン # dr.classic_skins.invalidCustomSkin=64x64、64x32、または 128x128 サイズの .png ファイルをインポートしてください # diff --git a/resource_pack/texts/ko_KR.lang b/resource_pack/texts/ko_KR.lang index 6b2337dfc..23b8ad48a 100644 --- a/resource_pack/texts/ko_KR.lang +++ b/resource_pack/texts/ko_KR.lang @@ -964,6 +964,7 @@ 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.exception=이 명령을 수행하는 동안 알 수 없는 오류가 발생했습니다 # commands.generic.invalidAgentType=Agent 전용 셀렉터에 적용된 인수를 입력하세요 # commands.generic.invalidcontext=입력된 명령어 유형에 제공된 컨텍스트가 잘못되었습니다 # @@ -1168,10 +1169,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.description=모든 행동 팩에서 모든 행동 파일을 다시 불러옵니다. # -commands.reload.editor.description=모든 행동 팩에서 모든 함수 및 스크립트 파일을 다시 불러오거나, 클라이언트를 선택적으로 다시 시작하여 모든 리소스를 다시 불러옵니다. # +commands.reload.started=월드 다시 불러오기 작업이 시작되었습니다. # commands.reload.success=함수와 스크립트 파일을 다시 불러왔습니다. # commands.reload.error=예기치 않은 오류가 발생했습니다. # +commands.reload.onlyHost=호스트 플레이어만 월드를 다시 불러올 수 있습니다. # commands.replaceitem.description=소지품의 아이템을 교체합니다. # commands.replaceitem.failed=%s 슬롯 %d 을(를) %d * %s (으)로 교체할 수 없습니다 # commands.replaceitem.keepFailed=%s 슬롯 %d을(를) 차지하는 항목이 이미 있습니다. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=크리에이터 카메라: 표 createWorldScreen.experimentalFocusTargetCameraDescription=기존 자유 카메라가 개체를 표적으로 동작하도록 합니다. # createWorldScreen.recipeUnlocking=제작법 잠금 해제 # createWorldScreen.recipeUnlockingDescription=제작법 잠금 해제 사용 # -createWorldScreen.experimentalholiday=홀리데이 크리에이터 기능 # -createWorldScreen.experimentalholidayDescription=데이터 기반 블록과 아이템 기술로 블록의 모양, 방향, 피해량 등을 사용자 지정할 수 있습니다 # createWorldScreen.experimentalGameTest=베타 API # createWorldScreen.experimentalGameTestDescription=추가 기능 팩에서 API 모듈의 "-beta" 버전 사용 # createWorldScreen.experimentalMolangFeatures=Molang 기능 # @@ -1907,6 +1908,8 @@ createWorldScreen.experimentalVillagerTradesRebalance=주민 거래 밸런스 createWorldScreen.experimentalVillagerTradesRebalanceDescription=주민 거래 밸런스 조정을 위한 업데이트가 포함되어 있습니다 # createWorldScreen.experimentalArmadillo=아르마딜로와 늑대 방어구 # createWorldScreen.experimentalArmadilloDescription=아르마딜로를 알아보고 늑대 방어구를 여러분의 늑대에 장착하세요! # +createWorldScreen.experimentalBundles=번들 # +createWorldScreen.experimentalBundlesDescription=번들 아이템을 제작하고 사용하도록 해줍니다. # createWorldScreen.worldPreferences=월드 환경 설정 # createWorldScreen.startWithMap=맵 시작 # createWorldScreen.defaultName=내 월드 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Realm에 참여하려면 Microsoft realmsSharingScreen.invalidPermissionTitle=유효한 권한이 필요합니다 # realmsSharingScreen.unexpectedServerResponseTitle=Realm 오류 # realmsSharingScreen.unexpectedServerResponseMessage=Realm에 연결하는 중에 문제가 발생했습니다. 다시 시도하세요. # +realmsSharingScreen.inviteLinkNotFoundTitle=Realm 오류 # +realmsSharingScreen.inviteLinkNotFoundMessage=이 초대 링크는 유효하지 않습니다. # realmsCreateScreen.title.create=Realm 서버 생성 # realmsCreateScreen.title.extend=Realm 확장 # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=180일 연장 # xblLogin.LoginMessageTitle=Microsoft 계정 # xblLogin.LoginMessage=연결 중... # -xbl.savePurchase.description.line1=Minecraft 상점 지원 시스템에서 구매한 게임을 플레이하고 싶습니까? 무료 Microsoft 계정으로 로그인하고 구매한 스킨, 텍스처, 맵 및 매시업을 동기화하여 Minecraft에서 사용하고 플레이하세요! # -xbl.savePurchase.description.line2=본체를 분실했거나 Minecraft를 제거해도 Microsoft 계정을 사용할 때 구매 항목이 모든 본체에서 동기화되어 접속할 수 있습니다. # -xbl.savePurchase.leaveOnDevice=장치에 계속 저장 # -xbl.savePurchase.title=Microsoft 계정에 구매 내역을 저장할까요? # xbl.savePurchase.saveButton=Microsoft 계정에 저장하기 # -xbl.savePurchase.toast.title=성공! # -xbl.savePurchase.toast.message=구매 내용을 Microsoft 계정에 동기화했습니다! # -xbl.savePurchase.inProgress.message=구매 내용을 Microsoft 계정으로 전송하는 중... # - -xbl.syncIAP.title=구매 내용을 Microsoft 계정에 동기화할까요? # -xbl.syncIAP.description=스킨, 텍스처 팩, 월드 및 매시업을 동기화하려면 Microsoft 계정에 로그인하세요. 어느 장치에서 Minecraft를 플레이하든 이용할 수 있습니다. # -xbl.syncIAP.syncNow=지금 동기화… # -xbl.syncIAP.syncLaterEllipsis=나중에 동기화… # -xbl.syncIAP.syncLater=나중에 동기화 # -xbl.syncIAP.toast.title=성공! # -xbl.syncIAP.toast.message=구매 내용을 Microsoft 계정에 동기화했습니다! # -xbl.syncIAP.inProgress.message=구매 내용을 Microsoft 계정에 동기화 중... # -xbl.syncIAP.skipSignIn.prompt.description=장치의 구매 내역을 이 Microsoft 계정에 동기화하지 않으면 이 장치의 기본 계정으로 사용할 수 없으며, Minecraft를 시작할 때 자동으로 로그인되지 않습니다. # - -xbl.syncIAP.confirmSync.prompt.title=%s에 동기화할까요? # -xbl.syncIAP.confirmSync.prompt.description.line1=앱 스토어 구매 내용을 %s 계정에 동기화하시겠습니까? # -xbl.syncIAP.confirmSync.prompt.description.line2=Minecraft 마켓플레이스 외부에서 구매했던 팩은 한 번만 동기화할 수 있습니다. 이 장치를 사용하는 누구든 계속 이용할 수 있습니다. # -xbl.syncIAP.confirmSync.prompt.yes=예, 구매 내용을 동기화합니다. # xbl.marketplace.account.error.body.nobutton=계정에 오류가 발생했습니다. 오류가 해결될 때까지 마켓플레이스를 이용하실 수 없습니다. 이 오류가 며칠 동안 지속된다면 고객 지원에 연락하세요. # @@ -2512,8 +2495,6 @@ 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.skipSignIn.prompt.title=임시 계정 # -xbl.skipSignIn.prompt.description=이 기기의 구매 내역을 이 Microsoft 계정에 이전하지 않으면 이 기기에 대한 기본 계정으로 사용할 수 없으며, Minecraft 시작 시 자동으로 로그인되지 않습니다. # xbl.signOut.title=Microsoft 계정 구매! # xbl.signOut.message1=Microsoft 계정에 로그인되어 있지 않으면 상점에서 구매한 Minecoin과 아이템을 사용할 수 없습니다. # xbl.signOut.message2=계속할까요? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s(이)가 벽 속에서 질식했습니다 # death.attack.lava=%1$s(이)가 용암에 빠졌습니다 # death.attack.lava.player=%1$s(이)가 %2$s(으)로부터 도망치려다 용암에 빠졌습니다 # death.attack.lightningBolt=%1$s(이)가 번개를 맞았습니다. # +death.attack.maceSmash.player=%1$s이(가) %2$s에게 파괴되었습니다 # +death.attack.maceSmash.player.item=%1$s이(가) %3$s(으)로 %2$s에게 파괴되었습니다 # death.attack.magic=%1$s(이)가 마법으로 살해당했습니다 # death.attack.magma=%1$s님이 용암 위를 걸으려다 실패했습니다 # death.attack.magma.player=%1$s님이 %2$s님의 공격을 받고 뜨거운 맛을 몸소 체험했습니다. # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=서버와 클라이언트가 '클 disconnectionScreen.editor.cannotUseRayTracing=광선 추적이 활성화된 리소스 팩은 아직 편집기 프로젝트와 호환되지 않습니다. # disconnectionScreen.unexpectedPacket=처리할 수 없는 예기치 않은 유형의 패킷이 수신되어 연결이 끊어졌습니다. 이는 버전 불일치 또는 네트워킹 수준의 손상 때문일 수 있습니다. # disconnectionScreen.connectionLost=호스트와의 연결이 끊겼습니다. 여전히 월드가 호스팅되고 있다면 인터넷 연결을 확인하고 다시 연결하십시오. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=월드를 불러올 수 없습니다. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=데모 모드에서 이 월드를 열어보세요. # disconnectionScreen.errorCode=오류 코드: # storageSpaceWarningScreen.frontend=데이터 저장 공간이 거의 가득 찼습니다! Minecraft에서 이 기능에 대한 접근을 제한했습니다. 기능을 이용하려면 추가 저장 공간을 확보해야 합니다. # @@ -3126,7 +3111,7 @@ feed.upload=스크린샷을 업로드하는 중니다... # feed.manage=피드 관리 # feed.share=공유 # feed.addScreenshot=스크린샷 추가 # -feed.screenshotCapturedRealms=스크린샷을 찍었습니다. Realm 스토리로 이동하여 공유하세요. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=스크린샷을 찍었습니다. 스크린샷 갤러리에서 볼 수 있습니다. # feed.screenshotAlmostFull=스크린샷을 찍었습니다. 갤러리가 거의 다 찼습니다. (%d/%d) # feed.screenshotReachedMax=스크린샷을 찍었습니다. 갤러리가 가득 찼습니다. (%d/%d) # @@ -3420,7 +3405,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=방패 # @@ -3502,7 +3487,7 @@ howtoplay.blocks.text.8=§e마그마 블록§f - 네더에서 자연 생성되 howtoplay.blocks.text.9=§e거친 흙§f - 보통 흙 블록과 거의 비슷하지만 잔디가 자라지 못합니다. 대초원 바이옴과 메가 타이가 바이옴에서 볼 수 있습니다. # howtoplay.bookAndQuill=책과 깃펜 # -howtoplay.bookAndQuill.text.1=책과 깃펜은 플레이어의 모험을 기록할 수 있는 아이템입니다. 페이지에 텍스트를 입력해 나만의 이야기를 남기세요. 지은이와 제목도 변경할 수 있습니다. 작성된 책과 깃펜에 서명을 하면 책이 완성됩니다. 서명 전에는 책과 깃펜의 내용을 계속 수정할 수 있습니다. # +howtoplay.bookAndQuill.text.1=책과 깃펜은 플레이어의 모험을 기록할 수 있는 아이템입니다. 페이지에 텍스트를 입력해 나만의 이야기를 남기세요. 지은이와 제목도 변경할 수 있습니다. 작성된 책과 깃펜에 서명을 하면 책이 완성됩니다. 서명 전에는 책과 깃펜의 내용을 계속 수정할 수 있습니다. # howtoplay.brewingStand=양조대 # howtoplay.brewingStand.text.1=포션을 제조하려면 양조대가 필요합니다. 모든 포션의 기본 재료인 물병은 물이 든 가마솥이나 다른 수원에서 유리병을 사용해 물을 채우면 얻을 수 있습니다. # @@ -3893,7 +3878,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=채광 # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=금색 # item.axolotlColorWild.name=갈색 # item.axolotlColorBlue.name=파란색 # item.golden_apple.name=황금 사과 # -item.appleEnchanted.name=효과부여 사과 # +item.appleEnchanted.name=마법에 걸린 황금 사과 # item.armadillo_scute.name=아르마딜로 등딱지 # item.armor_stand.name=갑옷 거치대 # item.arrow.name=화살 # @@ -4626,7 +4611,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=자홍색 배너 # @@ -5022,7 +5007,7 @@ item.boat.big_oak.name=짙은 참나무 보트 # item.bone.name=뼈 # item.book.name=책 # item.breeze_rod.name=브리즈 막대 # -item.chainmail_boots.name=사슬 부츠 # +item.chainmail_boots.name=체인메일 부츠 # item.leather_boots.name=가죽 부츠 # item.diamond_boots.name=다이아몬드 부츠 # item.golden_boots.name=황금 부츠 # @@ -5122,18 +5107,18 @@ item.warped_fungus_on_a_stick.name=뒤틀린 버섯 낚싯대 # item.carrot.name=당근 # item.cauldron.name=가마솥 # item.charcoal.name=숯 # -item.chainmail_chestplate.name=사슬 흉갑 # +item.chainmail_chestplate.name=체인메일 흉갑 # item.leather_chestplate.name=가죽 조끼 # item.diamond_chestplate.name=다이아몬드 흉갑 # item.golden_chestplate.name=황금 흉갑 # item.iron_chestplate.name=철제 흉갑 # item.chorus_fruit.name=코러스 열매 # item.chorus_fruit_popped.name=터진 코러스 열매 # -item.cooked_beef.name=구운 쇠고기 # +item.cooked_beef.name=스테이크 # item.cooked_chicken.name=익힌 닭고기 # item.cooked_porkchop.name=익힌 돼지고기 # item.chicken.name=익히지 않은 닭고기 # -item.clay_ball.name=점토 # +item.clay_ball.name=점토 볼 # item.clock.name=시계 # item.coal.name=석탄 # item.comparator.name=레드스톤 비교 회로 # @@ -5242,7 +5227,7 @@ item.golden_axe.name=황금 도끼 # item.iron_axe.name=철제 도끼 # item.stone_axe.name=돌도끼 # item.wooden_axe.name=나무 도끼 # -item.chainmail_helmet.name=사슬 투구 # +item.chainmail_helmet.name=체인메일 헬멧 # item.leather_helmet.name=가죽 모자 # item.diamond_helmet.name=다이아몬드 투구 # item.golden_helmet.name=황금 투구 # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=네더라이트 투구 # item.lead.name=끈 # item.leather.name=가죽 # item.leaves.name=나뭇잎 # -item.chainmail_leggings.name=사슬 다리보호대 # +item.chainmail_leggings.name=체인메일 다리보호대 # item.leather_leggings.name=가죽 바지 # item.diamond_leggings.name=다이아몬드 다리보호대 # item.golden_leggings.name=황금 다리보호대 # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=사막 마을 지도 # item.map.exploration.jungle_temple.name=정글 탐험 지도 # item.map.exploration.swamp_hut.name=늪 탐험 지도 # item.map.exploration.trial_chambers.name=체험판 탐험 지도 # -item.melon.name=수박 # -item.milk.name=우유 # +item.melon.name=수박 조각 # +item.milk.name=우유 양동이 # item.minecart.name=광물 수레 # item.chest_minecart.name=상자 광물 수레 # item.command_block_minecart.name=커맨드 블록 광물 수레 # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=셜커 생성 알 # item.spawn_egg.entity.endermite.name=엔더 진드기 생성 알 # item.spawn_egg.entity.evocation_illager.name=소환사 생성 알 # item.spawn_egg.entity.vex.name=벡스 생성 알 # -item.spawn_egg.entity.turtle.name=바다 거북 생성 알 # +item.spawn_egg.entity.turtle.name=거북 생성 알 # item.spawn_egg.entity.dolphin.name=돌고래 생성 알 # item.spawn_egg.entity.phantom.name=팬텀 생성 알 # item.spawn_egg.entity.panda.name=판다 생성 알 # @@ -5446,7 +5431,7 @@ item.dried_kelp.name=말린 다시마 # item.rotten_flesh.name=썩은 고기 # item.ruby.name=루비 # item.saddle.name=안장 # -item.wheat_seeds.name=씨앗 # +item.wheat_seeds.name=밀 씨앗 # item.beetroot_seeds.name=비트 씨앗 # item.melon_seeds.name=수박씨 # item.pumpkin_seeds.name=호박씨 # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=아카시아나무 표지판 # item.darkoak_sign.name=짙은 참나무 표지판 # item.crimson_sign.name=진홍색 표지판 # item.warped_sign.name=뒤틀린 표지판 # -item.skull.char.name=머리 # +item.skull.char.name=플레이어 머리 # item.skull.creeper.name=크리퍼의 머리 # item.skull.dragon.name=드래곤 머리 # item.skull.player.name=%s의 머리 # @@ -5473,7 +5458,7 @@ item.skull.wither.name=위더 스켈레톤 해골 # item.skull.zombie.name=좀비의 머리 # item.slime_ball.name=슬라임 볼 # item.snowball.name=눈덩이 # -item.speckled_melon.name=빛나는 수박 # +item.speckled_melon.name=빛나는 수박 조각 # item.spider_eye.name=거미 눈 # item.stick.name=막대 # item.string.name=실 # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=거북 등딱지 # item.phantom_membrane.name=팬텀 멤브레인 # 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.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.banner_pattern.bricks=벽돌 모양 # item.banner_pattern.creeper=크리퍼 모양 # item.banner_pattern.flow=플로우 # @@ -5955,7 +5950,6 @@ map.position=위치: %s, %s, %s # mcoServer.title=Minecraft 온라인 월드 # -menu.ai_lesson_crafter=수업 제작자 # menu.achievements=도전 과제 # menu.convertingLevel=월드 확장 # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=폭 # options.codeBuilder=Code Builder # options.content_log_file=콘텐츠 로그 파일 사용 # options.content_log_gui=콘텐츠 로그 GUI 사용 # +options.content_log_gui.level=GUI 로그 레벨 # +options.content_log_gui.level.info=정보 # +options.content_log_gui.level.warn=경고 # +options.content_log_gui.level.error=오류 # options.controller=컨트롤러 # options.controllerLayout=컨트롤러 레이아웃 # options.controllerSettings=컨트롤러 설정 # @@ -6296,8 +6294,8 @@ options.dev_displayMarketplaceDocumentId=마켓플레이스 문서 ID 보기 # options.dev_addCoins=%s코인 추가 # options.dev_addCoinTitle=코인 추가 # options.dev_reset_entitlements=모든 권한 초기화 # -options.dev_reset_entitlements_loading=권한 초기화 프로세스가 완료되면 이 대화 상자가 닫힙니다. 지금 이 창을 닫을 수 있지만, 명령이 완료되기 전에 게임을 닫으면 예기치 않은 현상이 발생할 수 있습니다. # -options.dev_reset_entitlements_error_unfinished=경고! 모든 권한이 정상적으로 삭제되지 않았습니다. 클라이언트를 다시 시작한 후에 명령을 다시 실행하십시오. # +options.dev_reset_entitlements_loading=권한을 초기화하는 중이며 완료되면 이 대화 상자가 닫힙니다. 지금 이 창을 닫을 수 있지만, 명령이 완료되기 전에 게임을 닫으면 예기치 않은 현상이 발생할 수 있습니다. # +options.dev_reset_entitlements_error_unfinished=경고! 모든 권한이 정상적으로 삭제되지 않았습니다. 클라이언트를 재시작한 후에 명령을 다시 실행하세요. # options.dev_reset_entitlements_warning=경고! 이를 실행하면 복구가 불가능한 레거시 권한을 포함하여 모든 권한이 삭제됩니다! 권한이 많은 경우 작업 시간이 오래 걸릴 수 있습니다. 계속하시겠습니까? # options.dev_reset_entitlements_success=권한이 성공적으로 삭제되었습니다. # options.dev_currencyFailureWarning=네트워크를 호출하지 못했습니다. 오류: %s # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=실험 덮어쓰기 # options.dev_sandboxRetail=Xforge 샌드박스: Retail # options.dev_sandboxDev=Xforge 샌드박스: Dev # options.dev_sandboxDevAchievement=Xforge 샌드박스: 개발 도전 과제 # +options.dev_showDiscoveryOverridePanel=서비스 엔드포인트 재정의 # +options.dev_discoveryOverrideServiceName=서비스 이름(안전, 페르소나 등) # +options.dev_discoveryOverrideServiceBranch=브랜치 # +options.dev_resetAllEndpointOverrides=모든 엔드포인트 초기화 # +options.dev_apply=적용 # options.dev_displayTreatmentsPanel=처리 표시 # options.dev_currentTreatmentsTitle=현 처리 # options.dev_unusedTreatmentsTitle=사용하지 않은 처리 # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=2단계 - KitKat # options.dev_sunsetting_tier.three=3단계 - 파이어TV # options.dev_sunsetting_tier.four=4단계 - 1024MB # options.dev_sunsetting_tier.five=5단계 - iOS 12 & 누가 # +options.dev_sunsetting_tier.six=6단계 - iOS-13, Android 8, VR 장치 # options.dev_sunsetting_tier.not_pending=보류 중이 아님 # options.dev_gatherings_section=수집 # options.dev_gatherings_enable=수집 활성화 # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=이 높은 렌더 거리는 낮은 프레임 속 options.raytracing.renderdistance.warning=이 설정은 게임을 하는 동안 성능 문제를 발생시킬 수 있습니다. # options.resetSettings=기본값으로 초기화하기 # options.resetSettings.popUp=설정을 기본값으로 초기화할까요? # -options.maxFramerate=최대 프레임 레이트 (실험) # +options.maxFramerate=프레임 속도 제한 # +options.maxFramerate.tooltip=게임의 최대 프레임 속도를 낮추면 배터리 생명과 장치 체력이 개선됩니다. 실제 프레임 속도는 설정된 제한 이하로 떨어질 수 있습니다. # options.maxFramerateFormat=%s FPS # options.perf_turtle=성능 거북 # options.msaa=안티앨리어싱 # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=수직 동기화 조정 # options.websocketEncryption=암호화된 Websocket이 필요합니다 # options.websocketEncryptionWarningLabel=이 옵션은 안전한 알려진 앱에 연결하는 경우에만 비활성화하시기 바랍니다. # options.filelocation.title=파일 저장 위치 # +options.filelocation.title.edu=로컬 저장 위치 # options.filelocation.external=외부 # options.filelocation.appdata=애플리케이션 # options.filelocation.external.warning.title=경고 # @@ -6960,26 +6966,12 @@ sunsetting.popup.title=이 장치는 더 이상 지원되지 않습니다. # sunsetting.popup.moreInfo=추가 정보 # sunsetting.popup.dontshow=이 메시지를 다시 표시 안 함 # -sunsetting.popup.moreInfo.gearVR=자세한 내용은 모든 웹 브라우저에서 https://aka.ms/MinecraftSunsetting을 방문하세요. # -sunsetting.popup.moreInfo.gearVR.geo=자세한 내용을 보려면 모든 웹 브라우저에서 https://aka.ms/MinecraftGeoSunsetting을 방문하세요. # - -sunsetting.popup.pendingSunset.ios=이 장치를 지원하는 서비스가 끝납니다. 2024년 2월까지는 업데이트가 계속 수신되며, 이후 이 장치에 대한 최종 업데이트를 수신하게 됩니다. 불편을 드려 죄송합니다. %s최종 업데이트 후에도 여전히 월드에서 게임을 플레이하고 마켓플레이스 구매(Minecoin 포함)를 이용할 수 있습니다. 하지만 이 기기에서 더 이상 구매할 수 없습니다. Realm 소유자가 다른 장치에서 업데이트하지 않는 한, 이 장치에서 관리되는 Realm은 6개월간 계속 작동합니다. Realm 구독을 취소하려면, Realm이 생성된 기기의 설정 메뉴의 구독에서 취소해야 합니다. 더 이상 최신 업데이트를 수신하지 못하며 업데이트를 계속 수신하는 장치 또는 Realm으로는 멀티플레이 게임을 플레이할 수 없습니다. 또한 특정 서버에 연결할 수 없습니다. %s월드를 새로운 장치로 옮기는 방법을 포함하여 자세한 정보를 보려면 버튼을 클릭하세요. # -sunsetting.popup.pendingSunset.android=이 장치를 지원하는 서비스가 끝납니다. 2024년 2월까지는 업데이트가 계속 수신되며, 이후 이 장치에 대한 최종 업데이트를 수신하게 됩니다. 불편을 드려 죄송합니다. %s최종 업데이트 후에도 여전히 월드에서 게임을 플레이하고 마켓플레이스 구매(Minecoin 포함)를 이용할 수 있습니다. 하지만 이 기기에서 더 이상 구매할 수 없습니다. Realm 소유자가 다른 장치에서 업데이트하지 않는 한, 이 장치에서 관리되는 Realm은 6개월간 계속 작동합니다. Realm 구독을 취소하려면, Google Play의 구독에서 이 작업을 수행해야 하며, 지원되는 모든 기기 또는 계정에 로그인할 수 있는 PC에서 Google Play에 액세스할 수 있습니다. 더 이상 최신 업데이트를 수신하지 못하며 업데이트를 계속 수신하는 장치 또는 Realm으로는 멀티플레이 게임을 플레이할 수 없습니다. 또한 특정 서버에 연결할 수 없습니다. %s월드를 새로운 장치로 옮기는 방법을 포함하여 자세한 정보를 보려면 버튼을 클릭하세요. # -sunsetting.popup.pendingSunset.ios_android=이 장치를 지원하는 서비스가 곧 종료됩니다. 업데이트는 2022년 11월, 해당 장치에 대한 최종 업데이트가 이루어질 때까지만 계속 진행됩니다. 불편을 드려 죄송합니다. %s최종 업데이트 후에도 여전히 월드에서 게임을 플레이하고 마켓플레이스 구매(Minecoin 포함)를 이용할 수 있습니다. Realm 소유자가 다른 장치에서 업데이트하지 않는 한, 이 장치에서 관리하는 Realm은 6개월 동안 유지됩니다. 더 이상 최신 업데이트를 받을 수 없으며, 업데이트를 계속 받는 장치 또는 Realm으로 멀티플레이 게임을 이용할 수 없게 됩니다. 더불어, 특정 서버에 연결할 수 없을 것입니다. %s월드를 새로운 장치로 옮기는 방법을 포함하여 자세한 정보를 보려면 버튼을 클릭하세요. # -sunsetting.popup.sunset.ios_android=이 장치는 더 이상 지원되지 않습니다. 이 장치에 대한 최종 업데이트를 수신하셨습니다. 이 시점부터, 사용자의 월드에서 건물은 계속 유지할 수 있으며, 마켓플레이스 구매 사항(Minecoin 포함)은 계속 사용할 수 있습니다. Realm 소유자가 다른 장치에서 업데이트하지 않는 한 Realm은 계속 작동합니다. 더 이상 최신 업데이트를 수신하지 못하며 업데이트를 계속 수신하는 장치 또는 Realm으로는 멀티플레이 게임을 플레이할 수 없습니다. 또한 특정 서버에 연결할 수 없습니다. %s월드를 새 장치로 이동하는 방법을 포함하여 자세한 정보를 보려면 버튼을 클릭하세요. 불편을 드려 죄송합니다. 저희 게임을 사랑해 주셔서 감사드리며, 업데이트가 진행된 기기에서 다시 뵙게 되기를 바라겠습니다. # -sunsetting.popup.pendingSunset.gearvr_win10=이 장치를 지원하는 서비스가 끝납니다. 다음 주요 릴리스까지 업데이트를 계속 받게되며, 그 후이 장치에 대한 최종 업데이트를 받게됩니다. 불편을 드려 대단히 죄송합니다. %s최종 업데이트를 수신한 후에도 여전히 월드에서 게임을 플레이하고 마켓플레이스 구매 사항(Minecoin 포함)에 액세스할 수 있습니다. 그러나 이 장치에서 더 이상 멀티플레이나 Realm에 액세스할 수 없습니다. 더 이상 최신 업데이트를 수신하지 못하며 업데이트를 계속 수신하는 장치 또는 Realm으로는 멀티플레이 게임을 플레이할 수 없습니다. 또한 특정 서버에 연결할 수 없습니다. %s월드를 새로운 장치로 옮기는 방법을 포함하여 자세한 정보를 보려면 버튼을 클릭하세요. # -sunsetting.popup.sunset.gearvr_win10=이 장치는 더 이상 지원되지 않습니다. 이 장치에 대한 최종 업데이트를 수신하셨습니다. 이 시점부터, 사용자의 월드에서 건물은 계속 유지할 수 있으며, 마켓플레이스 구매 사항(Minecoin 포함)은 계속 사용할 수 있습니다. 그러나 이 장치에서 더 이상 멀티플레이나 Realm에 액세스할 수 없습니다. 더 이상 최신 업데이트를 수신하지 못하며 업데이트를 계속 수신하는 장치로는 플레이할 수 없습니다. 또한 특정 서버에 연결할 수 없습니다. # -sunsetting.popup.pendingSunset.dx10=이 그래픽 장치를 지원하는 서비스가 끝납니다. 다음 주요 릴리스까지 업데이트를 계속 받게되며, 그 후이 장치에 대한 최종 업데이트를 받게됩니다. 불편을 드려 대단히 죄송합니다. %s최종 업데이트를 수신한 후에도 여전히 월드에서 게임을 플레이하고 마켓플레이스 구매 사항(Minecoin 포함)에 액세스할 수 있습니다. Realm 소유자가 다른 장치에서 업데이트하지 않는 한 이 장치에서 관리되는 Realm은 계속 작동합니다. 더 이상 최신 업데이트를 수신하지 못하며 업데이트를 계속 수신하는 장치 또는 Realm으로는 멀티플레이 게임을 플레이할 수 없습니다. 또한 특정 서버에 연결할 수 없습니다. %s월드를 새로운 장치로 옮기는 방법을 포함하여 자세한 정보를 보려면 버튼을 클릭하세요. # -sunsetting.popup.sunset.dx10=이 그래픽 장치는 더 이상 지원되지 않습니다. 이 장치에 대한 최종 업데이트를 수신하셨습니다. 이 시점부터, 사용자의 월드에서 건물은 계속 유지할 수 있으며, 마켓플레이스 구매 사항(코인 포함)은 계속 사용할 수 있습니다. Realm 소유자가 다른 장치에서 업데이트하지 않는 한 Realm은 계속 작동합니다. 더 이상 최신 업데이트를 수신하지 못하며 업데이트를 계속 수신하는 장치 또는 Realm으로는 멀티플레이 게임을 플레이할 수 없습니다. 또한 특정 서버에 연결할 수 없습니다. %s월드를 새 장치로 이동하는 방법을 포함하여 자세한 정보를 보려면 버튼을 클릭하세요. 불편을 드려 죄송합니다. 저희 게임을 사랑해 주셔서 감사합니다. # - -sunsetting.popup.pendingSunset.geo.ios=해당 지역에서 이 장치에 대한 지원이 곧 종료됩니다. 최종 업데이트를 받은 후에도 월드에서 계속 플레이할 수 있고 마켓플레이스 구매 내역을 이용할 수 있지만, 더 이상 마켓플레이스에서 구매할 수는 없습니다. 이 장치에서 관리하는 Realm은 6개월 동안 유지됩니다. 2023년 9월 30일부터는 더 이상 해당 Realm에 접속할 수 없습니다. 그 전에 월드를 다운로드하고 장치에서 구독 설정을 확인하여 구독을 취소하는 것이 좋습니다. %sMicrosoft/Xbox Live 계정으로 로그인한 경우, 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoin 및 Realm 구독을 이용할 수 있습니다. 이 장치에서 다른 장치로 월드를 이동하려면 해당 월드를 Realm에 업로드하고 새 장치에 백업을 다운로드하면 됩니다. %s버튼을 클릭하면 새 장치로 월드를 이동하는 방법 등 자세한 정보를 확인할 수 있습니다. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=해당 지역에서 이 장치에 대한 지원이 종료되었습니다. 월드에서 계속 플레이할 수 있고 마켓플레이스 구매 내역을 이용할 수 있지만, 더 이상 마켓플레이스에서 구매할 수는 없습니다. 이 장치에서 관리하는 Realm은 2023년 9월 30일까지 계속 작동합니다. 그 이후에는 더 이상 Realm에 접속할 수 없습니다. 그 전에 월드를 다운로드하는 것이 좋습니다. %sMicrosoft/Xbox Live 계정으로 로그인한 경우, 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoin 및 Realm 구독을 이용할 수 있습니다. 이 장치에서 다른 장치로 월드를 이동하려면 해당 월드를 Realm에 업로드하고 새 장치에 백업을 다운로드하면 됩니다. %s버튼을 클릭하면 새 장치로 월드를 이동하는 방법 등 자세한 정보를 확인할 수 있습니다. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=해당 지역에서 이 장치에 대한 지원이 곧 종료됩니다. 최종 업데이트를 받은 후에도 월드에서 계속 플레이할 수 있고 마켓플레이스 구매 내역을 이용할 수 있지만, 더 이상 마켓플레이스에서 구매할 수는 없습니다. 이 장치에서 관리하는 Realm은 6개월 동안 계속 작동합니다. 2023년 9월 30일부터는 더 이상 해당 Realm에 접속할 수 없습니다. 그 전에 월드를 다운로드하는 것이 좋습니다. %sMicrosoft/Xbox Live 계정으로 로그인한 경우, 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoin 및 Realm 구독을 이용할 수 있습니다. 이 장치에서 다른 장치로 월드를 이동하려면 해당 월드를 Realm에 업로드하고 새 장치에 백업을 다운로드하면 됩니다. %s버튼을 클릭하면 새 장치로 월드를 이동하는 방법 등 자세한 정보를 확인할 수 있습니다. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=해당 지역에서 이 장치에 대한 지원이 종료되었습니다. 월드에서 계속 플레이할 수 있고 마켓플레이스 구매 내역을 이용할 수 있지만, 더 이상 마켓플레이스에서 구매할 수는 없습니다. 이 장치에서 관리하는 Realm은 2023년 9월 30일까지 계속 작동합니다. 그 이후에는 더 이상 Realm에 접속할 수 없습니다. 그 전에 월드를 다운로드하는 것이 좋습니다. %sMicrosoft/Xbox Live 계정으로 로그인한 경우, 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoin 및 Realm 구독을 이용할 수 있습니다. 이 장치에서 다른 장치로 월드를 이동하려면 해당 월드를 Realm에 업로드하고 새 장치에 백업을 다운로드하면 됩니다. %s버튼을 클릭하면 새 장치로 월드를 이동하는 방법 등 자세한 정보를 확인할 수 있습니다. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=해당 지역에서 이 장치에 대한 지원이 곧 종료됩니다. 이 최종 업데이트를 통해 월드에서 계속 플레이할 수 있고 마켓플레이스 구매 내역을 이용할 수 있지만, 더 이상 마켓플레이스에서 구매할 수는 없습니다. 이 장치에서 관리하는 Realm은 6개월 동안 유지됩니다. 2023년 9월 30일부터는 더 이상 이 장치에서 해당 Realm에 접속할 수 없습니다. 그 전에 월드를 다운로드하고 Google Play에서 구독을 확인하여 구독을 취소하는 것이 좋습니다. %s더 이상 최신 업데이트를 받을 수 없으며 멀티플레이를 할 수 없습니다. 또한 특벙 서버에 연결할 수 없게 됩니다. %sMicrosoft/Xbox Live 계정으로 로그인한 경우, Minecraft를 플레이하는 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoin 및 Realm 구독을 이용할 수 있습니다. %s이 장치에서 다른 장치로 월드를 이동하려면 해당 월드를 Realm에 업로드하고 새 장치에 백업을 다운로드하면 됩니다. %s버튼을 클릭하면 새 장치로 월드를 이동하는 방법 등 자세한 정보를 확인할 수 있습니다. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=해당 지역에서 이 장치에 대한 지원이 종료되었습니다. 월드에서 계속 플레이할 수 있고 마켓플레이스 구매 내역을 이용할 수 있지만, 더 이상 마켓플레이스에서 구매할 수는 없습니다. 이 장치에서 관리하는 Realm은 2023년 9월 30일까지 계속 작동합니다. 그 이후에는 더 이상 Realm에 접속할 수 없습니다. 그 전에 월드를 다운로드하는 것이 좋습니다. %sMicrosoft/Xbox Live 계정으로 로그인한 경우, 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoin 및 Realm 구독을 이용할 수 있습니다. 이 장치에서 다른 장치로 월드를 이동하려면 해당 월드를 Realm에 업로드하고 새 장치에 백업을 다운로드하면 됩니다. %s버튼을 클릭하면 새 장치로 월드를 이동하는 방법 등 자세한 정보를 확인할 수 있습니다. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=해당 지역에서 이 장치에 대한 지원이 곧 종료됩니다. 최종 업데이트를 받은 후에도 월드에서 계속 플레이할 수 있고 마켓플레이스 구매 내역을 이용할 수 있지만, 더 이상 마켓플레이스에서 구매할 수는 없습니다. 이 장치에서 관리하는 Realm은 6개월 동안 계속 작동합니다. 2023년 9월 30일부터는 더 이상 해당 Realm에 접속할 수 없습니다. 그 전에 월드를 다운로드하는 것이 좋습니다. %sMicrosoft/Xbox Live 계정으로 로그인한 경우, 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoin 및 Realm 구독을 이용할 수 있습니다. 이 장치에서 다른 장치로 월드를 이동하려면 해당 월드를 Realm에 업로드하고 새 장치에 백업을 다운로드하면 됩니다. %s버튼을 클릭하면 새 장치로 월드를 이동하는 방법 등 자세한 정보를 확인할 수 있습니다. # -sunsetting.popup.sunset.geo.generic=해당 지역에서 이 장치에 대한 지원이 종료되었습니다. 월드에서 계속 플레이할 수 있고 마켓플레이스 구매 내역을 이용할 수 있지만, 더 이상 마켓플레이스에서 구매할 수는 없습니다. 이 장치에서 관리하는 Realm은 2023년 9월 30일까지 계속 작동합니다. 그 이후에는 더 이상 Realm에 접속할 수 없습니다. 그 전에 월드를 다운로드하는 것이 좋습니다. %sMicrosoft/Xbox Live 계정으로 로그인한 경우, 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoin 및 Realm 구독을 이용할 수 있습니다. 이 장치에서 다른 장치로 월드를 이동하려면 해당 월드를 Realm에 업로드하고 새 장치에 백업을 다운로드하면 됩니다. %s버튼을 클릭하면 새 장치로 월드를 이동하는 방법 등 자세한 정보를 확인할 수 있습니다. # +sunsetting.popup.pendingSunset.device=이 장치를 지원하는 서비스가 끝납니다. 2025년 3월까지는 업데이트가 계속 수신되며, 이후 이 장치에 대한 최종 업데이트를 수신하게 됩니다. 불편을 드려 죄송합니다. %s최종 업데이트 후에도 여전히 월드에서 게임을 플레이하고 마켓플레이스 구매(Minecoin 포함)를 이용할 수 있습니다. 하지만 이 기기에서 더 이상 구매할 수 없습니다. Realms 소유자가 다른 장치에서 업데이트하지 않는 한, 이 장치에서 관리되는 Realms는 2025년 3월부터 6개월간 계속 작동합니다. Realms 정기 구독 서비스를 취소하려면, Realm이 생성된 장치의 설정 메뉴의 구독에서 취소해야 합니다. 더 이상 최신 업데이트를 수신하지 못하며 업데이트를 계속 수신하는 장치 또는 Realms로는 멀티 플레이 게임을 플레이할 수 없습니다. 또한 특정 서버에 연결할 수 없습니다. %s자세한 정보를 보려면 버튼을 클릭하세요. # +sunsetting.popup.sunset.device=이 장치에 대한 지원이 종료되었습니다. 2025년 3월부터 장치를 업데이트할 때까지 더 이상 업데이트를 받을 수 없습니다. 본 업데이트는 이 장치와 호환되는 마지막 업데이트입니다.%s여전히 월드에서 게임을 플레이하고 마켓플레이스 구매(Minecoin 포함)을 이용할 수 있습니다. Realms 소유자가 다른 장치에서 업데이트하지 않는 한, 이 장치에서 관리되는 Realms는 2025년 3월부터 6개월간 계속 작동합니다. Realms 정기 구독 서비스를 취소하려면, Realm이 생성된 기기의 설정 메뉴의 구독에서 취소해야 합니다. 더 이상 최신 업데이트를 수신하지 못하며 업데이트를 계속 수신하는 장치 또는 Realms로는 멀티 플레이 게임을 플레이할 수 없습니다. 또한 특정 서버에 연결할 수 없습니다. %s자세한 정보를 보려면 버튼을 클릭하세요. # +sunsetting.popup.pendingSunset.windows_xr=이 VR/MR 그래픽 장치는 더 이상 지원되지 않습니다. 이 장치는 이 장치를 지원하는 최종 업데이트를 받게 되는 2025년 3월 이후의 업데이트에서 더 이상 지원되지 않습니다.%s최종 업데이트를 받은 후에도 PC에서 업데이트를 계속 받을 수 있으며 VR/MR 장치 없이 플레이할 수 있습니다. 이 시점부터 자신의 월드를 계속 구축할 수 있으며, 마켓플레이스에서 구매한 것(Minecoins 포함)은 컴퓨터 모니터와 같은 VR/MR이 아닌 그래픽 장치에서 계속 사용할 수 있습니다. 최신 업데이트에서 더 이상 지원되지 않으므로 더 이상 Minecraft에서 VR/MR 장치를 사용할 수 없습니다.%s자세한 내용을 보려면 버튼을 클릭하세요. # +sunsetting.popup.sunset.windows_xr=이 VR/MR 그래픽 장치는 더 이상 지원되지 않습니다. 이 VR/MR 장치는 더 이상 지원되지 않습니다. 이 그래픽 장치를 지원하는 최종 업데이트를 받았으며 PC에서 계속 업데이트를 받을 수 있고 VR/MR 장치 없이도 플레이할 수 있습니다. 이 시점부터 여러분은 자신의 월드를 계속 구축할 수 있으며, 마켓플레이스에서 구매한 것(Minecoins 포함)은 컴퓨터 모니터와 같은 VR/MR이 아닌 그래픽 장치에서 계속 사용할 수 있습니다. 최신 업데이트에서 더 이상 지원되지 않으므로 더 이상 Minecraft에서 VR/MR 장치를 사용할 수 없습니다.%s자세한 내용을 보려면 버튼을 클릭하세요. 불편을 끼쳐드려서 죄송하며, 저희 게임에 시간을 할애해 주시고 성원해 주셔서 깊이 감사드립니다. # +sunsetting.popup.pendingSunset.geo=해당 지역에서 이 장치에 대한 지원이 곧 종료됩니다. 최종 업데이트를 받은 후에도 월드에서 계속 플레이할 수 있고 마켓플레이스 구매 내역을 이용할 수 있지만, 더 이상 마켓플레이스에서 구매할 수는 없습니다. 이 장치에서 관리하는 Realm은 6개월 동안 계속 작동합니다. 2023년 9월 30일부터는 해당 Realm에 접속할 수 없습니다. 그 전에 월드를 다운로드하는 것이 좋습니다.%sMicrosoft 계정으로 로그인한 경우, 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoin 및 Realm 정기 구독 서비스를 이용할 수 있습니다. 이 장치에서 다른 장치로 월드를 이동하려면 해당 월드를 Realm에 업로드하고 새 장치에 백업을 다운로드하면 됩니다.%s버튼을 클릭하면 새 장치로 월드를 이동하는 방법 등 자세한 정보를 확인할 수 있습니다. # +sunsetting.popup.sunset.geo=해당 지역에서 이 장치에 대한 지원이 종료되었습니다. 월드에서 계속 플레이 할 수 있고, 마켓플레이스 구매 항목을 이용할 수 있지만, 마켓플레이스에서 다른 상품을 구매할 수 없습니다. 이 장치에서 관리되는 Realm은 2023년 9월 30일까지 계속 이용할 수 있습니다. 그 이후에는 더 이상 Realm에 접속할 수 없게 됩니다. 그러므로 그 전에 귀하의 월드를 다운로드하는 것을 권장합니다.%sMicrosoft 계정으로 로그인한 경우, 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoins 및 Realms 정기 구독을 이용할 수 있습니다. 이 장치에서 다른 장치로 월드를 옮기려면 해당 월드를 Realm에 업로드한 후, 새 장치에 백업을 다운로드하면 됩니다.%s여러분의 월드를 새로운 장치로 옮기는 방법을 비롯한 자세한 정보를 확인하려면 버튼을 클릭하세요. # sunsetting.banner.play.worldTab.pending=버전이 곧 멀티 플레이에 연결되지 않을 수 있습니다. # sunsetting.banner.play.friendsTab.pending=버전이 곧 멀티 플레이에 연결되지 않을 수 있습니다. # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=재료: # 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.flow_armor_trim_smithing_template.name=흐름 방어구 트림 # +item.bolt_armor_trim_smithing_template.name=볼트 방어구 트림 # item.snort_pottery_sherd.name=콧김 도자기 조각 # item.spawn_egg.entity.camel.name=낙타 생성 알 # item.spruce_hanging_sign.name=가문비나무 매다는 표지판 # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=웨이파인더 방어구 트림 # trim_pattern.wild.name=미개척지 방어구 트림 # trim_pattern.bolt.name=볼트 방어구 트림 # trim_pattern.flow.name=흐름 방어구 트림 # -upgrade.netherite_upgrade.name=네더라이트 업그레이드 # storageManager.mainSizeLabel=%s - 아이템 1개 # storageManager.mainSizeLabelPlural=%s - 아이템 %s개 # @@ -8443,6 +8453,8 @@ store.csb.buyNow.title=Marketplace Pass 구독 시작 #### {StrContains="Market store.csb.subscription=가입하면 150개 이상의 흥미로운 Minecraft 마켓플레이스 콘텐츠를 이용할 수 있습니다. 모험 지도를 다운로드하여 플레이하고, 스킨을 착용하고, 텍스처 팩에 빠져들고, 매달 캐릭터 만들기 아이템 세트를 받아 보관하세요. 정기적으로 업데이트되는 카탈로그를 통해 Marketplace Pass로 항상 새로운 것을 발견할 수 있습니다. 월 %s의 금액이 청구되며 언제든지 취소하여 향후 요금 청구를 중지할 수 있습니다. #### {StrContains="Marketplace Pass"} +store.csb.terms=Marketplace Pass는 회원님이 게임을 보유한 Windows 및 기타 지원 플랫폼(Minecraft Java, Android Kindle Editions 제외)에서 지원되는 Minecraft 버전(게임 별도 판매)과 함께 사용할 수 있는 콘텐츠 구독권입니다. 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는 구독을 취소할 때까지 매월 자동으로 요금이 청구되는 정기 구독으로, 150개 이상의 마켓플레이스 팩을 즉시 사용할 수 있습니다.%s구독 설정에 액세스하여 구독을 취소하고 향후 요금 청구를 중지할 수 있습니다. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass는 구독을 취소할 때까지 매월 자동으로 요금이 청구되는 정기 구독으로, 150개 이상의 마켓플레이스 팩을 즉시 사용할 수 있습니다.%s월 %s의 가격이 청구되며, 구독 설정에 액세스하여 구독을 취소하고 향후 요금 청구를 중지할 수 있습니다. #### {StrContains="Marketplace Pass"} store.csb.consumable.offerTrial=150개 이상의 마켓플레이스 팩을 즉시 사용할 수 있습니다. 첫 30일은 무료이며, 이후에는 %s의 가격으로 30일간 갱신할 수 있습니다. # @@ -8854,8 +8866,6 @@ store.myAccount=내 계정 # store.xbl.signin=로그인 # store.xbl.signinOrSignUp=로그인 또는 무료로 가입하기 # store.xbl.disconnected=연결 끊김 # -store.xbl.conversionFailedTitle=오류가 발생했습니다. # -store.xbl.conversionFailedMessage=나중에 다시 시도해주세요. # store.sales.allByCreator=지금 세일 중! # store.sales.bundlesOnSale=지금 번들 세일 중! # @@ -9027,8 +9037,8 @@ tile.deny.name=거부 # tile.border_block.name=경계 # tile.anvil.intact.name=모루 # tile.anvil.name=모루 # -tile.anvil.slightlyDamaged.name=약간 손상된 모루 # -tile.anvil.veryDamaged.name=심각하게 손상된 모루 # +tile.anvil.slightlyDamaged.name=부서진 모루 # +tile.anvil.veryDamaged.name=손상된 모루 # tile.barrier.name=방벽 # tile.beacon.name=신호기 # tile.beacon.primary=주 능력 # @@ -9079,7 +9089,7 @@ tile.iron_block.name=철 블록 # tile.lapis_block.name=청금석 블록 # tile.redstone_block.name=레드스톤 블록 # tile.bookshelf.name=책장 # -tile.brick_block.name=벽돌 블록 # +tile.brick_block.name=벽돌 # tile.brown_mushroom.name=갈색 버섯 # tile.brown_mushroom_block.mushroom.name=버섯 # tile.brown_mushroom_block.stem.name=버섯 줄기 # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=파란색 스테인드글라스 판유리 # tile.stained_glass_pane.purple.name=보라색 스테인드글라스 판유리 # tile.stained_glass_pane.magenta.name=자홍색 스테인드글라스 판유리 # tile.stained_glass_pane.pink.name=분홍색 스테인드글라스 판유리 # -tile.clay.name=점토 블록 # +tile.clay.name=점토 # tile.hardened_clay.name=테라코타 # tile.stained_hardened_clay.black.name=검은색 테라코타 # tile.stained_hardened_clay.blue.name=파란색 테라코타 # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=붉은 네더 벽돌 벽 # tile.cocoa.name=코코아 # tile.command_block.name=커맨드 블록 # tile.composter.name=퇴비통 # -tile.light_block.name=조명 블록 # +tile.light_block.name=밝음 # tile.repeating_command_block.name=반복 커맨드 블록 # tile.chain_command_block.name=체인 커맨드 블록 # tile.wheat.name=작물 # tile.darkOakFence.name=짙은 참나무 울타리 # tile.dark_oak_fence_gate.name=짙은 참나무 울타리 문 # -tile.daylight_detector.name=일광 센서 # +tile.daylight_detector.name=일광 탐지기 # tile.deadbush.name=마른 덤불 # tile.detector_rail.name=탐지 레일 # tile.dirt.coarse.name=거친 흙 # @@ -9305,7 +9315,7 @@ tile.dispenser.name=디스펜서 # tile.iron_door.name=철문 # tile.doorWood.name=나무 문 # tile.double_plant.fern.name=큰 양치식물 # -tile.double_plant.grass.name=큰 잔디 # +tile.double_plant.grass.name=긴 잔디 # tile.double_plant.name=식물 # tile.double_plant.paeonia.name=모란 # tile.double_plant.rose.name=장미 덤불 # @@ -9395,7 +9405,7 @@ tile.monster_egg.stone.name=감염된 돌 # tile.mushroom.name=버섯 # tile.noteblock.name=소리 블록 # tile.mycelium.name=균사체 # -tile.nether_brick.name=네더 벽돌 블록 # +tile.nether_brick.name=네더 벽돌 # tile.red_nether_brick.name=빨간색 네더 벽돌 # tile.nether_brick_fence.name=네더 벽돌 울타리 # tile.quartz_ore.name=네더 석영 광석 # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=정글나무 표지판 # tile.acacia_standing_sign.name=아카시아나무 표지판 # tile.darkoak_standing_sign.name=짙은 참나무 표지판 # tile.slime.name=슬라임 블록 # -tile.snow.name=눈 # +tile.snow.name=눈 블록 # tile.sponge.dry.name=스펀지 # tile.sponge.wet.name=젖은 스펀지 # tile.spruceFence.name=가문비나무 울타리 # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=죽은 거품 산호 블록 # tile.coral_block.red_dead.name=죽은 불꽃 산호 블록 # tile.coral_block.yellow_dead.name=죽은 뿔 산호 블록 # tile.tallgrass.fern.name=양치식물 # -tile.tallgrass.grass.name=잔디 # -tile.tallgrass.name=잔디 # +tile.tallgrass.grass.name=짧은 잔디 # +tile.tallgrass.name=짧은 잔디 # tile.tallgrass.shrub.name=관목 # tile.tuff_brick_slab.name=응회암 벽돌 판 # tile.tuff_brick_stairs.name=응회암 벽돌 계단 # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=응회암 계단 # tile.tuff_wall.name=응회암 벽 # tile.seagrass.seagrass.name=해초 # tile.sea_pickle.name=해삼 # -tile.turtle_egg.name=바다 거북 알 # +tile.turtle_egg.name=거북 알 # tile.coral.blue.name=튜브 산호 # tile.coral.pink.name=뇌 산호 # tile.coral.purple.name=거품 산호 # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=죽은 불꽃 부채 산호 # tile.coral_fan_dead.yellow_fan.name=죽은 뿔 부채 산호 # tile.glass_pane.name=판유리 # tile.tnt.name=TNT # -tile.snow_layer.name=쌓인 눈 # +tile.snow_layer.name=눈 # tile.torch.name=횃불 # tile.trapdoor.name=참나무 뚜껑문 # tile.acacia_trapdoor.name=아카시아나무 뚜껑문 # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=물 # tile.water.name=물 # tile.waterlily.name=수련잎 # tile.web.name=거미줄 # -tile.heavy_weighted_pressure_plate.name=무게 감압판(중형) # -tile.light_weighted_pressure_plate.name=무게 감압판(경형) # +tile.heavy_weighted_pressure_plate.name=중량 감압판 # +tile.light_weighted_pressure_plate.name=경량 감압판 # tile.end_stone.name=엔드 스톤 # tile.end_bricks.name=엔드 스톤 벽돌 # tile.planks.acacia.name=아카시아 판자 # @@ -10288,7 +10298,7 @@ xbox.signin.enterCode=후 다음 코드 입력: # xbox.signin.enterCode.qr=2. 메시지가 표시되면 아래 코드를 입력하세요. # xbox.signin.letsPlay=지금 플레이하기 # xbox.signin.message=무료 Microsoft 계정에 로그인하고 완전한 Minecraft의 세계를 경험해 보세요. # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=다른 Microsoft 계정으로 로그인 # xbox.signin.website=다른 장치에서 다음 웹사이트 방문: # xbox.signin.website.qr=1. 다른 장치에서 다음 웹사이트 방문: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=%s 샌드박스에 로그인하지 못 xbox.dev_wrongSandboxSigninFailed.button.dev=개발 샌드박스로 변경 # xbox.dev_wrongSandboxSigninFailed.button.retail=소매 샌드박스로 변경 # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=계정 로그인 데이터 지우기 # -xbox.addfriendsignin.line1=게이머태그로 친구를 찾으면 친구가 온라인일 때 알 수 있습니다. # -xbox.addfriendsignin.line2=Microsoft 계정으로 로그인하고 친구 추가를 시작하세요! # xbox.invitesignin.line1=게이머태그로 친구를 초대하면 친구가 온라인일 때 친구의 월드를 볼 수 있습니다. # xbox.invitesignin.line2=Microsoft 계정으로 로그인하여 친구 초대를 시작하세요! # xbox.thirdpartysignin.line1=즐거운 미니 게임과 새로운 플레이어를 곧 만나볼 수 있습니다! 먼저 '%s'에 개인 확인 정보를 제공해주세요. # xbox.thirdpartysignin.line2=연결하려면 Microsoft 계정으로 로그인해야 합니다. # xbox.signInLong=무료로 로그인하세요! # xbox.signOutLong=Microsoft 계정에서 로그아웃하기 # -xbox.externalServer.title=서버에서 플레이하기 # -xbox.externalServer.line1=서버에서 제공하는 창의적인 방식으로 Minecraft를 즐겨보세요. 로그인만 하면 온라인에서 새로운 친구들과 플레이할 수 있습니다. # xbox.genericsignin.line1=Minecraft 계정이 있으면 PC 또는 모바일 기기에서 친구와 함께 온라인 멀티 플레이를 즐길 수 있습니다. 가장 좋은 점이 뭔지 아세요? # xbox.genericsignin.line2=무료라는 사실이죠. # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=새 스킨 선택 # dr.classic_skins.custom_skin_title=스킨 가져오기 # dr.classic_skins.custom_skin_description=장치에서 png(64x32, 64x64 또는 128x128) 파일을 가져와 스킨으로 사용합니다. 이 스킨은 장치나 게임 간에 동기화되지 않습니다. # -dr.classic_skins.custom_skin_description_disabled= 멀티 플레이 게임 중에는 기기에서 사용자 지정 스킨을 선택할 수 없습니다. 메인 메뉴로 돌아가 장착해 주세요. # +dr.classic_skins.custom_skin_description_disabled=멀티 플레이 게임 도중에는 장치에서 커스텀 스킨을 선택할 수 없습니다. 장착하려면 메인 메뉴로 돌아가세요. # dr.classic_skins.custom_skin_description_popup='신뢰할 수 있는 스킨만 허용' 옵션이 활성화된 경우 사용자 지정 스킨이 있는 플레이어는 표시되지 않습니다. # dr.classic_skins.custom_skin_section_title=소유 스킨 # dr.classic_skins.invalidCustomSkin=64x64, 64x32 또는 128x128 크기의 .png 파일을 불러오세요. # diff --git a/resource_pack/texts/nb_NO.lang b/resource_pack/texts/nb_NO.lang index f641d27bd..7dfb8408f 100644 --- a/resource_pack/texts/nb_NO.lang +++ b/resource_pack/texts/nb_NO.lang @@ -964,6 +964,7 @@ 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.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 # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s har allerede låst opp oppskriften: %2$s # commands.recipes.playerDoesNotHaveRecipe=%1$s har ikke oppskriften: %2$s # 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.editor.description=Laster inn alle funksjons- og skriptfiler fra alle atferdspakker på nytt, eller starter alternativt klienten på nytt for å laste inn alle ressursene på nytt. # +commands.reload.started=Innlasting av verdenen på nytt har startet. # 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. # commands.replaceitem.description=Erstatter gjenstander i inventarer. # commands.replaceitem.failed=Kan ikke erstatte %s plass %d med %d * %s # commands.replaceitem.keepFailed=Det er allerede en gjenstand som opptar %s spor %d. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Skaperkameraer: Fokusmålkamera createWorldScreen.experimentalFocusTargetCameraDescription=Aktiverer atferd for det eksisterende frittstående kameraet for å målrette mot en enhet # createWorldScreen.recipeUnlocking=Oppskrift-opplåsing # createWorldScreen.recipeUnlockingDescription=Aktiver oppskrift-opplåsing # -createWorldScreen.experimentalholiday=Funksjoner for høytidsskapere # -createWorldScreen.experimentalholidayDescription=Legg til datadrevne blokker og gjenstandsteknologi for å tilpasse blokkform, rotasjon, skade og mye mer # createWorldScreen.experimentalGameTest=Beta-API-er # createWorldScreen.experimentalGameTestDescription=Bruk «-beta»-versjoner av API-moduler i tilleggspakker # createWorldScreen.experimentalMolangFeatures=Molang-funksjoner # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Du må være logget på en Microsof realmsSharingScreen.invalidPermissionTitle=Ugyldige tillatelser # realmsSharingScreen.unexpectedServerResponseTitle=Feil i Realms # realmsSharingScreen.unexpectedServerResponseMessage=Beklager, vi hadde problemer med å koble til realmen. Prøv på nytt senere. # +realmsSharingScreen.inviteLinkNotFoundTitle=Feil i Realms # +realmsSharingScreen.inviteLinkNotFoundMessage=Denne invitasjonslenken er ugyldig. # realmsCreateScreen.title.create=Lag en realmserver # realmsCreateScreen.title.extend=Forleng realmen din # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Forleng med 180 dager # xblLogin.LoginMessageTitle=Microsoft-konto # xblLogin.LoginMessage=Kobler til … # -xbl.savePurchase.description.line1=Vil du spille med det du kjøper fra hvilken som helst enhet med tilgang til Minecraft-butikken? Logg inn med en gratis Microsoft-konto og synkroniser kjøpte skall, teksturer, kart og mash-ups, slik at du kan bruke og spille med dem i Minecraft! # -xbl.savePurchase.description.line2=Hvis du mister enheten din eller avinstallerer Minecraft, vil kjøpene dine fortsatt være synkroniserte og tilgjengelige på hvilken som helst enhet når du bruker Microsoft-kontoen. # -xbl.savePurchase.leaveOnDevice=Behold på enheten # -xbl.savePurchase.title=Lagre kjøp i en Microsoft-konto? # xbl.savePurchase.saveButton=Lagre i Microsoft-konto # -xbl.savePurchase.toast.title=Suksess! # -xbl.savePurchase.toast.message=Kjøpene er synkronisert med Microsoft-kontoen! # -xbl.savePurchase.inProgress.message=Overfører kjøp til Microsoft-kontoen … # - -xbl.syncIAP.title=Synkroniser kjøp med Microsoft-kontoen din? # -xbl.syncIAP.description=Logg deg på Microsoft-kontoen for å synkronisere skallene, teksturpakkene, verdenene og mash-up-pakkene dine. Da får du tilgang til dem på alle enheter der du spiller Minecraft. # -xbl.syncIAP.syncNow=Synkroniser nå … # -xbl.syncIAP.syncLaterEllipsis=Synkroniser senere … # -xbl.syncIAP.syncLater=Synkroniser senere # -xbl.syncIAP.toast.title=Suksess! # -xbl.syncIAP.toast.message=Kjøp er synkroniserte med Microsoft-kontoen din! # -xbl.syncIAP.inProgress.message=Synkroniserer kjøp med Microsoft-kontoen din … # -xbl.syncIAP.skipSignIn.prompt.description=Denne Microsoft-kontoen blir ikke primærkontoen for denne enheten med mindre du synkroniserer kjøp som er gjort på enheten, med denne kontoen. Du logges ikke på automatisk når du starter Minecraft. # - -xbl.syncIAP.confirmSync.prompt.title=Synkronisere med %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=Vil du synkronisere appbutikkjøpene dine med %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=Pakker kjøpt utenfor Minecraft-markedsplassen kan bare synkroniseres én gang. De er fortsatt tilgjengelige for alle som spiller på denne enheten. # -xbl.syncIAP.confirmSync.prompt.yes=Ja, synkroniser kjøpene mine # xbl.marketplace.account.error.body.nobutton=Det er en feil med kontoen din. Du kan ikke bruke markedsplassen før vi har løst problemet. Hvis problemet vedvarer i flere dager, kontakter du brukerstøtten. # @@ -2512,8 +2495,6 @@ store.sign_in_warning.no_xbl_and_local_content=Du har tidligere lastet ned innho store.sign_in_warning.no_xbl_and_no_local_content.line1=Logg på nå for å lagre og dele kjøpene dine på tvers av plattformer. Lagre kjøp slik at du ikke mister dem hvis noe skjer med systemet ditt, eller hvis Minecraft avinstalleres. Få tilgang til innhold fra markedsplassen som du har kjøpt tidligere fra hvilken som helst plattform, og bruk de tilpassede figurene dine på tvers av plattformer. # store.sign_in_warning.no_xbl_and_no_local_content.line2=Har du ikke en Microsoft-konto? Lag en gratis nå! # -xbl.skipSignIn.prompt.title=Midlertidig konto # -xbl.skipSignIn.prompt.description=Denne Microsoft-kontoen blir ikke primærkontoen for denne enheten med mindre du overfører kjøp som er gjort på enheten, til denne kontoen. Du logges ikke på automatisk når du starter Minecraft. # 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.message2=Er du sikker på at du vil gjøre dette? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s ble kvalt i en vegg # death.attack.lava=%1$s prøvde å svømme i lava # death.attack.lava.player=%1$s prøvde å svømme i lava for å flykte fra %2$s # death.attack.lightningBolt=%1$s ble truffet av lynet # +death.attack.maceSmash.player=%1$s ble knust av %2$s # +death.attack.maceSmash.player.item=%1$s ble knust av %2$s med %3$s # death.attack.magic=%1$s ble drept av magi # death.attack.magma=%1$s oppdaget at gulvet var lava # death.attack.magma.player=%1$s gikk i en faresone på grunn av %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Server og klient har forskjellige disconnectionScreen.editor.cannotUseRayTracing=Ressurspakker som muliggjør strålesporing er ikke kompatible med Editor-prosjekter ennå. # disconnectionScreen.unexpectedPacket=Frakoblet på grunn av en uventet type mottatt pakke som ikke kan behandles. Dette kan skyldes manglende samsvar mellom versjoner eller korrumpering på nettverksnivå. # disconnectionScreen.connectionLost=Tilkoblingen til verten ble brutt. Hvis verdenen fortsatt hostes, kan du kontrollere Internett-tilkoblingen og prøve å koble til igjen. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Kan ikke laste inn verdenen. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Prøv å åpne denne verdenen i demomodus. # disconnectionScreen.errorCode=Feilkode: # storageSpaceWarningScreen.frontend=Du har nesten ikke mer datalagringsplass igjen! Minecraft har begrenset tilgangen til denne funksjonen frem til du frigjør mer plass. # @@ -3041,7 +3026,7 @@ entity.villager.librarian=Bibliotekar # entity.villager.shepherd=Gjeter # entity.villager.tool=Verktøymaker # entity.villager.weapon=Våpensmed # -entity.villager.mason=Steinhugger # +entity.villager.mason=Mason # entity.villager.unskilled=Landsbyboer uten yrke # entity.villager_v2.name=Landsbyboer # entity.vindicator.name=Hevner # @@ -3126,7 +3111,7 @@ feed.upload=Skjermbildet ditt lastes opp ... # feed.manage=Administrer tidslinje # feed.share=Del # feed.addScreenshot=Legg til skjermbilde # -feed.screenshotCapturedRealms=Skjermbilde tatt. Gå til Realms-historier for å dele det. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Skjermbilde tatt. Du kan se det i skjermbildegalleriet ditt. # feed.screenshotAlmostFull=Skjermbilde tatt. Galleriet ditt er nesten fullt. (%d/%d) # feed.screenshotReachedMax=Skjermbilde tatt. Galleriet ditt er fullt. (%d/%d) # @@ -3420,7 +3405,7 @@ howtoplay.anvil.text.5=Hver gang du bruker ambolten, er det en sjanse for at den howtoplay.armor=Rustning # howtoplay.armor.text.1=Du kan beskytte deg mot skade ved å bruke rustning. Rustningsnivået ditt vises som :armor: i HUD, og jo høyere nivå, desto mindre skade får du. # howtoplay.armor.header.1=Lage # -howtoplay.armor.text.2=En rustning kan lages av lær, jern, gull og diamant. Du kan skaffe deg en ringrustning ved å handle med landsbyboere og ved å drepe zombier og skjeletter, som slipper dette som bytte. # +howtoplay.armor.text.2=En rustning kan lages av lær, jern, gull eller diamant. Du kan skaffe deg en ringbrynjerustning ved å handle med landsbyboere og ved å drepe zombier og skjeletter, som slipper dette som bytte. # howtoplay.armor.text.3=Ta på deg rustningen ved å åpne inventaret og flytte delene av rustningen til riktig plass ved siden av spillerskallet ditt. # howtoplay.armor.text.4=Jern-, brynje- og gullrustninger kan smeltes om til jernbarrer eller gullklumper i en smelteovn. # howtoplay.armor.header.2=Skjold # @@ -3893,7 +3878,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-markedsplassen. 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-karkedsplassen. Minecoins kan ikke brukes på PlayStation®. Gå til minecraft.net/minecoins for mer informasjon om kompatibilitet #### CertRequirement: [PlayStation®] howtoplay.mining=Gruvedrift # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Gull # item.axolotlColorWild.name=Brun # item.axolotlColorBlue.name=Blå # item.golden_apple.name=Gulleple # -item.appleEnchanted.name=Fortryllet eple # +item.appleEnchanted.name=Fortryllet gulleple # item.armadillo_scute.name=Beltedyrhornskjell # item.armor_stand.name=Rustningstativ # item.arrow.name=Pil # @@ -4626,7 +4611,7 @@ item.banner.half_vertical_right.red=Rød høyre halvdel # item.banner.half_vertical_right.silver=Lysegrå høyre halvdel # item.banner.half_vertical_right.white=Hvit høyre halvdel # item.banner.half_vertical_right.yellow=Gul høyre halvdel # -item.banner.illager_captain.name=Ondsbyboer banner # +item.banner.illager_captain.name=Illevarslende banner # item.banner.lightBlue.name=Lyseblått banner # item.banner.lime.name=Limegrønt banner # item.banner.magenta.name=Magentarødt banner # @@ -5022,7 +5007,7 @@ item.boat.big_oak.name=Båt av mørk eik # item.bone.name=Bein # item.book.name=Bok # item.breeze_rod.name=Brisstav # -item.chainmail_boots.name=Ringstøvler # +item.chainmail_boots.name=Ringbrynjestøvler # item.leather_boots.name=Skinnstøvler # item.diamond_boots.name=Diamantstøvler # item.golden_boots.name=Gullstøvler # @@ -5122,18 +5107,18 @@ item.warped_fungus_on_a_stick.name=Fordreid sopp på en pinne # item.carrot.name=Gulrot # item.cauldron.name=Gryte # item.charcoal.name=Trekull # -item.chainmail_chestplate.name=Ringbrystplate # +item.chainmail_chestplate.name=Ringbrynjebrystplate # item.leather_chestplate.name=Skinnkjortel # item.diamond_chestplate.name=Diamantbrystplate # item.golden_chestplate.name=Gullbrystplate # item.iron_chestplate.name=Jernbrystplate # item.chorus_fruit.name=Korfrukt # item.chorus_fruit_popped.name=Sprukket korfrukt # -item.cooked_beef.name=Stekt kjøtt # +item.cooked_beef.name=Biff # item.cooked_chicken.name=Stekt kylling # item.cooked_porkchop.name=Stekt kotelett # item.chicken.name=Rå kylling # -item.clay_ball.name=Leire # +item.clay_ball.name=Leirekule # item.clock.name=Klokke # item.coal.name=Kull # item.comparator.name=Rødsteinskomparator # @@ -5242,7 +5227,7 @@ item.golden_axe.name=Gulløks # item.iron_axe.name=Jernøks # item.stone_axe.name=Steinøks # item.wooden_axe.name=Treøks # -item.chainmail_helmet.name=Ringhjelm # +item.chainmail_helmet.name=Ringbrynjehjelm # item.leather_helmet.name=Skinnhatt # item.diamond_helmet.name=Diamanthjelm # item.golden_helmet.name=Gullhjelm # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Underverdenhjelm # item.lead.name=Reim # item.leather.name=Skinn # item.leaves.name=Løv # -item.chainmail_leggings.name=Ringbukser # +item.chainmail_leggings.name=Ringbrynjebukser # item.leather_leggings.name=Skinnbukser # item.diamond_leggings.name=Diamantbukser # item.golden_leggings.name=Gullbukser # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Ørkenlandsbykart # item.map.exploration.jungle_temple.name=Jungelutforskerkart # item.map.exploration.swamp_hut.name=Sumputforskerkart # item.map.exploration.trial_chambers.name=Prøveutforskerkart # -item.melon.name=Melon # -item.milk.name=Melk # +item.melon.name=Melonskive # +item.milk.name=Melkespann # item.minecart.name=Gruvevogn # item.chest_minecart.name=Gruvevogn med kiste # item.command_block_minecart.name=Gruvevogn med kommandoblokk # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Genereringsegg for shulker # item.spawn_egg.entity.endermite.name=Genereringsegg for endermidd # item.spawn_egg.entity.evocation_illager.name=Genereringsegg for åndemaner # item.spawn_egg.entity.vex.name=Genereringsegg for plageånd # -item.spawn_egg.entity.turtle.name=Genereringsegg for havskilpadde # +item.spawn_egg.entity.turtle.name=Genereringsegg for skilpadde # item.spawn_egg.entity.dolphin.name=Genereringsegg for delfin # item.spawn_egg.entity.phantom.name=Genereringsegg for fantom # item.spawn_egg.entity.panda.name=Genereringsegg for panda # @@ -5446,7 +5431,7 @@ item.dried_kelp.name=Tørket tare # item.rotten_flesh.name=Råttent kjøtt # item.ruby.name=Rubin # item.saddle.name=Sal # -item.wheat_seeds.name=Frø # +item.wheat_seeds.name=Hvetefrø # item.beetroot_seeds.name=Rødbetfrø # item.melon_seeds.name=Melonfrø # item.pumpkin_seeds.name=Gresskarfrø # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Skilt av akasietre # item.darkoak_sign.name=Skilt av mørkt eiketre # item.crimson_sign.name=Høyrødt skilt # item.warped_sign.name=Fordreid skilt # -item.skull.char.name=Hode # +item.skull.char.name=Spillerhode # item.skull.creeper.name=Smygerhode # item.skull.dragon.name=Dragehode # item.skull.player.name=%s sitt hode # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Wither-hodeskalle # item.skull.zombie.name=Zombiehode # item.slime_ball.name=Slimball # item.snowball.name=Snøball # -item.speckled_melon.name=Glitrende melon # +item.speckled_melon.name=Glitrende melonskive # item.spider_eye.name=Edderkoppøye # item.stick.name=Pinne # item.string.name=Hyssing # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Skilpaddehornskjell # item.phantom_membrane.name=Fantommembran # item.sweet_berries.name=Søte bær # item.suspicious_stew.name=Suspekt stuing # +item.field_masoned_banner_pattern.name=Mursteinsmønster – bannermønster # +item.creeper_banner_pattern.name=Smygerfjes – bannermønster # +item.flow_banner_pattern.name=Flyt – bannermønster # +item.flower_banner_pattern.name=Blomst – bannermønster # +item.globe_banner_pattern.name=Globus – bannermønster # +item.guster_banner_pattern.name=Guster – bannermønster # +item.piglin_banner_pattern.name=Snute – bannermønster # +item.skull_banner_pattern.name=Hodeskalle – bannermønster # +item.mojang_banner_pattern.name=Ting – bannermønster # +item.bordure_indented_banner_pattern.name=Taggete bord – bannermønster # item.banner_pattern.bricks=Mursteinsmønster # item.banner_pattern.creeper=Smygerfjes # item.banner_pattern.flow=Flyt # @@ -5955,7 +5950,6 @@ map.position=Posisjon: %s, %s, %s # mcoServer.title=Minecraft-verden på nettet # -menu.ai_lesson_crafter=Leksjonsbygger # menu.achievements=Prestasjoner # menu.convertingLevel=Utvider verden # menu.copyright=© Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Bredde # options.codeBuilder=Kodebygger # options.content_log_file=Aktiver innholdsloggfil # options.content_log_gui=Aktiver innholdslogg GUI # +options.content_log_gui.level=Loggingsnivå i brukergrensesnitt # +options.content_log_gui.level.info=Info # +options.content_log_gui.level.warn=Advar # +options.content_log_gui.level.error=Feil # options.controller=Kontroller # options.controllerLayout=Kontrolleroppsett # options.controllerSettings=Kontrollerinnstillinger # @@ -6296,14 +6294,14 @@ options.dev_displayMarketplaceDocumentId=Vis dokument-ID for markedsplassen # options.dev_addCoins=Legg til %s mynter # options.dev_addCoinTitle=Legg til mynter # options.dev_reset_entitlements=Tilbakestill alle rettigheter # -options.dev_reset_entitlements_loading=Hvis du tilbakestiller rettigheter, lukkes denne dialogen når prosessen er ferdig. Du kan lukke dette vinduet, men det kan føre til uventet oppførsel hvis du lukker spillet før denne kommandoen er fullendt. # -options.dev_reset_entitlements_error_unfinished=Advarsel, alle objektene ble ikke slettet ordentlig. Prøv å kjøre kommandoen på nytt, eventuelt etter å ha startet klienten på nytt. # +options.dev_reset_entitlements_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_warning=Advarsel! Dette sletter alle rettighetene dine, inkludert arverettigheter som du muligens ikke kan få tilbake! Denne handlingen kan ta en stund hvis du har et høyt antall rettigheter. Er du sikker på at du ønsker å fortsette? # options.dev_reset_entitlements_success=Rettigheter slettet. # options.dev_currencyFailureWarning=Nettverksanropet mislyktes. Feil: %s # options.dev_currencyFailureWarningGeneric=Nettverksanropet mislyktes. Kontroller at du er logget på en konto som er på tillatelseslisten. # options.dev_reset_wallet=Tilbakestill lommebok # -options.dev_allowlist_failure=Feil! Operasjonen mislyktes, dobbeltsjekk for å være sikker på at denne kontoen er på tillatelseslisten. # +options.dev_allowlist_failure=Feil! Operasjonen mislyktes. Dobbeltsjekk for å være sikker på at denne kontoen er på tillatelseslisten. # options.discoveryEnvironment=Oppdagelsesmiljø (krever omstart) # options.discoveryEnvironment.production=Produksjon # options.discoveryEnvironment.staging=Utprøving # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Overstyr eksperimentell behandling # 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_discoveryOverrideServiceName=Tjenestenavn (sikkerhet, profil osv.) # +options.dev_discoveryOverrideServiceBranch=Gren # +options.dev_resetAllEndpointOverrides=Tilbakestill alle endepunkter # +options.dev_apply=Bruk # options.dev_displayTreatmentsPanel=Vis behandlinger # options.dev_currentTreatmentsTitle=Nåværende behandlinger # options.dev_unusedTreatmentsTitle=Ubrukte behandlinger # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Nivå 2 – KitKat # options.dev_sunsetting_tier.three=Nivå 3 – FireTV # options.dev_sunsetting_tier.four=Nivå 4 – 1024 MB # options.dev_sunsetting_tier.five=Nivå 5 – iOS 12 og Nougat # +options.dev_sunsetting_tier.six=Nivå 6 – iOS 13, Android 8, VR-enheter # options.dev_sunsetting_tier.not_pending=Venter ikke # options.dev_gatherings_section=Samlinger # options.dev_gatherings_enable=Aktiver samlinger # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Den lange gjengivelsesavstanden kan føre til lav options.raytracing.renderdistance.warning=Denne innstillingen kan føre til ytelsesproblemer når du spiller spillet. # options.resetSettings=Tilbakestill til standard # options.resetSettings.popUp=Er du sikker på at du vil tilbakestille innstillingene? # -options.maxFramerate=Maksimal bildefrekvens (eksperimentell) # +options.maxFramerate=Bildefrekvensgrense # +options.maxFramerate.tooltip=Reduser spillets maksimale bildefrekvens for å forbedre batteriets levetid og enhetens tilstand. Faktisk bildefrekvens kan falle under den fastsatte grensen. # options.maxFramerateFormat=%s fps # options.perf_turtle=Topptrimmet skilpadde # options.msaa=Anti-Aliasing # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Adaptiv loddrett synkronisering # options.websocketEncryption=Krev krypterte WebSocketer # options.websocketEncryptionWarningLabel=Bare deaktiver dette alternativet hvis du aktivt kobler deg til en kjent og sikker app. # options.filelocation.title=Lagringsplass for filer # +options.filelocation.title.edu=Lokal lagringsplass # options.filelocation.external=Ekstern # options.filelocation.appdata=App # options.filelocation.external.warning.title=Advarsel # @@ -6960,26 +6966,12 @@ sunsetting.popup.title=Denne enheten støttes ikke lenger. # sunsetting.popup.moreInfo=Mer informasjon # sunsetting.popup.dontshow=Ikke vis dette igjen # -sunsetting.popup.moreInfo.gearVR=Hvis du vil ha mer informasjon, kan du gå til https://aka.ms/MinecraftSunsetting i en hvilken som helst nettleser. # -sunsetting.popup.moreInfo.gearVR.geo=Hvis du vil ha mer informasjon, kan du gå til https://aka.ms/MinecraftGeoSunsetting i en hvilken som helst nettleser. # - -sunsetting.popup.pendingSunset.ios=Vi har ikke lenger mulighet til å støtte denne enheten, og støtten blir derfor avsluttet. Du fortsetter å motta oppdateringer frem til februar 2024, og da mottar du den endelige oppdateringen for denne enheten. %sEtter at du har mottatt den endelige oppdateringen, kan du fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøp (inkludert Minecoins), men du vil ikke lenger kunne foreta nye kjøp på denne enheten. Realms administrert fra denne enheten fortsetter å fungere i 6 måneder med mindre de er oppdatert av Realms-eieren på en annen enhet. For å avslutte Realms-abonnementet må du gå til abonnementet sin innstillinger-meny på enheten som realmen ble laget på. Du kommer ikke lenger til å motta de nyeste oppdateringene, og du kan ikke spille i flerspillermodus med enheter eller Realms som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere. %sKlikk på knappen for mer informasjon blant annet om måter å flytte verdener til en ny enhet på. # -sunsetting.popup.pendingSunset.android=Vi har ikke lenger mulighet til å støtte denne enheten, og støtten blir derfor avsluttet. Du fortsetter å motta oppdateringer frem til februar 2024, og da mottar du den endelige oppdateringen for denne enheten. %sEtter at du har mottatt den endelige oppdateringen, kan du fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøp (inkludert Minecoins), men du vil ikke lenger kunne foreta nye kjøp på denne enheten. Realms administrert fra denne enheten fortsetter å fungere i 6 måneder med mindre de er oppdatert av Realms-eieren på en annen enhet. For å avslutte Realms-abonnementet må du gå til abonnementene dine i Google Play. Du kan få tilgang til Google Play fra en hvilken som helst støttet enhet, eller en PC der du kan logge inn på kontoen din. Du kommer ikke lenger til å motta de nyeste oppdateringene, og du kan ikke spille i flerspillermodus med enheter eller Realms som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere. %sKlikk på knappen for mer informasjon blant annet om måter å flytte verdener til en ny enhet på. # -sunsetting.popup.pendingSunset.ios_android=Vi har ikke lenger mulighet til å støtte denne enheten, og støtten blir derfor avsluttet. Du fortsetter å motta oppdateringer frem til november 2022, og da mottar du den endelige oppdateringen for denne enheten. Vi beklager eventuelle ulemper dette måtte medføre. %sEtter at du har mottatt den endelige oppdateringen, kan du fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøp (inkludert Minecoins). Realms administrert fra denne enheten fortsetter å fungere med mindre de er oppdatert av Realms-eieren på en annen enhet. Du kommer ikke lenger til å motta de nyeste oppdateringene, og du kan ikke spille i flerspillermodus med enheter eller i Realms som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere. %sKlikk på knappen for mer informasjon blant annet om måter å flytte verdener til en ny enhet på. # -sunsetting.popup.sunset.ios_android=Denne enheten støttes ikke lenger. Du har mottatt den endelige oppdateringen for denne enheten. Fra nå av kan du fortsette å bygge i verdenene dine, og Markedsplass-kjøpene dine (inkludert Minecoins) er fortsatt tilgjengelige. Realms fortsette å fungere med mindre de er oppdatert av Realm-eieren på en annen enhet. Du mottar ikke lenger de nyeste oppdateringene, og du kan ikke spille i flerspillermodus med enheter eller Realms som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere. %sKlikk på knappen for mer informasjon blant annet om måter å flytte verdener til en ny enhet på. Vi vet at dette er ubeleilig, og vi setter stor pris på tiden du har benyttet spillet vårt, og vi håper å se deg igjen på en oppdatert enhet. # -sunsetting.popup.pendingSunset.gearvr_win10=Vi har ikke lenger mulighet til å støtte denne enheten, og støtten blir derfor avsluttet. Du fortsetter å motta oppdateringer frem til vår neste store oppdatering, da du mottar den endelige oppdateringen for denne enheten. Vi beklager ulemper dette måtte medføre. %sEtter at du har mottatt den endelige oppdateringen, kan du fortsatt spille i verdenene dine, og få tilgang til Markedsplass-kjøp (inkludert Minecoins). Du får imidlertid ikke lenger tilgang til flerspillermodus eller Realms fra denne enheten. Du kommer ikke lenger til å motta de nyeste oppdateringene, og du kan ikke spille med enheter eller Realms som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere. %sKlikk på knappen for mer informasjon blant annet om måter å flytte verdener til en ny enhet på. # -sunsetting.popup.sunset.gearvr_win10=Denne enheten støttes ikke lenger. Du har mottatt den endelige oppdateringen for denne enheten. Fra nå av kan du fortsette å bygge i verdener, og Markedsplass-kjøpene dine (inkludert Minecoins) er fortsatt tilgjengelige. Du har imidlertid ikke lenger tilgang til flerspillermodus eller Realms fra denne enheten. Du kommer ikke til å motta de nyeste oppdateringene, og du vil ikke kunne spille med enheter som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere. # -sunsetting.popup.pendingSunset.dx10=Vi har ikke lenger mulighet til å støtte denne grafikkenheten, og støtten blir derfor avsluttet. Du fortsette å motta oppdateringer frem til vår neste store oppdatering, da du mottar den endelige oppdateringen for denne enheten. Vi beklager ulemper dette måtte medføre. %sEtter at du har mottatt den endelige oppdateringen, kan du fortsatt spille i verdenene dine, og få tilgang til Markedsplass-kjøp (inkludert Minecoins). Realms administrert fra denne enheten, fortsetter å fungere med mindre de er oppdatert av Realms-eieren på en annen enhet. Du kommer ikke lenger til å motta de nyeste oppdateringene, og du kan ikke spille i flerspillermodus med enheter eller Realms som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere. %sKlikk på knappen for mer informasjon blant annet om måter å flytte verdener til en ny enhet på. # -sunsetting.popup.sunset.dx10=Denne grafikkenheten støttes ikke lenger. Du har mottatt den endelige oppdateringen for denne enheten. Fra nå av kan du fortsette å bygge i verdener, og Markedsplass-kjøpene dine (inkludert Minecoins) er fortsatt tilgjengelige. Realms fortsette å fungere med mindre de er oppdatert av Realm-eieren på en annen enhet. Du mottar ikke lenger de nyeste oppdateringene, og du kan ikke spille i flerspillermodus med enheter eller Realms som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere. %sKlikk på knappen for mer informasjon blant annet om måter å flytte verdener til en ny enhet på. Vi vet at dette er ubeleilig, og vi setter stor pris på tiden du har benyttet spillet vårt, og på støtten din. # - -sunsetting.popup.pendingSunset.geo.ios=Vi støtter snart ikke lenger denne enheten i området ditt. Etter at du har mottatt den siste oppdateringen, kan du fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere i 6 måneder. 30. september 2023 mister du tilgang til den aktuelle realmen. Det anbefales at du laster ned verdenen din før dette og sier opp abonnementet gjennom abonnementsinnstillingene på enheten din. %sHvis du har logget på med en Microsoft- / Xbox Live-konto, kommer Markedsplass-kjøp, Minecoins og Realms-abonnementet ditt til å være tilgjengelig på andre plattformer. Hvis du vil flytte verdenene dine fra denne enheten til en annen enhet, kan du gjøre det ved å laste opp verdenen til et realm og laste ned en sikkerhetskopi til den nye enheten. %sKlikk på knappen hvis du vil vite mer, blant annet hvordan du flytter verdenen din til en ny enhet. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Vi støtter ikke lenger denne enheten i området ditt. Du kan fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere fram til 30. september 2023. Etter det har du ikke lenger ha tilgang til den aktuelle realmen. Det anbefales at du laster ned verdenen din før dette. %sHvis du har logget på med en Microsoft- / Xbox Live-konto, kommer Markedsplass-kjøp, Minecoins og Realms-abonnementet ditt til å være tilgjengelig på andre plattformer. Hvis du vil flytte verdenene dine fra denne enheten til en annen enhet, kan du gjøre det ved å laste opp verdenen til et realm og laste ned en sikkerhetskopi til den nye enheten. %sKlikk på knappen hvis du vil vite mer, blant annet hvordan du flytter verdenen din til en ny enhet. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Vi støtter snart ikke lenger denne enheten i området ditt. Etter at du har mottatt den siste oppdateringen, kan du fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere i 6 måneder. 30. september 2023 mister du tilgang til den aktuelle realmen. Det anbefales at du laster ned verdenen din før dette. %sHvis du har logget på med en Microsoft- / Xbox Live-konto, kommer Markedsplass-kjøp, Minecoins og Realms-abonnementet ditt til å være tilgjengelig på andre plattformer. Hvis du vil flytte verdenene dine fra denne enheten til en annen enhet, kan du gjøre det ved å laste opp verdenen til et realm og laste ned en sikkerhetskopi til den nye enheten. %sKlikk på knappen hvis du vil vite mer, blant annet hvordan du flytter verdenen din til en ny enhet. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Vi støtter ikke lenger denne enheten i området ditt. Du kan fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere fram til 30. september 2023. Etter det har du ikke lenger ha tilgang til den aktuelle realmen. Det anbefales at du laster ned verdenen din før dette. %sHvis du har logget på med en Microsoft- / Xbox Live-konto, kommer Markedsplass-kjøp, Minecoins og Realms-abonnementet ditt til å være tilgjengelig på andre plattformer. Hvis du vil flytte verdenene dine fra denne enheten til en annen enhet, kan du gjøre det ved å laste opp verdenen til et realm og laste ned en sikkerhetskopi til den nye enheten. %sKlikk på knappen hvis du vil vite mer, blant annet hvordan du flytter verdenen din til en ny enhet. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Vi støtter snart ikke lenger denne enheten i området ditt. Med denne siste oppdateringen kan du fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere i 6 måneder. 30. september 2023 mister du tilgang til realmene fra denne enheten. Det anbefales at du laster ned verdenen din før dette og sier opp abonnementet gjennom abonnementer i Google Play. %sDu kommer ikke lenger til å motta nye oppdateringer og kan ikke være med i flerspillerspill. Du mister også muligheten til å logge deg på enkelte servere. %sHvis du har logget på med en Microsoft- / Xbox Live-konto, kommer Markedsplass-kjøp, Minecoins og Realms-abonnementet ditt til å være tilgjengelig på andre plattformer der du spiller Minecraft Du kan starte et nytt abonnement fra disse plattformene. %sHvis du vil flytte verdenene dine fra denne enheten til en annen, kan du gjøre det ved å laste opp verdenen til et realm og laste ned en sikkerhetskopi til den nye enheten. %sKlikk på knappen hvis du vil vite mer, blant annet hvordan du flytter verdenen din til en ny enhet. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Vi støtter ikke lenger denne enheten i området ditt. Du kan fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere fram til 30. september 2023. Etter det har du ikke lenger ha tilgang til den aktuelle realmen. Det anbefales at du laster ned verdenen din før dette. %sHvis du har logget på med en Microsoft- / Xbox Live-konto, kommer Markedsplass-kjøp, Minecoins og Realms-abonnementet ditt til å være tilgjengelig på andre plattformer. Hvis du vil flytte verdenene dine fra denne enheten til en annen enhet, kan du gjøre det ved å laste opp verdenen til et realm og laste ned en sikkerhetskopi til den nye enheten. %sKlikk på knappen hvis du vil vite mer, blant annet hvordan du flytter verdenen din til en ny enhet. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Vi støtter snart ikke lenger denne enheten i området ditt. Etter at du har mottatt den siste oppdateringen, kan du fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere i 6 måneder. 30. september 2023 mister du tilgang til den aktuelle realmen. Det anbefales at du laster ned verdenen din før dette. %sHvis du har logget på med en Microsoft- / Xbox Live-konto, kommer Markedsplass-kjøp, Minecoins og Realms-abonnementet ditt til å være tilgjengelig på andre plattformer. Hvis du vil flytte verdenene dine fra denne enheten til en annen enhet, kan du gjøre det ved å laste opp verdenen til et realm og laste ned en sikkerhetskopi til den nye enheten. %sKlikk på knappen hvis du vil vite mer, blant annet hvordan du flytter verdenen din til en ny enhet. # -sunsetting.popup.sunset.geo.generic=Vi støtter ikke lenger denne enheten i området ditt. Du kan fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere fram til 30. september 2023. Etter det har du ikke lenger ha tilgang til den aktuelle realmen. Det anbefales at du laster ned verdenen din før dette. %sHvis du har logget på med en Microsoft- / Xbox Live-konto, kommer Markedsplass-kjøp, Minecoins og Realms-abonnementet ditt til å være tilgjengelig på andre plattformer. Hvis du vil flytte verdenene dine fra denne enheten til en annen enhet, kan du gjøre det ved å laste opp verdenen til et realm og laste ned en sikkerhetskopi til den nye enheten. %sKlikk på knappen hvis du vil vite mer, blant annet hvordan du flytter verdenen din til en ny enhet. # +sunsetting.popup.pendingSunset.device=Vi har ikke lenger mulighet til å støtte denne enheten, og støtten blir derfor avsluttet. Du fortsetter å motta oppdateringer frem til mars 2025, og da mottar du den siste oppdateringen som vil fungere på denne enheten.%sEtter at du har mottatt den siste oppdateringen, kan du fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøp (inkludert Minecoins), men du vil ikke lenger kunne foreta nye kjøp på denne enheten. Realms administrert fra denne enheten fortsetter å fungere i 6 måneder etter mars 2025 med mindre de er oppdatert av realms-eieren på en annen enhet. For å avslutte realms-abonnementet må du gå til abonnementets innstillingsmeny på enheten som realmen ble laget på. Du kommer ikke lenger til å motta de nyeste oppdateringene, og du kan ikke spille i flerspillermodus med enheter eller realms som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere.%sKlikk på knappen for mer informasjon. # +sunsetting.popup.sunset.device=Vi støtter ikke denne enheten lenger. Fra og med mars 2025 mottar du ikke flere oppdateringer før du har oppdatert enheten. Dette er den siste oppdateringen som fungerer med denne enheten.%sDu vil fortsatt kunne spille i verdenene dine og få tilgang til Markedsplass-kjøp (inkludert Minecoins). Realms administrert fra denne enheten, fortsetter å fungere i seks måneder etter mars 2025 med mindre de er oppdatert av realm-eieren på en annen enhet. For å avslutte realms-abonnementet må du gå til abonnementets innstillingsmeny på enheten som realmen ble laget på. Du kommer ikke lenger til å motta de nyeste oppdateringene, og du kan ikke spille i flerspillermodus med enheter eller realms som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere.%sKlikk på knappen for mer informasjon. # +sunsetting.popup.pendingSunset.windows_xr=Vi støtter ikke denne VR/MR-grafikkenheten lenger. Denne enheten vil ikke støttes lenger med oppdateringer etter mars 2025, og da mottar du den siste oppdateringen som støtter denne enheten.%sEtter at du har mottatt den siste oppdateringen, vil du fortsatt motta oppdateringer på datamaskinen og kunne spille uten en VR/MR-enhet. Fra nå av kan du fortsette å bygge i verdener, og Markedsplass-kjøpene dine (inkludert Minecoins) er fortsatt tilgjengelige på en grafikkenhet som ikke er VR/MR, for eksempel en dataskjerm. Du vil ikke lenger kunne bruke VR/MR-enheten med Minecraft, da den ikke lenger støttes i de nyeste oppdateringene.%sKlikk på knappen for mer informasjon. # +sunsetting.popup.sunset.windows_xr=Vi støtter ikke denne VR/MR-grafikkenheten lenger. Denne VR/MR-enheten støttes ikke lenger. Du har mottatt den siste oppdateringen som støtter denne grafikkenheten. Du vil fortsatt motta oppdateringer på PC-en og kunne spille uten en VR/MR-enhet. Fra nå av kan du fortsette å bygge i verdener, og Markedsplass-kjøpene dine (inkludert Minecoins) er fortsatt tilgjengelige på en grafikkenhet som ikke er VR/MR, for eksempel en dataskjerm. Du vil ikke lenger kunne bruke VR/MR-enheten med Minecraft, da den ikke lenger støttes i de nyeste oppdateringene.%sKlikk på knappen for mer informasjon. Vi vet at dette er ubeleilig, og vi setter stor pris på tiden du har benyttet spillet vårt, og på støtten din. # +sunsetting.popup.pendingSunset.geo=Vi støtter snart ikke lenger denne enheten i området ditt. Etter at du har mottatt den siste oppdateringen, kan du fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere i seks måneder. Du vil miste tilgang til den aktuelle realmen den 30. september 2023. Det anbefales at du laster ned verdenen din før dette.%sHvis du har logget på med en Microsoft-konto, kommer Markedsplass-kjøp, Minecoins og realms-abonnementet ditt til å være tilgjengelig på andre plattformer. Hvis du vil flytte verdenene dine fra denne enheten til en annen enhet, kan du gjøre det ved å laste opp verdenen til en realm og laste ned en sikkerhetskopi til den nye enheten.%sKlikk på knappen hvis du vil vite mer, blant annet hvordan du flytter verdenen din til en ny enhet. # +sunsetting.popup.sunset.geo=Vi støtter ikke lenger denne enheten i området ditt. Du kan fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere fram til 30. september 2023. Etter det vil du ikke lenger ha tilgang til den aktuelle realmen. Det anbefales at du laster ned verdenen din før dette.%sHvis du har logget på med en Microsoft-konto, kommer Markedsplass-kjøp, Minecoins og realms-abonnementet ditt til å være tilgjengelig på andre plattformer. Hvis du vil flytte verdenene dine fra denne enheten til en annen enhet, kan du gjøre det ved å laste opp verdenen til en realm og laste ned en sikkerhetskopi til den nye enheten. %sKlikk på knappen hvis du vil vite mer, blant annet om hvordan du flytter verdenen din til en ny enhet. # sunsetting.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 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Ingredienser: # item.smithing_template.name=Smimal # item.smithing_template.netherite_upgrade.applies_to=Diamantutstyr # item.smithing_template.netherite_upgrade.ingredients=Underverdenbarre # +item.netherite_upgrade_smithing_template.name=Underverdensstein-oppgradering # +item.sentry_armor_trim_smithing_template.name=Vaktrustningstrim # +item.vex_armor_trim_smithing_template.name=Plageåndrustningstrim # +item.wild_armor_trim_smithing_template.name=Villrustningstrim # +item.coast_armor_trim_smithing_template.name=Kystrustningstrim # +item.dune_armor_trim_smithing_template.name=Sanddynerustningstrim # +item.wayfinder_armor_trim_smithing_template.name=Veifinnerrustningstrim # +item.raiser_armor_trim_smithing_template.name=Høynerrustningstrim # +item.shaper_armor_trim_smithing_template.name=Formerrustningstrim # +item.host_armor_trim_smithing_template.name=Vertrustningstrim # +item.ward_armor_trim_smithing_template.name=Vokterrustningstrim # +item.silence_armor_trim_smithing_template.name=Stilhetsrustningstrim # +item.tide_armor_trim_smithing_template.name=Tidevannrustningstrim # +item.snout_armor_trim_smithing_template.name=Snuterustningstrim # +item.rib_armor_trim_smithing_template.name=Ribbeinsrustningstrim # +item.eye_armor_trim_smithing_template.name=Øyerustningstrim # +item.spire_armor_trim_smithing_template.name=Tårnrustningstrim # +item.flow_armor_trim_smithing_template.name=Flytrustningstrim # +item.bolt_armor_trim_smithing_template.name=Lynrustningstrim # item.snort_pottery_sherd.name=Fnys-potteskår # item.spawn_egg.entity.camel.name=Genereringsegg for kameler # item.spruce_hanging_sign.name=Hengende skilt av grantre # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Veifinnerrustningstrim # trim_pattern.wild.name=Villrustningstrim # trim_pattern.bolt.name=Lynrustningstrim # trim_pattern.flow.name=Flytrustningstrim # -upgrade.netherite_upgrade.name=Underverdensstein-oppgradering # storageManager.mainSizeLabel=%s – ett element # storageManager.mainSizeLabelPlural=%s – %s elementer # @@ -8443,6 +8453,8 @@ 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.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"} store.csb.consumable.offerTrial=Du får tilgang til over 150 innholdspakker fra markedsplassen umiddelbart. De første 30 dagene er gratis, og deretter kan du få nye 30 dager for %s. # @@ -8854,8 +8866,6 @@ store.myAccount=Min konto # store.xbl.signin=Logg på # store.xbl.signinOrSignUp=Logg deg på, eller registrer deg gratis # store.xbl.disconnected=Koblet fra # -store.xbl.conversionFailedTitle=Noe gikk galt # -store.xbl.conversionFailedMessage=Prøv på nytt senere. # store.sales.allByCreator=På salg nå! # store.sales.bundlesOnSale=Pakker på salg nå! # @@ -9027,8 +9037,8 @@ tile.deny.name=Avslå # tile.border_block.name=Grense # tile.anvil.intact.name=Ambolt # tile.anvil.name=Ambolt # -tile.anvil.slightlyDamaged.name=Litt skadet ambolt # -tile.anvil.veryDamaged.name=Veldig skadet ambolt # +tile.anvil.slightlyDamaged.name=Hakket ambolt # +tile.anvil.veryDamaged.name=Skadet ambolt # tile.barrier.name=Barriere # tile.beacon.name=Lyssignal # tile.beacon.primary=Hovedkraft # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Jernblokk # tile.lapis_block.name=Lasursteinblokk # tile.redstone_block.name=Rødsteinsblokk # tile.bookshelf.name=Bokhylle # -tile.brick_block.name=Murblokk # +tile.brick_block.name=Murstein # tile.brown_mushroom.name=Brun sopp # tile.brown_mushroom_block.mushroom.name=Sopp # tile.brown_mushroom_block.stem.name=Soppstilk # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Blåfarget glassrute # tile.stained_glass_pane.purple.name=Lillafarget glassrute # tile.stained_glass_pane.magenta.name=Magentafarget glassrute # tile.stained_glass_pane.pink.name=Rosafarget glassrute # -tile.clay.name=Leirblokk # +tile.clay.name=Leire # tile.hardened_clay.name=Terrakotta # tile.stained_hardened_clay.black.name=Svart terrakotta # tile.stained_hardened_clay.blue.name=Blå terrakotta # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Mur av rød underverdenmurstein # tile.cocoa.name=Kakao # tile.command_block.name=Kommandoblokk # tile.composter.name=Komposteringsblokk # -tile.light_block.name=Lys blokk # +tile.light_block.name=Lys # tile.repeating_command_block.name=Gjentar kommandoblokk # tile.chain_command_block.name=Kjede kommandoblokk # tile.wheat.name=Avlinger # tile.darkOakFence.name=Gjerde av mørk eik # tile.dark_oak_fence_gate.name=Grind av mørk eik # -tile.daylight_detector.name=Dagslyssensor # +tile.daylight_detector.name=Dagslysdetektor # tile.deadbush.name=Død busk # tile.detector_rail.name=Detektorskinne # tile.dirt.coarse.name=Grov jord # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Dispenser # tile.iron_door.name=Jerndør # tile.doorWood.name=Tredør # tile.double_plant.fern.name=Stor bregne # -tile.double_plant.grass.name=Ekstra høyt gress # +tile.double_plant.grass.name=Høyt gress # tile.double_plant.name=Plante # tile.double_plant.paeonia.name=Peon # tile.double_plant.rose.name=Rosebusk # @@ -9385,7 +9395,7 @@ tile.log.spruce.name=Granstokk # tile.magma.name=Magmablokk # tile.melon_block.name=Melon # tile.mob_spawner.name=Monstergenerator # -tile.monster_egg.brick.name=Infisert steinblokk # +tile.monster_egg.brick.name=Infiserte steinblokker # tile.monster_egg.chiseledbrick.name=Infisert meislet steinblokk # tile.monster_egg.cobble.name=Infisert brostein # tile.monster_egg.crackedbrick.name=Infisert sprukket steinblokk # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Infisert stein # tile.mushroom.name=Sopp # tile.noteblock.name=Noteblokk # tile.mycelium.name=Mycelium # -tile.nether_brick.name=Underverdenmurblokk # -tile.red_nether_brick.name=Rød underverdenmurstein # +tile.nether_brick.name=Underverdenmursteiner # +tile.red_nether_brick.name=Røde underverdenmursteiner # tile.nether_brick_fence.name=Gjerde av underverdenmurstein # tile.quartz_ore.name=Underkvartsmalm # tile.netherreactor.active=Aktiv! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Skilt av jungeltre # tile.acacia_standing_sign.name=Skilt av akasietre # tile.darkoak_standing_sign.name=Skilt av mørkt eiketre # tile.slime.name=Slimblokk # -tile.snow.name=Snø # +tile.snow.name=Snøblokk # tile.sponge.dry.name=Svamp # tile.sponge.wet.name=Våt svamp # tile.spruceFence.name=Grangjerde # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Død boblekorallblokk # tile.coral_block.red_dead.name=Død ildkorallblokk # tile.coral_block.yellow_dead.name=Død hornkorallblokk # tile.tallgrass.fern.name=Bregne # -tile.tallgrass.grass.name=Gress # -tile.tallgrass.name=Gress # +tile.tallgrass.grass.name=Kort gress # +tile.tallgrass.name=Kort gress # tile.tallgrass.shrub.name=Kratt # tile.tuff_brick_slab.name=Tuffsteinmursteinhelle # tile.tuff_brick_stairs.name=Tuffsteinmursteintrapp # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Tuffsteintrapp # tile.tuff_wall.name=Tuffsteinmur # tile.seagrass.seagrass.name=Sjøgress # tile.sea_pickle.name=Sjøpølse # -tile.turtle_egg.name=Havskilpaddeegg # +tile.turtle_egg.name=Skilpaddeegg # tile.coral.blue.name=Rørkorall # tile.coral.pink.name=Hjernekorall # tile.coral.purple.name=Boblekorall # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Død ildkorallvifte # tile.coral_fan_dead.yellow_fan.name=Død hornkorallvifte # tile.glass_pane.name=Glassrute # tile.tnt.name=TNT # -tile.snow_layer.name=Toppsnø # +tile.snow_layer.name=Snø # tile.torch.name=Fakkel # tile.trapdoor.name=Eikeluke # tile.acacia_trapdoor.name=Akasieluke # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Vann # tile.water.name=Vann # tile.waterlily.name=Vannliljeblad # tile.web.name=Spindelvev # -tile.heavy_weighted_pressure_plate.name=Vektet trykkplate (tung) # -tile.light_weighted_pressure_plate.name=Vektet trykkplate (lett) # +tile.heavy_weighted_pressure_plate.name=Tung vektet trykkplate # +tile.light_weighted_pressure_plate.name=Lett vektet trykkplate # tile.end_stone.name=Sluttstein # tile.end_bricks.name=Sluttsteinblokker # tile.planks.acacia.name=Akasieplanker # @@ -10288,7 +10298,7 @@ xbox.signin.enterCode=Og oppgi denne koden: # xbox.signin.enterCode.qr=2. Skriv inn koden nedenfor når du blir bedt om det: # xbox.signin.letsPlay=La oss spille! # xbox.signin.message=Logg deg på med den gratis Microsoft-kontoen din for å oppleve hele Minecraft-verdenen. # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Logg deg på med en annen Microsoft-konto # xbox.signin.website=Gå til dette nettstedet på en annen enhet: # xbox.signin.website.qr=1. Gå til dette nettstedet på en annen enhet: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Kunne ikke logge deg på sandkassen %s. xbox.dev_wrongSandboxSigninFailed.button.dev=Bytt til utviklersandkasse # xbox.dev_wrongSandboxSigninFailed.button.retail=Bytt til vanlig sandkasse # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Slett kontopåloggingsdata # -xbox.addfriendsignin.line1=Søk etter gamertagen til vennene dine for å se når de er tilkoblet. # -xbox.addfriendsignin.line2=Logg deg på med en Microsoft-konto for å begynne å legge til venner! # xbox.invitesignin.line1=Inviter vennene dine via gamertagen deres for å se verdenene deres når de er tilkoblet. # xbox.invitesignin.line2=Logg deg på med en Microsoft-konto for å begynne å invitere venner! # xbox.thirdpartysignin.line1=Megakule minispill og nye spillere venter på deg! Men først vil %s gjerne vite hvem du er. # xbox.thirdpartysignin.line2=Du må logge deg på med en Microsoft-konto for å koble deg til! # xbox.signInLong=Logg deg på gratis! # xbox.signOutLong=Logg av Microsoft-kontoen din # -xbox.externalServer.title=Spill på server # -xbox.externalServer.line1=Serverne tilbyr noen av de mest kreative måtene å spille Minecraft på! Logg ganske enkelt på, så sørger vi for at du får tillatelse til å spille på nett med nye folk. # xbox.genericsignin.line1=Med Minecraft-kontoen din kan du spille flerspillerspill på nettet med venner på PC og mobilenhet. Og det beste av alt? # xbox.genericsignin.line2=Det er GRATIS! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Velg nytt skall # dr.classic_skins.custom_skin_title=Importer skall # dr.classic_skins.custom_skin_description=Importer en PNG-fil (64 x 32, 64 x 64 eller 128 x 128) fra enheten din du kan bruke som skall. Dette synkroniseres ikke mellom enheter eller spill. # -dr.classic_skins.custom_skin_description_disabled= Enheten din kan ikke velge et spesiallagd skall mens du spiller flerspillerspill. Gå tilbake til hovedmenyen for å ta på ett. # +dr.classic_skins.custom_skin_description_disabled=Enheten din kan ikke velge et spesiallagd skall mens du spiller flerspillerspill. Gå tilbake til hovedmenyen for å ta på et. # dr.classic_skins.custom_skin_description_popup=Spillere med egendefinerte skall vil ikke være synlige for deg hvis alternativet "Tillat bare klarerte skall" er aktivert # dr.classic_skins.custom_skin_section_title=Eide skall # dr.classic_skins.invalidCustomSkin=Importer en PNG-fil med dimensjonene 64 x 64, 64 x 32 eller 128 x 128 # diff --git a/resource_pack/texts/nl_NL.lang b/resource_pack/texts/nl_NL.lang index 068067e65..334e149f0 100644 --- a/resource_pack/texts/nl_NL.lang +++ b/resource_pack/texts/nl_NL.lang @@ -964,6 +964,7 @@ 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.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 # @@ -1168,10 +1169,12 @@ 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.description=Hiermee worden alle functie- en scriptbestanden van alle gedragspakketten opnieuw geladen. # -commands.reload.editor.description=Hiermee worden alle functie- en scriptbestanden van alle gedragspakketten opnieuw geladen, of is de client optioneel te herstarten om alle bronnen opnieuw te laden. # +commands.reload.started=Het herladen van de wereld is begonnen. # commands.reload.success=Functie- en scriptbestanden zijn opnieuw geladen. # commands.reload.error=Er is een onverwachte fout opgetreden. # +commands.reload.onlyHost=Alleen hostspeler kan de wereld opnieuw laden. # commands.replaceitem.description=Hiermee vervang je voorwerpen in inventarissen. # commands.replaceitem.failed=Kan %s slot %d niet vervangen door %d * %s # commands.replaceitem.keepFailed=Er bevindt zich al een voorwerp %s-vak %d. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Creator-camera: focus doelcamera createWorldScreen.experimentalFocusTargetCameraDescription=Maakt gedrag mogelijk voor de bestaande vrije camera om een entiteit te targeten # createWorldScreen.recipeUnlocking=Ontgrendelen van recepten # createWorldScreen.recipeUnlockingDescription=Ontgrendelen van recepten inschakelen # -createWorldScreen.experimentalholiday=Functies van Vakantiemaker # -createWorldScreen.experimentalholidayDescription=Voeg gegevensgestuurde blok- en voorwerptechnologie toe om de vorm, rotatie, beschadiging en meer van blokken aan te passen # createWorldScreen.experimentalGameTest=Bèta-API's # createWorldScreen.experimentalGameTestDescription='-bèta'-versies van API-modules gebruiken in add-onpakketten # createWorldScreen.experimentalMolangFeatures=Molang-functies # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Je moet bij een Microsoft-account z 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. # +realmsSharingScreen.inviteLinkNotFoundTitle=Realms-fout # +realmsSharingScreen.inviteLinkNotFoundMessage=Deze uitnodigingskoppeling is ongeldig. # realmsCreateScreen.title.create=Realm-server maken # realmsCreateScreen.title.extend=Je realm verlengen # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Verlengen met 180 dagen # xblLogin.LoginMessageTitle=Microsoft-account # xblLogin.LoginMessage=Verbinding maken... # -xbl.savePurchase.description.line1=Wil je op elk systeem met de Minecraft-winkel met je aankopen kunnen spelen? Meld je dan aan met een GRATIS Microsoft-account en synchroniseer al je aangeschafte skins, textures, kaarten en mashups. # -xbl.savePurchase.description.line2=Als je je systeem kwijtraakt of Minecraft verwijdert, blijven je aankopen gesynchroniseerd en toegankelijk op alle systemen waarbij je met je Microsoft-account bent aangemeld. # -xbl.savePurchase.leaveOnDevice=Op apparaat laten staan # -xbl.savePurchase.title=Aankopen opslaan naar Microsoft-account? # xbl.savePurchase.saveButton=Opslaan naar Microsoft-account # -xbl.savePurchase.toast.title=Gelukt! # -xbl.savePurchase.toast.message=Aankopen gesynchroniseerd met Microsoft-account. # -xbl.savePurchase.inProgress.message=Aankopen overdragen naar Microsoft-account... # - -xbl.syncIAP.title=Synchroniseren met je Microsoft-account? # -xbl.syncIAP.description=Meld je aan bij je Microsoft-account om je skins, texturepakketten, werelden en mashups te synchroniseren. Ze zijn daarna beschikbaar op elk apparaat waarop je Minecraft speelt. # -xbl.syncIAP.syncNow=Nu synchroniseren... # -xbl.syncIAP.syncLaterEllipsis=Later synchroniseren... # -xbl.syncIAP.syncLater=Later synchroniseren # -xbl.syncIAP.toast.title=Gelukt! # -xbl.syncIAP.toast.message=Aankopen gesynchroniseerd met je Microsoft-account. # -xbl.syncIAP.inProgress.message=Aankopen synchroniseren met je Microsoft-account... # -xbl.syncIAP.skipSignIn.prompt.description=Dit Microsoft-account wordt pas het primaire account van dit apparaat als je de aankopen hiervan met dit account synchroniseert. Je wordt niet automatisch aangemeld wanneer je Minecraft start. # - -xbl.syncIAP.confirmSync.prompt.title=Synchroniseren met %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=Wil je je app-winkelaankopen synchroniseren met %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=Je kunt pakketten die je niet in de Minecraft-marketplace hebt gekocht, slechts één keer synchroniseren. Ze blijven beschikbaar voor iedereen die op dit apparaat speelt. # -xbl.syncIAP.confirmSync.prompt.yes=Ja, mijn aankopen synchroniseren # xbl.marketplace.account.error.body.nobutton=Er is een probleem met je account. Je kunt de Marketplace pas weer gebruiken totdat we het probleem hebben opgelost. Als dit probleem meerdere dagen aanhoudt, kun je contact opnemen met de ondersteuning. # @@ -2512,8 +2495,6 @@ store.sign_in_warning.no_xbl_and_local_content=Je hebt eerder content gedownload store.sign_in_warning.no_xbl_and_no_local_content.line1=Meld je nu aan om je aankopen op verschillende platforms op te slaan en te delen. Bewaar aankopen zodat ze niet verloren gaan als er iets met je systeem gebeurt of als Minecraft wordt verwijderd. Krijg toegang tot je gekochte Marketplace-inhoud vanaf elk platform en gebruik je aangepaste personages op verschillende platforms. # store.sign_in_warning.no_xbl_and_no_local_content.line2=Heb je geen Microsoft-account? Maak er nu gratis een aan # -xbl.skipSignIn.prompt.title=Tijdelijk account # -xbl.skipSignIn.prompt.description=Dit Microsoft-account wordt pas het primaire account van dit apparaat als je de aankopen hiervan naar dit account overdraagt. Je wordt niet automatisch aangemeld wanneer je Minecraft start. # 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.message2=Weet je zeker dat je dit wilt doen? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s is gestikt in een muur # death.attack.lava=%1$s heeft geprobeerd in lava te zwemmen # death.attack.lava.player=%1$s heeft geprobeerd in lava te zwemmen om te ontsnappen aan %2$s # death.attack.lightningBolt=%1$s is geraakt door bliksem # +death.attack.maceSmash.player=%1$s is vermorzeld door %2$s # +death.attack.maceSmash.player.item=%1$s is vermorzeld door %2$s met %3$s # death.attack.magic=%1$s is gedood door magie # death.attack.magma=%1$s heeft ontdekt dat de vloer lava is # death.attack.magma.player=%1$s heeft door %2$s in een gevarenzone gelopen # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Server en client hebben verschill disconnectionScreen.editor.cannotUseRayTracing=Grondstoffenpakketten met raytracing zijn nog niet compatibel met Editor-projecten. # disconnectionScreen.unexpectedPacket=Verbinding verbroken vanwege een onverwacht type pakket dat niet kan worden verwerkt. Dit kan te wijten zijn aan een niet-overeenkomende versie of corruptie op netwerkniveau. # disconnectionScreen.connectionLost=De verbinding met de host is verbroken. Als deze wereld nog steeds wordt gehost, controleer dan je internetverbinding en probeer opnieuw verbinding te maken. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Kan wereld niet laden. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Probeer deze wereld in de demomodus te openen. # disconnectionScreen.errorCode=Foutcode: # storageSpaceWarningScreen.frontend=Je hebt bijna geen opslagruimte meer! Minecraft heeft de toegang tot deze functie beperkt totdat je extra opslagruimte vrijmaakt. # @@ -3041,7 +3026,7 @@ entity.villager.librarian=Bibliothecaris # entity.villager.shepherd=Herder # entity.villager.tool=Gereedschapssmid # entity.villager.weapon=Wapensmid # -entity.villager.mason=Steenhouwer # +entity.villager.mason=Mason # entity.villager.unskilled=Ongeschoolde dorpeling # entity.villager_v2.name=Dorpeling # entity.vindicator.name=Verdediger # @@ -3126,7 +3111,7 @@ feed.upload=Je screenshot wordt geüpload... # feed.manage=Feed beheren # feed.share=Delen # feed.addScreenshot=Screenshot toevoegen # -feed.screenshotCapturedRealms=Screenshot vastgelegd. Ga naar Realms-verhalen om het te delen. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Screenshot gemaakt. Je kunt het bekijken in je screenshot-galerie. # feed.screenshotAlmostFull=Screenshot gemaakt. Je galerie is bijna vol. (%d/%d) # feed.screenshotReachedMax=Screenshot gemaakt. Je galerie is vol. (%d/%d) # @@ -3643,7 +3628,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 de boek en veer. # howtoplay.portfolio=Portfolio # howtoplay.portfolio.title=Speluitleg: Portfolio # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=Verken een wereld vol mogelijkheden met Minecoins: Mi howtoplay.minecoins.text.2=Eenmaal ingewisseld, worden je Minecoins aan je Microsoft-account gekoppeld, zodat je ook toegang tot je munten en aankopen hebt op andere ondersteunde apparaten! # howtoplay.minecoins.button.text.1=Munten krijgen # howtoplay.minecoins.header.1=Disclaimer # -howtoplay.minecoins.text.3=*Minecoins vereisen een versie van Minecraft: Bedrock Edition met Minecraft Marketplace. Minecoins zijn niet compatibel met PlayStation®. Voor compatibiliteitsinformatie ga je naar minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins vereisen een versie van Minecraft: Bedrock Edition met Minecraft Marketplace. Minecoins zijn niet compatibel met PlayStation®. Voor compatibiliteitsinformatie ga je naar minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Mijnbouw # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Goud # item.axolotlColorWild.name=Bruin # item.axolotlColorBlue.name=Blauw # item.golden_apple.name=Gouden appel # -item.appleEnchanted.name=Betoverde appel # +item.appleEnchanted.name=Betoverde gouden appel # item.armadillo_scute.name=Gordeldierschub # item.armor_stand.name=Harnashouder # item.arrow.name=Pijl # @@ -4626,7 +4611,7 @@ item.banner.half_vertical_right.red=Rood per paal omgekeerd # item.banner.half_vertical_right.silver=Lichtgrijs per paal omgekeerd # item.banner.half_vertical_right.white=Wit per paal omgekeerd # item.banner.half_vertical_right.yellow=Geel per paal omgekeerd # -item.banner.illager_captain.name=Verschoppelingenvlag # +item.banner.illager_captain.name=Onheilspellende banier # item.banner.lightBlue.name=Lichtblauwe banier # item.banner.lime.name=Limoengroene banier # item.banner.magenta.name=Magenta banier # @@ -5129,11 +5114,11 @@ item.golden_chestplate.name=Gouden borstplaat # item.iron_chestplate.name=IJzeren borstplaat # item.chorus_fruit.name=Koorfruit # item.chorus_fruit_popped.name=Rijp koorfruit # -item.cooked_beef.name=Gebakken biefstuk # +item.cooked_beef.name=Steak # item.cooked_chicken.name=Gebakken kip # item.cooked_porkchop.name=Gebakken karbonade # item.chicken.name=Rauwe kip # -item.clay_ball.name=Klei # +item.clay_ball.name=Kleibal # item.clock.name=Klok # item.coal.name=Steenkool # item.comparator.name=Redstone-vergelijker # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Netherieten helm # item.lead.name=Lijntje # item.leather.name=Leer # item.leaves.name=Bladeren # -item.chainmail_leggings.name=Maliënbeenbeschermer # +item.chainmail_leggings.name=Maliënbeenbeschermers # item.leather_leggings.name=Leren broek # item.diamond_leggings.name=Diamanten beenbeschermer # item.golden_leggings.name=Gouden beenbeschermer # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Woestijndorpkaart # item.map.exploration.jungle_temple.name=Jungleverkenningskaart # item.map.exploration.swamp_hut.name=Moerasverkenningskaart # item.map.exploration.trial_chambers.name=Proefverkenningskaart # -item.melon.name=Meloen # -item.milk.name=Melk # +item.melon.name=Meloenschijf # +item.milk.name=Melkemmer # item.minecart.name=Mijnkar # item.chest_minecart.name=Mijnkar met kist # item.command_block_minecart.name=Mijnkar met commandoblok # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Sjoelkerspawnei # item.spawn_egg.entity.endermite.name=Endermijtspawnei # item.spawn_egg.entity.evocation_illager.name=Oproeperspawnei # item.spawn_egg.entity.vex.name=Plaaggeestspawnei # -item.spawn_egg.entity.turtle.name=Zeeschildpadspawnei # +item.spawn_egg.entity.turtle.name=Schildpadspawnei # item.spawn_egg.entity.dolphin.name=Dolfijnspawnei # item.spawn_egg.entity.phantom.name=Fantoomspawnei # item.spawn_egg.entity.panda.name=Pandaspawnei # @@ -5446,7 +5431,7 @@ item.dried_kelp.name=Gedroogde kelp # item.rotten_flesh.name=Bedorven vlees # item.ruby.name=Robijn # item.saddle.name=Zadel # -item.wheat_seeds.name=Zaden # +item.wheat_seeds.name=Tarwezaden # item.beetroot_seeds.name=Bietenzaden # item.melon_seeds.name=Meloenzaden # item.pumpkin_seeds.name=Pompoenzaden # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Acacia bord # item.darkoak_sign.name=Donkereiken bord # item.crimson_sign.name=Karmijnrood bord # item.warped_sign.name=Warblauw bord # -item.skull.char.name=Hoofd # +item.skull.char.name=Spelerhoofd # item.skull.creeper.name=Creeperhoofd # item.skull.dragon.name=Drakenkop # item.skull.player.name=Hoofd van %s # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Wither-schedel # item.skull.zombie.name=Zombiehoofd # item.slime_ball.name=Slijmbal # item.snowball.name=Sneeuwbal # -item.speckled_melon.name=Glansmeloen # +item.speckled_melon.name=Glansmeloenschijf # item.spider_eye.name=Spinnenoog # item.stick.name=Stok # item.string.name=Draad # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Schildpadschub # item.phantom_membrane.name=Fantoommembraan # item.sweet_berries.name=Zoete bessen # item.suspicious_stew.name=Schimmige stoofschotel # +item.field_masoned_banner_pattern.name=Veld gemetseld vlagpatroon # +item.creeper_banner_pattern.name=Creeperwapen vlagpatroon # +item.flow_banner_pattern.name=Stroom vlagpatroon # +item.flower_banner_pattern.name=Bloemenwapen vlagpatroon # +item.globe_banner_pattern.name=Globe vlagpatroon # +item.guster_banner_pattern.name=Guster vlagpatroon # +item.piglin_banner_pattern.name=Snuit vlagpatroon # +item.skull_banner_pattern.name=Schedelwapen vlagpatroon # +item.mojang_banner_pattern.name=Ding vlagpatroon # +item.bordure_indented_banner_pattern.name=Zoom ingesprongen vlagpatroon # item.banner_pattern.bricks=Veld gemetseld # item.banner_pattern.creeper=Creeperwapen # item.banner_pattern.flow=Stroom # @@ -5955,7 +5950,6 @@ map.position=Positie: %s, %s, %s # mcoServer.title=Minecraft Online-wereld # -menu.ai_lesson_crafter=Lesmaker # menu.achievements=Achievements # menu.convertingLevel=Wereld uitbreiden # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Breedte # options.codeBuilder=Code Builder # options.content_log_file=Contentlogboekbestand inschakelen # options.content_log_gui=Contentlogboek-GUI inschakelen # +options.content_log_gui.level=GUI-logniveau # +options.content_log_gui.level.info=Info # +options.content_log_gui.level.warn=Waarschuwen # +options.content_log_gui.level.error=Fout # options.controller=Controller # options.controllerLayout=Controllerindeling # options.controllerSettings=Controllerinstellingen # @@ -6297,13 +6295,13 @@ options.dev_addCoins=%s munten toevoegen # options.dev_addCoinTitle=Munten toevoegen # options.dev_reset_entitlements=Alle rechten opnieuw instellen # options.dev_reset_entitlements_loading=Als je rechten opnieuw instelt, wordt dit dialoogvenster gesloten zodra het proces is voltooid. Je kunt dit venster sluiten, maar het sluiten van het spel voordat deze opdracht is voltooid, kan leiden tot onverwacht gedrag. # -options.dev_reset_entitlements_error_unfinished=Waarschuwing, niet alle rechten zijn correct verwijderd. Probeer de opdracht opnieuw uit te voeren, mogelijk na het opnieuw opstarten van de client. # -options.dev_reset_entitlements_warning=Waarschuwing! Hiermee worden al je rechten verwijderd, inclusief oude rechten die je mogelijk niet meer kunt herstellen! Deze bewerking kan enige tijd duren als je veel rechten hebt. Weet je zeker dat je door wilt gaan? # +options.dev_reset_entitlements_error_unfinished=Waarschuwing, niet alle rechten zijn correct verwijderd. Probeer de opdracht opnieuw uit te voeren, mogelijk na het opnieuw opstarten van de client. # +options.dev_reset_entitlements_warning=Waarschuwing! Hiermee worden al je rechten verwijderd, inclusief oude rechten die je mogelijk niet meer kunt herstellen! Deze bewerking kan enige tijd duren als je veel rechten hebt. Weet je zeker dat je door wilt gaan? # options.dev_reset_entitlements_success=Rechten verwijderd. # options.dev_currencyFailureWarning=De netwerkoproep is mislukt. Fout: %s # options.dev_currencyFailureWarningGeneric=De netwerkoproep is mislukt. Zorg ervoor dat je bent ingelogd op een account dat op de toelatingslijst staat. # options.dev_reset_wallet=Portemonnee opnieuw instellen # -options.dev_allowlist_failure=Fout! De bewerking is mislukt, controleer nogmaals of dit account op de toelatingslijst staat. # +options.dev_allowlist_failure=Fout! De bewerking is mislukt, controleer nogmaals of dit account op de toelatingslijst staat. # options.discoveryEnvironment=Ontdekkingsomgeving (opnieuw opstarten vereist) # options.discoveryEnvironment.production=Productie # options.discoveryEnvironment.staging=Fasering # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Experimentele behandelingen overschrijven # 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_discoveryOverrideServiceName=Servicenaam (veiligheid, persona enz.) # +options.dev_discoveryOverrideServiceBranch=Opsplitsen # +options.dev_resetAllEndpointOverrides=Alle eindpunten opnieuw instellen # +options.dev_apply=Toepassen # options.dev_displayTreatmentsPanel=Behandelingen weergeven # options.dev_currentTreatmentsTitle=Huidige behandelingen # options.dev_unusedTreatmentsTitle=Ongebruikte behandelingen # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Niveau 2 - KitKat # options.dev_sunsetting_tier.three=Niveau 3 - FireTV # options.dev_sunsetting_tier.four=Niveau 4 - 1024 MB # options.dev_sunsetting_tier.five=Niveau 5 - iOS 12 en Nougat # +options.dev_sunsetting_tier.six=Niveau 6 - iOS 13, Android 8, VR-apparaten # options.dev_sunsetting_tier.not_pending=Niet in behandeling # options.dev_gatherings_section=Bijeenkomsten # options.dev_gatherings_enable=Bijeenkomsten inschakelen # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Deze hoge weergaveafstand kan leiden tot een lage options.raytracing.renderdistance.warning=Deze instelling kan prestatieproblemen veroorzaken tijdens het spelen van het spel. # options.resetSettings=Standaardinstellingen herstellen # options.resetSettings.popUp=Weet je zeker dat je de instellingen wilt herstellen? # -options.maxFramerate=Maximale framesnelheid (experimenteel) # +options.maxFramerate=Framerate-limiet # +options.maxFramerate.tooltip=Verlaag de maximale framerate van de game om de levensduur van de batterij en de gezondheid van het apparaat te verbeteren. De werkelijke framerate kan lager zijn dan de ingestelde limiet. # options.maxFramerateFormat=%s FPS # options.perf_turtle=Prestatieschildpad # options.msaa=Antialiasing # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Adaptieve verticale synchronisatie # options.websocketEncryption=Versleutelde websockets vereist # options.websocketEncryptionWarningLabel=Schakel deze optie alleen uit als u actief verbinding maakt met een bekende en veilige toepassing. # options.filelocation.title=Bestandsopslaglocatie # +options.filelocation.title.edu=Lokale opslaglocatie # options.filelocation.external=Extern # options.filelocation.appdata=Toepassing # options.filelocation.external.warning.title=Waarschuwing # @@ -6960,26 +6966,12 @@ sunsetting.popup.title=Dit apparaat wordt niet meer ondersteund. # sunsetting.popup.moreInfo=Meer info # sunsetting.popup.dontshow=Niet opnieuw weergeven # -sunsetting.popup.moreInfo.gearVR=Ga voor meer informatie naar https://aka.ms/MinecraftSunsetting in een webbrowser. # -sunsetting.popup.moreInfo.gearVR.geo=Ga voor meer informatie naar https://aka.ms/MinecraftGeoSunsetting in een webbrowser. # - -sunsetting.popup.pendingSunset.ios=Wij kunnen dit apparaat binnenkort niet meer ondersteunen. Je blijft updates ontvangen tot februari 2024, maar dit is dan de laatste update die dit apparaat krijgt.%sNadat je de laatste update hebt ontvangen, kun je nog steeds in je werelden spelen en toegang krijgen tot Marketplace-aankopen (inclusief Minecoins), maar je kunt geen nieuwe aankopen meer doen op dit apparaat. Realms die vanaf dit apparaat worden beheerd, blijven 6 maanden werken, tenzij ze worden bijgewerkt door de Realm-eigenaar op een ander apparaat. Om je Realm-abonnement te annuleren, ga je naar het menu Instellingen voor abonnementen op het apparaat waarmee de Realm is gemaakt. Je ontvangt niet langer de nieuwste updates en je kunt geen multiplayer spelen met apparaten of Realms die updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers.%sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. # -sunsetting.popup.pendingSunset.android=Wij kunnen dit apparaat binnenkort niet meer ondersteunen. Je blijft updates ontvangen tot februari 2024, maar dit is dan de laatste update die dit apparaat krijgt.%sNadat je de laatste update hebt ontvangen, kun je nog steeds in je werelden spelen en toegang krijgen tot Marketplace-aankopen (inclusief Minecoins), maar je kunt geen nieuwe aankopen meer doen op dit apparaat. Realms die vanaf dit apparaat worden beheerd, blijven 6 maanden werken, tenzij ze worden bijgewerkt door de Realm-eigenaar op een ander apparaat. Om je Realm-abonnement te annuleren, moet je dit doen in je abonnementen in Google Play. Je hebt toegang tot Google Play op elk ondersteund apparaat of vanaf een pc waarop je kunt inloggen op je account. Je ontvangt niet langer de nieuwste updates en je kunt geen multiplayer spelen met apparaten of Realms die updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers.%sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. # -sunsetting.popup.pendingSunset.ios_android=Wij kunnen dit apparaat binnenkort niet meer ondersteunen. Je blijft updates ontvangen tot november 2022, maar dit is dan de laatste update die dit apparaat krijgt. Onze excuses voor het ongemak. %sNadat je de laatste update hebt ontvangen, kun je nog steeds in je werelden spelen en blijf je toegang houden tot je Marketplace-aankopen (inclusief Minecoins). Realms die vanaf dit apparaat worden beheerd, blijven nog 6 maanden werken, tenzij ze worden bijgewerkt door de Realm-eigenaar op een ander apparaat. Je ontvangt niet meer de nieuwste updates en kunt geen multiplayer meer spelen met apparaten of Realms die wel updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers. %sKlik op de knop voor meer informatie, waaronder manieren om je werelden naar een nieuw apparaat te verplaatsen. # -sunsetting.popup.sunset.ios_android=Dit apparaat wordt niet meer ondersteund. Je hebt de laatste update voor dit apparaat ontvangen. Vanaf nu kun je in je werelden blijven bouwen en blijf je toegang houden tot je Marketplace-aankopen (inclusief Minecoins). Je Realms blijven werken, tenzij ze worden bijgewerkt door de Realm-eigenaar op een ander apparaat. Je ontvangt niet meer de nieuwste updates en kunt geen multiplayer meer spelen met apparaten of Realms die wel updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers. %sKlik op de knop voor meer informatie, waaronder manieren om je werelden naar een nieuw apparaat te verplaatsen. We begrijpen dat dit vervelend is en waarderen de tijd die je aan ons spel hebt besteed. We hopen je dan ook weer te zien op een bijgewerkt apparaat. # -sunsetting.popup.pendingSunset.gearvr_win10=Wij kunnen dit apparaat binnenkort niet meer ondersteunen. Je zult updates blijven ontvangen tot onze volgende grote versie, wanneer je de laatste update voor dit apparaat krijgt. Onze excuses voor het ongemak. %sNadat je de laatste update hebt ontvangen, kun je nog steeds op je werelden spelen en blijf je toegang houden tot je Marketplace-aankopen (inclusief Minecoins). Je hebt echter geen toegang meer tot multiplayer of Realms op dit apparaat. Je ontvangt niet meer de nieuwste updates en kunt niet meer spelen met apparaten of Realms die wel updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers. %sKlik op de knop voor meer informatie, waaronder manieren om je werelden naar een nieuw apparaat te verplaatsen. # -sunsetting.popup.sunset.gearvr_win10=Dit apparaat wordt niet meer ondersteund. Je hebt de laatste update voor dit apparaat ontvangen. Vanaf nu kun je in je werelden blijven bouwen en blijf je toegang houden tot je Marketplace-aankopen (inclusief Minecoins). Je hebt echter geen toegang meer tot multiplayer of Realms op dit apparaat. Je ontvangt niet meer de nieuwste updates en kunt niet meer spelen met apparaten of Realms die wel updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers. # -sunsetting.popup.pendingSunset.dx10=Wij kunnen dit grafische apparaat binnenkort niet meer ondersteunen. Je zult updates blijven ontvangen tot onze volgende grote versie, wanneer je de laatste update voor dit apparaat krijgt. Onze excuses voor het ongemak. %sNadat je de laatste update hebt ontvangen, kun je nog steeds op je werelden spelen en blijf je toegang houden tot je Marketplace-aankopen (inclusief Minecoins). Realms die vanaf dit apparaat worden beheerd, blijven werken, tenzij ze worden bijgewerkt door de Realm-eigenaar op een ander apparaat. Je ontvangt niet meer de nieuwste updates en kunt geen multiplayer meer spelen met apparaten of Realms die wel updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers. %sKlik op de knop voor meer informatie, waaronder manieren om je werelden naar een nieuw apparaat te verplaatsen. # -sunsetting.popup.sunset.dx10=Dit grafische apparaat wordt niet meer ondersteund. Je hebt de laatste update voor dit apparaat ontvangen. Vanaf nu kun je in je werelden blijven bouwen en blijf je toegang houden tot je Marketplace-aankopen (inclusief Minecoins). Je Realms blijven werken, tenzij ze worden bijgewerkt door de Realm-eigenaar op een ander apparaat. Je ontvangt niet meer de nieuwste updates en kunt geen multiplayer meer spelen met apparaten of Realms die wel updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers. %sKlik op de knop voor meer informatie, waaronder manieren om je werelden naar een nieuw apparaat te verplaatsen. We begrijpen dat dit vervelend is en waarderen de tijd die je aan ons spel hebt besteed. # - -sunsetting.popup.pendingSunset.geo.ios=Wij kunnen dit apparaat binnenkort niet meer ondersteunen in jouw regio. Nadat je de laatste update hebt ontvangen, kun je nog steeds op je werelden spelen en blijf je toegang houden tot je Marketplace-aankopen, maar kun je geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog 6 maanden werken. Op 30 september 2023 heb je geen toegang meer tot het realm. Het wordt aanbevolen om je wereld voor die tijd te downloaden en je abonnement op te zeggen door je abonnementsinstellingen op je apparaat te bekijken. %sAls je je hebt aangemeld met een Microsoft-/Xbox Live-account, zijn je Marketplace-aankopen & Minecoins en je Realms-abonnement beschikbaar op andere platformen. Als je je werelden van dit apparaat naar een ander apparaat wilt verplaatsen, kun je dit doen door de wereld naar een realm te uploaden en een back-up naar je nieuwe apparaat te downloaden. %sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Wij kunnen dit apparaat vanaf nu niet meer ondersteunen in jouw regio. Je kunt nog steeds op je werelden spelen en toegang krijgen tot je Marketplace-aankopen, maar je kunt geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog werken tot 30 september 2023. Daarna heb je geen toegang meer tot het realm. Het wordt aanbevolen om je wereld voor die tijd te downloaden. %sAls je je hebt aangemeld met een Microsoft-/Xbox Live-account, zijn je Marketplace-aankopen & Minecoins en je Realms-abonnement beschikbaar op andere platformen. Als je je werelden van dit apparaat naar een ander apparaat wilt verplaatsen, kun je dit doen door de wereld naar een realm te uploaden en een back-up naar je nieuwe apparaat te downloaden. %sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Wij kunnen dit apparaat binnenkort niet meer ondersteunen in jouw regio. Nadat je de laatste update hebt ontvangen, kun je nog steeds op je werelden spelen en blijf je toegang houden tot je Marketplace-aankopen, maar kun je geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog 6 maanden werken. Op 30 september 2023 heb je geen toegang meer tot het realm. Het wordt aanbevolen om je wereld voor die tijd te downloaden. %sAls je je hebt aangemeld met een Microsoft-/Xbox Live-account, zijn je Marketplace-aankopen & Minecoins en je Realms-abonnement beschikbaar op andere platformen. Als je je werelden van dit apparaat naar een ander apparaat wilt verplaatsen, kun je dit doen door de wereld naar een realm te uploaden en een back-up naar je nieuwe apparaat te downloaden. %sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Wij kunnen dit apparaat vanaf nu niet meer ondersteunen in jouw regio. Je kunt nog steeds op je werelden spelen en toegang krijgen tot je Marketplace-aankopen, maar je kunt geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog werken tot 30 september 2023. Daarna heb je geen toegang meer tot het realm. Het wordt aanbevolen om je wereld voor die tijd te downloaden. %sAls je je hebt aangemeld met een Microsoft-/Xbox Live-account, zijn je Marketplace-aankopen & Minecoins en je Realms-abonnement beschikbaar op andere platformen. Als je je werelden van dit apparaat naar een ander apparaat wilt verplaatsen, kun je dit doen door de wereld naar een realm te uploaden en een back-up naar je nieuwe apparaat te downloaden. %sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Wij kunnen dit apparaat binnenkort niet meer ondersteunen in jouw regio. Met deze laatste update kun je nog steeds op je werelden spelen en blijf je toegang houden tot je Marketplace-aankopen, maar kun je geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog 6 maanden werken. Op 30 september 2023 heb je vanaf dit apparaat geen toegang meer tot de realms. Het wordt aangeraden om je wereld voor die tijd te downloaden en je abonnement op te zeggen door je abonnementen in Google Play te bekijken. %sJe ontvangt niet langer de nieuwste updates en je kunt geen multiplayer meer spelen. Je kunt ook geen verbinding meer maken met bepaalde servers. %sAls je je hebt aangemeld met een Microsoft-/Xbox Live-account, zijn je Marketplace-aankopen & Minecoins en je Realms-abonnement beschikbaar op je andere platformen waarop je Minecraft speelt. Je kunt een nieuw abonnement starten vanaf deze andere platformen waar je Minecraft speelt. %sAls je je werelden van dit apparaat naar een ander apparaat wilt verplaatsen, kun je dit doen door de wereld naar een realm te uploaden en een back-up naar je nieuwe apparaat te downloaden. %sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Wij kunnen dit apparaat vanaf nu niet meer ondersteunen in jouw regio. Je kunt nog steeds op je werelden spelen en toegang krijgen tot je Marketplace-aankopen, maar je kunt geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog werken tot 30 september 2023. Daarna heb je geen toegang meer tot het realm. Het wordt aanbevolen om je wereld voor die tijd te downloaden. %sAls je je hebt aangemeld met een Microsoft-/Xbox Live-account, zijn je Marketplace-aankopen & Minecoins en je Realms-abonnement beschikbaar op andere platformen. Als je je werelden van dit apparaat naar een ander apparaat wilt verplaatsen, kun je dit doen door de wereld naar een realm te uploaden en een back-up naar je nieuwe apparaat te downloaden. %sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Wij kunnen dit apparaat binnenkort niet meer ondersteunen in jouw regio. Nadat je de laatste update hebt ontvangen, kun je nog steeds op je werelden spelen en blijf je toegang houden tot je Marketplace-aankopen, maar kun je geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog 6 maanden werken. Op 30 september 2023 heb je geen toegang meer tot het realm. Het wordt aanbevolen om je wereld voor die tijd te downloaden. %sAls je je hebt aangemeld met een Microsoft-/Xbox Live-account, zijn je Marketplace-aankopen & Minecoins en je Realms-abonnement beschikbaar op andere platformen. Als je je werelden van dit apparaat naar een ander apparaat wilt verplaatsen, kun je dit doen door de wereld naar een realm te uploaden en een back-up naar je nieuwe apparaat te downloaden. %sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. # -sunsetting.popup.sunset.geo.generic=Wij kunnen dit apparaat vanaf nu niet meer ondersteunen in jouw regio. Je kunt nog steeds op je werelden spelen en toegang krijgen tot je Marketplace-aankopen, maar je kunt geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog werken tot 30 september 2023. Daarna heb je geen toegang meer tot het realm. Het wordt aanbevolen om je wereld voor die tijd te downloaden. %sAls je je hebt aangemeld met een Microsoft-/Xbox Live-account, zijn je Marketplace-aankopen & Minecoins en je Realms-abonnement beschikbaar op andere platformen. Als je je werelden van dit apparaat naar een ander apparaat wilt verplaatsen, kun je dit doen door de wereld naar een realm te uploaden en een back-up naar je nieuwe apparaat te downloaden. %sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. # +sunsetting.popup.pendingSunset.device=Wij kunnen dit apparaat binnenkort niet meer ondersteunen. Je blijft updates ontvangen tot maart 2025, dan ontvang je de laatste update voor dit apparaat.%sNadat je de laatste update hebt ontvangen, kun je nog steeds in je werelden spelen en toegang krijgen tot Marketplace-aankopen (inclusief Minecoins), maar je kunt geen nieuwe aankopen meer doen op dit apparaat. Realms die vanaf dit apparaat worden beheerd blijven, vanaf maart 2025, 6 maanden werken, tenzij ze worden bijgewerkt door de Realm-eigenaar op een ander apparaat. Om je Realm-abonnement te annuleren, ga je naar het menu Instellingen voor abonnementen op het apparaat waarmee de Realm is gemaakt. Je ontvangt niet langer de nieuwste updates en je kunt geen multiplayer spelen met apparaten of Realms die updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers.%sKlik op de knop voor meer informatie. # +sunsetting.popup.sunset.device=Dit apparaat wordt niet meer ondersteund. Vanaf maart 2025 ontvang je geen updates meer totdat je je apparaat hebt bijgewerkt. Dit is je laatste update voor dit apparaat.%sJe kunt nog steeds in je werelden spelen en toegang krijgen tot Marketplace-aankopen (inclusief Minecoins). Realms die vanaf dit apparaat worden beheerd blijven, vanaf maart 2025, 6 maanden werken, tenzij ze worden bijgewerkt door de Realm-eigenaar op een ander apparaat. Om je Realm-abonnement te annuleren, ga je naar het menu Instellingen voor abonnementen op het apparaat waarmee de Realm is gemaakt. Je ontvangt niet langer de nieuwste updates en je kunt geen multiplayer spelen met apparaten of Realms die updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers.%sKlik op de knop voor meer informatie. # +sunsetting.popup.pendingSunset.windows_xr=Dit VR/MR-apparaat wordt niet meer ondersteund. Dit apparaat wordt niet meer ondersteund in updates na maart 2025. In die maand ontvang je de laatste update voor dit apparaat.%sNadat je de laatste update hebt ontvangen, ontvang je nog steeds updates op je pc en kun je spelen zonder VR/MR-apparaat. Vanaf nu kun je in je werelden blijven bouwen en blijf je toegang houden tot je Marketplace-aankopen (inclusief Minecoins) op niet-VR/MR-apparaten zoals een computerscherm. Je hebt echter geen toegang meer tot multiplayer of Realms op dit apparaat. Je kunt je VR/MR-apparaat niet meer gebruiken voor Minecraft, omdat het niet langer wordt ondersteund in de nieuwste updates.%sKlik op de knop voor meer informatie. # +sunsetting.popup.sunset.windows_xr=Dit VR/MR-apparaat wordt niet meer ondersteund. Dit VR/MR-apparaat wordt niet meer ondersteund. Je hebt de laatste update voor dit apparaat ontvangen. Je ontvangt nog steeds updates op je pc en je kunt nog steeds spelen zonder VR/MR-apparaat. Vanaf nu kun je in je werelden blijven bouwen en blijf je toegang houden tot je Marketplace-aankopen (inclusief Minecoins) op niet-VR/MR-apparaten zoals een computerscherm. Je kunt je VR/MR-apparaat niet meer gebruiken voor Minecraft, omdat het niet langer wordt ondersteund in de nieuwste updates.%sKlik op de knop voor meer informatie. We begrijpen dat dit vervelend is en waarderen de tijd die je aan ons spel hebt besteed. # +sunsetting.popup.pendingSunset.geo=Wij kunnen dit apparaat binnenkort niet meer ondersteunen in jouw regio. Nadat je de laatste update hebt ontvangen, kun je nog steeds in je werelden spelen en blijf je toegang houden tot je Marketplace-aankopen, maar kun je geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog 6 maanden werken. Op 30 september 2023 heb je geen toegang meer tot het Realm. Het wordt aanbevolen om je wereld voor die tijd te downloaden.%sAls je je hebt aangemeld met een Microsoft-account, zijn je Marketplace-aankopen en Minecoins en je Realms-abonnement beschikbaar op andere platformen. Als je je werelden van dit apparaat naar een ander apparaat wilt overzetten, kun je dit doen door de wereld naar een Realm te uploaden en een back-up naar je nieuwe apparaat te downloaden.%sKlik op de knop voor meer informatie, waaronder manieren om je wereld over te zetten naar een nieuw apparaat. # +sunsetting.popup.sunset.geo=Wij kunnen dit apparaat vanaf nu niet meer ondersteunen in jouw regio. Je kunt nog steeds in je werelden spelen en toegang krijgen tot je Marketplace-aankopen, maar je kunt geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog werken tot 30 september 2023. Daarna heb je geen toegang meer tot het Realm. We raden je aan om je wereld voor die tijd te downloaden.%sAls je je hebt aangemeld met een Microsoft-account, zijn je Marketplace-aankopen en Minecoins en je Realms-abonnement beschikbaar op andere platformen. Als je je werelden van dit apparaat naar een ander apparaat wilt overzetten, kun je dit doen door de wereld naar een Realm te uploaden en een back-up naar je nieuwe apparaat te downloaden.%sKlik op de knop voor meer informatie, waaronder manieren om je wereld over te zetten naar een nieuw apparaat. # sunsetting.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 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Ingrediënten: # item.smithing_template.name=Smeedsjabloon # item.smithing_template.netherite_upgrade.applies_to=Diamantuitrusting # item.smithing_template.netherite_upgrade.ingredients=Netherietstaaf # +item.netherite_upgrade_smithing_template.name=Netherite-upgrade # +item.sentry_armor_trim_smithing_template.name=Schildwacht-harnasuitrusting # +item.vex_armor_trim_smithing_template.name=Plaaggeest-harnasuitrusting # +item.wild_armor_trim_smithing_template.name=Wildernisharnasuitrusting # +item.coast_armor_trim_smithing_template.name=Kustharnasuitrusting # +item.dune_armor_trim_smithing_template.name=Duinharnasuitrusting # +item.wayfinder_armor_trim_smithing_template.name=Wegwijzerharnasuitsrusting # +item.raiser_armor_trim_smithing_template.name=Verhogerharnasuitrusting # +item.shaper_armor_trim_smithing_template.name=Vormerharnasuitrusting # +item.host_armor_trim_smithing_template.name=Hostharnasuitrusting # +item.ward_armor_trim_smithing_template.name=Wachterharnas-uitrusting # +item.silence_armor_trim_smithing_template.name=Stilteharnasuitrusting # +item.tide_armor_trim_smithing_template.name=Getijharnasuitrusting # +item.snout_armor_trim_smithing_template.name=Snuitharnasuitrusting # +item.rib_armor_trim_smithing_template.name=Ribharnasuitrusting # +item.eye_armor_trim_smithing_template.name=Oogharnasuitrusting # +item.spire_armor_trim_smithing_template.name=Spitsharnasuitrusting # +item.flow_armor_trim_smithing_template.name=Stroom-harnasrand # +item.bolt_armor_trim_smithing_template.name=Bliksem-harnasrand # item.snort_pottery_sherd.name=Aardewerkscherf met snuiver # item.spawn_egg.entity.camel.name=Kameelspawnei # item.spruce_hanging_sign.name=Sparren hangbordje # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Wegwijzerharnasuitsrusting # trim_pattern.wild.name=Wildernisharnasuitrusting # trim_pattern.bolt.name=Bliksem-harnasrand # trim_pattern.flow.name=Stroom-harnasrand # -upgrade.netherite_upgrade.name=Netherite-upgrade # storageManager.mainSizeLabel=%s - 1 item # storageManager.mainSizeLabelPlural=%s - %s items # @@ -8443,6 +8453,8 @@ store.csb.buyNow.title=Start je Marketplace Pass-abonnement #### {StrContains=" store.csb.subscription=Nadat je hebt aangemeld, zijn er meer dan 150 stuks spannende Minecraft Marketplace-content voor je beschikbaar. Download en speel avonturenkaarten, draag skins, snuffel door texturepakketten en claim elke maand een set Personagemaker-voorwerpen die je mag houden. Omdat de catalogus regelmatig wordt vernieuwd, is er altijd wel iets nieuws te ontdekken met Marketplace Pass. Je betaalt %s/maand en je kunt altijd annuleren om toekomstige kosten te voorkomen. #### {StrContains="Marketplace Pass"} +store.csb.terms=Marketplace Pass is een abonnement op content dat te gebruiken is met ondersteunde versies van Minecraft (spel afzonderlijk verkrijgbaar) op Windows en andere ondersteunde platformen waarop je het spel bezit (Minecraft Java- en Amazon Kindle Fire-edities worden niet ondersteund); een actief abonnement is vereist om Marketplace Pass-content te kunnen gebruiken. De content varieert in de loop der tijd en is mogelijk niet in alle landen beschikbaar. Na de gratis proefperiode wordt het abonnement in rekening gebracht tegen de dan geldende prijs (aan wijzigingen onderhevig) plus toepasselijke belastingen totdat je dit annuleert. Je kunt je abonnement annuleren door naar Services en abonnementen te gaan in je Microsoft-account. Als je abonnement eindigt of een contentitem uit de catalogus wordt verwijderd, moet je je abonnement opnieuw activeren of de content afzonderlijk kopen om deze te kunnen blijven gebruiken. Er kunnen ISP-kosten in rekening worden gebracht. We kunnen je bij gelegenheid van content voorzien die zelfs na het einde van je abonnement beschikbaar blijft en in dat geval behouden wij ons het recht voor om dergelijke content te verwijderen als deze incompatibel wordt of als je rechten op de content vervallen. Als je abonnement wordt beëindigd of bepaalde content uit de catalogus wordt gehaald, moet je je abonnement opnieuw activeren of de content afzonderlijk aanschaffen om deze te kunnen blijven gebruiken. Er kunnen kosten van je provider van toepassing zijn. Het abonnement kan worden gewijzigd en/of buiten gebruik worden gesteld. Onderworpen aan de Microsoft-servicesovereenkomst (www.microsoft.com/msa) en de Gebruiksrechtovereenkomst voor Minecraft (https://www.minecraft.net/eula). Eventuele vertalingen van deze voorwaarden zijn uitsluitend gecreëerd voor je gemak, en in het geval van een geschil tussen de Engelse en niet-Engelse versies, zal de Engelse versie van deze voorwaarden van toepassing zijn. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] + store.csb.recurring.offerTrial=Marketplace Pass is een doorlopend abonnement met terugkerende abonnementskosten die elke maand automatisch in rekening worden gebracht totdat het abonnement wordt opgezegd.%sMeer dan 150 Marketplace-pakketten zijn onmiddellijk beschikbaar. Je kunt je abonnement op elk moment beëindigen en toekomstige kosten voorkomen via je abonnementsinstellingen. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass is een doorlopend abonnement met terugkerende abonnementskosten die elke maand automatisch in rekening worden gebracht totdat het abonnement wordt opgezegd.%sMeer dan 150 Marketplace-pakketten zijn onmiddellijk beschikbaar. Er wordt %s/maand in rekening gebracht en je kunt je abonnement op elk moment beëindigen en toekomstige kosten voorkomen via je abonnementsinstellingen. #### {StrContains="Marketplace Pass"} store.csb.consumable.offerTrial=Meer dan 150 Marketplace-pakketten zijn direct beschikbaar. De eerste 30 dagen zijn gratis en daarna kun je voor 30 dagen verlengen voor %s. # @@ -8854,8 +8866,6 @@ store.myAccount=Mijn account # store.xbl.signin=Aanmelden # store.xbl.signinOrSignUp=Gratis aanmelden of registreren # store.xbl.disconnected=Verbinding verbroken # -store.xbl.conversionFailedTitle=Er is iets misgegaan # -store.xbl.conversionFailedMessage=Probeer het later nog eens. # store.sales.allByCreator=Nu in de aanbieding! # store.sales.bundlesOnSale=Bundels nu in de aanbieding! # @@ -9027,8 +9037,8 @@ tile.deny.name=Weigeren # tile.border_block.name=Grens # tile.anvil.intact.name=Aambeeld # tile.anvil.name=Aambeeld # -tile.anvil.slightlyDamaged.name=Licht beschadigd aambeeld # -tile.anvil.veryDamaged.name=Zwaar beschadigd aambeeld # +tile.anvil.slightlyDamaged.name=Afgebroken aambeeld # +tile.anvil.veryDamaged.name=Beschadigd aambeeld # tile.barrier.name=Barrière # tile.beacon.name=Baken # tile.beacon.primary=Primaire kracht # @@ -9079,7 +9089,7 @@ tile.iron_block.name=IJzerblok # tile.lapis_block.name=Blok lapis lazuli # tile.redstone_block.name=Redstoneblok # tile.bookshelf.name=Boekenplank # -tile.brick_block.name=Baksteenblok # +tile.brick_block.name=Bakstenen # tile.brown_mushroom.name=Bruine paddenstoel # tile.brown_mushroom_block.mushroom.name=Paddenstoel # tile.brown_mushroom_block.stem.name=Paddenstoelenstam # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Blauwe gebrandschilderde ruit # tile.stained_glass_pane.purple.name=Paarse gebrandschilderde ruit # tile.stained_glass_pane.magenta.name=Magenta gebrandschilderde ruit # tile.stained_glass_pane.pink.name=Roze gebrandschilderde ruit # -tile.clay.name=Kleiblok # +tile.clay.name=Klei # tile.hardened_clay.name=Terracotta # tile.stained_hardened_clay.black.name=Zwarte terracotta # tile.stained_hardened_clay.blue.name=Blauwe terracotta # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Rode Nether-bakstenen muur # tile.cocoa.name=Cacao # tile.command_block.name=Commandoblok # tile.composter.name=Composteerder # -tile.light_block.name=Lichtblok # +tile.light_block.name=Licht # tile.repeating_command_block.name=Herhalend commandoblok # tile.chain_command_block.name=Ketencommandoblok # tile.wheat.name=Gewassen # tile.darkOakFence.name=Donkereiken hek # tile.dark_oak_fence_gate.name=Donkereiken poortje # -tile.daylight_detector.name=Daglichtsensor # +tile.daylight_detector.name=Daglichtdetector # tile.deadbush.name=Dode struik # tile.detector_rail.name=Detectorspoor # tile.dirt.coarse.name=Grove aarde # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Automaat # tile.iron_door.name=IJzeren deur # tile.doorWood.name=Houten deur # tile.double_plant.fern.name=Grote varen # -tile.double_plant.grass.name=Dubbelhoog gras # +tile.double_plant.grass.name=Hoog gras # tile.double_plant.name=Planten # tile.double_plant.paeonia.name=Pioenroos # tile.double_plant.rose.name=Rozenstruik # @@ -9313,7 +9323,7 @@ tile.double_plant.sunflower.name=Zonnebloem # tile.double_plant.syringa.name=Sering # tile.dragon_egg.name=Drakenei # tile.dropper.name=Dropper # -tile.enchanting_table.name=Betoverblok # +tile.enchanting_table.name=Betoveringstafel # tile.enderChest.name=Enderkist # tile.end_portal_frame.name=End-portaalframe # tile.farmland.name=Akkerland # @@ -9385,7 +9395,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 bloksteen # +tile.monster_egg.brick.name=Geïnfesteerde stenen 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 # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Geïnfesteerde steen # tile.mushroom.name=Paddenstoel # tile.noteblock.name=Nootblok # tile.mycelium.name=Zwamblok # -tile.nether_brick.name=Nether-baksteenblok # -tile.red_nether_brick.name=Rode Nether-baksteen # +tile.nether_brick.name=Nether-bakstenen # +tile.red_nether_brick.name=Rode Nether-bakstenen # tile.nether_brick_fence.name=Nether-baksteenhek # tile.quartz_ore.name=Nether-kwartserts # tile.netherreactor.active=Actief! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Junglehouten bord # tile.acacia_standing_sign.name=Acacia bord # tile.darkoak_standing_sign.name=Donkereiken bord # tile.slime.name=Slijmblok # -tile.snow.name=Sneeuw # +tile.snow.name=Sneeuwblok # tile.sponge.dry.name=Spons # tile.sponge.wet.name=Natte spons # tile.spruceFence.name=Sparren hek # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Dood belvormig koraalblok # tile.coral_block.red_dead.name=Dood vlamvormig koraalblok # tile.coral_block.yellow_dead.name=Dood hoornvormig koraalblok # tile.tallgrass.fern.name=Varen # -tile.tallgrass.grass.name=Gras # -tile.tallgrass.name=Gras # +tile.tallgrass.grass.name=Kort gras # +tile.tallgrass.name=Kort gras # tile.tallgrass.shrub.name=Struik # tile.tuff_brick_slab.name=Tufstenen baksteenplaat # tile.tuff_brick_stairs.name=Tufstenen baksteentrap # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Tufsteentrap # tile.tuff_wall.name=Tufsteenmuur # tile.seagrass.seagrass.name=Zeegras # tile.sea_pickle.name=Zeekomkommer # -tile.turtle_egg.name=Zeeschildpadei # +tile.turtle_egg.name=Schildpadei # tile.coral.blue.name=Tubevormig koraal # tile.coral.pink.name=Hersenvormig koraal # tile.coral.purple.name=Belvormig koraal # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Dode vlamvormige koraalwaaier # tile.coral_fan_dead.yellow_fan.name=Dode hoornvormige koraalwaaier # tile.glass_pane.name=Glasplaat # tile.tnt.name=TNT # -tile.snow_layer.name=Sneeuwtop # +tile.snow_layer.name=Sneeuw # tile.torch.name=Fakkel # tile.trapdoor.name=Eiken valluik # tile.acacia_trapdoor.name=Acaciahouten valluik # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Water # tile.water.name=Water # tile.waterlily.name=Plompenblad # tile.web.name=Spinnenweb # -tile.heavy_weighted_pressure_plate.name=Drukgevoelige drukplaat (zwaar) # -tile.light_weighted_pressure_plate.name=Drukgevoelige drukplaat (licht) # +tile.heavy_weighted_pressure_plate.name=Zware drukgevoelige drukplaat # +tile.light_weighted_pressure_plate.name=Lichte drukgevoelige drukplaat # tile.end_stone.name=End-steen # tile.end_bricks.name=End-stenen bakstenen # tile.planks.acacia.name=Acacia planken # @@ -10288,7 +10298,7 @@ xbox.signin.enterCode=En voer deze code in: # xbox.signin.enterCode.qr=2. Voer de onderstaande code in wanneer daarom wordt gevraagd: # xbox.signin.letsPlay=Laten we spelen! # xbox.signin.message=Meld je aan met je gratis Microsoft-account om de volledige wereld van Minecraft te ervaren. # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Aanmelden met een ander Microsoft-account # xbox.signin.website=Deze website op een ander apparaat openen: # xbox.signin.website.qr=1. Open deze website op een ander apparaat: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Kan niet aanmelden bij sandbox %s. Wijzi xbox.dev_wrongSandboxSigninFailed.button.dev=Wijzigen in ontwikkelaars-sandbox # xbox.dev_wrongSandboxSigninFailed.button.retail=Wijzigen in retailsandbox # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Accountaanmeldingsgegevens wissen # -xbox.addfriendsignin.line1=Zoek naar je vrienden met hun gamertag om te zien wanneer ze online zijn. # -xbox.addfriendsignin.line2=Meld je aan met een Microsoft-account om vrienden toe te voegen! # 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.signInLong=Log je gratis in! # xbox.signOutLong=Afmelden bij je Microsoft-account # -xbox.externalServer.title=Spelen op een server # -xbox.externalServer.line1=Servers is een van de meeste creatieve manieren om Minecraft te spelen! We hoeven je alleen aan te melden om te controleren of je toestemming hebt om online met nieuwe personen te spelen. # 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! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Nieuwe skin kiezen # dr.classic_skins.custom_skin_title=Skin importeren # dr.classic_skins.custom_skin_description=Importeer een png (64x32, 64x64 of 128x128) vanaf je apparaat om deze als skin te gebruiken. Deze wordt niet gesynchroniseerd tussen je apparaten of spellen. # -dr.classic_skins.custom_skin_description_disabled= Je apparaat kan geen speciale skin selecteren in een multiplayerspel. Keer terug naar het hoofdmenu om er een uit te rusten. # +dr.classic_skins.custom_skin_description_disabled=Je apparaat kan geen speciale skin selecteren in een multiplayerspel. Keer terug naar het hoofdmenu om er een uit te rusten. # dr.classic_skins.custom_skin_description_popup=Spelers met aangepaste skins zijn niet zichtbaar als je de optie 'Alleen vertrouwde skins toestaan' hebt ingeschakeld # dr.classic_skins.custom_skin_section_title=Mijn skins # dr.classic_skins.invalidCustomSkin=Importeer een .png-bestand met de afmetingen 64x64, 64x32 of 128x128 # diff --git a/resource_pack/texts/pl_PL.lang b/resource_pack/texts/pl_PL.lang index d98612897..8b96470a1 100644 --- a/resource_pack/texts/pl_PL.lang +++ b/resource_pack/texts/pl_PL.lang @@ -964,6 +964,7 @@ 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.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 # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s ma już odblokowaną recepturę: %2$s # commands.recipes.playerDoesNotHaveRecipe=%1$s nie ma receptury: %2$s # commands.recipes.notFound=Nie udało się znaleźć przepisu. # commands.recipes.notUnlockable=Nie da się odblokować tego przepisu w przepiśniku. # +commands.reload.all.description=Ponownie wczytuje wszystkie pliki funkcyjne i skryptowe ze wszystkich pakietów zachowań lub opcjonalnie ponownie wczytuje świat i wszystkie pakiety zasobów oraz zachowań. # commands.reload.description=Ponownie wczytuje wszystkie pliki funkcji i skryptów ze wszystkich zestawów zachowań. # -commands.reload.editor.description=Ponownie wczytuje wszystkie pliki funkcji i skryptów ze wszystkich pakietów zachowań lub opcjonalnie ponownie uruchamia klienta, aby ponownie wczytać wszystkie zasoby. # +commands.reload.started=Rozpoczęto ponowne wczytywanie świata. # commands.reload.success=Pliki funkcji i skryptów zostały ponownie załadowane. # commands.reload.error=Wystąpił nieoczekiwany błąd. # +commands.reload.onlyHost=Tylko gospodarz może ponownie wczytać świat. # commands.replaceitem.description=Zastępuje przedmioty w ekwipunku. # commands.replaceitem.failed=Nie można zastąpić miejsca (%s) %d miejscem %d * %s # commands.replaceitem.keepFailed=Istnieje już element zajmujący %s gniazdo %d. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Kamery twórcy: kamera skupiają createWorldScreen.experimentalFocusTargetCameraDescription=Włącza zachowanie istniejącej swobodnej kamery, aby była skierowana na byt # createWorldScreen.recipeUnlocking=Odblokowywanie przepisów # createWorldScreen.recipeUnlockingDescription=Włącz odblokowywanie przepisów # -createWorldScreen.experimentalholiday=Świąteczne funkcje kreatora # -createWorldScreen.experimentalholidayDescription=Dodaj bloki oparte na danych i technologię elementów, aby dostosować kształt bloku, jego obrót, uszkodzenia i inne cechy # createWorldScreen.experimentalGameTest=Interfejsy API w wersji beta # createWorldScreen.experimentalGameTestDescription=Używaj wersji "-beta" modułów API w pakietach dodatków # createWorldScreen.experimentalMolangFeatures=Funkcje języka Molang # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Musisz się zalogować na konto Mic 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. # +realmsSharingScreen.inviteLinkNotFoundTitle=Błąd serwera Realms # +realmsSharingScreen.inviteLinkNotFoundMessage=Ten link z zaproszeniem jest nieprawidłowy. # realmsCreateScreen.title.create=Stwórz serwer świata Realms # realmsCreateScreen.title.extend=Rozszerz swój świat Realms # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Rozszerz o 180 dni # xblLogin.LoginMessageTitle=Konto Microsoft # xblLogin.LoginMessage=Łączenie... # -xbl.savePurchase.description.line1=Chcesz mieć dostęp do zakupionych przez siebie treści na każdej platformie z dostępem do sklepu Minecraft? Zaloguj się na DARMOWE konto Microsoft i zsynchronizuj zakupione skórki, tekstury, mapy i miksy, aby korzystać z nich w Minecrafcie na różnych urządzeniach! # -xbl.savePurchase.description.line2=Jeśli przestaniesz korzystać z danej platformy lub odinstalujesz Minecrafta, twoje zakupy pozostaną zsynchronizowane i będą dostępne, gdy zalogujesz się na swoje konto Microsoft. # -xbl.savePurchase.leaveOnDevice=Pozostaw na urządzeniu # -xbl.savePurchase.title=Zapisać zakupy na koncie Microsoft? # xbl.savePurchase.saveButton=Zapisz na koncie Microsoft # -xbl.savePurchase.toast.title=Udało się! # -xbl.savePurchase.toast.message=Zakupy zsynchronizowane na koncie Microsoft! # -xbl.savePurchase.inProgress.message=Przenoszenie zakupów na konto Microsoft... # - -xbl.syncIAP.title=Zsynchronizować zakupy z kontem Microsoft? # -xbl.syncIAP.description=Zaloguj się na konto Microsoft, aby zsynchronizować swoje skórki, zestawy tekstur, światy oraz miksy. Dzięki temu będą dostępne na dowolnym urządzeniu, na którym grasz w Minecrafta. # -xbl.syncIAP.syncNow=Zsynchronizuj teraz... # -xbl.syncIAP.syncLaterEllipsis=Zsynchronizuj później... # -xbl.syncIAP.syncLater=Zsynchronizuj później # -xbl.syncIAP.toast.title=Operacja powiodła się. # -xbl.syncIAP.toast.message=Zsynchronizowano zakupy z kontem Microsoft! # -xbl.syncIAP.inProgress.message=Synchronizacja zakupów z kontem Microsoft... # -xbl.syncIAP.skipSignIn.prompt.description=To konto Microsoft nie będzie głównym kontem tego urządzenia, jeśli nie zsynchronizujesz z nim zakupów dokonanych na tym urządzeniu. Po uruchomieniu Minecrafta nie zalogujesz się automatycznie. # - -xbl.syncIAP.confirmSync.prompt.title=Zsynchronizować z %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=Czy chcesz zsynchronizować swoje zakupy w App Store z %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=Zestawy kupione poza rynkiem Minecrafta można zsynchronizować tylko raz. W dalszym ciągu będą one dostępne dla każdego, kto gra na tym urządzeniu. # -xbl.syncIAP.confirmSync.prompt.yes=Tak, proszę zsynchronizować moje zakupy # xbl.marketplace.account.error.body.nobutton=Wykryliśmy błąd związany z twoim kontem. Do momentu jego naprawienia nie możesz korzystać z rynku. Jeśli sytuacja nie ulegnie zmianie w ciągu kilku dni, skontaktuj się z pomocą techniczną. # @@ -2512,8 +2495,6 @@ store.sign_in_warning.no_xbl_and_local_content=Pobrano już wcześniej zawartoś store.sign_in_warning.no_xbl_and_no_local_content.line1=Zaloguj się teraz, aby zapisywać i udostępniać zakupy na różnych platformach. Zapisz zakupy, aby nie zostały utracone, jeśli coś stanie się z twoim systemem lub jeśli odinstalujesz Minecrafta. Możesz uzyskać dostęp do zakupionej na Rynku zawartości z dowolnej platformy i używać spersonalizowanych postaci na różnych platformach. # store.sign_in_warning.no_xbl_and_no_local_content.line2=Nie masz konta Microsoft? Stwórz je teraz – za darmo! # -xbl.skipSignIn.prompt.title=Konto tymczasowe # -xbl.skipSignIn.prompt.description=To konto Microsoft nie będzie podstawowym kontem dla tego urządzenia, jeśli nie przeniesiesz jego zakupów na to konto. Po uruchomieniu Minecrafta nie nastąpi automatyczne logowanie. # xbl.signOut.title=Zakupy na koncie Microsoft! # xbl.signOut.message1=Jeśli wylogujesz się ze swojego konta Microsoft, nie będziesz mieć dostępu do monet Minecoins i przedmiotów zakupionych w sklepie. # xbl.signOut.message2=Czy na pewno chcesz to zrobić? # @@ -2626,6 +2607,8 @@ death.attack.inWall=Gracz %1$s zadusił się w ścianie # death.attack.lava=Gracz %1$s próbował pływać w lawie # death.attack.lava.player=Gracz %1$s próbował pływać w lawie, uciekając przed: %2$s # death.attack.lightningBolt=Gracza %1$s poraził piorun # +death.attack.maceSmash.player=Gracz %1$s został zmiażdżony przez: %2$s # +death.attack.maceSmash.player.item=Gracz %1$s został zmiażdżony przez: %2$s z %3$s # death.attack.magic=Gracz %1$s zginął w wyniku użycia magii # death.attack.magma=%1$s odkrywa, że ziemia jest lawą # death.attack.magma.player=%1$s wkracza do niebezpiecznej strefy z powodu: %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Serwer i Klient mają różne war disconnectionScreen.editor.cannotUseRayTracing=Pakiety zasobów z włączoną funkcją śledzenia promieni nie są jeszcze zgodne z projektami Edytora. # disconnectionScreen.unexpectedPacket=Rozłączono z powodu nieoczekiwanego typu odebranego pakietu, którego nie można przetworzyć. Może to być spowodowane niezgodnością wersji lub uszkodzeniem na poziomie sieciowym. # disconnectionScreen.connectionLost=Utracono połączenie z gospodarzem. Jeśli ten świat nadal jest uruchomiony, sprawdź swoje połączenie internetowe i spróbuj ponownie nawiązać połączenie. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Nie można załadować tego świata. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Spróbuj otworzyć ten świat w trybie demo. # disconnectionScreen.errorCode=Kod błędu: # storageSpaceWarningScreen.frontend=Zostało Ci bardzo mało wolnego miejsca na dysku! Minecraft ograniczył dostęp do tej opcji, dopóki nie wygospodarujesz więcej miejsca. # @@ -3126,7 +3111,7 @@ feed.upload=Twój zrzut ekranu jest właśnie przesyłany... # feed.manage=Zarządzaj aktualnościami # feed.share=Udostępnij # feed.addScreenshot=Dodaj zrzut ekranu # -feed.screenshotCapturedRealms=Zrobiono zrzut ekranu. Przejdź do Historii Realms, aby go udostępnić. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Zrobiono zrzut ekranu. Możesz go zobaczyć w galerii zrzutów ekranu. # feed.screenshotAlmostFull=Zrobiono zrzut ekranu. Twoja galeria jest prawie pełna. (%d/%d) # feed.screenshotReachedMax=Zrobiono zrzut ekranu. Twoja galeria jest pełna. (%d/%d) # @@ -3420,7 +3405,7 @@ howtoplay.anvil.text.5=Istnieje możliwość uszkodzenia kowadła przy każdym u howtoplay.armor=Zbroja # howtoplay.armor.text.1=Nosząc zbroję, chronisz się przed obrażeniami. Poziom Twojej zbroi przedstawiany jest przy pomocy :armor: w interfejsie HUD. Im wyższy, tym mniej obrażeń otrzymasz. # howtoplay.armor.header.1=Konstruowanie # -howtoplay.armor.text.2=Zbroję można stworzyć ze skóry, żelaza, złota lub diamentu. Kolczugę można zdobyć poprzez handel z osadnikami lub po złupieniu zombie czy szkieletów. # +howtoplay.armor.text.2=Zbroję można stworzyć ze skóry, żelaza, złota lub diamentu. Zbroję kolczą można zdobyć poprzez handel z osadnikami lub po złupieniu zombie czy szkieletów. # howtoplay.armor.text.3=Przywdziej zbroję, otwierając swój ekwipunek i przenosząc części zbroi do odpowiedniego okienka swojej postaci. # howtoplay.armor.text.4=Kolczugę, żelazną i złotą zbroję można w piecu przetopić na żelazne i złote samorodki. # howtoplay.armor.header.2=Tarcza # @@ -3502,7 +3487,7 @@ howtoplay.blocks.text.8=§eMagma§f – występuje naturalnie w Netherze, emituj howtoplay.blocks.text.9=§eTwarda ziemia§f – jest prawie taka sama jak normalna ziemia, ale nie rośnie na niej trawa. Występuje w biomach sawanny i wielkiej tajgi. # howtoplay.bookAndQuill=Książka i pióro # -howtoplay.bookAndQuill.text.1=Książka i pióro pozwalają Ci spisywać przygody. Opowiedz swoją historię, wprowadzając tekst na strony książki. Możesz nawet zmienić tytuł i autora! Podpisz książkę i pióro, aby dokończyć swe dzieło. Można je edytować przed podpisaniem. # +howtoplay.bookAndQuill.text.1=Książka i pióro pozwalają ci spisywać przygody. Opowiedz swoją historię, wprowadzając tekst na strony książki. Możesz nawet zmienić tytuł i autora! Podpisz książkę i pióro, aby dokończyć swe dzieło. Książkę i pióro można edytować do momentu podpisania. # howtoplay.brewingStand=Statyw alchemiczny # howtoplay.brewingStand.text.1=Warzenie mikstur wymaga statywu alchemicznego. Każdą miksturę zaczynamy od butelki z wodą, którą otrzymujemy po napełnieniu szklanej butelki wodą z kotła lub źródła wody. # @@ -3643,7 +3628,7 @@ howtoplay.camera.text.2=Aby zrobić zdjęcie ze swojej perspektywy, naciśnij :_ howtoplay.camera.text.2.touch=Aby zrobić zdjęcie ze swojej perspektywy, dotknij i przytrzymaj, a następnie puść. # howtoplay.camera.text.3=Aby zrobić selfie, ustaw aparat i naciśnij na nim :_input_key.use:. # howtoplay.camera.text.3.touch=Aby zrobić selfie, ustaw aparat i dotknij przycisku „Zrób zdjęcie”. # -howtoplay.camera.text.4=Zdjęcia można oglądać w Portfolio lub umieszczać je w książce za pomocą funkcji Książka i pióro. # +howtoplay.camera.text.4=Zdjęcia można oglądać w portfolio lub umieszczać je w książce z piórem. # howtoplay.portfolio=Portfolio # howtoplay.portfolio.title=Obsługa gry: Portfolio # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=Odkryj świat możliwości z Minecoins: walutą w grz howtoplay.minecoins.text.2=Po odebraniu twoje Minecoins są połączone z kontem Microsoft, dzięki czemu możesz uzyskać dostęp do swoich monet i zakupów również na innych obsługiwanych urządzeniach! # howtoplay.minecoins.button.text.1=Zdobądź monety # howtoplay.minecoins.header.1=Ograniczenie odpowiedzialności # -howtoplay.minecoins.text.3=*Minecoins wymagają wersji Minecraft: Bedrock Edition z dostępem do Rynku Minecrafta. Minecoins nie są obsługiwane na konsolach PlayStation®. Informacje na temat kompatybilności znajdziesz na stronie minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins wymagają wersji Minecraft: Bedrock Edition z dostępem do Rynku gry Minecraft. Minecoins nie są obsługiwane na konsolach PlayStation®. Informacje na temat kompatybilności znajdziesz na stronie minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Górnictwo # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Złoty # item.axolotlColorWild.name=Brązowy # item.axolotlColorBlue.name=Niebieski # item.golden_apple.name=Złote jabłko # -item.appleEnchanted.name=Zaczarowane jabłko # +item.appleEnchanted.name=Zaczarowane złote jabłko # item.armadillo_scute.name=Tarczka pancernika # item.armor_stand.name=Stojak na zbroję # item.arrow.name=Strzała # @@ -4626,7 +4611,7 @@ item.banner.half_vertical_right.red=Czerwona lewa połowa # item.banner.half_vertical_right.silver=Jasnoszara lewa połowa # item.banner.half_vertical_right.white=Biała lewa połowa # item.banner.half_vertical_right.yellow=Żółta lewa połowa # -item.banner.illager_captain.name=Sztandar Złosadników # +item.banner.illager_captain.name=Złowieszczy sztandar # item.banner.lightBlue.name=Jasnoniebieski sztandar # item.banner.lime.name=Jasnozielony sztandar # item.banner.magenta.name=Purpurowy sztandar # @@ -5129,11 +5114,11 @@ item.golden_chestplate.name=Złoty napierśnik # item.iron_chestplate.name=Żelazny napierśnik # item.chorus_fruit.name=Owoc refrenu # item.chorus_fruit_popped.name=Prażony owoc refrenu # -item.cooked_beef.name=Befsztyk # +item.cooked_beef.name=Stek # item.cooked_chicken.name=Pieczony kurczak # item.cooked_porkchop.name=Pieczony schab # item.chicken.name=Surowy kurczak # -item.clay_ball.name=Glina # +item.clay_ball.name=Gliniana kula # item.clock.name=Zegar # item.coal.name=Węgiel # item.comparator.name=Komparator # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Mapa pustynnej wioski # item.map.exploration.jungle_temple.name=Mapa badacza dżungli # item.map.exploration.swamp_hut.name=Mapa badacza bagien # item.map.exploration.trial_chambers.name=Mapa badacza wersji próbnej # -item.melon.name=Arbuz # -item.milk.name=Mleko # +item.melon.name=Kawałek arbuza # +item.milk.name=Wiadro mleka # item.minecart.name=Wagonik # item.chest_minecart.name=Wagonik ze skrzynią # item.command_block_minecart.name=Wagonik z blokiem poleceń # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Jajko spawnowania shulkerów # item.spawn_egg.entity.endermite.name=Jajko spawnowania endermite'ów # item.spawn_egg.entity.evocation_illager.name=Jajko spawnowania przywoływaczy # item.spawn_egg.entity.vex.name=Jajko spawnowania dręczycieli # -item.spawn_egg.entity.turtle.name=Jajko spawnowania żółwi morskich # +item.spawn_egg.entity.turtle.name=Jajko spawnowania żółwi # item.spawn_egg.entity.dolphin.name=Jajko spawnowania delfinów # item.spawn_egg.entity.phantom.name=Jajko spawnowania upiorów # item.spawn_egg.entity.panda.name=Jajko spawnowania pand # @@ -5446,7 +5431,7 @@ item.dried_kelp.name=Suszone krasnorosty # item.rotten_flesh.name=Zgniłe mięso # item.ruby.name=Rubin # item.saddle.name=Siodło # -item.wheat_seeds.name=Nasiona # +item.wheat_seeds.name=Nasiona pszenicy # item.beetroot_seeds.name=Nasiona buraka # item.melon_seeds.name=Nasiona arbuza # item.pumpkin_seeds.name=Nasiona dyni # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Akacjowa tabliczka # item.darkoak_sign.name=Ciemna dębowe tabliczka # item.crimson_sign.name=Karmazynowa tabliczka # item.warped_sign.name=Wypaczona tabliczka # -item.skull.char.name=Głowa # +item.skull.char.name=Głowa gracza # item.skull.creeper.name=Głowa creepera # item.skull.dragon.name=Głowa smoka # item.skull.player.name=Głowa: %s # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Czaszka mrocznego szkieletu # item.skull.zombie.name=Głowa zombie # item.slime_ball.name=Kula szlamu # item.snowball.name=Śnieżka # -item.speckled_melon.name=Błyszczący arbuz # +item.speckled_melon.name=Błyszczący kawałek arbuza # item.spider_eye.name=Oko pająka # item.stick.name=Patyk # item.string.name=Linka # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Tarczka żółwia # item.phantom_membrane.name=Upiorna membrana # item.sweet_berries.name=Słodkie jagody # item.suspicious_stew.name=Podejrzana potrawka # +item.field_masoned_banner_pattern.name=Wzór sztandaru – ceglane tło # +item.creeper_banner_pattern.name=Wzór sztandaru – głowa creepera # +item.flow_banner_pattern.name=Wzór sztandaru – przepływ # +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.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 # item.banner_pattern.creeper=Głowa creepera # item.banner_pattern.flow=Przepływ # @@ -5955,7 +5950,6 @@ map.position=Pozycja: %s, %s, %s # mcoServer.title=Świat online Minecrafta # -menu.ai_lesson_crafter=Konstruktor lekcji # menu.achievements=Osiągnięcia # menu.convertingLevel=Powiększanie świata # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Szerokość # options.codeBuilder=Konstruktor kodów # options.content_log_file=Włącz plik dziennika treści # options.content_log_gui=Włącz interfejs dziennika treści # +options.content_log_gui.level=Poziom dziennika graficznego interfejsu użytkownika # +options.content_log_gui.level.info=Informacje # +options.content_log_gui.level.warn=Ostrzeż # +options.content_log_gui.level.error=Błąd # options.controller=Kontroler # options.controllerLayout=Układ kontrolera # options.controllerSettings=Ustawienia kontrolera # @@ -6296,14 +6294,14 @@ options.dev_displayMarketplaceDocumentId=Pokaż identyfikator dokumentu rynku # options.dev_addCoins=Dodaj %s monet(y) # options.dev_addCoinTitle=Dodaj monety # options.dev_reset_entitlements=Zresetuj wszystkie uprawnienia # -options.dev_reset_entitlements_loading=Resetowanie uprawnień, to okno dialogowe zostanie zamknięte po zakończeniu procesu. Możesz zamknąć to okno, ale zamknięcie gry przed zakończeniem tego polecenia może spowodować nieoczekiwane zachowanie. # -options.dev_reset_entitlements_error_unfinished=Ostrzeżenie, nie wszystkie uprawnienia zostały poprawnie usunięte. Spróbuj ponownie uruchomić polecenie, najlepiej po ponownym uruchomieniu klienta. # -options.dev_reset_entitlements_warning=Ostrzeżenie! Spowoduje to usunięcie wszystkich twoich uprawnień, w tym starszych uprawnień, których możesz nie być w stanie odzyskać! Ta operacja może chwilę potrwać, jeśli masz dużą liczbę uprawnień. Czy na pewno chcesz kontynuować? # +options.dev_reset_entitlements_loading=Resetowanie uprawnień. To okno dialogowe zostanie zamknięte po zakończeniu procesu. Możesz zamknąć to okno, ale zamknięcie gry przed zakończeniem tego polecenia może spowodować nieoczekiwane zachowanie. # +options.dev_reset_entitlements_error_unfinished=Ostrzeżenie: nie wszystkie uprawnienia zostały poprawnie usunięte. Spróbuj ponownie uruchomić polecenie, najlepiej po ponownym uruchomieniu klienta. # +options.dev_reset_entitlements_warning=Ostrzeżenie! Spowoduje to usunięcie wszystkich twoich uprawnień, w tym starszych uprawnień, których możesz nie być w stanie odzyskać! Ta operacja może chwilę potrwać, jeśli masz wiele uprawnień. Czy na pewno chcesz kontynuować? # options.dev_reset_entitlements_success=Uprawnienia zostały pomyślnie usunięte. # options.dev_currencyFailureWarning=Połączenie sieciowe nie powiodło się. Błąd: %s # options.dev_currencyFailureWarningGeneric=Połączenie sieciowe nie powiodło się. Upewnij się, że zalogowano się na konto z listy dozwolonych kont. # options.dev_reset_wallet=Zresetuj portfel # -options.dev_allowlist_failure=Błąd! Operacja się nie powiodła. Sprawdź dokładnie, czy to konto znajduje się na liście dozwolonych kont. # +options.dev_allowlist_failure=Błąd! Operacja nie powiodła się. Sprawdź dokładnie, czy to konto znajduje się na liście dozwolonych kont. # options.discoveryEnvironment=Środowisko poznawcze (wymaga ponownego uruchomienia) # options.discoveryEnvironment.production=Produkcja # options.discoveryEnvironment.staging=Inscenizacja # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Anuluj zabiegi eksperymentalne # 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_discoveryOverrideServiceName=Nazwa usługi (bezpieczeństwo, osobowość itp.) # +options.dev_discoveryOverrideServiceBranch=Gałąź # +options.dev_resetAllEndpointOverrides=Zresetuj wszystkie punkty końcowe # +options.dev_apply=Zastosuj # options.dev_displayTreatmentsPanel=Wyświetl zabiegi # options.dev_currentTreatmentsTitle=Aktualne zabiegi # options.dev_unusedTreatmentsTitle=Niewykorzystane zabiegi # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Poziom 2 – KitKat # options.dev_sunsetting_tier.three=Poziom 3 – FireTV # options.dev_sunsetting_tier.four=Poziom 4 – 1024 MB # options.dev_sunsetting_tier.five=Poziom 5 – iOS 12 i Nugat # +options.dev_sunsetting_tier.six=Poziom 6 – iOS 13, Android 8, urządzenia VR # options.dev_sunsetting_tier.not_pending=Nie oczekuje # options.dev_gatherings_section=Spotkania # options.dev_gatherings_enable=Włącz zbiórki # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Tak duża odległość renderowania może spowodo options.raytracing.renderdistance.warning=To ustawienie może powodować problemy z wydajnością w trakcie gry. # options.resetSettings=Przywróć domyślne # options.resetSettings.popUp=Czy na pewno chcesz zresetować ustawienia? # -options.maxFramerate=Maks. liczba kl./s (eksperymentalne) # +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.maxFramerateFormat=%s kl./s # options.perf_turtle=Żółw wydajności # options.msaa=Wygładzanie # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Adaptacyjna synchronizacja pionowa # options.websocketEncryption=Wymaga szyfrowanych Websockets # options.websocketEncryptionWarningLabel=Wyłącz tę opcję jedynie w sytuacji, w której często łączysz się ze znaną i bezpieczną aplikacją. # options.filelocation.title=Lokalizacja pliku # +options.filelocation.title.edu=Lokalna lokalizacja przechowywania # options.filelocation.external=Zewnętrzna # options.filelocation.appdata=Aplikacja # options.filelocation.external.warning.title=Uwaga # @@ -6960,26 +6966,12 @@ 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.moreInfo.gearVR=Aby uzyskać więcej informacji, odwiedź https://aka.ms/MinecraftSunsetting w dowolnej przeglądarce internetowej. # -sunsetting.popup.moreInfo.gearVR.geo=Aby uzyskać więcej informacji, odwiedź https://aka.ms/MinecraftSunsetting w dowolnej przeglądarce internetowej. # - -sunsetting.popup.pendingSunset.ios=Nasze wsparcie tego urządzenia dobiega końca. Będziesz nadal otrzymywać aktualizacje aż do lutego 2024 r., po czym otrzymasz ostateczną aktualizację dla tego urządzenia.%sPo otrzymaniu ostatniej aktualizacji nadal będzie można grać w swoich światach i mieć dostęp do dokonanych na Rynku zakupów (w tym do zakupionych Minecoins), jednak nie będzie już można dokonywać zakupów na tym urządzeniu. Obszary Realms zarządzane z tego urządzenia będą także nadal działać przez kolejne 6 miesięcy, chyba że zostaną zaktualizowane przez właściciela obszaru na innym urządzeniu. Aby anulować subskrypcję Realms, należy to zrobić w menu ustawień subskrypcji na urządzeniu, na którym została ona utworzona. Nie będziesz już otrzymywać najnowszych aktualizacji i nie będzie możliwa gra w trybie wieloosobowym na urządzeniach lub w obszarach, które nadal otrzymują aktualizacje. Nie będzie również możliwości połączenia się z niektórymi serwerami. %sKliknij przycisk, aby uzyskać więcej informacji, w tym na temat sposobów przenoszenia światów na nowe urządzenie. # -sunsetting.popup.pendingSunset.android=Nasze wsparcie tego urządzenia dobiega końca. Będziesz nadal otrzymywać aktualizacje aż do lutego 2024 r., po czym otrzymasz ostateczną aktualizację dla tego urządzenia.%sPo otrzymaniu ostatniej aktualizacji nadal będzie można grać w swoich światach i mieć dostęp do dokonanych na Rynku zakupów (w tym do zakupionych Minecoins), jednak nie będzie już można dokonywać zakupów na tym urządzeniu. Obszary Realms zarządzane z tego urządzenia będą także nadal działać przez kolejne 6 miesięcy, chyba że zostaną zaktualizowane przez właściciela obszaru na innym urządzeniu. Aby anulować subskrypcję Realms, należy to zrobić w subskrypcjach w Google Play. Dostęp do Google Play można uzyskać z dowolnego obsługiwanego urządzeniu lub z komputera, na którym można zalogować się na swoje konto. Nie będziesz już otrzymywać najnowszych aktualizacji i nie będzie możliwa gra w trybie wieloosobowym na urządzeniach lub w obszarach, które nadal otrzymują aktualizacje. Nie będzie również możliwości połączenia się z niektórymi serwerami.%sKliknij przycisk, aby uzyskać więcej informacji, w tym na temat sposobów przenoszenia światów na nowe urządzenie. # -sunsetting.popup.pendingSunset.ios_android=Nasze wsparcie tego urządzenia dobiega końca. Będziesz nadal otrzymywać aktualizacje do listopada 2022, po czym otrzymasz ostateczną aktualizację dla tego urządzenia. Szczerze przepraszamy za wszelkie niedogodności z tym związane. %sPo otrzymaniu ostatniej aktualizacji nadal będzie można grać w swoich światach i mieć dostęp do zakupów na Rynku (w tym do Minecoins). Obszary Realms zarządzane z tego urządzenia będą także nadal działać, chyba że zostaną zaktualizowane przez właściciela obszaru na innym urządzeniu. Nie będziesz już otrzymywać najnowszych aktualizacji i nie będzie możliwa gra w trybie wieloosobowym na urządzeniach lub w obszarach, które nadal otrzymują aktualizacje. Nie będzie również możliwości połączenia się z niektórymi serwerami. %sKliknij przycisk, aby uzyskać więcej informacji, w tym na temat sposobów przenoszenia światów na nowe urządzenie. # -sunsetting.popup.sunset.ios_android=To urządzenie nie jest już obsługiwane. Finalna aktualizacja dla tego urządzenia została już dostarczona. Od tego momentu możesz nadal budować w swoich światach, a zakupy zrobione na Rynku (w tym kupno Minecoins) będą wciąż dostępne. Twoje obszary Realms będą nadal działać, chyba że zostaną zaktualizowane przez właściciela obszaru na innym urządzeniu. Nie będziesz już otrzymywać najnowszych aktualizacji i nie będzie możliwa gra w trybie wieloosobowym na urządzeniach lub w obszarach, które nadal otrzymują aktualizacje. Nie będzie również można połączyć się z niektórymi serwerami. %sKliknij przycisk, aby uzyskać więcej informacji, w tym na temat sposobów przenoszenia światów na nowe urządzenie. Zdajemy sobie sprawę z niedogodności i szczerze doceniamy ilość czasu spędzonego przez ciebie z naszą grą i mamy nadzieję, że zobaczymy się wkrótce na innym urządzeniu. # -sunsetting.popup.pendingSunset.gearvr_win10=Nasze wsparcie tego urządzenia dobiega końca. Będziesz nadal otrzymywać aktualizacje aż do czasu wydania następnej głównej wersji gry, po czym otrzymasz ostateczną aktualizację dla tego urządzenia. Szczerze przepraszamy za niedogodności. %sPo otrzymaniu ostatniej aktualizacji nadal będzie można grać w swoich światach i mieć dostęp do zakupów na Rynku (w tym do kupna Minecoins). Nie będziesz już jednak mieć dostępu do trybu wieloosobowego ani obszarów Realms z tego urządzenia. Nie będziesz też otrzymywać najnowszych aktualizacji, a gra na urządzeniach lub w obszarach, które nadal otrzymują aktualizacje będzie niemożliwa. Nie będzie również możliwości połączenia się z niektórymi serwerami. %sKliknij przycisk, aby uzyskać więcej informacji, w tym na temat sposobów przenoszenia światów na nowe urządzenie. # -sunsetting.popup.sunset.gearvr_win10=To urządzenie nie jest już obsługiwane. Dostarczyliśmy już ostateczną aktualizację dla tego urządzenia. Od tego momentu możesz budować w swoich światach, a zakupy zrobione na rynku (w tym kupno Minecoins) będą nadal dostępne. Nie będziesz już jednak mieć dostępu do trybu wieloosobowego ani obszarów Realms z tego urządzenia. Nie będziesz już otrzymywać najnowszych aktualizacji i nie będzie możliwa gra w trybie wieloosobowym na urządzeniach lub w obszarach, które nadal otrzymują aktualizacje. Nie będzie również można połączyć się z niektórymi serwerami. # -sunsetting.popup.pendingSunset.dx10=Nasze wsparcie tej karty graficznej dobiega końca. Będziesz nadal otrzymywać aktualizacje aż do czasu wydania następnej głównej wersji gry, po czym otrzymasz ostateczną aktualizację dla tego urządzenia. Szczerze przepraszamy za niedogodności. %sPo otrzymaniu ostatniej aktualizacji nadal będzie można grać w swoich światach i mieć dostęp do zakupów na Rynku (w tym do kupna Minecoins). Obszary Realms zarządzane z tego urządzenia będą nadal działać, chyba że zostaną zaktualizowane przez właściciela obszaru na innym urządzeniu. Nie będziesz też otrzymywać najnowszych aktualizacji, a gra na urządzeniach lub w obszarach, które nadal otrzymują aktualizacje będzie niemożliwa. Nie będzie również możliwości połączenia się z niektórymi serwerami. %sKliknij przycisk, aby uzyskać więcej informacji, w tym na temat sposobów przenoszenia światów na nowe urządzenie. # -sunsetting.popup.sunset.dx10=To urządzenie graficzne nie jest już obsługiwane. Otrzymano ostateczną aktualizację dla tego urządzenia. Od tego momentu możesz budować w swoich światach, a zakupy zrobione na Rynku (w tym kupno Minecoins) będą nadal dostępne. Twoje obszary Realms będą nadal działać, chyba że zostaną zaktualizowane przez właściciela obszaru na innym urządzeniu. Nie będziesz już otrzymywać najnowszych aktualizacji i nie będzie możliwa gra w trybie wieloosobowym na urządzeniach lub w obszarach, które nadal otrzymują aktualizacje. Nie będzie również można połączyć się z niektórymi serwerami. %sKliknij przycisk, aby uzyskać więcej informacji, w tym na temat sposobów przenoszenia światów na nowe urządzenie. Zdajemy sobie sprawę z niedogodności i głęboko doceniamy czas spędzony z naszą grą i twoje wsparcie. # - -sunsetting.popup.pendingSunset.geo.ios=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Po otrzymaniu ostatecznej aktualizacji nadal będziesz w stanie grać na swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Realms zarządzane z tego urządzenia będą nadal działać przez 6 miesięcy. 30 września 2023 roku stracisz jednak dostępu do Realms. Zaleca się, aby wcześniej pobrać swój świat i przerwać swoją subskrypcję z ustawień Subskrypcje na swoim urządzeniu. %sJeśli logujesz się za pomocą swojego konta Microsoft/Xbox, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach. Jeśli chcesz przenieść swoje Realms z tego urządzenia na inne, możesz to zrobić, dodając swój świat do Realms i pobierając kopię zapasową na nowe urządzenie. %sKliknij przycisk, aby uzyskać więcej informacji, w tym sposoby przenoszenia świata na nowe urządzenie. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Po otrzymaniu ostatecznej aktualizacji nadal będziesz w stanie grać na swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Realms zarządzane z tego urządzenia będą nadal działać do 30 września 2023 roku. Następnie stracisz dostęp do Realms. Zaleca się, aby wcześniej pobrać swój świat. %sJeśli logujesz się za pomocą swojego konta Microsoft/Xbox, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach. Jeśli chcesz przenieść swoje Realms z tego urządzenia na inne, możesz to zrobić, dodając swój świat do Realms i pobierając kopię zapasową na nowe urządzenie. %sKliknij przycisk, aby uzyskać więcej informacji, w tym sposoby przenoszenia świata na nowe urządzenie. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Po otrzymaniu ostatecznej aktualizacji nadal będziesz w stanie grać na swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Realms zarządzane z tego urządzenia będą nadal działać przez 6 miesięcy. 30 września 2023 roku stracisz jednak dostępu do Realms. Zaleca się, aby wcześniej pobrać swój świat. %sJeśli logujesz się za pomocą swojego konta Microsoft/Xbox, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach. Jeśli chcesz przenieść swoje Realms z tego urządzenia na inne, możesz to zrobić, dodając swój świat do Realms i pobierając kopię zapasową na nowe urządzenie. %sKliknij przycisk, aby uzyskać więcej informacji, w tym sposoby przenoszenia świata na nowe urządzenie. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Po otrzymaniu ostatecznej aktualizacji nadal będziesz w stanie grać na swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Realms zarządzane z tego urządzenia będą nadal działać do 30 września 2023 roku. Następnie stracisz dostęp do Realms. Zaleca się, aby wcześniej pobrać swój świat. %sJeśli logujesz się za pomocą swojego konta Microsoft/Xbox, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach. Jeśli chcesz przenieść swoje Realms z tego urządzenia na inne, możesz to zrobić, dodając swój świat do Realms i pobierając kopię zapasową na nowe urządzenie. %sKliknij przycisk, aby uzyskać więcej informacji, w tym sposoby przenoszenia świata na nowe urządzenie. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Dzięki tej ostatecznej aktualizacji nadal będziesz w stanie grać na swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Realms zarządzane z tego urządzenia będą nadal działać przez 6 miesięcy. 30 września 2023 r. nie będziesz już mieć dostępu do serwerów z tego urządzenia. Zalecamy pobranie swojego świata przed upływem tej daty i anulowanie subskrypcji w Google Play. %sNie będziesz już otrzymywać najnowszych aktualizacji i nie będziesz mieć możliwości gry w trybie wieloosobowym. Nie będzie również można połączyć się z niektórymi serwerami. %sJeśli logujesz się za pomocą konta Microsoft/Xbox Live, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach, na których grasz w grę Minecraft. Możesz rozpocząć nową subskrypcję na tych platformach. %sJeśli chcesz przenieść swoje światy z tego urządzenia na inne, możesz to zrobić, przesyłając świat do Realms i pobierając kopię zapasową na nowe urządzenie. %sKliknij przycisk, aby uzyskać więcej informacji, w tym sposoby przenoszenia świata na nowe urządzenie. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Po otrzymaniu ostatecznej aktualizacji nadal będziesz w stanie grać na swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Realms zarządzane z tego urządzenia będą nadal działać do 30 września 2023 roku. Następnie stracisz dostęp do Realms. Zaleca się, aby wcześniej pobrać swój świat. %sJeśli logujesz się za pomocą swojego konta Microsoft/Xbox, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach. Jeśli chcesz przenieść swoje Realms z tego urządzenia na inne, możesz to zrobić, dodając swój świat do Realms i pobierając kopię zapasową na nowe urządzenie. %sKliknij przycisk, aby uzyskać więcej informacji, w tym sposoby przenoszenia świata na nowe urządzenie. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Po otrzymaniu ostatecznej aktualizacji nadal będziesz w stanie grać na swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Realms zarządzane z tego urządzenia będą nadal działać przez 6 miesięcy. 30 września 2023 roku stracisz jednak dostępu do Realms. Zaleca się, aby wcześniej pobrać swój świat. %sJeśli logujesz się za pomocą swojego konta Microsoft/Xbox, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach. Jeśli chcesz przenieść swoje Realms z tego urządzenia na inne, możesz to zrobić, dodając swój świat do Realms i pobierając kopię zapasową na nowe urządzenie. %sKliknij przycisk, aby uzyskać więcej informacji, w tym sposoby przenoszenia świata na nowe urządzenie. # -sunsetting.popup.sunset.geo.generic=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Po otrzymaniu ostatecznej aktualizacji nadal będziesz w stanie grać na swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Realms zarządzane z tego urządzenia będą nadal działać do 30 września 2023 roku. Następnie stracisz dostęp do Realms. Zaleca się, aby wcześniej pobrać swój świat. %sJeśli logujesz się za pomocą swojego konta Microsoft/Xbox, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach. Jeśli chcesz przenieść swoje Realms z tego urządzenia na inne, możesz to zrobić, dodając swój świat do Realms i pobierając kopię zapasową na nowe urządzenie. %sKliknij przycisk, aby uzyskać więcej informacji, w tym sposoby przenoszenia świata na nowe urządzenie. # +sunsetting.popup.pendingSunset.device=Nasze wsparcie tego urządzenia dobiega końca. Będziesz nadal otrzymywać aktualizacje aż do marca 2025 roku, po czym otrzymasz ostateczną aktualizację, która będzie działać z tym urządzeniem.%sPo otrzymaniu ostatniej aktualizacji nadal będzie można grać w swoich światach i mieć dostęp do dokonanych na Rynku zakupów (w tym do zakupionych Minecoins), jednak nie będzie już można dokonywać zakupów na tym urządzeniu. Obszary światów Realms zarządzane z tego urządzenia będą także nadal działać przez kolejne 6 miesięcy od marca 2025 roku, chyba że zostaną zaktualizowane przez właściciela obszaru na innym urządzeniu. Subskrypcję Realms możesz anulować w menu ustawień subskrypcji na urządzeniu, na którym masz utworzony świat Realms. Nie będziesz już otrzymywać najnowszych aktualizacji i nie będzie możliwa gra w trybie wieloosobowym na urządzeniach lub w światach Realms, które nadal otrzymują aktualizacje. Nie będziesz mieć również możliwości połączenia się z niektórymi serwerami.%sKliknij przycisk, aby uzyskać więcej informacji. # +sunsetting.popup.sunset.device=Nasze wsparcie tego urządzenia dobiegło końca. Od marca 2025 roku nie będziesz już otrzymywać aktualizacji dopóki nie zaktualizujesz swojego urządzenia. Jest to ostateczna aktualizacja kompatybilna z tym urządzeniem.%sNadal będziesz w stanie grać w swoich światach i mieć dostęp do dokonanych na Rynku zakupów (w tym do zakupionych Minecoins). Obszary światów Realms zarządzane z tego urządzenia będą także nadal działać przez kolejne 6 miesięcy od marca 2025 roku, chyba że zostaną zaktualizowane przez właściciela obszaru na innym urządzeniu. Subskrypcję światów Realms możesz anulować w menu ustawień subskrypcji na urządzeniu, na którym masz utworzony świat Realms. Nie będziesz już otrzymywać najnowszych aktualizacji i nie będziesz w stanie grać w trybie wieloosobowym na urządzeniach lub w światach Realms, które nadal otrzymują aktualizacje. Nie będziesz również mieć możliwości połączenia się z niektórymi serwerami.%sKliknij przycisk, aby uzyskać więcej informacji. # +sunsetting.popup.pendingSunset.windows_xr=Nasze wsparcie dla tego urządzenia graficznego VR/MR dobiegło końca. To urządzenie nie będzie już wspierane w aktualizacjach po marcu 2025 roku, kiedy to otrzymasz ostateczną aktualizację obsługującą to urządzenie.%sPo otrzymaniu ostatecznej aktualizacji nadal będziesz otrzymywać aktualizacje na swoim komputerze i będziesz mieć możliwość gry bez urządzenia VR/MR. Od tego momentu nadal będziesz w stanie budować w swoich światach, a twoje zakupy dokonane na Rynku (w tym Minecoins) będą nadal dostępne na urządzeniach graficznych innych niż VR/MR, takich jak monitor komputera. Nie będziesz już mieć możliwości używania urządzenia VR/MR z grą Minecraft, ponieważ nie będzie ono już wspierane w najnowszych aktualizacjach.%sKliknij przycisk, aby uzyskać więcej informacji. # +sunsetting.popup.sunset.windows_xr=Nasze wsparcie dla tego urządzenia graficznego VR/MR dobiegło końca. To urządzenie VR/MR nie będzie już wspierane. Otrzymujesz ostateczną aktualizację obsługującą to urządzenie. Nadal będziesz otrzymywać aktualizacje na swoim komputerze i będzie w stanie grać bez urządzenia VR/MR. Od tego momentu nadal możesz budować w swoich światach, a twoje zakupy dokonane na Rynku (w tym Minecoins) będą nadal dostępne na urządzeniach graficznych innych niż VR/MR, takich jak monitor komputera. Nie będziesz już mieć możliwości używania urządzenia VR/MR z grą Minecraft, ponieważ nie będzie ono już wspierane w najnowszych aktualizacjach.%sKliknij przycisk, aby uzyskać więcej informacji. Zdajemy sobie sprawę z niedogodności i głęboko doceniamy czas spędzony z naszą grą i twoje wsparcie. # +sunsetting.popup.pendingSunset.geo=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Po otrzymaniu ostatecznej aktualizacji nadal będziesz w stanie grać w swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Światy Realms zarządzane z tego urządzenia będą nadal działać przez 6 miesięcy. 30 września 2023 roku stracisz jednak dostęp do Realms. Zaleca się, aby wcześniej pobrać swój świat.%sJeśli logujesz się za pomocą swojego konta Microsoft, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach. Jeśli chcesz przenieść swoje światy Realms z tego urządzenia na inne, możesz to zrobić, dodając swój świat do Realms i pobierając kopię zapasową na nowe urządzenie.%sNaciśnij przycisk, aby uzyskać więcej informacji, w tym na temat sposobów przenoszenia świata na nowe urządzenie. # +sunsetting.popup.sunset.geo=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Po otrzymaniu ostatecznej aktualizacji nadal będziesz w stanie grać w swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Światy Realms zarządzane z tego urządzenia będą nadal działać do 30 września 2023 roku. Następnie stracisz dostęp do światów Realms. Zaleca się, aby wcześniej pobrać swój świat.%sJeśli logujesz się za pomocą swojego konta Microsoft, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach. Jeśli chcesz przenieść swoje Realms z tego urządzenia na inne, możesz to zrobić, dodając swój świat do Realms i pobierając kopię zapasową na nowe urządzenie.%sKliknij przycisk, aby uzyskać więcej informacji, w tym na temat sposobów przenoszenia świata na nowe urządzenie. # sunsetting.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 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Składniki: # item.smithing_template.name=Szablon kowalski # item.smithing_template.netherite_upgrade.applies_to=Sprzęt diamentowy # 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.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 # +item.raiser_armor_trim_smithing_template.name=Wykończenie zbroi – hodowca # +item.shaper_armor_trim_smithing_template.name=Wykończenie zbroi – strugacz # +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.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.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 # @@ -7897,7 +7908,6 @@ 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 # -upgrade.netherite_upgrade.name=Ulepszenie netherytu # storageManager.mainSizeLabel=%s – 1 przedmiot # storageManager.mainSizeLabelPlural=%s – przedmioty (%s) # @@ -8443,6 +8453,8 @@ store.csb.buyNow.title=Zasubskrybuj Marketplace Pass #### {StrContains="Marketp store.csb.subscription=Po rejestracji otrzymasz dostęp do ponad 150 ekscytujących elementów zawartości z Rynku Minecrafta. Pobieraj i graj w mapy przygodowe, noś skórki, przeglądaj zestawy tekstur i co miesiąc odbieraj zestaw elementów do Kreatora postaci, który możesz zatrzymać na zawsze. Dzięki regularnie odświeżanemu katalogowi w ramach Marketplace Pass zawsze można odkryć coś nowego. Opłata będzie naliczana w wysokości %s na miesiąc. Subskrypcję można anulować w dowolnym momencie, aby zatrzymać naliczanie przyszłych opłat. #### {StrContains="Marketplace Pass"} +store.csb.terms=Marketplace Pass jest subskrypcją dającą dostęp do zawartości, której można używać w obsługiwanych wersjach gry Minecraft (gra jest sprzedawana oddzielnie) na urządzenia z systemem Windows oraz na inne obsługiwane platformy, na których użytkownik posiada grę (wersje Minecraft Java i Amazon Kindle Fire nie są obsługiwane). Aby móc korzystać z zawartości dostępnej w ramach Marketplace Pass, wymagane jest posiadanie aktywnej subskrypcji. Zawartość ta będzie zmieniała się w miarę upływu czasu i może nie być dostępna we wszystkich państwach. Po upłynięciu darmowego okresu próbnego za subskrypcję pobierana jest opłata w wysokości bieżącej regularnej ceny (która może ulec zmianie) plus obowiązujące podatki, o ile subskrypcja nie została anulowana. Subskrypcję można anulować w zakładce „Usługi i subskrypcje” na koncie Microsoft. Jeśli subskrypcja wygaśnie lub oferowana w jej ramach zawartość zostanie usunięta, aby móc nadal korzystać z tej zawartości, użytkownik będzie musiał odnowić subskrypcję lub kupić tę zawartość oddzielnie. Mogą obowiązywać opłaty dostawcy usług internetowych. Od czasu do czasu użytkownik może otrzymać zawartość, która pozostanie na jego koncie nawet po zakończeniu okresu subskrypcji. W takich przypadkach zastrzegamy sobie prawo do możliwości usunięcia takiej zawartości, jeśli przestanie ona być obsługiwana lub nasze prawa do niej wygasną. Subskrypcja może ulec zmianie lub zostać wycofana. Obowiązują: Umowa o świadczeniu usług Microsoft (www.microsoft.com/msa) oraz Umowa licencyjna użytkownika końcowego Minecraft (https://www.minecraft.net/eula). Tłumaczenie niniejszych warunków zostało wykonane dla wygody użytkownika i w przypadku rozbieżności pomiędzy wersją angielską a tłumaczeniem obowiązuje wersja angielska. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] + store.csb.recurring.offerTrial=Marketplace Pass to subskrypcja, za którą co miesiąc automatycznie pobierana jest opłata do momentu anulowania.%sPonad 150 zestawów z Rynku będzie natychmiast dostępnych. W ustawieniach subskrypcji możesz ją anulować, aby uniknąć dalszych opłat. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass to ciągła subskrypcja z regularną opłatą pobieraną automatycznie co miesiąc do momentu anulowania.%sPonad 150 zestawów z Rynku będzie natychmiast dostępnych. Pobierana będzie miesięczna opłata w wysokości %s. W ustawieniach subskrypcji możesz ją anulować, aby uniknąć dalszych opłat. #### {StrContains="Marketplace Pass"} store.csb.consumable.offerTrial=Ponad 150 zestawów z Rynku będzie natychmiast dostępnych. Pierwsze 30 dni jest bezpłatne, po czym możesz odnowić na 30 dni za cenę %s. # @@ -8854,8 +8866,6 @@ store.myAccount=Moje konto # store.xbl.signin=Zaloguj się # store.xbl.signinOrSignUp=Zarejestruj i zaloguj się za darmo # store.xbl.disconnected=Rozłączono # -store.xbl.conversionFailedTitle=Coś poszło nie tak # -store.xbl.conversionFailedMessage=Spróbuj ponownie później. # store.sales.allByCreator=Wyprzedaż! # store.sales.bundlesOnSale=Wyprzedaż zestawów! # @@ -9027,8 +9037,8 @@ tile.deny.name=Odmów # tile.border_block.name=Obramowanie # tile.anvil.intact.name=Kowadło # tile.anvil.name=Kowadło # -tile.anvil.slightlyDamaged.name=Lekko uszkodzone kowadło # -tile.anvil.veryDamaged.name=Mocno uszkodzone kowadło # +tile.anvil.slightlyDamaged.name=Wyszczerbione kowadło # +tile.anvil.veryDamaged.name=Uszkodzone kowadło # tile.barrier.name=Bariera # tile.beacon.name=Magiczna latarnia # tile.beacon.primary=Moc podstawowa # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Blok żelaza # tile.lapis_block.name=Blok lazurytu # tile.redstone_block.name=Blok czerwienitu # tile.bookshelf.name=Biblioteczka # -tile.brick_block.name=Blok cegły # +tile.brick_block.name=Cegły # tile.brown_mushroom.name=Brązowy grzyb # tile.brown_mushroom_block.mushroom.name=Grzyb # tile.brown_mushroom_block.stem.name=Trzon grzyba # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Niebieska szyba # tile.stained_glass_pane.purple.name=Fioletowa szyba # tile.stained_glass_pane.magenta.name=Purpurowa szyba # tile.stained_glass_pane.pink.name=Różowa szyba # -tile.clay.name=Blok gliny # +tile.clay.name=Glina # tile.hardened_clay.name=Terakota # tile.stained_hardened_clay.black.name=Czarna terakota # tile.stained_hardened_clay.blue.name=Niebieska terakota # @@ -9285,7 +9295,7 @@ tile.cobblestone_wall.red_nether_brick.name=Mur z czerwonej netherowej cegły # tile.cocoa.name=Roślina kakao # tile.command_block.name=Blok poleceń # tile.composter.name=Kompostownik # -tile.light_block.name=Świecący blok # +tile.light_block.name=Jasny # tile.repeating_command_block.name=Powtarzający blok poleceń # tile.chain_command_block.name=Łańcuchowy blok poleceń # tile.wheat.name=Uprawy # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Dozownik # tile.iron_door.name=Żelazne drzwi # tile.doorWood.name=Drewniane drzwi # tile.double_plant.fern.name=Duża paproć # -tile.double_plant.grass.name=Podwójnie wysoka trawa # +tile.double_plant.grass.name=Wysoka trawa # tile.double_plant.name=Roślina # tile.double_plant.paeonia.name=Piwonia # tile.double_plant.rose.name=Krzak róży # @@ -9385,7 +9395,7 @@ tile.log.spruce.name=Kłoda świerkowa # tile.magma.name=Blok magmy # tile.melon_block.name=Arbuz # tile.mob_spawner.name=Spawner potworów # -tile.monster_egg.brick.name=Zainfekowana kamienna cegła # +tile.monster_egg.brick.name=Zainfekowane kamienne cegły # tile.monster_egg.chiseledbrick.name=Zainfekowana rzeźbiona kamienna cegła # tile.monster_egg.cobble.name=Zainfekowany bruk # tile.monster_egg.crackedbrick.name=Zainfekowana popękana kamienna cegła # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Zainfekowany kamień # tile.mushroom.name=Grzyb # tile.noteblock.name=Blok dźwiękowy # tile.mycelium.name=Grzybnia # -tile.nether_brick.name=Blok z netherowej cegły # -tile.red_nether_brick.name=Czerwona netherowa cegła # +tile.nether_brick.name=Netherowe cegły # +tile.red_nether_brick.name=Czerwone netherowe cegły # tile.nether_brick_fence.name=Płot z netherowej cegły # tile.quartz_ore.name=Ruda netherowego kwarcu # tile.netherreactor.active=Aktywny! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Tabliczka z drewna tropikalnego # tile.acacia_standing_sign.name=Akacjowa tabliczka # tile.darkoak_standing_sign.name=Ciemna dębowa tabliczka # tile.slime.name=Blok szlamu # -tile.snow.name=Śnieg # +tile.snow.name=Blok śniegu # tile.sponge.dry.name=Gąbka # tile.sponge.wet.name=Mokra gąbka # tile.spruceFence.name=Płot świerkowy # @@ -9572,7 +9582,7 @@ tile.stone_slab2.red_sandstone.name=Półblok czerwonego piaskowca # tile.stone_slab2.purpur.name=Półblok porfiru # tile.stone_slab2.prismarine.rough.name=Półblok pryzmarynu # tile.stone_slab2.prismarine.dark.name=Półblok ciemnego pryzmarynu # -tile.stone_slab2.prismarine.bricks.name=Półblok pryzmarynowej cegły # +tile.stone_slab2.prismarine.bricks.name=Półblok z pryzmarynowej cegły # tile.stone_slab2.mossy_cobblestone.name=Półblok z omszałego bruku # tile.stone_slab2.red_nether_brick.name=Półblok z czerwonej netherowej cegły # tile.stone_slab2.sandstone.smooth.name=Półblok z gładkiego piaskowca # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Blok martwego korala bąbelkowego # tile.coral_block.red_dead.name=Blok martwego korala ognistego # tile.coral_block.yellow_dead.name=Blok martwego korala rogatego # tile.tallgrass.fern.name=Paproć # -tile.tallgrass.grass.name=Trawa # -tile.tallgrass.name=Trawa # +tile.tallgrass.grass.name=Niska trawa # +tile.tallgrass.name=Niska trawa # tile.tallgrass.shrub.name=Uschnięty chwast # tile.tuff_brick_slab.name=Półblok z cegły z tufu # tile.tuff_brick_stairs.name=Schody z cegieł z tufu # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Schody z tufu # tile.tuff_wall.name=Mur z tufu # tile.seagrass.seagrass.name=Trawa morska # tile.sea_pickle.name=Iskrzyłuda # -tile.turtle_egg.name=Jajo żółwia morskiego # +tile.turtle_egg.name=Jajo żółwia # tile.coral.blue.name=Koral rurkowaty # tile.coral.pink.name=Koral mózgowy # tile.coral.purple.name=Koral bąbelkowy # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Wachlarz martwego korala ognistego # tile.coral_fan_dead.yellow_fan.name=Wachlarz martwego korala rogatego # tile.glass_pane.name=Szyba # tile.tnt.name=TNT # -tile.snow_layer.name=Śnieg powierzchniowy # +tile.snow_layer.name=Śnieg # tile.torch.name=Pochodnia # tile.trapdoor.name=Zapadnia dębowa # tile.acacia_trapdoor.name=Zapadnia akacjowa # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Woda # tile.water.name=Woda # tile.waterlily.name=Lilia # tile.web.name=Pajęczyna # -tile.heavy_weighted_pressure_plate.name=Wagowa płyta naciskowa (ciężka) # -tile.light_weighted_pressure_plate.name=Wagowa płyta naciskowa (lekka) # +tile.heavy_weighted_pressure_plate.name=Wysoko wagowa płyta naciskowa # +tile.light_weighted_pressure_plate.name=Nisko wagowa płyta naciskowa # tile.end_stone.name=Kamień Kresu # tile.end_bricks.name=Cegły z kamienia Kresu # tile.planks.acacia.name=Deski z akacji # @@ -10288,7 +10298,7 @@ xbox.signin.enterCode=I wprowadź ten kod: # xbox.signin.enterCode.qr=2. Gdy zostanie wyświetlony monit, wprowadź poniższy kod: # xbox.signin.letsPlay=Zagrajmy # xbox.signin.message=Zaloguj się przy pomocy swojego darmowego konta Microsoft, aby cieszyć się pełnym światem Minecrafta. # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Zaloguj się przy pomocy innego konta Microsoftu # xbox.signin.website=Otwórz tę stronę na innym urządzeniu: # xbox.signin.website.qr=1. Otwórz tę stronę na innym urządzeniu: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Nie udało się zalogować do piaskownic xbox.dev_wrongSandboxSigninFailed.button.dev=Przełącz na piaskownicę dla twórców # xbox.dev_wrongSandboxSigninFailed.button.retail=Przełącz na piaskownicę sprzedażową # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Wyczyść dane logowania do konta # -xbox.addfriendsignin.line1=Wyszukuj znajomych przy pomocy ich tagów gracza, aby zobaczyć, kiedy są online. # -xbox.addfriendsignin.line2=Zaloguj się na konto Microsoft, aby zacząć dodawać znajomych! # 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.signInLong=Zaloguj się za darmo! # xbox.signOutLong=Wyloguj się ze swojego konta Microsoft # -xbox.externalServer.title=Graj na serwerze # -xbox.externalServer.line1=Serwery oferują jedne z najbardziej kreatywnych sposobów gry w Minecrafta! Musisz się tylko zalogować, abyśmy mieli pewność, że masz pozwolenie na grę online z nowymi graczami. # xbox.genericsignin.line1=Twoje konto Minecraft pozwala na wieloosobową grę online ze znajomymi na PC oraz urządzeniach mobilnych. A wiesz, co jest najlepsze? # xbox.genericsignin.line2=Nie musisz za to płacić! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Wybierz nową skórkę # dr.classic_skins.custom_skin_title=Importuj skórkę # dr.classic_skins.custom_skin_description=Zaimportuj plik .png (64 × 32, 64 × 64 lub 128 × 128) ze swojego urządzenia, aby użyć go jako skórki. Nie będzie ona synchronizowana między urządzeniami ani grami. # -dr.classic_skins.custom_skin_description_disabled= Twoje urządzenie nie może wybrać niestandardowej skórki podczas gry wieloosobowej. Wróć do menu głównego, aby ją założyć. # +dr.classic_skins.custom_skin_description_disabled=Twoje urządzenie nie może wybrać niestandardowej skórki podczas gry wieloosobowej. Wróć do menu głównego, aby ją założyć. # dr.classic_skins.custom_skin_description_popup=Gracze z niestandardowymi skórkami nie będą dla ciebie widoczni, jeśli masz włączoną opcję „Zezwalaj tylko na zaufane skórki”. # dr.classic_skins.custom_skin_section_title=Posiadane skórki # dr.classic_skins.invalidCustomSkin=Zaimportuj plik .png o wymiarach 64 × 64, 64 × 32 lub 128 × 128 # diff --git a/resource_pack/texts/pt_BR.lang b/resource_pack/texts/pt_BR.lang index c0b7d49d3..b90e23171 100644 --- a/resource_pack/texts/pt_BR.lang +++ b/resource_pack/texts/pt_BR.lang @@ -964,6 +964,7 @@ 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.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 # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s já tem a receita desbloqueada: %2$s # commands.recipes.playerDoesNotHaveRecipe=%1$s não tem a receita: %2$s # commands.recipes.notFound=Não foi possível encontrar a receita. # commands.recipes.notUnlockable=A receita não pode ser desbloqueada no livro de receitas. # +commands.reload.all.description=Recarrega todos os arquivos de função e script de todos os pacotes de comportamento ou, opcionalmente, recarrega o mundo e todos os pacotes de recursos e comportamento. # commands.reload.description=Recarrega todos os arquivos de função e script de todos os pacotes de comportamentos. # -commands.reload.editor.description=Recarrega todas as funções e arquivos de script de todos os pacotes de comportamento, ou recomeça o cliente para recarregar todos os recursos. # +commands.reload.started=O recarregamento do mundo foi iniciado. # commands.reload.success=Os arquivos de função e script foram recarregados. # commands.reload.error=Ocorreu um erro inesperado. # +commands.reload.onlyHost=Apenas o jogador anfitrião pode recarregar o mundo. # commands.replaceitem.description=Substitui os itens nos inventários. # commands.replaceitem.failed=Não foi possível substituir o slot %s %d por %d * %s # commands.replaceitem.keepFailed=Já existe um item ocupando %s no espaço %d. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Câmeras de Criador: Focar na C createWorldScreen.experimentalFocusTargetCameraDescription=Permite o comportamento da câmera livre existente para direcionar uma entidade # createWorldScreen.recipeUnlocking=Desbloqueio de Receitas # createWorldScreen.recipeUnlockingDescription=Ativar o desbloqueio de receitas # -createWorldScreen.experimentalholiday=Recursos de Criador de Férias # -createWorldScreen.experimentalholidayDescription=Adicione blocos baseados em dados e tecnologia de itens e personalize a forma, rotação, dano e muito mais deles # createWorldScreen.experimentalGameTest=APIs beta # createWorldScreen.experimentalGameTestDescription=Use versões \"beta\" de módulos de API em pacotes adicionais # createWorldScreen.experimentalMolangFeatures=Recursos Molang # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Você precisa entrar com uma conta 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. # +realmsSharingScreen.inviteLinkNotFoundTitle=Erro no Realms # +realmsSharingScreen.inviteLinkNotFoundMessage=Este link de convite é inválido. # realmsCreateScreen.title.create=Criar um Servidor de Realm # realmsCreateScreen.title.extend=Estender seu Realm # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Estender por 180 dias # xblLogin.LoginMessageTitle=Conta da Microsoft # xblLogin.LoginMessage=Conectando... # -xbl.savePurchase.description.line1=Deseja jogar com o que comprou em qualquer sistema com a Loja Minecraft? Entre com uma conta GRATUITA da Microsoft e sincronize as Capas, Texturas, Mapas e Mash-ups que você comprou para usar e jogar no Minecraft! # -xbl.savePurchase.description.line2=Se você perder seu sistema ou desinstalar o Minecraft, suas compras ainda estarão sincronizadas e acessíveis em qualquer sistema quando você usar sua conta da Microsoft. # -xbl.savePurchase.leaveOnDevice=Deixar no dispositivo # -xbl.savePurchase.title=Salvar compras em uma conta da Microsoft? # xbl.savePurchase.saveButton=Salvar na conta da Microsoft # -xbl.savePurchase.toast.title=Sucesso! # -xbl.savePurchase.toast.message=Compras sincronizadas com a conta da Microsoft! # -xbl.savePurchase.inProgress.message=Transferindo compras para a conta da Microsoft... # - -xbl.syncIAP.title=Sincronizar compras com a Conta Microsoft? # -xbl.syncIAP.description=Entre com uma conta da Microsoft para sincronizar suas Capas, Pacotes de Texturas, Mundos e Mash-ups. Eles ficarão disponíveis em todos os dispositivos em que você joga Minecraft. # -xbl.syncIAP.syncNow=Sincronizar Agora... # -xbl.syncIAP.syncLaterEllipsis=Sincronizar Depois... # -xbl.syncIAP.syncLater=Sincronizar Depois # -xbl.syncIAP.toast.title=Sucesso! # -xbl.syncIAP.toast.message=Compras sincronizadas com a sua conta da Microsoft! # -xbl.syncIAP.inProgress.message=Sincronizando compras com a sua conta da Microsoft... # -xbl.syncIAP.skipSignIn.prompt.description=Esta conta da Microsoft não será a conta principal deste dispositivo caso você não sincronize as compras dele com a conta. Você não entrará automaticamente quando iniciar o Minecraft. # - -xbl.syncIAP.confirmSync.prompt.title=Sincronizar com %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=Deseja sincronizar suas compras da loja de apps com %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=Você só pode sincronizar pacotes comprados fora do Marketplace do Minecraft uma vez. Eles continuarão disponíveis para qualquer um que jogar neste dispositivo. # -xbl.syncIAP.confirmSync.prompt.yes=Sim, Sincronize Minhas Compras # 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. # @@ -2512,8 +2495,6 @@ 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.skipSignIn.prompt.title=Conta temporária # -xbl.skipSignIn.prompt.description=Esta conta da Microsoft não será a conta principal deste dispositivo caso você não transfira as compras dele para esta conta. Você não entrará automaticamente quando iniciar o Minecraft. # 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.message2=Tem certeza de que deseja fazer isso? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s sufocou-se em uma parede # death.attack.lava=%1$s tentou nadar na lava # death.attack.lava.player=%1$s tentou nadar na lava para escapar de %2$s # death.attack.lightningBolt=%1$s foi atingido(a) por um raio # +death.attack.maceSmash.player=%1$s foi esmagado por %2$s # +death.attack.maceSmash.player.item=%1$s foi esmagado por %2$s com %3$s # death.attack.magic=%1$s foi morto(a) por magia # death.attack.magma=%1$s descobriu que o chão era de lava # death.attack.magma.player=%1$s andou na zona de perigo por causa de %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Servidor e Cliente têm valores d disconnectionScreen.editor.cannotUseRayTracing=Os pacotes de recursos habilitados para Ray Tracing ainda não são compatíveis com projetos de Editor. # disconnectionScreen.unexpectedPacket=Desconexão devido a um tipo inesperado de pacote recebido que não pode ser processado. Isso pode ser devido a uma incompatibilidade de versão ou corrupção no nível de rede. # disconnectionScreen.connectionLost=A conexão com o anfitrião foi perdida. Se o mundo ainda estiver sendo hospedado, verifique sua conexão com a internet e tente conectar novamente. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Não foi possível carregar o mundo. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Tente abrir este mundo no modo de demonstração. # disconnectionScreen.errorCode=Código de Erro: # storageSpaceWarningScreen.frontend=Você está quase sem espaço de armazenamento de dados! O Minecraft restringiu o acesso a este recurso até que você libere espaço de armazenamento adicional. # @@ -3126,7 +3111,7 @@ feed.upload=Carregando captura de tela... # feed.manage=Gerenciar Feed # feed.share=Compartilhar # feed.addScreenshot=Adicionar Captura de Tela # -feed.screenshotCapturedRealms=Tela capturada. Vá até as Histórias do Realms para compartilhá-la. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Captura de tela realizada. Você pode visualizá-la em sua galeria de capturas de tela. # feed.screenshotAlmostFull=Captura de tela realizada. Sua galeria está quase cheia. (%d/%d) # feed.screenshotReachedMax=Captura de tela realizada. Sua galeria está cheia. (%d/%d) # @@ -3502,7 +3487,7 @@ howtoplay.blocks.text.8=§eBloco de Magma§f - É encontrado naturalmente no Net howtoplay.blocks.text.9=§eTerra Grossa§f - É quase como um Bloco de Terra normal, mas não cresce Grama nele. Pode ser encontrado nos biomas de Savana e de Mega Taiga. # howtoplay.bookAndQuill=Livro e Pena # -howtoplay.bookAndQuill.text.1=A Pena e Livro permite a você gravar suas aventuras. Conte sua história inserindo texto nas páginas. Você pode até alterar o título e o autor! Assine a Pena e Livro para finalizar seu trabalho. A Pena e Livro ficará editável até ser assinado. # +howtoplay.bookAndQuill.text.1=Livro e Pena permite que você registre suas aventuras. Conte sua história inserindo texto nas páginas. Você pode até mudar o título e o autor! Assine o Livro e Pena para finalizar seu trabalho. Livro e Pena ficará editável até ser assinado. # howtoplay.brewingStand=Suporte de Poções # howtoplay.brewingStand.text.1=A fermentação de poções requer um Suporte de Poções. Todas as poções começam a ser preparadas com uma garrafa de água, que é feita enchendo uma Garrafa de Vidro com água do Caldeirão ou de uma fonte de água. # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=Explore um mundo de possibilidades com Minecoins: moe howtoplay.minecoins.text.2=Uma vez resgatadas, suas Minecoins ficam vinculadas à sua conta da Microsoft, para que você também possa acessar suas moedas e compras em outros dispositivos compatíveis! # howtoplay.minecoins.button.text.1=Obter Moedas # howtoplay.minecoins.header.1=Aviso de isenção # -howtoplay.minecoins.text.3=*As Minecoins requerem a versão Minecraft: Bedrock Edition com o Marketplace do Minecraft. Minecoins não são compatíveis no PlayStation®. Para informações sobre compatibilidade, consulte minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*As Minecoins requerem a versão Minecraft: Bedrock Edition com o Marketplace do Minecraft. Minecoins não são compatíveis no PlayStation®. Para informações sobre compatibilidade, consulte minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Mineração # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Ouro # item.axolotlColorWild.name=Marrom # item.axolotlColorBlue.name=Azul # item.golden_apple.name=Maçã Dourada # -item.appleEnchanted.name=Maçã Encantada # +item.appleEnchanted.name=Maçã Dourada Encantada # item.armadillo_scute.name=Carapaça de Tatu # item.armor_stand.name=Suporte de Armaduras # item.arrow.name=Flecha # @@ -4626,7 +4611,7 @@ item.banner.half_vertical_right.red=Partido Invertido Vermelho # item.banner.half_vertical_right.silver=Partido Invertido Cinza Claro # item.banner.half_vertical_right.white=Partido Invertido Branco # item.banner.half_vertical_right.yellow=Partido Invertido Amarelo # -item.banner.illager_captain.name=Bandeira Illager # +item.banner.illager_captain.name=Estandarte Sinistro # item.banner.lightBlue.name=Estandarte Azul Claro # item.banner.lime.name=Estandarte Verde Limão # item.banner.magenta.name=Estandarte Magenta # @@ -5129,11 +5114,11 @@ item.golden_chestplate.name=Peitoral de Ouro # item.iron_chestplate.name=Peitoral de Ferro # item.chorus_fruit.name=Fruta do Coro # item.chorus_fruit_popped.name=Fruta do Coro Estourada # -item.cooked_beef.name=Bife Assado # +item.cooked_beef.name=Bife # item.cooked_chicken.name=Frango Assado # item.cooked_porkchop.name=Costeleta de Porco Assada # item.chicken.name=Frango Cru # -item.clay_ball.name=Argila # +item.clay_ball.name=Bola de Barro # item.clock.name=Relógio # item.coal.name=Carvão # item.comparator.name=Comparador de Redstone # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Capacete de Netherita # item.lead.name=Laço # item.leather.name=Couro # item.leaves.name=Folhas # -item.chainmail_leggings.name=Calça de Cota de Malha # +item.chainmail_leggings.name=Calças de Cota de Malha # item.leather_leggings.name=Calças de Couro # item.diamond_leggings.name=Calças de Diamante # item.golden_leggings.name=Calças de Ouro # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Mapa da Vila do Deserto # item.map.exploration.jungle_temple.name=Mapa do Explorador da Selva # item.map.exploration.swamp_hut.name=Mapa do Explorador do Pântano # item.map.exploration.trial_chambers.name=Mapa do Explorador da Provação # -item.melon.name=Melancia # -item.milk.name=Leite # +item.melon.name=Fatia de Melancia # +item.milk.name=Balde de Leite # item.minecart.name=Carrinho de Minas # item.chest_minecart.name=Carrinho com Baú # item.command_block_minecart.name=Carrinho de Minas com Bloco de Comando # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Ovo de Invocação de Shulker # item.spawn_egg.entity.endermite.name=Ovo de Invocação de Endermite # item.spawn_egg.entity.evocation_illager.name=Ovo de Invocação de Evocador # item.spawn_egg.entity.vex.name=Ovo de Invocação de Vex # -item.spawn_egg.entity.turtle.name=Ovo de Invocação de Tartaruga Marinha # +item.spawn_egg.entity.turtle.name=Ovo de Invocação de Tartaruga # item.spawn_egg.entity.dolphin.name=Ovo de Invocação de Golfinho # item.spawn_egg.entity.phantom.name=Ovo de Invocação de Fantasma # item.spawn_egg.entity.panda.name=Ovo de Invocação de Panda # @@ -5440,13 +5425,13 @@ item.record_creator.desc=Lena Raine - Creator # item.record_creator_music_box.desc=Lena Raine - Creator (Music Box) # item.record_precipice.desc=Aaron Cherof - Precipice # item.redstone.name=Pó de Redstone # -item.reeds.name=Canas-de-Açúcar # +item.reeds.name=Cana-de-açúcar # item.kelp.name=Alga # item.dried_kelp.name=Alga Desidratada # item.rotten_flesh.name=Carne Podre # item.ruby.name=Rubi # item.saddle.name=Sela # -item.wheat_seeds.name=Sementes # +item.wheat_seeds.name=Sementes de Trigo # item.beetroot_seeds.name=Sementes de Beterraba # item.melon_seeds.name=Sementes de Melancia # item.pumpkin_seeds.name=Sementes de Abóbora # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Placa de Acácia # item.darkoak_sign.name=Placa de Carvalho Escuro # item.crimson_sign.name=Placa Carmesim # item.warped_sign.name=Placa Distorcida # -item.skull.char.name=Cabeça # +item.skull.char.name=Cabeça de Jogador # item.skull.creeper.name=Cabeça de Creeper # item.skull.dragon.name=Cabeça de Dragão # item.skull.player.name=Cabeça de %s # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Crânio de Esqueleto Wither # item.skull.zombie.name=Cabeça de Zumbi # item.slime_ball.name=Gosma de Slime # item.snowball.name=Bola de Neve # -item.speckled_melon.name=Melancia Reluzente # +item.speckled_melon.name=Fatia de Melancia Reluzente # item.spider_eye.name=Olho de Aranha # item.stick.name=Graveto # item.string.name=Linha # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Carapaça de Tartaruga # item.phantom_membrane.name=Membrana de Fantasma # item.sweet_berries.name=Frutas Vermelhas Doces # item.suspicious_stew.name=Sopa Suspeita # +item.field_masoned_banner_pattern.name=Padrão da Bandeira de Campo em Alvenaria # +item.creeper_banner_pattern.name=Padrão da Bandeira de Figura de Creeper # +item.flow_banner_pattern.name=Padrão da Bandeira de Fluxo # +item.flower_banner_pattern.name=Padrão da Bandeira de Figura de Flor # +item.globe_banner_pattern.name=Padrão da Bandeira de Globo # +item.guster_banner_pattern.name=Padrão da Bandeira de Rajada # +item.piglin_banner_pattern.name=Padrão da Bandeira de Focinho # +item.skull_banner_pattern.name=Padrão da Bandeira de Figura de Caveira # +item.mojang_banner_pattern.name=Padrão da Bandeira de Coisa # +item.bordure_indented_banner_pattern.name=Padrão da Bandeira de Bordadura Recuada # item.banner_pattern.bricks=Campo em Alvenaria # item.banner_pattern.creeper=Figura de Creeper # item.banner_pattern.flow=Fluxo # @@ -5955,7 +5950,6 @@ map.position=Posição: %s, %s, %s # mcoServer.title=Mundo Online de Minecraft # -menu.ai_lesson_crafter=Criador de Aula # menu.achievements=Conquistas # menu.convertingLevel=Expandindo o mundo # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Largura # options.codeBuilder=Criador de Código # options.content_log_file=Ativar Arquivo de Registro do Conteúdo # options.content_log_gui=Ativar registo de conteúdo GUI # +options.content_log_gui.level=Nível de Registro da Interface Gráfica # +options.content_log_gui.level.info=Inform. # +options.content_log_gui.level.warn=Avisar # +options.content_log_gui.level.error=Erro # options.controller=Controle # options.controllerLayout=Layout do controle # options.controllerSettings=Configurações de controle # @@ -6298,7 +6296,7 @@ options.dev_addCoinTitle=Adicionar Moedas # options.dev_reset_entitlements=Redefinir Todas as Titularidades # options.dev_reset_entitlements_loading=Redefinindo Titularidades, esta caixa de diálogo será fechada assim que o processo for concluído. Você pode fechar esta janela, mas fechar o jogo antes que este comando termine pode resultar em um comportamento inesperado. # options.dev_reset_entitlements_error_unfinished=Atenção, nem todas as titularidades foram excluídas corretamente. Tente executar o comando novamente, possivelmente depois de reiniciar o cliente. # -options.dev_reset_entitlements_warning=Atenção! Isso excluirá todas as suas titularidades, incluindo titularidades de legado que talvez você não consiga recuperar! Essa operação pode demorar um pouco se você tiver um grande número de direitos. Tem certeza de que deseja continuar? # +options.dev_reset_entitlements_warning=Atenção! Isso excluirá todas as suas titularidades, incluindo titularidades de legado que talvez você não consiga recuperar! Essa operação pode demorar um pouco se você tiver um grande número de titularidades. Tem certeza de que deseja continuar? # options.dev_reset_entitlements_success=Titularidades excluídas com êxito. # options.dev_currencyFailureWarning=A chamada de rede falhou. Erro: %s # options.dev_currencyFailureWarningGeneric=Falha na chamada de rede. Certifique-se de que você possui conexão com uma conta selecionada. # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Substituir Tratamentos Experimentais # 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_discoveryOverrideServiceName=Nome do Serviço (segurança, persona etc.) # +options.dev_discoveryOverrideServiceBranch=Derivar # +options.dev_resetAllEndpointOverrides=Redefinir Todos os Endpoints # +options.dev_apply=Aplicar # options.dev_displayTreatmentsPanel=Tratamentos de Exibição # options.dev_currentTreatmentsTitle=Tratamentos Atuais # options.dev_unusedTreatmentsTitle=Tratamentos Não Usados # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Nível 2 - KitKat # options.dev_sunsetting_tier.three=Nível 3 - FireTV # options.dev_sunsetting_tier.four=Nível 4 - 1024MB # options.dev_sunsetting_tier.five=Nível 5 - iOS 12 e Nougat # +options.dev_sunsetting_tier.six=Nível 6 - iOS 13, Android 8 e dispositivos de RV # options.dev_sunsetting_tier.not_pending=Não Pendente # options.dev_gatherings_section=Reuniões # options.dev_gatherings_enable=Habilitar Reuniões # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Essa alta distância de renderização pode resul options.raytracing.renderdistance.warning=Esta configuração pode causar problemas de desempenho durante o jogo. # options.resetSettings=Redefinir como Padrão # options.resetSettings.popUp=Deseja mesmo redefinir as configurações? # -options.maxFramerate=Framerate máx. (Experimental) # +options.maxFramerate=Limite da Taxa de Quadros # +options.maxFramerate.tooltip=Diminua a taxa de quadros máxima do jogo para melhorar a vida útil da bateria e a integridade do dispositivo. A taxa de quadros real pode ficar abaixo do limite definido. # options.maxFramerateFormat=%s FPS # options.perf_turtle=Tartaruga do desempenho # options.msaa=Anti-Aliasing # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Sincronização vertical adaptável # options.websocketEncryption=Requer Websockets Criptografados # options.websocketEncryptionWarningLabel=Só desative esta opção se estiver se conectando ativamente a um aplicativo conhecido e seguro. # options.filelocation.title=Local de armazenamento de arquivo # +options.filelocation.title.edu=Local de Armazenamento Local # options.filelocation.external=Externo # options.filelocation.appdata=Aplicação # options.filelocation.external.warning.title=Aviso # @@ -6960,26 +6966,12 @@ 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.moreInfo.gearVR=Para mais informações, visite https://aka.ms/MinecraftSunsetting em qualquer navegador da Web. # -sunsetting.popup.moreInfo.gearVR.geo=Para mais informações, visite https://aka.ms/MinecraftGeoSunsetting em qualquer navegador da Web. # - -sunsetting.popup.pendingSunset.ios=Nosso suporte para este dispositivo está chegando ao fim. Você continuará recebendo atualizações até fevereiro de 2024, quando receberá a atualização final para este dispositivo.%sApós receber a atualização final, você ainda poderá jogar em seus mundos e acessar as compras do Marketplace (incluindo Minecoins), mas não poderá fazer novas compras neste dispositivo. Os realms gerenciados a partir deste dispositivo continuarão funcionando por 6 meses, a menos que sejam atualizados pelo proprietário em um dispositivo diferente. Para cancelar a assinatura do realm, você precisará acessar o menu Configurações para Assinaturas no dispositivo onde o realm foi criado. Você não receberá mais atualizações e não poderá jogar no modo Multijogador com dispositivos ou Realms que continuam recebendo atualizações. Você também não poderá se conectar a certos servidores.%sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. # -sunsetting.popup.pendingSunset.android=Nosso suporte para este dispositivo está chegando ao fim. Você continuará recebendo atualizações até fevereiro de 2024, quando receberá a atualização final para este dispositivo.%sApós receber a atualização final, você ainda poderá jogar em seus mundos e acessar as compras do Marketplace (incluindo Minecoins), mas não poderá fazer novas compras neste dispositivo. Os realms gerenciados a partir deste dispositivo continuarão funcionando por 6 meses, a menos que sejam atualizados pelo proprietário em um dispositivo diferente. Para cancelar a assinatura do realm, você precisará acessar suas assinaturas no Google Play - você pode acessar o Google Play em qualquer dispositivo que tenha suporte ou em um computador que possa acessar a sua conta. Você não receberá mais atualizações e não poderá jogar no modo Multijogador com dispositivos ou Realms que continuam recebendo atualizações. Você também não poderá se conectar a certos servidores.%sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. # -sunsetting.popup.pendingSunset.ios_android=Nosso suporte para este dispositivo está chegando ao fim. Você continuará recebendo atualizações até novembro de 2022, quando receberá a atualização final para este dispositivo. Pedimos sinceras desculpas pelo inconveniente. %sApós receber a atualização final, você ainda poderá jogar em seus mundos e acessar as compras do Marketplace (incluindo Minecoins). Os Realms gerenciados a partir deste dispositivo continuarão funcionando por 6 meses, a menos que sejam atualizados pelo proprietário em um dispositivo diferente. Você não receberá mais atualizações, e não poderá jogar no modo Multijogador em dispositivos ou em Realms que permaneçam recebendo atualizações. Você também não será capaz de se conectar a certos servidores. %sClique no botão para obter mais informações, incluindo maneiras de transferir seus mundos para um novo dispositivo. # -sunsetting.popup.sunset.ios_android=Este dispositivo não é mais suportado. Você recebeu a atualização final para este dispositivo. A partir deste ponto você pode continuar construindo em seus mundos, e suas compras no Marketplace (incluindo Minecoins) continuarão disponíveis. Seus Realms continuarão funcionando, a menos que sejam atualizados pelo proprietário em um dispositivo diferente. Você não receberá mais atualizações, e não poderá jogar no modo Multijogador em dispositivos ou em Realms que permaneçam recebendo atualizações. Você também não será capaz de se conectar a certos servidores. %sClique no botão para obter mais informações, incluindo maneiras de transferir seus mundos para um novo dispositivo. Sabemos que isso é um inconveniente. Apreciamos profundamente o tempo que você passou em nosso jogo, e esperamos ver você novamente em um dispositivo compatível. # -sunsetting.popup.pendingSunset.gearvr_win10=Nosso suporte para este dispositivo está chegando ao fim. Você continuará recebendo atualizações até a nossa próxima grande atualização, quando obterá a atualização final para este dispositivo. Pedimos desculpas pelo inconveniente. %sApós receber a atualização final, você ainda poderá jogar em seus mundos e acessar as compras do Marketplace (incluindo Minecoins). No entanto, você não terá mais acesso ao modo Multijogador ou aos Realms a partir deste dispositivo. Você não receberá mais atualizações e não poderá jogar em Realms que permaneçam recebendo atualizações. Você também não será capaz de se conectar a certos servidores. %sClique no botão para obter mais informações, incluindo maneiras de transferir seus mundos para um novo dispositivo. # -sunsetting.popup.sunset.gearvr_win10=Este dispositivo não é mais suportado. Você recebeu a última atualização para ele. A partir deste ponto, você pode continuar construindo em seus mundos e suas compras no Marketplace (incluindo Minecoins) continuarão disponíveis. No entanto, você não terá mais acesso ao modo Multijogador ou aos Realms neste dispositivo. Você não receberá mais atualizações e não poderá jogar com dispositivos que continuam recebendo atualizações. Você também não poderá se conectar a certos servidores. # -sunsetting.popup.pendingSunset.dx10=Nosso suporte para este dispositivo está chegando ao fim. Você continuará recebendo atualizações até a nossa próxima grande atualização, quando obterá sua atualização final para este dispositivo. Pedimos desculpas pelo inconveniente. %sApós receber a atualização final, você ainda poderá jogar em seus mundos e acessar as compras do Marketplace (incluindo Minecoins). Os Realms gerenciados a partir deste dispositivo continuarão funcionando, a menos que sejam atualizados pelo proprietário em um dispositivo diferente. Você não receberá mais atualizações, e não poderá jogar o modo Multijogador com dispositivos ou Realms que permaneçam recebendo atualizações. Você também não será capaz de se conectar a certos servidores. %sClique no botão para obter mais informações, incluindo maneiras de transferir seus mundos para um novo dispositivo. # -sunsetting.popup.sunset.dx10=Este dispositivo gráfico não é mais suportado. Você recebeu a atualização final para este dispositivo. A partir deste ponto, você pode continuar construindo em seus mundos, e suas compras no Marketplace (incluindo Minecoins) continuarão disponíveis. Seus Realms continuarão funcionando, a menos que sejam atualizados pelo proprietário em um dispositivo diferente. Você não receberá mais atualizações, e não poderá jogar o modo Multijogador com dispositivos ou Realms que permaneçam recebendo atualizações. Você também não será capaz de se conectar a certos servidores. %sClique no botão para obter mais informações, incluindo maneiras de transferir seus mundos para um novo dispositivo. Sabemos que isso é um inconveniente, e apreciamos profundamente o tempo que você passou se divertindo com nosso jogo, e todo seu apoio. # - -sunsetting.popup.pendingSunset.geo.ios=Nosso suporte para este dispositivo está chegando ao fim em sua área. Após receber a atualização final, você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar por 6 meses. Em 30 de setembro de 2023, você não terá mais acesso ao realm. É recomendado que você baixe seu mundo antes disso. %sSe você tiver entrado com uma conta Microsoft/Xbox Live, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas. Se você quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Nosso suporte para este dispositivo chegou ao fim em sua área. Você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar até 30 de setembro de 2023. Depois disso, você não terá mais acesso ao Realm. Recomenda-se que você baixe seu mundo antes disso. %sSe você tiver entrado com uma conta Microsoft/Xbox Live, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas. Se você quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Nosso suporte para este dispositivo está chegando ao fim em sua área. Após receber a atualização final, você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar por 6 meses. Em 30 de setembro de 2023, você não terá mais acesso ao realm. É recomendado que você baixe seu mundo antes disso. %sSe você tiver entrado com uma conta Microsoft/Xbox Live, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas. Se você quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Nosso suporte para este dispositivo chegou ao fim em sua área. Você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar até 30 de setembro de 2023. Depois disso, você não terá mais acesso ao Realm. Recomenda-se que você baixe seu mundo antes disso. %sSe você tiver entrado com uma conta Microsoft/Xbox Live, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas. Se você quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Nosso suporte para este dispositivo está chegando ao fim em sua área. Após receber a atualização final, você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar por 6 meses. Em 30 de setembro de 2023, você não terá mais acesso aos realms neste dispositivo. É recomendado que você baixe seu mundo antes disso e cancele sua assinatura através do Google Play. %sVocê não receberá as atualizações mais recentes e não poderá jogar o modo multijogador. Você também não poderá se conectar a certos servidores. %sSe você tiver entrado com uma conta Microsoft/Xbox Live, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas onde joga Minecraft, a partir das quais você poderá iniciar uma nova assinatura. %sSe você quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Nosso suporte para este dispositivo chegou ao fim em sua área. Você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar até 30 de setembro de 2023. Depois disso, você não terá mais acesso ao Realm. Recomenda-se que você baixe seu mundo antes disso. %sSe você tiver entrado com uma conta Microsoft/Xbox Live, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas. Se você quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Nosso suporte para este dispositivo está chegando ao fim em sua área. Após receber a atualização final, você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar por 6 meses. Em 30 de setembro de 2023, você não terá mais acesso ao realm. É recomendado que você baixe seu mundo antes disso. %sSe você tiver entrado com uma conta Microsoft/Xbox Live, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas. Se você quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. # -sunsetting.popup.sunset.geo.generic=Nosso suporte para este dispositivo chegou ao fim em sua área. Você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar até 30 de setembro de 2023. Depois disso, você não terá mais acesso ao Realm. Recomenda-se que você baixe seu mundo antes disso. %sSe você tiver entrado com uma conta Microsoft/Xbox Live, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas. Se você quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. # +sunsetting.popup.pendingSunset.device=Nosso suporte para este dispositivo está chegando ao fim. Você continuará recebendo atualizações até março de 2025, quando receberá a atualização final para este dispositivo.%sApós receber a atualização final, você ainda poderá jogar em seus mundos e acessar as compras do Marketplace (incluindo Minecoins), mas não poderá fazer novas compras neste dispositivo. Os Realms gerenciados a partir deste dispositivo continuarão funcionando por 6 meses a partir de março de 2025, a menos que sejam atualizados pelo proprietário em um dispositivo diferente. Para cancelar a assinatura do realm, você precisará acessar o menu Configurações para Assinaturas no dispositivo onde o realm foi criado. Você não receberá mais atualizações e não poderá jogar no modo Multijogador com dispositivos ou Realms que continuam recebendo atualizações. Você também não poderá se conectar a certos servidores.%sClique no botão para obter mais informações. # +sunsetting.popup.sunset.device=Nosso suporte para este dispositivo chegou ao fim. Você não receberá mais atualizações a partir de março de 2025, até atualizar seu dispositivo. Esta é a sua última atualização compatível com este dispositivo. %sVocê ainda poderá jogar em seus mundos e acessar compras do Marketplace (incluindo Minecoins). Os Realms gerenciados a partir deste dispositivo continuarão funcionando por 6 meses de março de 2025, a menos que sejam atualizados pelo proprietário em um dispositivo diferente. Para cancelar a assinatura do realm, você precisará acessar o menu Configurações para Assinaturas no dispositivo onde o realm foi criado. Você não receberá mais atualizações e não poderá jogar no modo Multijogador com dispositivos ou Realms que continuam recebendo atualizações. Você também não poderá se conectar a certos servidores.%sClique no botão para obter mais informações. # +sunsetting.popup.pendingSunset.windows_xr=Nosso suporte para este dispositivo gráfico de RV/RM chegou ao fim. Este dispositivo não receberá mais atualizações a partir de março de 2025, quando você receberá sua atualização final compatível com este dispositivo.%sApós a atualização final, você ainda receberá atualizações no seu computador e poderá jogar sem um dispositivo de VR/MR. A partir deste ponto, você poderá continuar construindo em seus mundos, e suas compras no Marketplace (incluindo Minecoins) continuarão disponíveis em outros tipos de dispositivos, como um monitor de computador. Você não poderá mais usar seu dispositivo de VR/MR com o Minecraft, pois ele não será mais compatível com as atualizações mais recentes.%sClique no botão para obter mais informações. # +sunsetting.popup.sunset.windows_xr=Nosso suporte para este dispositivo gráfico de RV/RM chegou ao fim. Este dispositivo de RV/RM não possui mais suporte. Você recebeu sua atualização final compatível com este dispositivo, e ainda receberá atualizações no seu computador e poderá jogar sem um dispositivo de VR/MR. A partir deste ponto, você poderá continuar construindo em seus mundos, e suas compras no Marketplace (incluindo Minecoins) continuarão disponíveis em outros tipos de dispositivos, como um monitor de computador. Você não poderá mais usar seu dispositivo de VR/MR com o Minecraft, pois ele não será mais compatível com as atualizações mais recentes.%sClique no botão para obter mais informações. # +sunsetting.popup.pendingSunset.geo=Nosso suporte para este dispositivo está chegando ao fim em sua área. Após receber a atualização final, você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar por 6 meses. Em 30 de setembro de 2023, você não terá mais acesso ao realm. É recomendado que você baixe seu mundo antes disso. %sSe você tiver entrado com uma conta Microsoft, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas. Se você quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. # +sunsetting.popup.sunset.geo=Nosso suporte para este dispositivo chegou ao fim em sua área. Você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar até 30 de setembro de 2023. Depois disso, você não terá mais acesso ao Realm. Recomenda-se que você baixe seu mundo antes disso. %sSe você tiver entrado com uma conta da Microsoft, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas. Se quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sPressione o botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. # sunsetting.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 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Ingredientes: # item.smithing_template.name=Modelo de Ferraria # item.smithing_template.netherite_upgrade.applies_to=Equipamento de Diamante # item.smithing_template.netherite_upgrade.ingredients=Barra de Netherita # +item.netherite_upgrade_smithing_template.name=Atualização Netherita # +item.sentry_armor_trim_smithing_template.name=Acabamento da Armadura Sentinela # +item.vex_armor_trim_smithing_template.name=Acabamento de Armadura Vex # +item.wild_armor_trim_smithing_template.name=Acabamento da Armadura Selvagem # +item.coast_armor_trim_smithing_template.name=Acabamento da Armadura da Costa # +item.dune_armor_trim_smithing_template.name=Acabamento da Armadura Duna # +item.wayfinder_armor_trim_smithing_template.name=Acabamento da Armadura do Compasso # +item.raiser_armor_trim_smithing_template.name=Acabamento da Armadura do Elevado # +item.shaper_armor_trim_smithing_template.name=Modelador do Acabamento da Armadura # +item.host_armor_trim_smithing_template.name=Acabamento da Armadura do Anfitrião # +item.ward_armor_trim_smithing_template.name=Acabamento da Armadura do Guardião # +item.silence_armor_trim_smithing_template.name=Acabamento da Armadura do Silêncio # +item.tide_armor_trim_smithing_template.name=Acabamento da Armadura da Maré # +item.snout_armor_trim_smithing_template.name=Acabamento da Armadura do Focinho # +item.rib_armor_trim_smithing_template.name=Acabamento da Armadura da Costela # +item.eye_armor_trim_smithing_template.name=Acabamento da Armadura dos Olhos # +item.spire_armor_trim_smithing_template.name=Acabamento da Armadura de Pináculo # +item.flow_armor_trim_smithing_template.name=Acabamento da Armadura do Fluxo # +item.bolt_armor_trim_smithing_template.name=Acabamento da Armadura do Parafuso # item.snort_pottery_sherd.name=Fragmento de Cerâmica do Ronco # item.spawn_egg.entity.camel.name=Ovo de Invocação de Camelo # item.spruce_hanging_sign.name=Placa suspensa de pinheiro # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Acabamento da Armadura do Compasso # trim_pattern.wild.name=Acabamento da Armadura Selvagem # trim_pattern.bolt.name=Acabamento da Armadura do Parafuso # trim_pattern.flow.name=Acabamento da Armadura do Fluxo # -upgrade.netherite_upgrade.name=Atualização Netherita # storageManager.mainSizeLabel=%s - 1 item # storageManager.mainSizeLabelPlural=%s - %s itens # @@ -8443,6 +8453,8 @@ store.csb.buyNow.title=Inicie sua Assinatura do Marketplace Pass #### {StrConta store.csb.subscription=Depois de se inscrever, mais de 150 peças de conteúdo incrível do Marketplace do Minecraft estarão disponíveis para você. Baixe e jogue mapas de aventura, use visuais, mergulhe em pacotes de texturas e até mesmo reivindique um conjunto de itens do Criador de Personagem para guardar todos os meses. Com um catálogo que é atualizado constantemente, sempre há alguma coisa nova para descobrir com o Marketplace Pass. Você receberá uma cobrança de %s/mês e pode cancelar a qualquer momento para interromper cobranças futuras. #### {StrContains="Marketplace Pass"} +store.csb.terms=O Marketplace Pass é uma assinatura de conteúdo usada com versões compatíveis de Minecraft (jogo vendido separadamente) no Windows e outras plataformas compatíveis nas quais você possui o jogo (as edições Minecraft Java e Amazon Kindle Fire não são compatíveis); uma assinatura ativa é necessária para usar o conteúdo do Marketplace Pass. O conteúdo varia com o tempo e pode não estar disponível em todos os países. Após o período de teste gratuito, a assinatura continua a ser cobrada pelo preço normal atual (sujeito a mudanças), além dos impostos aplicáveis, a menos que seja cancelada. Você pode cancelar sua assinatura acessando Serviços e Assinaturas em sua conta Microsoft. Se sua assinatura for encerrada ou algum item de conteúdo for removido do catálogo, será necessário reativar sua assinatura ou comprar o conteúdo separadamente para continuar a usá-lo. Taxas do seu provedor de internet podem ser aplicadas. Podemos ocasionalmente oferecer conteúdo que permaneça disponível para você mesmo após o fim de sua assinatura, e neste caso nos reservamos o direito de retirar esse conteúdo se ele se tornar incompatível ou se nossos direitos ao conteúdo expirarem. Assinatura sujeita a mudanças ou retirada. Sujeito ao Contrato de Serviços da Microsoft (www.microsoft.com/msa) e ao Acordo de Licença do Usuário Final de Minecraft (https://www.minecraft.net/eula). Qualquer tradução destes termos é feita apenas para sua conveniência e, em caso de conflito entre a versão em inglês e qualquer outra versão que não seja em inglês, a versão em inglês destes termos prevalecerá. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] + store.csb.recurring.offerTrial=Marketplace Pass é uma assinatura contínua com uma taxa recorrente que é cobrada automaticamente todos os meses até que a assinatura seja cancelada.%s Mais de 150 pacotes do Marketplace estarão disponíveis imediatamente. Você pode cancelar sua assinatura para interromper cobranças futuras acessando as configurações de assinatura. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass é uma assinatura contínua com uma taxa recorrente que é cobrada automaticamente todos os meses até que a assinatura seja cancelada.%s Mais de 150 pacotes do Marketplace estarão disponíveis imediatamente. Você receberá uma cobrança de %s/mês e pode cancelar sua assinatura para interromper cobranças futuras acessando as configurações de assinatura. #### {StrContains="Marketplace Pass"} store.csb.consumable.offerTrial=Mais de 150 pacotes do Marketplace estarão disponíveis imediatamente. Seus primeiros 30 dias serão gratuitos e você poderá renovar por 30 dias ao preço de %s depois. # @@ -8854,8 +8866,6 @@ store.myAccount=Minha Conta # store.xbl.signin=Entrar # store.xbl.signinOrSignUp=Entre ou Inscreva-se de Graça # store.xbl.disconnected=Desconectado # -store.xbl.conversionFailedTitle=Algo deu errado # -store.xbl.conversionFailedMessage=Tente novamente mais tarde. # store.sales.allByCreator=Em Oferta! # store.sales.bundlesOnSale=Conjuntos em Oferta! # @@ -9027,8 +9037,8 @@ tile.deny.name=Negar # tile.border_block.name=Fronteira # tile.anvil.intact.name=Bigorna # tile.anvil.name=Bigorna # -tile.anvil.slightlyDamaged.name=Bigorna Ligeiramente Danificada # -tile.anvil.veryDamaged.name=Bigorna Muito Danificada # +tile.anvil.slightlyDamaged.name=Bigorna Lascada # +tile.anvil.veryDamaged.name=Bigorna Danificada # tile.barrier.name=Barreira # tile.beacon.name=Sinalizador # tile.beacon.primary=Poder Primário # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Painel de Vidro Tingido de Azul # tile.stained_glass_pane.purple.name=Painel de Vidro Tingido de Lilás # tile.stained_glass_pane.magenta.name=Painel de Vidro Tingido de Magenta # tile.stained_glass_pane.pink.name=Painel de Vidro Tingido de Rosa # -tile.clay.name=Bloco de Argila # +tile.clay.name=Argila # tile.hardened_clay.name=Terracota # tile.stained_hardened_clay.black.name=Terracota Preta # tile.stained_hardened_clay.blue.name=Terracota Azul # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Parede de Tijolos Vermelhos do Nethe tile.cocoa.name=Cacau # tile.command_block.name=Bloco de Comando # tile.composter.name=Compostador # -tile.light_block.name=Bloco de Luz # +tile.light_block.name=Luz # tile.repeating_command_block.name=Bloco de Comando de Repetição # tile.chain_command_block.name=Bloco de Comando da Cadeia # tile.wheat.name=Plantação # tile.darkOakFence.name=Cerca de Carvalho Escuro # tile.dark_oak_fence_gate.name=Portão de Carvalho Escuro # -tile.daylight_detector.name=Sensor de Luz Solar # +tile.daylight_detector.name=Detector de Luz Solar # tile.deadbush.name=Arbusto Seco # tile.detector_rail.name=Trilho Detector # tile.dirt.coarse.name=Terra Infértil # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Ejetor # tile.iron_door.name=Porta de Ferro # tile.doorWood.name=Porta de Madeira # tile.double_plant.fern.name=Samambaia Grande # -tile.double_plant.grass.name=Grama Alta Dupla # +tile.double_plant.grass.name=Grama Alta # tile.double_plant.name=Planta # tile.double_plant.paeonia.name=Peônia # tile.double_plant.rose.name=Roseira # @@ -9385,7 +9395,7 @@ tile.log.spruce.name=Tora de Pinheiro # tile.magma.name=Bloco de Magma # tile.melon_block.name=Melancia # tile.mob_spawner.name=Criador de Monstros # -tile.monster_egg.brick.name=Tijolo de Pedra Infestado # +tile.monster_egg.brick.name=Tijolos de Pedra Infestados # tile.monster_egg.chiseledbrick.name=Tijolo de Pedra Cinzelado Infestado # tile.monster_egg.cobble.name=Pedregulho Infestado # tile.monster_egg.crackedbrick.name=Tijolo de Pedra Rachado Infestado # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Pedra Infestada # tile.mushroom.name=Cogumelo # tile.noteblock.name=Bloco Musical # tile.mycelium.name=Micélio # -tile.nether_brick.name=Bloco de Tijolos do Nether # -tile.red_nether_brick.name=Bloco de Tijolos Vermelhos do Nether # +tile.nether_brick.name=Tijolos do Nether # +tile.red_nether_brick.name=Blocos de Tijolos Vermelhos do Nether # tile.nether_brick_fence.name=Cerca de Tijolos do Nether # tile.quartz_ore.name=Minério de Quartzo do Nether # tile.netherreactor.active=Ativo! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Placa da Selva # tile.acacia_standing_sign.name=Placa de Acácia # tile.darkoak_standing_sign.name=Placa de Carvalho Escuro # tile.slime.name=Bloco de Slime # -tile.snow.name=Neve # +tile.snow.name=Bloco de Neve # tile.sponge.dry.name=Esponja # tile.sponge.wet.name=Esponja Molhada # tile.spruceFence.name=Cerca de Pinheiro # @@ -9555,7 +9565,7 @@ tile.double_stone_slab.name=Laje de Pedra # tile.double_stone_slab.nether_brick.name=Laje de Tijolos do Nether # tile.double_stone_slab.quartz.name=Laje de Quartzo # tile.double_stone_slab.sand.name=Laje de Arenito # -tile.double_stone_slab.smoothStoneBrick.name=Laje de Blocos de Pedra # +tile.double_stone_slab.smoothStoneBrick.name=Laje de Tijolos de Pedra # tile.double_stone_slab.stone.name=Laje de Pedra # tile.double_stone_slab.wood.name=Laje de Madeira # tile.stone_slab.name=Laje de Pedra # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Bloco de Coral-Bolha Morto # tile.coral_block.red_dead.name=Bloco de Coral de Fogo Morto # tile.coral_block.yellow_dead.name=Bloco de Coral de Chifre Morto # tile.tallgrass.fern.name=Samambaia # -tile.tallgrass.grass.name=Grama # -tile.tallgrass.name=Grama # +tile.tallgrass.grass.name=Grama Curta # +tile.tallgrass.name=Grama Curta # tile.tallgrass.shrub.name=Arbusto # tile.tuff_brick_slab.name=Laje de Tijolos de Tufo # tile.tuff_brick_stairs.name=Escada de Tijolos de Tufo # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Escada de Tufo # tile.tuff_wall.name=Parede de Tufo # tile.seagrass.seagrass.name=Ervas marinhas # tile.sea_pickle.name=Pepino-do-mar # -tile.turtle_egg.name=Ovo de Tartaruga Marinha # +tile.turtle_egg.name=Ovo de Tartaruga # tile.coral.blue.name=Coral de Tubo # tile.coral.pink.name=Coral-Cérebro # tile.coral.purple.name=Coral-Bolha # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Decoração de Coral de Fogo Morto # tile.coral_fan_dead.yellow_fan.name=Decoração de Coral de Chifre Morto # tile.glass_pane.name=Painel de Vidro # tile.tnt.name=Dinamite # -tile.snow_layer.name=Neve no Topo # +tile.snow_layer.name=Neve # tile.torch.name=Tocha # tile.trapdoor.name=Alçapão de carvalho # tile.acacia_trapdoor.name=Alçapão de acácia # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Água # tile.water.name=Água # tile.waterlily.name=Vitória-Régia # tile.web.name=Teia # -tile.heavy_weighted_pressure_plate.name=Placa de Pressão de Peso (Pesada) # -tile.light_weighted_pressure_plate.name=Placa de Pressão de Peso (Leve) # +tile.heavy_weighted_pressure_plate.name=Placa de Pressão de Peso Pesada # +tile.light_weighted_pressure_plate.name=Placa de Pressão de Peso Leve # tile.end_stone.name=Pedra do End # tile.end_bricks.name=Tijolos de pedra do End # tile.planks.acacia.name=Tábuas de Acácia # @@ -10288,7 +10298,7 @@ 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.url=https://aka.ms/remoteconnect # +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: # xbox.signin.website.qr=1. Visite este site em outro dispositivo: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Falha ao iniciar sessão na área restri xbox.dev_wrongSandboxSigninFailed.button.dev=Alterar para Área Restrita de Desenvolvedor # 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.addfriendsignin.line1=Encontre os amigos pelo Gamertag para ver quando eles estão online. # -xbox.addfriendsignin.line2=Entre com uma conta da Microsoft para começar a adicionar amigos! # 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.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.signInLong=Entrar gratuitamente! # xbox.signOutLong=Sair da sua conta da Microsoft # -xbox.externalServer.title=Jogar em um Servidor # -xbox.externalServer.line1=Os servidores oferecem algumas das formas mais criativas para jogar o Minecraft! Entre para que possamos ter certeza que você tem permissão para jogar online com pessoas novas. # xbox.genericsignin.line1=Sua conta do Minecraft permite que você jogue no modo multijogador online com amigos em PCs e dispositivos móveis. E sabe qual é a melhor parte? # xbox.genericsignin.line2=É DE GRAÇA! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Escolher nova capa # dr.classic_skins.custom_skin_title=Importar Capa # dr.classic_skins.custom_skin_description=Importe um png (64x32, 64x64 ou 128x128) do seu dispositivo para usar como visual. Isso não sincronizará entre dispositivos ou jogos. # -dr.classic_skins.custom_skin_description_disabled= Seu dispositivo não pode selecionar um visual personalizado enquanto estiver em um jogo multijogador. Volte ao menu principal para equipar um. # +dr.classic_skins.custom_skin_description_disabled=Seu dispositivo não pode selecionar um visual personalizado enquanto estiver em um jogo multijogador. Volte ao menu principal para equipar um. # dr.classic_skins.custom_skin_description_popup=Jogadores com visuais personalizados não ficarão visíveis para você se a opção ''Apenas Permitir Visuais Confiáveis'' estiver habilitada # dr.classic_skins.custom_skin_section_title=Capas Adquiridas # dr.classic_skins.invalidCustomSkin=Importe um arquivo .png com dimensões 64x64, 64x32 ou 128x128 # diff --git a/resource_pack/texts/pt_PT.lang b/resource_pack/texts/pt_PT.lang index e9a9f3963..e2c50aa99 100644 --- a/resource_pack/texts/pt_PT.lang +++ b/resource_pack/texts/pt_PT.lang @@ -964,6 +964,7 @@ 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.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 # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s já tem a receita desbloqueada: %2$s # commands.recipes.playerDoesNotHaveRecipe=%1$s não tem a receita: %2$s # commands.recipes.notFound=A receita não foi encontrada. # commands.recipes.notUnlockable=A receita não é desbloqueável no livro de receitas. # +commands.reload.all.description=Recarrega todos os ficheiros de script e funções de todos os packs de comportamento, ou, opcionalmente, recarrega o mundo e todos os packs de comportamento e recursos. # commands.reload.description=Recarrega todos os ficheiros de script e função de todos os packs de comportamentos. # -commands.reload.editor.description=Recarrega todas as funções e ficheiros de script a partir de todos os packs de comportamento ou, opcionalmente, reinicia o cliente para recarregar todos os recursos. # +commands.reload.started=O recarregamento do mundo foi iniciado. # commands.reload.success=Os ficheiros de função e script foram recarregados. # commands.reload.error=Ocorreu um erro inesperado. # +commands.reload.onlyHost=Apenas o jogador anfitrião pode recarregar o mundo. # commands.replaceitem.description=Substitui itens em inventários. # commands.replaceitem.failed=Não foi possível substituir %s compartimento %d por %d * %s # commands.replaceitem.keepFailed=Já existe um item que ocupa %s ranhura %d. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Câmaras de Criador: Câmara de createWorldScreen.experimentalFocusTargetCameraDescription=Ativa o comportamento que faz com que a câmara livre vise uma entidade # createWorldScreen.recipeUnlocking=Desbloqueio de Receitas # createWorldScreen.recipeUnlockingDescription=Ativar o desbloqueio de receitas # -createWorldScreen.experimentalholiday=Características do Criador de Férias # -createWorldScreen.experimentalholidayDescription=Adiciona blocos orientados a dados e tecnologia de itens para personalizares a forma, rotação, danos do bloco e muito mais # createWorldScreen.experimentalGameTest=APIs Beta # createWorldScreen.experimentalGameTestDescription=Usar versões ''-beta'' de módulos API em packs de suplementos # createWorldScreen.experimentalMolangFeatures=Características Molang # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Tens de ter a sessão iniciada numa 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. # +realmsSharingScreen.inviteLinkNotFoundTitle=Erro nos Realms # +realmsSharingScreen.inviteLinkNotFoundMessage=Esta hiperligação de convite é inválida. # realmsCreateScreen.title.create=Criar um Servidor Realm # realmsCreateScreen.title.extend=Prolonga o teu Realm # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Prolonga por 180 Dias # xblLogin.LoginMessageTitle=Conta Microsoft # xblLogin.LoginMessage=A ligar… # -xbl.savePurchase.description.line1=Queres jogar com tudo aquilo que comprares a partir de qualquer sistema com a Loja Minecraft ativada? Inicia sessão com uma conta Microsoft GRATUITA e sincroniza as tuas Skins, Texturas, Mapas e Mash-ups comprados para utilizares e jogares no Minecraft! # -xbl.savePurchase.description.line2=Se perderes o teu sistema ou desinstalares o Minecraft, as tuas compras continuam a ser sincronizadas e acessíveis em qualquer sistema quando utilizares a tua conta Microsoft. # -xbl.savePurchase.leaveOnDevice=Deixar no Dispositivo # -xbl.savePurchase.title=Guardar Compras numa Conta Microsoft? # xbl.savePurchase.saveButton=Guardar na Conta Microsoft # -xbl.savePurchase.toast.title=Boa! # -xbl.savePurchase.toast.message=Compras sincronizadas na Conta Microsoft! # -xbl.savePurchase.inProgress.message=A transferir compras para a Conta Microsoft... # - -xbl.syncIAP.title=Sincronizar compras com a Conta Microsoft? # -xbl.syncIAP.description=Inicia sessão numa Conta Microsoft para sincronizar as tuas Skins, Packs de Texturas, Mundos e Mash-ups. Estarão disponíveis em qualquer dispositivo em que jogues Minecraft. # -xbl.syncIAP.syncNow=Sincronizar Agora... # -xbl.syncIAP.syncLaterEllipsis=Sincronizar Mais Tarde... # -xbl.syncIAP.syncLater=Sincronizar Mais Tarde # -xbl.syncIAP.toast.title=Boa! # -xbl.syncIAP.toast.message=Compras sincronizadas com a tua Conta Microsoft! # -xbl.syncIAP.inProgress.message=Sincronizar compras com a Conta Microsoft... # -xbl.syncIAP.skipSignIn.prompt.description=Esta Conta Microsoft não será a conta principal para este dispositivo se não sincronizares as compras deste dispositivo para esta conta. A tua sessão não será automaticamente iniciada quando iniciares o Minecraft. # - -xbl.syncIAP.confirmSync.prompt.title=Sincronizar para %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=Queres sincronizar as tuas compras da App Store para %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=Apenas podes sincronizar packs comprados fora do Marketplace do Minecraft uma vez e estes continuarão a estar disponíveis para qualquer pessoa que jogue neste dispositivo. # -xbl.syncIAP.confirmSync.prompt.yes=Sim, Sincronizar as Minhas Compras # 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. # @@ -2512,8 +2495,6 @@ 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.skipSignIn.prompt.title=Conta Temporária # -xbl.skipSignIn.prompt.description=Esta Conta Microsoft não será a conta principal para este dispositivo se não transferires as compras deste dispositivo para esta conta. A tua sessão não será automaticamente iniciada quando iniciares o Minecraft. # 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.message2=Tens a certeza de que pretendes fazer isto? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s sufocou numa parede # death.attack.lava=%1$s tentou nadar em lava # death.attack.lava.player=%1$s tentou nadar em lava para escapar a %2$s # death.attack.lightningBolt=%1$s foi atingido(a) por um trovão # +death.attack.maceSmash.player=%1$s foi esmagado por %2$s # +death.attack.maceSmash.player.item=%1$s foi esmagado por %2$s com %3$s # death.attack.magic=%1$s foi morto(a) por magia # death.attack.magma=%1$s descobriu que o chão é lava # death.attack.magma.player=%1$s pisou terreno perigoso devido a %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=O Servidor e o Cliente têm valor disconnectionScreen.editor.cannotUseRayTracing=Os packs de recursos com ray-tracing ativo ainda não são compatíveis com projetos de Editor. # disconnectionScreen.unexpectedPacket=Desligado devido a um tipo inesperado de pacote recebido que não pode ser processado. Isto pode dever-se a uma discrepância de versões ou a corrupção ao nível da rede. # disconnectionScreen.connectionLost=A ligação ao anfitrião foi perdida. Se esse mundo ainda estiver a ser servido, verifica a tua ligação à internet e experimenta estabelecer a ligação novamente. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Não foi possível carregar o mundo. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Experimenta abrir este mundo no modo de demonstração. # disconnectionScreen.errorCode=Código de Erro: # storageSpaceWarningScreen.frontend=Estás quase sem espaço de armazenamento de dados! O Minecraft restringiu o acesso a esta funcionalidade até que limpes o espaço de armazenamento adicional. # @@ -3041,7 +3026,7 @@ entity.villager.librarian=Bibliotecário # entity.villager.shepherd=Pastor # entity.villager.tool=Ferreiro # entity.villager.weapon=Armeiro # -entity.villager.mason=Pedreiro # +entity.villager.mason=Mason # entity.villager.unskilled=Aldeão Inexperiente # entity.villager_v2.name=Aldeão # entity.vindicator.name=Vingador # @@ -3126,7 +3111,7 @@ feed.upload=A carregar a captura de ecrã... # feed.manage=Gerir Feed # feed.share=Partilhar # feed.addScreenshot=Adicionar Captura de Ecrã # -feed.screenshotCapturedRealms=Captura de ecrã efetuada. Vai às Histórias dos Realms para a partilhar. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Captura de ecrã efetuada. Podes vê-la na tua galeria de capturas de ecrã. # feed.screenshotAlmostFull=Captura de ecrã efetuada. A tua galeria está quase cheia. (%d/%d) # feed.screenshotReachedMax=Captura de ecrã efetuada. A tua galeria está cheia. (%d/%d) # @@ -3420,7 +3405,7 @@ howtoplay.anvil.text.5=Existe a possibilidade de a Bigorna ser danificada em cad howtoplay.armor=Armadura # howtoplay.armor.text.1=Ao usar a Armadura, podes proteger-te contra danos. O nível da tua Armadura é representado por :armor: no HUD e quanto maior for o nível, menos danos sofrerás. # howtoplay.armor.header.1=Criar # -howtoplay.armor.text.2=A Armadura pode ser criada a partir de Cabedal, Ferro, Ouro ou Diamante. A Armadura de Malha pode ser obtida através de trocas com aldeões e em saques de mortos-vivos e esqueletos. # +howtoplay.armor.text.2=A Armadura pode ser criada a partir de Cabedal, Ferro, Ouro ou Diamante. A Armadura de Cota de Malha pode ser obtida através de trocas com aldeões e saques de mortos-vivos e esqueletos. # howtoplay.armor.text.3=Equipa a Armadura abrindo o teu inventário e movendo as peças da Armadura para o espaço adequado junto à skin do teu jogador. # 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 # @@ -3502,7 +3487,7 @@ howtoplay.blocks.text.8=§eBloco de Magma§f - É encontrado naturalmente no Net howtoplay.blocks.text.9=§eTerra Áspera§f -Parece um Bloco de Terra normal, mas não permite o crescimento de Relva. Pode ser encontrado em biomas de Savana e Mega Taiga. # howtoplay.bookAndQuill=Livro e Pena # -howtoplay.bookAndQuill.text.1=O Livro e Pena permite-te registar as tuas aventuras. Conta-nos a tua história introduzindo texto nas páginas. Podes até alterar o título e o autor! Assina o Livro e Pena para terminares o teu trabalho. O Livro e Pena é editável até estar assinado. # +howtoplay.bookAndQuill.text.1=O item Livro e Pena permite-te registar as tuas aventuras. Conta a tua história introduzindo texto nas páginas. Podes até alterar o título e o autor! Assina-o para terminar a tua obra. Podes editá-lo enquanto não o assinares. # howtoplay.brewingStand=Posto de Poções # howtoplay.brewingStand.text.1=A fermentação de poções requer um Posto de Poções. Cada poção começa com uma garrafa de água, que se faz enchendo uma Garrafa de Vidro com água de um Caldeirão ou de uma fonte de água. # @@ -3643,7 +3628,7 @@ howtoplay.camera.text.2=Para tirar uma fotografia do teu ponto de vista, prime : howtoplay.camera.text.2.touch=Para tirar uma fotografia do teu ponto de vista, toca sem soltar e, depois, liberta. # howtoplay.camera.text.3=Para tirar uma selfie, coloca a câmara e prime :_input_key.use: na mesma. # howtoplay.camera.text.3.touch=Para tirar uma selfie, coloca a câmara e toca no botão Tirar Foto. # -howtoplay.camera.text.4=Podes ver as imagens no Portefólio ou inseridas no Livro e Pena. # +howtoplay.camera.text.4=Podes ver imagens no Portefólio ou inseri-las no Livro e Pena. # howtoplay.portfolio=Portefólio # howtoplay.portfolio.title=Instruções de Jogo: Portefólio # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=Explora um mundo de possibilidades com as Minecoins: howtoplay.minecoins.text.2=Depois de as obteres, as tuas Minecoins ficam associadas à tua conta Microsoft, para também poderes aceder às tuas Minecoins e às tuas compras noutros dispositivos compatíveis! # howtoplay.minecoins.button.text.1=Obter moedas # howtoplay.minecoins.header.1=Renúncia de responsabilidade # -howtoplay.minecoins.text.3=*As Minecoins requerem uma versão do Minecraft: Bedrock Edition com o Marketplace do Minecraft. As Minecoins não são compatíveis com a versão para a PlayStation®. Para mais informações sobre a compatibilidade, visita minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*As Minecoins requerem uma versão do Minecraft: Bedrock Edition com o Marketplace do Minecraft. As Minecoins não são compatíveis com a versão para a PlayStation®. Para mais informações sobre a compatibilidade, visita minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Mineração # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Dourado # item.axolotlColorWild.name=Castanho # item.axolotlColorBlue.name=Azul # item.golden_apple.name=Maçã de Ouro # -item.appleEnchanted.name=Maçã Encantada # +item.appleEnchanted.name=Maçã de Ouro Encantada # item.armadillo_scute.name=Carapaça de Tatu # item.armor_stand.name=Suporte para Armadura # item.arrow.name=Flecha # @@ -4626,7 +4611,7 @@ item.banner.half_vertical_right.red=Partido Invertido Vermelho # item.banner.half_vertical_right.silver=Partido Invertido Cinzento-Claro # item.banner.half_vertical_right.white=Partido Invertido Branco # item.banner.half_vertical_right.yellow=Partido Invertido Amarelo # -item.banner.illager_captain.name=Estandarte de Illager # +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 # @@ -5022,7 +5007,7 @@ item.boat.big_oak.name=Barco de Carvalho Escuro # item.bone.name=Osso # item.book.name=Livro # item.breeze_rod.name=Varinha de Brisa # -item.chainmail_boots.name=Botas de Malha # +item.chainmail_boots.name=Botas de Cota de Malha # item.leather_boots.name=Botas de Cabedal # item.diamond_boots.name=Botas de Diamante # item.golden_boots.name=Botas de Ouro # @@ -5122,18 +5107,18 @@ item.warped_fungus_on_a_stick.name=Fungo Deformado num Pau # item.carrot.name=Cenoura # item.cauldron.name=Caldeirão # item.charcoal.name=Carvão Vegetal # -item.chainmail_chestplate.name=Couraça de Malha # +item.chainmail_chestplate.name=Couraça de Cota de Malha # item.leather_chestplate.name=Túnica de Cabedal # item.diamond_chestplate.name=Couraça de Diamante # item.golden_chestplate.name=Couraça de Ouro # item.iron_chestplate.name=Couraça de Ferro # item.chorus_fruit.name=Fruta de Coro # item.chorus_fruit_popped.name=Fruta de Coro Rebentada # -item.cooked_beef.name=Bife cozinhado # +item.cooked_beef.name=Bife # item.cooked_chicken.name=Frango Cozinhado # item.cooked_porkchop.name=Costeleta de Porco Cozinhada # item.chicken.name=Frango Cru # -item.clay_ball.name=Barro # +item.clay_ball.name=Bola de Barro # item.clock.name=Relógio # item.coal.name=Carvão # item.comparator.name=Comparador de Redstone # @@ -5242,7 +5227,7 @@ item.golden_axe.name=Machado de Ouro # item.iron_axe.name=Machado de Ferro # item.stone_axe.name=Machado de Pedra # item.wooden_axe.name=Machado de Madeira # -item.chainmail_helmet.name=Capacete de Malha # +item.chainmail_helmet.name=Capacete de Cota de Malha # item.leather_helmet.name=Capacete de Cabedal # item.diamond_helmet.name=Capacete de Diamante # item.golden_helmet.name=Capacete de Ouro # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Capacete do Nether # item.lead.name=Corda-guia # item.leather.name=Cabedal # item.leaves.name=Folhas # -item.chainmail_leggings.name=Perneiras de Malha # +item.chainmail_leggings.name=Perneiras de Cota de Malha # item.leather_leggings.name=Calças de Cabedal # item.diamond_leggings.name=Perneiras de Diamante # item.golden_leggings.name=Perneiras de Ouro # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Mapa da Aldeia do Deserto # item.map.exploration.jungle_temple.name=Mapa de Explorador da Selva # item.map.exploration.swamp_hut.name=Mapa de Explorador do Pântano # item.map.exploration.trial_chambers.name=Mapa de Explorador de Avaliação # -item.melon.name=Melancia # -item.milk.name=Leite # +item.melon.name=Fatia de Melancia # +item.milk.name=Balde de Leite # item.minecart.name=Vagoneta # item.chest_minecart.name=Vagoneta com Baú # item.command_block_minecart.name=Vagoneta com Bloco de Comando # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Ovo de Geração de Shulker # item.spawn_egg.entity.endermite.name=Ovo de Geração de Endermite # item.spawn_egg.entity.evocation_illager.name=Ovo de Geração de Evocador # item.spawn_egg.entity.vex.name=Ovo de Geração de Vex # -item.spawn_egg.entity.turtle.name=Ovo de Geração de Tartaruga Marinha # +item.spawn_egg.entity.turtle.name=Ovo de Geração de Tartaruga # item.spawn_egg.entity.dolphin.name=Ovo de Geração de Golfinho # item.spawn_egg.entity.phantom.name=Ovo de Geração de Fantasma # item.spawn_egg.entity.panda.name=Ovo de Geração de Panda # @@ -5440,13 +5425,13 @@ item.record_creator.desc=Lena Raine - Creator # item.record_creator_music_box.desc=Lena Raine - Creator (Music Box) # item.record_precipice.desc=Aaron Cherof - Precipice # item.redstone.name=Pó de Redstone # -item.reeds.name=Canas-de-açúcar # +item.reeds.name=Cana-de-Açúcar # item.kelp.name=Algas # item.dried_kelp.name=Algas Secas # item.rotten_flesh.name=Carne Podre # item.ruby.name=Rubi # item.saddle.name=Sela # -item.wheat_seeds.name=Sementes # +item.wheat_seeds.name=Sementes de Trigo # item.beetroot_seeds.name=Sementes de Beterraba # item.melon_seeds.name=Sementes de Melancia # item.pumpkin_seeds.name=Sementes de Abóbora # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Tabuleta de Acácia # item.darkoak_sign.name=Tabuleta de Carvalho Escuro # item.crimson_sign.name=Tabuleta de Carmesim # item.warped_sign.name=Tabuleta Deformada # -item.skull.char.name=Cabeça # +item.skull.char.name=Cabeça de Jogador # item.skull.creeper.name=Cabeça de Creeper # item.skull.dragon.name=Cabeça de Dragão # item.skull.player.name=Cabeça de %s # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Caveira do Esqueleto Wither # item.skull.zombie.name=Cabeça de Morto-Vivo # item.slime_ball.name=Bola de Slime # item.snowball.name=Bola de Neve # -item.speckled_melon.name=Melancia Brilhante # +item.speckled_melon.name=Fatia de Melancia Brilhante # item.spider_eye.name=Olho de Aranha # item.stick.name=Pau # item.string.name=Fio # @@ -5504,6 +5489,16 @@ 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.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 # +item.globe_banner_pattern.name=Padrão de Estandarte: Globo # +item.guster_banner_pattern.name=Padrão de Estandarte: Lufada # +item.piglin_banner_pattern.name=Padrão de Estandarte: Focinho # +item.skull_banner_pattern.name=Padrão de Estandarte: Divisa de Caveira # +item.mojang_banner_pattern.name=Padrão de Estandarte: Coisa # +item.bordure_indented_banner_pattern.name=Padrão de Estandarte: Bordadura Denteada # item.banner_pattern.bricks=Padrão de Alvenaria # item.banner_pattern.creeper=Divisa de Creeper # item.banner_pattern.flow=Fluxo # @@ -5955,7 +5950,6 @@ map.position=Posição: %s, %s, %s # mcoServer.title=Mundo Online de Minecraft # -menu.ai_lesson_crafter=Criador de Lições # menu.achievements=Conquistas # menu.convertingLevel=A expandir mundo # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Largura # options.codeBuilder=Criador de Código # options.content_log_file=Ativar Ficheiro de Registo de Conteúdos # options.content_log_gui=Ativar Registo de Conteúdos GUI # +options.content_log_gui.level=Nível de Registo de Interface # +options.content_log_gui.level.info=Informações # +options.content_log_gui.level.warn=Avisar # +options.content_log_gui.level.error=Erro # options.controller=Comando # options.controllerLayout=Esquema de Comando # options.controllerSettings=Definições do Comando # @@ -6297,7 +6295,7 @@ options.dev_addCoins=Adicionar %s Moedas # options.dev_addCoinTitle=Adicionar Moedas # options.dev_reset_entitlements=Repor Todos os Direitos # options.dev_reset_entitlements_loading=A Repor Direitos - este diálogo irá fechar-se quando o processo terminar. Podes fechar esta janela, mas fechar o jogo antes de este comando terminar poderá provocar comportamentos inesperados. # -options.dev_reset_entitlements_error_unfinished=Atenção, nem todos os direitos foram corretamente eliminados. Tenta executar o comando outra vez, após reiniciar o cliente, se for possível. # +options.dev_reset_entitlements_error_unfinished=Atenção, nem todos os direitos foram corretamente eliminados. Tenta executar o comando outra vez, após reiniciares o cliente, se for possível. # options.dev_reset_entitlements_warning=Atenção! Esta ação elimina todos os teus direitos, inclusive os direitos legatórios que poderás não conseguir recuperar! Esta operação pode demorar algum tempo se tiveres um número elevado de direitos. De certeza que queres continuar? # options.dev_reset_entitlements_success=Direitos eliminados. # options.dev_currencyFailureWarning=A chamada de rede falhou. Erro: %s # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Ignorar Tratamentos Experimentais # 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_discoveryOverrideServiceName=Nome do Serviço (segurança, personagem, etc.) # +options.dev_discoveryOverrideServiceBranch=Ramo # +options.dev_resetAllEndpointOverrides=Repor Todos os Pontos Finais # +options.dev_apply=Aplicar # options.dev_displayTreatmentsPanel=Apresentar Tratamentos # options.dev_currentTreatmentsTitle=Tratamentos Atuais # options.dev_unusedTreatmentsTitle=Tratamentos Não Usados # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Nível 2 – KitKat # options.dev_sunsetting_tier.three=Nível 3 – FireTV # options.dev_sunsetting_tier.four=Nível 4 - 1024 MB # options.dev_sunsetting_tier.five=Nível 5 - iOS 12 & Nougat # +options.dev_sunsetting_tier.six=Nível 6 - iOS 13, Android 8, dispositivos VR # options.dev_sunsetting_tier.not_pending=Não Pendente # options.dev_gatherings_section=Reuniões # options.dev_gatherings_enable=Ativar Reuniões # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Esta alta distância de render pode causar uma ba options.raytracing.renderdistance.warning=Esta definição pode causar problemas de desempenho durante o jogo. # options.resetSettings=Repor Predefinição # options.resetSettings.popUp=Tens a certeza de que pretendes repor as definições? # -options.maxFramerate=Número Máximo de Fotogramas por Segundo (Experimental) # +options.maxFramerate=Limite de Fotogramas # +options.maxFramerate.tooltip=Reduz a taxa de fotogramas máxima do jogo para melhorar a duração da bateria e a saúde do dispositivo. A taxa de fotogramas efetiva poderá ficar aquém do limite definido. # options.maxFramerateFormat=%s FPS # options.perf_turtle=Tartaruga de Desempenho # options.msaa=Anti-aliasing # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Sincronização Vertical Adaptável # options.websocketEncryption=Requer Websockets Encriptados # options.websocketEncryptionWarningLabel=Não desatives esta opção, a menos que te estejas a ligar ativamente a uma aplicação que conheças e saibas ser segura. # options.filelocation.title=Local de Armazenamento de Ficheiro # +options.filelocation.title.edu=Local de Armazenamento Local # options.filelocation.external=Externo # options.filelocation.appdata=Aplicação # options.filelocation.external.warning.title=Aviso # @@ -6960,26 +6966,12 @@ 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.moreInfo.gearVR=Para mais informações, visita https://aka.ms/MinecraftSunsetting em qualquer navegador. # -sunsetting.popup.moreInfo.gearVR.geo=Para mais informações, visita https://aka.ms/MinecraftGeoSunsetting em qualquer navegador. # - -sunsetting.popup.pendingSunset.ios=A nossa capacidade para dar assistência a este dispositivo está a chegar ao fim. Vais continuar a receber atualizações até fevereiro de 2024, momento em que receberás a última atualização para este dispositivo. %sDepois de receberes a atualização final, ainda poderás jogar nos teus mundos e aceder às compras do Marketplace (incluindo Minecoins). No entanto, não poderás fazer novas compras neste dispositivo. Os Realms geridos a partir deste dispositivo continuarão a funcionar durante 6 meses, a menos que sejam atualizados pelo proprietário do Realm num dispositivo diferente. Para cancelar a tua subscrição do Realms, tens de ir ao menu Definições nas Subscrições no dispositivo onde o Realm foi criado. Vais deixar de receber as últimas atualizações e não poderás jogar em modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não poderás ligar-te a determinados servidores. %sClica no botão para obter mais informações, incluindo formas de mover o teu mundo para um novo dispositivo. # -sunsetting.popup.pendingSunset.android=A nossa capacidade para dar assistência a este dispositivo está a chegar ao fim. Vais continuar a receber atualizações até fevereiro de 2024, momento em que receberás a última atualização para este dispositivo.%sDepois de receberes a atualização final, ainda poderás jogar nos teus mundos e aceder às compras do Marketplace (incluindo Minecoins). No entanto, não poderás fazer novas compras neste dispositivo. Os Realms geridos a partir deste dispositivo continuarão a funcionar durante 6 meses, a menos que sejam atualizados pelo proprietário do Realm num dispositivo diferente. Para cancelares a tua subscrição do Realms, precisas de ir às Subscrições no Google Play. Podes aceder ao Google Play através de qualquer dispositivo suportado ou pelo computador, onde podes aceder à tua conta. Deixarás de receber as últimas atualizações e não poderás jogar em modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não poderás ligar-te a determinados servidores. %sClica no botão para obter mais informações, incluindo formas de mover os teus mundos para um novo dispositivo. # -sunsetting.popup.pendingSunset.ios_android=A nossa capacidade para dar assistência a este dispositivo está a chegar ao fim. Continuarás a receber atualizações até novembro de 2022, momento em que receberás a última atualização para este dispositivo. Pedimos imensa desculpa pelo inconveniente. %sDepois de receberes a atualização final, ainda poderás jogar nos teus mundos e aceder às compras do Marketplace (incluindo Minecoins). Os Realms geridos a partir deste dispositivo continuarão a funcionar durante 6 meses, a menos que sejam atualizados pelo proprietário do Realm num dispositivo diferente. Deixarás de receber as últimas atualizações e não poderás jogar em modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não poderás ligar-te a determinados servidores. %sClica no botão para obteres mais informações, incluindo sobre formas de transferires os teus mundos para um novo dispositivo. # -sunsetting.popup.sunset.ios_android=Este dispositivo já não é suportado. Recebeste uma atualização final para este dispositivo. A partir de agora podes continuar a construir os teus mundos e as tuas compras do Marketplace (incluindo Minecoins) continuarão a estar disponíveis. Os Realms continuarão a funcionar a menos que sejam atualizados pelo proprietário do Realm num dispositivo diferente. Deixarás de receber as últimas atualizações e não poderás jogar em modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não poderás ligar-te a determinados servidores. %sClica no botão para obter mais informações, incluindo formas de mover os teus mundos para um novo dispositivo. Sabemos que tudo isto é um inconveniente – agradecemos profundamente o tempo que dedicaste ao nosso jogo e esperamos ver-te novamente num dispositivo atualizado. # -sunsetting.popup.pendingSunset.gearvr_win10=A nossa capacidade para suportar este dispositivo está a chegar ao fim. Continuarás a receber atualizações até ao próximo grande lançamento, momento em que receberás a tua atualização final para este dispositivo. Pedimos imensa desculpa pelo inconveniente. %sDepois de receberes a atualização final, ainda poderás jogar nos teus mundos e aceder às compras do Marketplace (incluindo minecoins). No entanto, deixarás de ter acesso ao modo multijogador ou aos Realms a partir desde dispositivo. Deixarás de receber as últimas atualizações e não poderás jogar em modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não poderás ligar-te a determinados servidores. %sClica no botão para obter mais informações, incluindo formas de mover os teus mundos para um novo dispositivo. # -sunsetting.popup.sunset.gearvr_win10=Este dispositivo já não é suportado. Recebeste uma atualização final para este dispositivo. A partir de agora podes continuar a construir os teus mundos e as tuas compras do Marketplace (incluindo Minecoins) continuarão a estar disponíveis. No entanto deixarás de ter acesso ao modo multijogador ou aos Realms a partir desde dispositivo. Deixarás de receber as últimas atualizações e não poderás jogar com dispositivos que continuem a receber atualizações. Também não poderás ligar-te a determinados servidores. # -sunsetting.popup.pendingSunset.dx10=A nossa capacidade para suportar este dispositivo gráfico está a chegar ao fim. Continuarás a receber atualizações até ao próximo grande lançamento, momento em que receberás a tua atualização final para este dispositivo. Pedimos imensa desculpa pelo inconveniente. %sDepois de receberes a atualização final, ainda poderás jogar nos teus mundos e aceder às compras do Marketplace (incluindo minecoins). Os Realms geridos a partir deste dispositivo continuarão a funcionar a menos que sejam atualizados pelo proprietário do Realm num dispositivo diferente. Deixarás de receber as últimas atualizações e não poderás jogar em modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não poderás ligar-te a determinados servidores. %sClica no botão para obter mais informações, incluindo formas de mover os teus mundos para um novo dispositivo. # -sunsetting.popup.sunset.dx10=Este dispositivo gráfico já não é suportado. Recebeste uma atualização final para este dispositivo. A partir de agora podes continuar a construir os teus mundos e as tuas compras do Marketplace (incluindo Minecoins) continuarão a estar disponíveis. Os Realms continuarão a funcionar a menos que sejam atualizados pelo proprietário do Realm num dispositivo diferente. Deixarás de receber as últimas atualizações e não poderás jogar em modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não poderás ligar-te a determinados servidores. %sClica no botão para obter mais informações, incluindo formas de mover os teus mundos para um novo dispositivo. Sabemos que tudo isto é um inconveniente e agradecemos profundamente o tempo que dedicaste ao nosso jogo, assim como todo o teu apoio. # - -sunsetting.popup.pendingSunset.geo.ios=A compatibilidade com este dispositivo vai terminar na tua zona. Depois de receberes a atualização final, ainda poderás jogar nos teus mundos e aceder às tuas compras do Marketplace, mas já não poderás efetuar compras no Marketplace. Os Realms geridos a partir do dispositivo continuam a funcionar durante 6 meses. No dia 30 de setembro de 2023, deixarás de ter acesso aos Realms. Recomendamos que transfiras o teu mundo antes dessa data e que canceles a subscrição consultando as definições de Subscrições do teu dispositivo. %sSe tens sessão iniciada com uma conta Microsoft ou Xbox Live, as tuas compras no Marketplace e Minecoins, bem como a tua subscrição do Realms, estarão disponíveis noutras plataformas. Se quiseres mover os teus mundos deste dispositivo para outro, podes fazê-lo enviando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo. %sClica no botão para mais informações, incluindo formas de transferires o teu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=A compatibilidade com este dispositivo terminou na tua zona. Ainda podes jogar nos teus mundos e aceder às tuas compras do Marketplace, mas já não podes efetuar compras no Marketplace. Os Realms geridos a partir do dispositivo continuam a funcionar até 30 de setembro de 2023, depois deixas de ter acesso aos Realms. Recomendamos que transfiras o teu mundo antes dessa data. %sSe tens sessão iniciada com uma conta Microsoft ou Xbox Live, as tuas compras no Marketplace e Minecoins, bem como a tua subscrição do Realms, estarão disponíveis noutras plataformas. Se quiseres mover os teus mundos deste dispositivo para outro, podes fazê-lo enviando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo. %sClica no botão para mais informações, incluindo formas de transferires o teu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=A compatibilidade com este dispositivo vai terminar na tua zona. Depois de receberes a atualização final, ainda poderás jogar nos teus mundos e aceder às tuas compras do Marketplace, mas já não poderás efetuar compras no Marketplace. Os Realms geridos a partir do dispositivo continuam a funcionar durante 6 meses. No dia 30 de setembro de 2023, deixarás de ter acesso aos Realms. Recomendamos que transfiras o teu mundo antes dessa data. %sSe tens sessão iniciada com uma conta Microsoft ou Xbox Live, as tuas compras no Marketplace e Minecoins, bem como a tua subscrição do Realms, estarão disponíveis noutras plataformas. Se quiseres mover os teus mundos deste dispositivo para outro, podes fazê-lo enviando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo. %sClica no botão para mais informações, incluindo formas de transferires o teu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=A compatibilidade com este dispositivo terminou na tua zona. Ainda podes jogar nos teus mundos e aceder às tuas compras do Marketplace, mas já não podes efetuar compras no Marketplace. Os Realms geridos a partir do dispositivo continuam a funcionar até 30 de setembro de 2023, depois deixas de ter acesso aos Realms. Recomendamos que transfiras o teu mundo antes dessa data. %sSe tens sessão iniciada com uma conta Microsoft ou Xbox Live, as tuas compras no Marketplace e Minecoins, bem como a tua subscrição do Realms, estarão disponíveis noutras plataformas. Se quiseres mover os teus mundos deste dispositivo para outro, podes fazê-lo enviando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo. %sClica no botão para mais informações, incluindo formas de transferires o teu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=A compatibilidade com este dispositivo vai terminar na tua região. Com esta atualização final, continuarás a poder jogar nos teus mundos e a poder aceder às tuas compras do Marketplace, mas já não poderás fazer compras no Marketplace. Os Realms geridos a partir deste dispositivo continuarão a funcionar durante 6 meses. No dia 30 de setembro de 2023, deixarás de ter acesso aos Realms a partir deste dispositivo. Recomendamos que transfiras o teu mundo antes dessa data e que canceles a tua subscrição consultando as tuas subscrições no Google Play. %sVais deixar de receber as últimas atualizações e vais deixar de poder jogar no modo multijogador. Também não poderás ligar-te a determinados servidores. %sSe tiveres sessão iniciada com uma conta Microsoft ou Xbox Live, as tuas compras do Marketplace e Minecoins e a tua subscrição do Realms ficarão disponíveis nas outras plataformas onde jogas Minecraft. Podes iniciar uma nova subscrição a partir dessas plataformas onde jogas Minecraft. %sCaso queiras mover os teus mundos deste dispositivo para outro, podes fazê-lo enviando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo. %sClica no botão para mais informações, incluindo formas de mover o teu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=A compatibilidade com este dispositivo terminou na tua zona. Ainda podes jogar nos teus mundos e aceder às tuas compras do Marketplace, mas já não podes efetuar compras no Marketplace. Os Realms geridos a partir do dispositivo continuam a funcionar até 30 de setembro de 2023, depois deixas de ter acesso aos Realms. Recomendamos que transfiras o teu mundo antes dessa data. %sSe tens sessão iniciada com uma conta Microsoft ou Xbox Live, as tuas compras no Marketplace e Minecoins, bem como a tua subscrição do Realms, estarão disponíveis noutras plataformas. Se quiseres mover os teus mundos deste dispositivo para outro, podes fazê-lo enviando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo. %sClica no botão para mais informações, incluindo formas de transferires o teu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=A compatibilidade com este dispositivo vai terminar na tua zona. Depois de receberes a atualização final, ainda poderás jogar nos teus mundos e aceder às tuas compras do Marketplace, mas já não poderás efetuar compras no Marketplace. Os Realms geridos a partir do dispositivo continuam a funcionar durante 6 meses. No dia 30 de setembro de 2023, deixarás de ter acesso aos Realms. Recomendamos que transfiras o teu mundo antes dessa data. %sSe tens sessão iniciada com uma conta Microsoft ou Xbox Live, as tuas compras no Marketplace e Minecoins, bem como a tua subscrição do Realms, estarão disponíveis noutras plataformas. Se quiseres mover os teus mundos deste dispositivo para outro, podes fazê-lo enviando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo. %sClica no botão para mais informações, incluindo formas de transferires o teu mundo para um novo dispositivo. # -sunsetting.popup.sunset.geo.generic=A compatibilidade com este dispositivo terminou na tua zona. Ainda podes jogar nos teus mundos e aceder às tuas compras do Marketplace, mas já não podes efetuar compras no Marketplace. Os Realms geridos a partir do dispositivo continuam a funcionar até 30 de setembro de 2023, depois deixas de ter acesso aos Realms. Recomendamos que transfiras o teu mundo antes dessa data. %sSe tens sessão iniciada com uma conta Microsoft ou Xbox Live, as tuas compras no Marketplace e Minecoins, bem como a tua subscrição do Realms, estarão disponíveis noutras plataformas. Se quiseres mover os teus mundos deste dispositivo para outro, podes fazê-lo enviando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo. %sClica no botão para mais informações, incluindo formas de transferires o teu mundo para um novo dispositivo. # +sunsetting.popup.pendingSunset.device=A nossa capacidade de suportar este dispositivo vai acabar. Vais continuar a receber atualizações até março de 2025, altura em que receberás a última atualização compatível com este dispositivo.%sDepois de receberes a última atualização, continuarás a poder jogar nos teus mundos e aceder às compras do Marketplace (incluindo Minecoins), mas deixarás de poder fazer novas compras, neste dispositivo. Os Realms geridos a partir deste dispositivo continuarão a funcionar durante 6 meses, a partir de março de 2025, a menos que sejam atualizados pelo proprietário do Realm noutro dispositivo. Para cancelar a tua subscrição do Realms, tens de ir ao menu Definições nas Subscrições do dispositivo em que o Realm foi criado. Vais deixar de receber as últimas atualizações e não poderás jogar em modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não poderás entrar em determinados servidores.%sClica no botão para obter mais informações. # +sunsetting.popup.sunset.device=A nossa capacidade de suportar este dispositivo acabou. Vais deixar de receber atualizações a partir de março de 2025, até atualizares o teu dispositivo. Esta é a última atualização compatível com este dispositivo.%sContinuas a poder jogar nos teus mundos e aceder às compras do Marketplace (incluindo Minecoins). Os Realms geridos a partir deste dispositivo continuarão a funcionar durante 6 meses, a partir de março de 2025, a menos que sejam atualizados pelo proprietário do Realm noutro dispositivo. Para cancelar a tua subscrição do Realms, tens de ir ao menu Definições nas Subscrições do dispositivo em que o Realm foi criado. Vais deixar de receber as últimas atualizações e não poderás jogar em modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não poderás entrar em determinados servidores.%sClica no botão para obter mais informações. # +sunsetting.popup.pendingSunset.windows_xr=A nossa capacidade de suportar este dispositivo gráfico VR/MR chegou ao fim. Este dispositivo já não será suportado nas atualizações após março de 2025, altura em que receberás a última atualização que suporta este dispositivo.%sDepois de receberes a última atualização, continuarás a receber atualizações no teu PC e poderás jogar sem o dispositivo VR/MR. A partir daí, podes continuar a construir nos teus mundos e as tuas compras do Marketplace (incluindo Minecoins) continuarão disponíveis em dispositivos gráficos que não sejam VR/MR, como no monitor de um computador. Deixarás de poder usar o teu dispositivo VR/MR com o Minecraft, uma vez que já não será suportado nas atualizações futuras.%sClica no botão para mais informações. # +sunsetting.popup.sunset.windows_xr=A nossa capacidade de suportar este dispositivo gráfico VR/MR chegou ao fim. Este dispositivo VR/MR já não é suportado. Recebeste a última atualização que suporta este dispositivo gráfico e continuarás a receber atualizações no teu PC e a poder jogar sem o dispositivo VR/MR. A partir daí, podes continuar a construir nos teus mundos e as tuas compras do Marketplace (incluindo Minecoins) continuarão disponíveis em dispositivos gráficos que não sejam VR/MR, como no monitor de um computador. Deixarás de poder usar o teu dispositivo VR/MR com o Minecraft, uma vez que já não será suportado nas atualizações futuras.%sClica no botão para mais informações. Sabemos que isto é inconveniente e agradecemos imenso o tempo que passaste no nosso jogo e o teu apoio. # +sunsetting.popup.pendingSunset.geo=A nossa capacidade de suportar este dispositivo vai acabar na tua região. Depois de receberes a última atualização, ainda poderás jogar nos teus mundos e aceder às tuas compras do Marketplace, mas já não poderás fazer compras no Marketplace. Os Realms geridos a partir do dispositivo continuam a funcionar durante 6 meses. No dia 30 de setembro de 2023, deixarás de ter acesso aos Realms. Recomendamos que transfiras o teu mundo antes dessa data.%sSe tens sessão iniciada com uma conta Microsoft, as tuas compras no Marketplace e Minecoins, bem como a tua subscrição do Realms, estarão disponíveis noutras plataformas. Se quiseres mover os teus mundos deste dispositivo para outro, podes fazê-lo carregando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo.%sClica no botão para mais informações, incluindo sobre formas de transferires o teu mundo para um novo dispositivo. # +sunsetting.popup.sunset.geo=A nossa capacidade de suportar este dispositivo acabou na tua região. Ainda podes jogar nos teus mundos e aceder às tuas compras no Marketplace, mas já não podes fazer mais compras no Marketplace. Os Realms geridos a partir deste dispositivo continuarão a funcionar até 30 de setembro de 2023. Depois desse dia, deixarás de ter acesso aos Realms. Recomendamos que transfiras o teu mundo antes dessa data.%sSe tens sessão iniciada com uma conta Microsoft, as tuas compras no Marketplace, as tuas Minecoins e a tua subscrição do Realms estarão disponíveis noutras plataformas. Se quiseres mover os teus mundos deste dispositivo para outro, podes fazê-lo carregando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo.%sClica no botão para obteres mais informações, incluindo sobre formas de moveres o teu mundo para um novo dispositivo. # sunsetting.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 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Ingredientes: # item.smithing_template.name=Modelo de Ferraria # item.smithing_template.netherite_upgrade.applies_to=Equipamento de Diamante # item.smithing_template.netherite_upgrade.ingredients=Lingote de Netherite # +item.netherite_upgrade_smithing_template.name=Melhoria de Netherite # +item.sentry_armor_trim_smithing_template.name=Personalização de Armadura de Sentinela # +item.vex_armor_trim_smithing_template.name=Personalização de Armadura Vex # +item.wild_armor_trim_smithing_template.name=Personalização de Armadura Selvagem # +item.coast_armor_trim_smithing_template.name=Personalização de Armadura da Costa # +item.dune_armor_trim_smithing_template.name=Personalização de Armadura das Dunas # +item.wayfinder_armor_trim_smithing_template.name=Personalização de Armadura do Indicador do Caminho # +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.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 # +item.rib_armor_trim_smithing_template.name=Personalização de Armadura de Tórax # +item.eye_armor_trim_smithing_template.name=Personalização de Armadura Ocular # +item.spire_armor_trim_smithing_template.name=Personalização de Armadura da Torre # +item.flow_armor_trim_smithing_template.name=Personalização de Armadura de Fluxo # +item.bolt_armor_trim_smithing_template.name=Personalização de Armadura de Raio # item.snort_pottery_sherd.name=Fragmento de Cerâmica de Resmungo # item.spawn_egg.entity.camel.name=Ovo de Geração de Camelo # item.spruce_hanging_sign.name=Tabuleta Suspensa de Abeto # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Personalização de Armadura do Indicador do Caminho trim_pattern.wild.name=Personalização de Armadura Selvagem # trim_pattern.bolt.name=Personalização de Armadura de Raio # trim_pattern.flow.name=Personalização de Armadura de Fluxo # -upgrade.netherite_upgrade.name=Melhoria de Netherite # storageManager.mainSizeLabel=%s - 1 Item # storageManager.mainSizeLabelPlural=%s - %s Itens # @@ -8443,6 +8453,8 @@ 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.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"} store.csb.consumable.offerTrial=Mais de 150 packs do marketplace vão ficar disponíveis imediatamente. Os teus primeiros 30 dias são gratuitos e depois podes renovar durante 30 dias por %s. # @@ -8854,8 +8866,6 @@ store.myAccount=A Minha Conta # store.xbl.signin=Iniciar Sessão # store.xbl.signinOrSignUp=Inicia Sessão ou Regista-te Gratuitamente # store.xbl.disconnected=Desligado # -store.xbl.conversionFailedTitle=Algo Correu Mal # -store.xbl.conversionFailedMessage=Tenta novamente mais tarde. # store.sales.allByCreator=Agora em Oferta! # store.sales.bundlesOnSale=Pacotes Agora em Oferta! # @@ -9027,8 +9037,8 @@ tile.deny.name=Recusar # tile.border_block.name=Fronteira # tile.anvil.intact.name=Bigorna # tile.anvil.name=Bigorna # -tile.anvil.slightlyDamaged.name=Bigorna Ligeiramente Danificada # -tile.anvil.veryDamaged.name=Bigorna Muito Danificada # +tile.anvil.slightlyDamaged.name=Bigorna Rachada # +tile.anvil.veryDamaged.name=Bigorna Danificada # tile.barrier.name=Barreira # tile.beacon.name=Sinalizador # tile.beacon.primary=Poder Principal # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Bloco de Ferro # tile.lapis_block.name=Bloco de Lápis-lazúli # tile.redstone_block.name=Bloco de Redstone # tile.bookshelf.name=Estante de Livros # -tile.brick_block.name=Bloco de Tijolo # +tile.brick_block.name=Tijolos # tile.brown_mushroom.name=Cogumelo Castanho # tile.brown_mushroom_block.mushroom.name=Cogumelo # tile.brown_mushroom_block.stem.name=Caule de Cogumelo # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Painel de Vidro Tingido de Azul # tile.stained_glass_pane.purple.name=Painel de Vidro Tingido de Roxo # tile.stained_glass_pane.magenta.name=Painel de Vidro Tingido de Magenta # tile.stained_glass_pane.pink.name=Painel de Vidro Tingido de Cor-de-Rosa # -tile.clay.name=Bloco de Barro # +tile.clay.name=Barro # tile.hardened_clay.name=Terracota # tile.stained_hardened_clay.black.name=Terracota Preta # tile.stained_hardened_clay.blue.name=Terracota Azul # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Parede de Tijolo Vermelho do Nether tile.cocoa.name=Cacau # tile.command_block.name=Bloco de Comando # tile.composter.name=Compostador # -tile.light_block.name=Bloco Leve # +tile.light_block.name=Claro # tile.repeating_command_block.name=Bloco de Comando de Repetição # tile.chain_command_block.name=Bloco de Comando Encadeado # tile.wheat.name=Plantações # tile.darkOakFence.name=Cerca de Carvalho Escuro # tile.dark_oak_fence_gate.name=Portão de Cerca de Carvalho Escuro # -tile.daylight_detector.name=Sensor de Luz do Dia # +tile.daylight_detector.name=Detetor de Luz do Dia # tile.deadbush.name=Arbusto Seco # tile.detector_rail.name=Carril Detetor # tile.dirt.coarse.name=Terra Infértil # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Distribuidor # tile.iron_door.name=Porta de Ferro # tile.doorWood.name=Porta de Madeira # tile.double_plant.fern.name=Samambaia Grande # -tile.double_plant.grass.name=Erva Muito Alta # +tile.double_plant.grass.name=Erva Alta # tile.double_plant.name=Planta # tile.double_plant.paeonia.name=Peónia # tile.double_plant.rose.name=Roseira # @@ -9385,7 +9395,7 @@ tile.log.spruce.name=Toro de Abeto # tile.magma.name=Bloco de Magma # tile.melon_block.name=Melancia # tile.mob_spawner.name=Gerador de Monstros # -tile.monster_egg.brick.name=Tijolo de Pedra Infestado # +tile.monster_egg.brick.name=Tijolos de Pedra Infestados # tile.monster_egg.chiseledbrick.name=Tijolo de Pedra Cinzelado Infestado # tile.monster_egg.cobble.name=Pedra Arredondada Infestada # tile.monster_egg.crackedbrick.name=Tijolo de Pedra Rachada Infestado # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Pedra Infestada # tile.mushroom.name=Cogumelo # tile.noteblock.name=Bloco Musical # tile.mycelium.name=Micélio # -tile.nether_brick.name=Bloco de Tijolo do Nether # -tile.red_nether_brick.name=Tijolo Vermelho do Nether # +tile.nether_brick.name=Tijolos do Nether # +tile.red_nether_brick.name=Tijolos do Nether Vermelhos # tile.nether_brick_fence.name=Cerca de Tijolo do Nether # tile.quartz_ore.name=Minério de Quartzo do Nether # tile.netherreactor.active=Ativo! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Tabuleta de Selva # tile.acacia_standing_sign.name=Tabuleta de Acácia # tile.darkoak_standing_sign.name=Tabuleta de Carvalho Escuro # tile.slime.name=Bloco de Slime # -tile.snow.name=Neve # +tile.snow.name=Bloco de Neve # tile.sponge.dry.name=Esponja # tile.sponge.wet.name=Esponja Húmida # tile.spruceFence.name=Cerca de Abeto # @@ -9549,30 +9559,30 @@ tile.stonebrick.smooth.name=Tijolos de Pedra Macia # tile.stonecutter.name=Cortador de Pedras # tile.stonecutter_block.name=Cortador de Pedras # tile.mossy_cobblestone.name=Pedra Arredondada com Musgo # -tile.double_stone_slab.brick.name=Laje de Tijolos # +tile.double_stone_slab.brick.name=Laje de Tijolo # tile.double_stone_slab.cobble.name=Laje de Pedra Arredondada # tile.double_stone_slab.name=Laje de Pedra # tile.double_stone_slab.nether_brick.name=Laje de Tijolo do Nether # tile.double_stone_slab.quartz.name=Laje de Quartzo # tile.double_stone_slab.sand.name=Laje de Arenito # -tile.double_stone_slab.smoothStoneBrick.name=Laje de Tijolos de Pedra # +tile.double_stone_slab.smoothStoneBrick.name=Laje de Tijolo de Pedra # tile.double_stone_slab.stone.name=Laje de Pedra # tile.double_stone_slab.wood.name=Laje em Madeira # tile.stone_slab.name=Laje de Pedra # -tile.stone_slab.brick.name=Laje de Tijolos # +tile.stone_slab.brick.name=Laje de Tijolo # tile.stone_slab.cobble.name=Laje de Pedra Arredondada # tile.stone_slab.stone.name=Laje de Pedra Macia # tile.stone_slab.nether_brick.name=Laje de Tijolo do Nether # tile.stone_slab.quartz.name=Laje de Quartzo # tile.stone_slab.sand.name=Laje de Arenito # -tile.stone_slab.smoothStoneBrick.name=Laje de Tijolos de Pedra # +tile.stone_slab.smoothStoneBrick.name=Laje de Tijolo de Pedra # tile.stone_slab.wood.name=Laje em Madeira # tile.double_stone_slab2.red_sandstone.name=Laje de Arenito Vermelho # tile.stone_slab2.red_sandstone.name=Laje de Arenito Vermelho # tile.stone_slab2.purpur.name=Laje Púrpura # tile.stone_slab2.prismarine.rough.name=Laje de Prismarine # tile.stone_slab2.prismarine.dark.name=Laje de Prismarine Escuro # -tile.stone_slab2.prismarine.bricks.name=Laje de Tijolos de Prismarine # +tile.stone_slab2.prismarine.bricks.name=Laje de Tijolo de Prismarine # tile.stone_slab2.mossy_cobblestone.name=Laje de Pedra Arredondada com Musgo # tile.stone_slab2.red_nether_brick.name=Laje de Tijolo Vermelho do Nether # tile.stone_slab2.sandstone.smooth.name=Laje de Arenito Macio # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Bloco de Plerogyra Sinuosa Morto # tile.coral_block.red_dead.name=Bloco de Millepora Morto # tile.coral_block.yellow_dead.name=Bloco de Rugosa Morto # tile.tallgrass.fern.name=Samambaia # -tile.tallgrass.grass.name=Relva # -tile.tallgrass.name=Relva # +tile.tallgrass.grass.name=Relva Curta # +tile.tallgrass.name=Relva Curta # tile.tallgrass.shrub.name=Arbusto # tile.tuff_brick_slab.name=Laje de Tijolo de Tufo # tile.tuff_brick_stairs.name=Escadas de Tijolo de Tufo # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Escadas de Tufo # tile.tuff_wall.name=Parede de Tufo # tile.seagrass.seagrass.name=Erva Marinha # tile.sea_pickle.name=Pepino-do-Mar # -tile.turtle_egg.name=Ovo de Tartaruga Marinha # +tile.turtle_egg.name=Ovo de Tartaruga # tile.coral.blue.name=Tubipora # tile.coral.pink.name=Coral Cérebro # tile.coral.purple.name=Plerogyra Sinuosa # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Millepora Mole Morto # tile.coral_fan_dead.yellow_fan.name=Rugosa Mole Morto # tile.glass_pane.name=Painel de Vidro # tile.tnt.name=TNT # -tile.snow_layer.name=Neve no Topo # +tile.snow_layer.name=Neve # tile.torch.name=Tocha # tile.trapdoor.name=Alçapão de Carvalho # tile.acacia_trapdoor.name=Alçapão de Acácia # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Água # tile.water.name=Água # tile.waterlily.name=Folha de Nenúfar # tile.web.name=Teia de Aranha # -tile.heavy_weighted_pressure_plate.name=Placa de Pressão (Pesada) # -tile.light_weighted_pressure_plate.name=Placa de Pressão (Leve) # +tile.heavy_weighted_pressure_plate.name=Placa de Pressão Pesada # +tile.light_weighted_pressure_plate.name=Placa de Pressão Leve # tile.end_stone.name=Pedra do Fim # tile.end_bricks.name=Tijolos de Pedra do Fim # tile.planks.acacia.name=Tábuas de Acácia # @@ -10288,7 +10298,7 @@ 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.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Iniciar sessão com uma Conta Microsoft diferente # xbox.signin.website=Visitar este website noutro dispositivo: # xbox.signin.website.qr=1. Visita este website noutro dispositivo: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Falha ao iniciar sessão na sandbox %s. 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.addfriendsignin.line1=Encontrar amigos por Gamertag para ver quando estão online. # -xbox.addfriendsignin.line2=Inicia sessão com uma Conta Microsoft para começar a adicionar amigos! # 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.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.signInLong=Aceder gratuitamente! # xbox.signOutLong=Termina sessão na Conta Microsoft # -xbox.externalServer.title=Jogar num Servidor # -xbox.externalServer.line1=Os servidores permitem mais formas criativas de jogar Minecraft! Só precisas de iniciar a tua sessão para nos certificarmos que tens permissão para jogar online com outras pessoas. # 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! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Escolher Skin Nova # dr.classic_skins.custom_skin_title=Importar Skin # dr.classic_skins.custom_skin_description=Importa um png (64x32, 64x64 ou 128x128) do teu dispositivo para usar como skin. Esta ação não será sincronizada entre dispositivos nem entre jogos. # -dr.classic_skins.custom_skin_description_disabled= O teu dispositivo não pode escolher uma skin personalizada enquanto estás num jogo multijogador. Volta ao menu principal para te equipares com uma. # +dr.classic_skins.custom_skin_description_disabled=O teu dispositivo não pode selecionar uma skin personalizada enquanto estás num jogo multijogador. Volta ao menu principal para te equipares com uma. # dr.classic_skins.custom_skin_description_popup=Os/as jogadore(a)s com skins personalizadas não serão visíveis se a opção "Apenas Permitir Skins Fidedignas" estiver ativada # dr.classic_skins.custom_skin_section_title=Skins Que Possuis # dr.classic_skins.invalidCustomSkin=Importa um ficheiro .png de 64x64, 64x32 ou 128x128 # diff --git a/resource_pack/texts/ru_RU.lang b/resource_pack/texts/ru_RU.lang index 4a4a19360..d0715e3fe 100644 --- a/resource_pack/texts/ru_RU.lang +++ b/resource_pack/texts/ru_RU.lang @@ -964,6 +964,7 @@ 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.exception=При выполнении этой команды произошла неизвестная ошибка # commands.generic.invalidAgentType=Аргумент типа применен к средству выбора только Агента # commands.generic.invalidcontext=Предоставлен недопустимый контекст для выбранного типа команды # @@ -1168,10 +1169,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.description=Перезагрузка всех функций и файлов сценариев из всех наборов поведения. # -commands.reload.editor.description=Перезагрузка всех функций и файлов сценариев из всех наборов поведения, или перезапуск клиента для перезагрузки всех ресурсов. # +commands.reload.started=Началась перезагрузка мира. # commands.reload.success=Перезагрузка функций и файлов сценариев выполнена. # commands.reload.error=Произошла непредвиденная ошибка. # +commands.reload.onlyHost=Только владелец сервера можно перезагрузить мир. # commands.replaceitem.description=Заменяет предметы в инвентаре. # commands.replaceitem.failed=Не удалось заменить %s (ячейка %d) на %d * %s # commands.replaceitem.keepFailed=Уже есть элемент, занимающий %s слот %d. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Камера создателя: createWorldScreen.experimentalFocusTargetCameraDescription=Позволяет уже существующей свободной камере нацеливаться на объекты # createWorldScreen.recipeUnlocking=Разблокировка рецепта # createWorldScreen.recipeUnlockingDescription=Включить разблокировку рецепта # -createWorldScreen.experimentalholiday=Возможности создателя праздника # -createWorldScreen.experimentalholidayDescription=Добавьте управляемые данными блоки и технологию элементов для настройки формы блока, вращения, ущерба и многого другого # createWorldScreen.experimentalGameTest=Бета-версии API # createWorldScreen.experimentalGameTestDescription=Использовать «-бета» версии модулей API в наборах дополнений # createWorldScreen.experimentalMolangFeatures=Возможности Molang # @@ -1907,6 +1908,8 @@ createWorldScreen.experimentalVillagerTradesRebalance=Изменение тор createWorldScreen.experimentalVillagerTradesRebalanceDescription=Изменяет торговлю с селянами для улучшения баланса # createWorldScreen.experimentalArmadillo=Броненосец и доспехи волка # createWorldScreen.experimentalArmadilloDescription=Познакомьтесь с броненосцем и экипируйте своего волка новыми Доспехами Волка. # +createWorldScreen.experimentalBundles=Пакеты # +createWorldScreen.experimentalBundlesDescription=Позволяет создавать и использовать предметы из наборов # createWorldScreen.worldPreferences=Настройки мира # createWorldScreen.startWithMap=Начальная карта # createWorldScreen.defaultName=Мой мир # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Чтобы присоединить realmsSharingScreen.invalidPermissionTitle=Неверные разрешения # realmsSharingScreen.unexpectedServerResponseTitle=Ошибка Realms # realmsSharingScreen.unexpectedServerResponseMessage=Возникла проблема с подключением к Realm. Повторите попытку позже. # +realmsSharingScreen.inviteLinkNotFoundTitle=Ошибка Realms # +realmsSharingScreen.inviteLinkNotFoundMessage=Ссылка-приглашение недействительна. # realmsCreateScreen.title.create=Создать сервер Realm # realmsCreateScreen.title.extend=Расширьте свой Realm # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Продлить на 180 дне xblLogin.LoginMessageTitle=Учетная запись Майкрософт # xblLogin.LoginMessage=Подключение… # -xbl.savePurchase.description.line1=Вы хотите играть во все купленные игры на всех системах с поддержкой Магазина Minecraft? Войдите в бесплатную учетную запись Майкрософт, чтобы синхронизировать приобретенные скины, текстуры, карты и микс-наборы и играть в Minecraft. # -xbl.savePurchase.description.line2=Если вы удалите Minecraft или переустановите систему, ваши покупки синхронизируются и будут по-прежнему доступны в вашей учетной записи Майкрософт. # -xbl.savePurchase.leaveOnDevice=Оставить на устройстве # -xbl.savePurchase.title=Сохранить покупки в учетной записи Майкрософт? # xbl.savePurchase.saveButton=Сохранить в учетной записи Майкрософт # -xbl.savePurchase.toast.title=Готово! # -xbl.savePurchase.toast.message=Покупки синхронизированы с учетной записью Майкрософт! # -xbl.savePurchase.inProgress.message=Перенос покупок в учетную запись Майкрософт... # - -xbl.syncIAP.title=Синхронизировать покупки с учетной записью Майкрософт? # -xbl.syncIAP.description=Войдите в учетную запись Майкрософт, чтобы синхронизировать свои скины, наборы текстур, миры и миксы. Они будут доступны вам на всех устройствах, на которых вы играете в Minecraft. # -xbl.syncIAP.syncNow=Синхронизировать сейчас... # -xbl.syncIAP.syncLaterEllipsis=Синхронизировать позже... # -xbl.syncIAP.syncLater=Синхронизировать позже # -xbl.syncIAP.toast.title=Готово! # -xbl.syncIAP.toast.message=Покупки синхронизированы с учетной записью Майкрософт! # -xbl.syncIAP.inProgress.message=Синхронизация покупок с учетной записью Майкрософт… # -xbl.syncIAP.skipSignIn.prompt.description=Эта учетная запись Майкрософт не будет основной учетной записью для этого устройства, если вы не синхронизируете с ней покупки, совершенные на устройстве. При запуске Minecraft не будет выполняться автоматический вход. # - -xbl.syncIAP.confirmSync.prompt.title=Синхронизировать с %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=Синхронизировать покупки из Магазина приложений в %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=Вы можете синхронизировать наборы скинов, купленные вне Рынка Minecraft, только один раз. Они будут доступны всем пользователям этого устройства. # -xbl.syncIAP.confirmSync.prompt.yes=Да, синхронизировать мои покупки # xbl.marketplace.account.error.body.nobutton=В вашей учетной записи произошла ошибка. Вы не сможете пользоваться Рынком, пока мы ее не исправим. Если ошибка не будет устранена в течение нескольких дней, обратитесь в службу поддержки. # @@ -2512,8 +2495,6 @@ 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.skipSignIn.prompt.title=Временная учетная запись # -xbl.skipSignIn.prompt.description=Данная учетная запись Майкрософт не будет основной для этого устройства, если вы не перенесете на нее покупки, совершенные на устройстве. При запуске Minecraft не будет выполняться автоматический вход. # xbl.signOut.title=Покупки в учетной записи Майкрософт! # xbl.signOut.message1=Пока вы не войдете в учетную запись Майкрософт, у вас не будет доступа к Minecoins и ко всему тому, что вы приобрели в магазине. # xbl.signOut.message2=Вы действительно хотите это сделать? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s задохнулся(лась) в стене # death.attack.lava=%1$s решает поплавать в лаве # death.attack.lava.player=%1$s падает в лаву, преследователь: %2$s # death.attack.lightningBolt=В игрока %1$s ударила молния # +death.attack.maceSmash.player=%1$s был(а) размазан(а):%2$s # +death.attack.maceSmash.player.item=%1$s был(а) размазан(а): %2$s при помощи %3$s # death.attack.magic=%1$s был(а) убит(а) магией # death.attack.magma=%1$s теперь знает, что пол — это лава # death.attack.magma.player=Игрок %1$s вошел в опасную зону (%2$s тому виной) # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Сервер и клиент им disconnectionScreen.editor.cannotUseRayTracing=Наборы ресурсов с поддержкой трассировки лучей пока не совместимы с проектами редактора. # disconnectionScreen.unexpectedPacket=Соединение разорвано, так как полученный пакет непредвиденного типа невозможно обработать. Причина может заключаться в несовпадении версий или повреждении на сетевом уровне. # disconnectionScreen.connectionLost=Соединение с хостом прервано. Если вы не можете подключиться к этому миру, проверьте интернет-соединение и попробуйте еще раз. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Невозможно загрузить мир. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Попробуйте открыть этот мир в демо-режиме. # disconnectionScreen.errorCode=Код ошибки: # storageSpaceWarningScreen.frontend=У вас почти закончилось место для хранения данных! Minecraft ограничил доступ к этой возможности, пока вы не освободите дополнительное место. # @@ -3126,7 +3111,7 @@ feed.upload=Добавление снимка экрана... # feed.manage=Управление веб-каналом # feed.share=Поделиться # feed.addScreenshot=Добавить снимок экрана # -feed.screenshotCapturedRealms=Сделан снимок экрана. Перейдите в раздел историй Realms, чтобы поделиться им. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Сделан снимок экрана. Вы можете взглянуть на него в галерее снимков экрана. # feed.screenshotAlmostFull=Сделан снимок экрана. Ваша галерея почти заполнена. (%d/%d) # feed.screenshotReachedMax=Сделан снимок экрана. Ваша галерея заполнена. (%d/%d) # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=Игровая валюта Minecoins: Minecraft от howtoplay.minecoins.text.2=Полученные Minecoins привязаны к вашей учетной записи Microsoft, так что у вас есть доступ к монетам и покупкам на любых поддерживаемых устройствах! # howtoplay.minecoins.button.text.1=Получить Minecoins # howtoplay.minecoins.header.1=Отказ от ответственности # -howtoplay.minecoins.text.3=*Для использования Minecoins требуется версия Minecraft: Bedrock Edition с Рынком Minecraft. Minecoins несовместимы с PlayStation®. Узнать о совместимости вы можете по ссылке minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Для использования Minecoins требуется версия Minecraft: Bedrock Edition с Рынком Minecraft. Minecoins несовместимы с PlayStation®. Узнать о совместимости вы можете по ссылке minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Добыча # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=золотого # item.axolotlColorWild.name=коричневого # item.axolotlColorBlue.name=Синий # item.golden_apple.name=Золотое яблоко # -item.appleEnchanted.name=Зачарованное яблоко # +item.appleEnchanted.name=Зачарованное золотое яблоко # item.armadillo_scute.name=Щиток броненосца # item.armor_stand.name=Стойка для доспехов # item.arrow.name=Стрела # @@ -4626,7 +4611,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=Пурпурное знамя # @@ -5122,18 +5107,18 @@ item.warped_fungus_on_a_stick.name=Искаженный грибок на пал item.carrot.name=Морковь # item.cauldron.name=Котел # item.charcoal.name=Древесный уголь # -item.chainmail_chestplate.name=Кольчуга # +item.chainmail_chestplate.name=Кольчужная кираса # item.leather_chestplate.name=Кожаная куртка # item.diamond_chestplate.name=Алмазная кираса # item.golden_chestplate.name=Золотая кираса # item.iron_chestplate.name=Железная кираса # item.chorus_fruit.name=Плод коруса # item.chorus_fruit_popped.name=Приготовленный плод коруса # -item.cooked_beef.name=Жареная говядина # +item.cooked_beef.name=Стейк # item.cooked_chicken.name=Жареная курятина # item.cooked_porkchop.name=Жареная свинина # item.chicken.name=Сырая курятина # -item.clay_ball.name=Глина # +item.clay_ball.name=Глиняный шар # item.clock.name=Часы # item.coal.name=Уголь # item.comparator.name=Редстоуновый компаратор # @@ -5296,7 +5281,7 @@ item.map.exploration.village_desert.name=Карта деревни в пусты item.map.exploration.jungle_temple.name=Карта исследователя джунглей # item.map.exploration.swamp_hut.name=Карта исследователя болот # item.map.exploration.trial_chambers.name=Карта исследователя комнаты испытаний # -item.melon.name=Арбуз # +item.melon.name=Ломтик арбуза # item.milk.name=Ведро с молоком # item.minecart.name=Вагонетка # item.chest_minecart.name=Грузовая вагонетка # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Яйцо призыва шалкера # item.spawn_egg.entity.endermite.name=Яйцо призыва обитателя Края # item.spawn_egg.entity.evocation_illager.name=Яйцо призыва вызывателя # item.spawn_egg.entity.vex.name=Яйцо призыва досаждателя # -item.spawn_egg.entity.turtle.name=Яйцо призыва морской черепахи # +item.spawn_egg.entity.turtle.name=Яйцо призыва черепахи # item.spawn_egg.entity.dolphin.name=Яйцо призыва дельфина # item.spawn_egg.entity.phantom.name=Яйцо призыва фантома # item.spawn_egg.entity.panda.name=Яйцо призыва панды # @@ -5446,7 +5431,7 @@ item.dried_kelp.name=Сушеные водоросли # item.rotten_flesh.name=Гнилая плоть # item.ruby.name=Рубин # item.saddle.name=Седло # -item.wheat_seeds.name=Семена # +item.wheat_seeds.name=Семена пшеницы # item.beetroot_seeds.name=Семена свеклы # item.melon_seeds.name=Семена арбуза # item.pumpkin_seeds.name=Семена тыквы # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Табличка из акации # item.darkoak_sign.name=Табличка из темного дуба # item.crimson_sign.name=Багровая табличка # item.warped_sign.name=Искаженная табличка # -item.skull.char.name=Голова # +item.skull.char.name=Голова игрока # item.skull.creeper.name=Голова крипера # item.skull.dragon.name=Голова дракона # item.skull.player.name=Голова игрока %s # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Череп визер-скелета # item.skull.zombie.name=Голова зомби # item.slime_ball.name=Слизь # item.snowball.name=Снежок # -item.speckled_melon.name=Сверкающий арбуз # +item.speckled_melon.name=Сверкающий ломтик арбуза # item.spider_eye.name=Паучий глаз # item.stick.name=Палка # item.string.name=Нить # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Щиток черепахи # item.phantom_membrane.name=Мембрана фантома # 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.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=Узор знамени «Штука» # +item.bordure_indented_banner_pattern.name=Узор знамени «Зубчатая кайма» # item.banner_pattern.bricks=Кирпичная кладка # item.banner_pattern.creeper=Лицо крипера # item.banner_pattern.flow=Поток # @@ -5955,7 +5950,6 @@ map.position=Позиция: %s, %s, %s # mcoServer.title=Мир Minecraft в Интернете # -menu.ai_lesson_crafter=Мастер уроков # menu.achievements=Достижения # menu.convertingLevel=Развертывание мира # menu.copyright=© Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Ширина # options.codeBuilder=Code Builder # options.content_log_file=Включить файл журнала содержимого # options.content_log_gui=Включить интерфейс журнала содержимого # +options.content_log_gui.level=Графический интерфейс: журнал уровней # +options.content_log_gui.level.info=Информация # +options.content_log_gui.level.warn=Предупреждение # +options.content_log_gui.level.error=Ошибка # options.controller=Геймпад # options.controllerLayout=Раскладка геймпада # options.controllerSettings=Настройки геймпада # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Переопределить эксперим options.dev_sandboxRetail=Песочница Xforge: для торговли # options.dev_sandboxDev=Песочница Xforge: для разработчиков # options.dev_sandboxDevAchievement=Песочница Xforge: достижение разработчика # +options.dev_showDiscoveryOverridePanel=Переопределить конечные служебные точки # +options.dev_discoveryOverrideServiceName=Название службы (безопасность, личность и т. д.) # +options.dev_discoveryOverrideServiceBranch=Ветвление # +options.dev_resetAllEndpointOverrides=Сбросить все конечные точки # +options.dev_apply=Применить # options.dev_displayTreatmentsPanel=Показать средства обработки # options.dev_currentTreatmentsTitle=Текущие средства обработки # options.dev_unusedTreatmentsTitle=Неиспользуемые средства обработки # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Уровень 2 — KitKat # options.dev_sunsetting_tier.three=Уровень 3 — FireTV # options.dev_sunsetting_tier.four=Уровень 4 — 1024 МБ # options.dev_sunsetting_tier.five=Уровень 5 — iOS 12 и Android Nougat # +options.dev_sunsetting_tier.six=Уровень 6 — iOS 13 и Android 8, устройства VR # options.dev_sunsetting_tier.not_pending=Не ожидается # options.dev_gatherings_section=Сбор ресурсов # options.dev_gatherings_enable=Включить общественные мероприятия # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Такая большая дальность пр options.raytracing.renderdistance.warning=Этот параметр может вызвать проблемы с производительностью во время игры. # options.resetSettings=Сбросить до значений по умолчанию # options.resetSettings.popUp=Вы действительно хотите сбросить настройки? # -options.maxFramerate=Макс. частота кадров (экспериментальный) # +options.maxFramerate=Ограничение частоты кадров # +options.maxFramerate.tooltip=Понизьте максимальную частоту кадров в игре, чтобы продлить срок службы батареи и улучшить состояние устройства. Фактическая частота кадров может быть ниже установленного предела. # options.maxFramerateFormat=%s FPS # options.perf_turtle=Черепаха производительности # options.msaa=Сглаживание # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Адаптивная вертикальная синхр options.websocketEncryption=Требовать шифрование WebSocket # options.websocketEncryptionWarningLabel=Отключайте этот параметр только в том случае, если вы активно подключаетесь к известным и безопасным приложениям. # options.filelocation.title=Расположение хранилища файлов # +options.filelocation.title.edu=Локальное хранилище файлов # options.filelocation.external=Внешнее # options.filelocation.appdata=Приложение # options.filelocation.external.warning.title=Предупреждение # @@ -6960,26 +6966,12 @@ sunsetting.popup.title=Это устройство больше не подде sunsetting.popup.moreInfo=Подробнее # sunsetting.popup.dontshow=Больше не показывать это сообщение # -sunsetting.popup.moreInfo.gearVR=Для получения дополнительной информации откройте ссылку https://aka.ms/MinecraftSunsetting в любом веб-браузере. # -sunsetting.popup.moreInfo.gearVR.geo=Для получения дополнительной информации откройте ссылку https://aka.ms/MinecraftGeoSunsetting в любом веб-браузере. # - -sunsetting.popup.pendingSunset.ios=Мы почти исчерпали наши возможности по поддержке этого устройства. Вы будете по-прежнему получать обновления до февраля 2024 года, когда будет выпущено последнее обновление для этого устройства. %sПосле получения последнего обновления вы по-прежнему сможете играть в своих мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins), однако вы больше не сможете совершать покупки на этом устройстве. Realms, которыми вы управляете с этого устройства, будут продолжать работать в течение шести месяцев, пока владелец Realm не обновит их с другого устройства. Чтобы отменить вашу подписку Realms, вам необходимо найти раздел «Подписки» в меню настроек того устройства, на котором был создан Realm. Вы больше не будете получать обновления и не сможете участвовать в многопользовательских играх, если в них участвуют пользователи получающих обновления устройств или используются обновляемые Realm. Вы также не сможете подключаться к некоторым серверам. %sНажмите кнопку для получения дополнительных сведений, в частности, информации о том, как можно перенести ваш мир на новое устройство. # -sunsetting.popup.pendingSunset.android=Мы почти исчерпали наши возможности по поддержке этого устройства. Вы будете по-прежнему получать обновления до февраля 2024 года, когда будет выпущено последнее обновление для этого устройства. %sПосле получения последнего обновления вы по-прежнему сможете играть в своих мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins), однако вы больше не сможете совершать покупки на этом устройстве. Realms, которыми вы управляете с этого устройства, будут продолжать работать в течение шести месяцев, пока владелец Realm не обновит их с другого устройства. Чтобы отменить вашу подписку Realms, вам необходимо найти раздел «Подписки» в Google Play, вы можете зайти в Google Play, используя поддерживаемые устройства или через ПК, на котором вы сможете зайти в свой аккаунт. Вы больше не будете получать обновления и не сможете участвовать в многопользовательских играх, если в них участвуют пользователи получающих обновления устройств или используются обновляемые Realm. Вы также не сможете подключаться к некоторым серверам. %sНажмите кнопку для получения дополнительных сведений, в частности, информации о том, как можно перенести ваш мир на новое устройство. # -sunsetting.popup.pendingSunset.ios_android=Мы почти исчерпали наши возможности по поддержке этого устройства. Вы будете по-прежнему получать обновления до ноября 2022 года, когда будет выпущено последнее обновление для этого устройства. Приносим наши извинения за неудобства. %sПосле получения последнего обновления вы по-прежнему сможете играть в своих мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Realms, которыми вы управляете с этого устройства, будут продолжать работать в течение шести месяцев, пока владелец Realm не обновит их с другого устройства. Вы больше не будете получать обновления и не сможете участвовать в многопользовательских играх, если в них участвуют пользователи получающих обновления устройств или используются обновляемые Realm. Вы также не сможете подключаться к некоторым серверам. %sНажмите кнопку для получения дополнительных сведений, в частности, информации о том, как можно перенести ваши миры на новое устройство. # -sunsetting.popup.sunset.ios_android=Это устройство больше не поддерживается. Вы получили последнее обновление для этого устройства. Вы можете продолжать строить в ваших мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Ваши Realm будут работать и далее, пока владелец этих Realm не обновит их с другого устройства. Вы больше не будете получать обновления и не сможете участвовать в многопользовательских играх, если в них участвуют пользователи обновляемых устройств или используются обновляемые Realm. Вы также не сможете подключаться к некоторым серверам. %sНажмите кнопку для получения дополнительных сведений, в частности, информации о том, как можно перенести ваши миры на новое устройство. Мы понимаем, что это связано с определенными неудобствами, и очень ценим время, которое вы провели в нашей игре. Надеемся, что вы сможете снова присоединиться к нам с помощью поддерживаемого устройства. # -sunsetting.popup.pendingSunset.gearvr_win10=Мы почти исчерпали наши возможности по поддержке этого устройства. Вы будете получать обновления вплоть до выхода следующей основной версии игры, когда будет выпущено последнее обновление для этого устройства. Приносим наши извинения за неудобство. %sПосле получения последнего обновления вы по-прежнему сможете играть в своих мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Однако вы больше не сможете участвовать с этого устройства в многопользовательских играх и потеряете доступ к Realm. Вы больше не будете получать обновления и не сможете играть ни с пользователями получающих обновления устройств, ни в обновляемых Realm. Вы также не сможете подключаться к некоторым серверам. %sНажмите кнопку для получения дополнительных сведений, в частности, информации о том, как можно перенести ваши миры на новое устройство. # -sunsetting.popup.sunset.gearvr_win10=Это устройство больше не поддерживается. Вы получили последнее обновление для этого устройства. Вы можете продолжать строить в ваших мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Однако вы больше не сможете участвовать с этого устройства в многопользовательских играх и получать доступ к Realm. Вы больше не будете получать обновления и не сможете играть с теми, кто использует обновляемые устройства. Вы также не сможете подключаться к некоторым серверам. # -sunsetting.popup.pendingSunset.dx10=Мы почти исчерпали наши возможности по поддержке этого графического устройства. Вы будете получать обновления вплоть до выхода следующей основной версии игры, когда будет выпущено последнее обновление для этого устройства. Приносим наши извинения за неудобство. %sПосле получения последнего обновления вы по-прежнему сможете играть в своих мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Realm, которыми вы управляете с этого устройства, будут продолжать работать, пока владелец Realm не обновит их с другого устройства. Вы больше не будете получать обновления и не сможете участвовать в многопользовательских играх, если в них участвуют пользователи получающих обновления устройств или используются обновляемые Realm. Вы также не сможете подключаться к некоторым серверам. %sНажмите кнопку для получения дополнительных сведений, в частности, информации о том, как можно перенести ваши миры на новое устройство. # -sunsetting.popup.sunset.dx10=Это графическое устройство больше не поддерживается. Вы получили последнее обновление для этого устройства. Вы можете продолжать строить в ваших мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Realms, которыми вы управляете с этого устройства, будут продолжать работать, пока владелец Realm не обновит их с другого устройства. Вы больше не будете получать обновления и не сможете участвовать в многопользовательских играх, если в них участвуют пользователи получающих обновления устройств или используются обновляемые Realms. Вы также не сможете подключаться к некоторым серверам. %sНажмите кнопку для получения дополнительных сведений, в частности, информации о том, как можно перенести ваши миры на новое устройство. Мы понимаем, что это связано с определенными неудобствами и очень ценим время, которое вы провели в нашей игре, и вашу поддержку. # - -sunsetting.popup.pendingSunset.geo.ios=Поддержка данного устройства в вашем регионе подошла к концу. После обновления вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем заранее скачать свой мир и отменить подписку в меню подписок на вашем устройстве. %sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Чтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство. %sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Поддержка данного устройства в вашем регионе подошла к концу. Вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем скачать свой мир заранее. %sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Чтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство. %sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Поддержка данного устройства в вашем регионе подошла к концу. После обновления вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем скачать свой мир заранее. %sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Чтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство. %sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Поддержка данного устройства в вашем регионе подошла к концу. Вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем скачать свой мир заранее. %sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Чтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство. %sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Поддержка данного устройства в вашем регионе подошла к концу. После обновления вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем заранее скачать свой мир и отменить подписку в меню подписок в Google Play. %sВы перестанете получать обновления и не сможете играть по сети. Также не получится подключиться к игре на определенных серверах. %sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Вы можете оформить новую подписку для других платформ, на которых вы играете в Minecraft. %sЧтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство. %sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Поддержка данного устройства в вашем регионе подошла к концу. Вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем скачать свой мир заранее. %sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Чтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство. %sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Поддержка данного устройства в вашем регионе подошла к концу. После обновления вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем скачать свой мир заранее. %sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Чтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство. %sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. # -sunsetting.popup.sunset.geo.generic=Поддержка данного устройства в вашем регионе подошла к концу. Вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем скачать свой мир заранее. %sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Чтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство. %sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. # +sunsetting.popup.pendingSunset.device=Мы почти исчерпали наши возможности по поддержке этого устройства. Вы будете по-прежнему получать обновления до марта 2025 года, когда будет выпущено последнее обновление для этого устройства.%sПосле получения последнего обновления вы по-прежнему сможете играть в своих мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins), однако вы больше не сможете совершать покупки на этом устройстве. Realms, которыми вы управляете с этого устройства, будут продолжать работать в течение шести месяцев, начиная с марта 2025 года, если владелец Realm не обновит их с другого устройства. Чтобы отменить вашу подписку Realms, вам необходимо найти раздел «Подписки» в меню настроек того устройства, на котором был создан Realm. Вы больше не будете получать обновления и не сможете участвовать в многопользовательских играх, если в них участвуют пользователи получающих обновления устройств или используются обновляемые Realm. Вы также не сможете подключаться к некоторым серверам.%sНажмите кнопку для получения дополнительных сведений. # +sunsetting.popup.sunset.device=Поддержка данного устройства подошла к концу. Начиная с марта 2025 года, вы перестанете получать обновления для данного устройства, пока не обновите его.%sВы по-прежнему сможете играть в своих мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Realms, которыми вы управляете с этого устройства, будут продолжать работать в течение шести месяцев, начиная с марта 2025 года, если владелец Realm не обновит их с другого устройства. Чтобы отменить вашу подписку Realms, вам необходимо найти раздел «Подписки» в меню настроек того устройства, на котором был создан Realm. Вы больше не будете получать обновления и не сможете участвовать в многопользовательских играх, если в них участвуют пользователи получающих обновления устройств или используются обновляемые Realm. Вы также не сможете подключаться к некоторым серверам.%sНажмите кнопку для получения дополнительных сведений. # +sunsetting.popup.pendingSunset.windows_xr=Это устройство VR/MR больше не поддерживается. Начиная с марта 2025 года, вы перестанете получать обновления для данного устройства.%sПосле получения последнего обновления, вы продолжите получать обновления на вашем персональном компьютере и сможете играть без устройств VR/MR. Вы можете продолжать строить в ваших мирах на совместимых мониторах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Однако вы больше не сможете участвовать с этого устройства в многопользовательских играх и получать доступ к Realm. Вы больше не сможете использовать свое устройство VR/MR с Minecraft, потому что оно перестанет поддерживать новейшие обновления.%sНажмите кнопку для получения дополнительных сведений. # +sunsetting.popup.sunset.windows_xr=Это устройство VR/MR больше не поддерживается. После получения последнего обновления, вы продолжите получать обновления на вашем персональном компьютере и сможете играть без устройств VR/MR. Вы можете продолжать строить в ваших мирах на совместимых мониторах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Однако вы больше не сможете участвовать с этого устройства в многопользовательских играх и получать доступ к Realm. Вы больше не сможете использовать свое устройство VR/MR с Minecraft, потому что оно перестанет поддерживать новейшие обновления.%sНажмите кнопку для получения дополнительных сведений. Мы понимаем, что это связано с определенными неудобствами и очень ценим время, которое вы провели в нашей игре, и вашу поддержку. # +sunsetting.popup.pendingSunset.geo=Поддержка данного устройства в вашем регионе подошла к концу. После обновления вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем скачать свой мир заранее.%sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Чтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство.%sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. # +sunsetting.popup.sunset.geo=Поддержка данного устройства в вашем регионе подошла к концу. Вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем скачать свой мир заранее.%sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Чтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство.%sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. # sunsetting.banner.play.worldTab.pending=Ваша версия может вскоре потерять возможность подключения к многопользовательским играм # sunsetting.banner.play.friendsTab.pending=Ваша версия может вскоре потерять возможность подключения к многопользовательским играм # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Ингредиенты: # 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=Отделка брони «Mорда» # +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=Осколок горшка «Фырканье» # item.spawn_egg.entity.camel.name=Яйцо призыва верблюда # item.spruce_hanging_sign.name=Сосновая табличка # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Отделка брони «Проводник» # trim_pattern.wild.name=Отделка дикой брони # trim_pattern.bolt.name=Отделка брони «Молния» # trim_pattern.flow.name=Отделка брони «Поток» # -upgrade.netherite_upgrade.name=Незеритовое обновление # storageManager.mainSizeLabel=%s (1 элемент) # storageManager.mainSizeLabelPlural=%s (элементов: %s) # @@ -8443,6 +8453,8 @@ store.csb.buyNow.title=Подписка Marketplace Pass #### {StrContains="Mark store.csb.subscription=Оформите подписку и получите доступ к более чем 150 элементам контента с Рынка Minecraft. Скачивайте и проходите различные карты, облачайтесь во всевозможные наряды, изменяйте мир вокруг с помощью наборов текстур и получайте предметы для средства создания персонажа. Каждый месяц Рынок пополняется новым контентом. С 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.recurring.offerTrial=Marketplace Pass — это постоянная подписка с оплатой за продление, которая автоматически взимается каждый месяц вплоть до отмены подписки.%sПолучите доступ к более чем 150 наборам контента с рынка. Вы можете отказаться от подписки можно в любой момент в настройках учетной записи в разделе «Подписки». #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass — это постоянная подписка с оплатой за продление, которая автоматически взимается каждый месяц вплоть до отмены подписки.%sПолучите доступ к более чем 150 наборам контента с рынка. Первый месяц для вас будет бесплатным, затем взимается плата в размере %s в месяц. Вы можете отказаться от подписки в любой момент в настройках учетной записи в разделе «Подписки». #### {StrContains="Marketplace Pass"} store.csb.consumable.offerTrial=Получите доступ к более чем 150 наборам контента с рынка. Первый месяц для вас будет бесплатным, затем вы сможете продлить подписку за %s. # @@ -8854,8 +8866,6 @@ store.myAccount=Моя учетная запись # store.xbl.signin=Войти # store.xbl.signinOrSignUp=Войдите или зарегистрируйтесь бесплатно # store.xbl.disconnected=Отключено # -store.xbl.conversionFailedTitle=Что-то пошло не так # -store.xbl.conversionFailedMessage=Попробуйте еще раз позже. # store.sales.allByCreator=Распродажа! # store.sales.bundlesOnSale=Распродажа пакетов! # @@ -9027,8 +9037,8 @@ tile.deny.name=Запретить # tile.border_block.name=Граница # tile.anvil.intact.name=Наковальня # tile.anvil.name=Наковальня # -tile.anvil.slightlyDamaged.name=Поврежденная наковальня # -tile.anvil.veryDamaged.name=Сильно поврежденная наковальня # +tile.anvil.slightlyDamaged.name=Треснутая наковальня # +tile.anvil.veryDamaged.name=Поврежденная наковальня # tile.barrier.name=Барьер # tile.beacon.name=Маяк # tile.beacon.primary=Основной эффект # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Железный блок # tile.lapis_block.name=Лазуритовый блок # tile.redstone_block.name=Редстоуновый блок # tile.bookshelf.name=Книжный шкаф # -tile.brick_block.name=Блок кирпича # +tile.brick_block.name=Кирпичи # tile.brown_mushroom.name=Коричневый гриб # tile.brown_mushroom_block.mushroom.name=Гриб # tile.brown_mushroom_block.stem.name=Грибной стебель # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Синяя стеклянная панель # tile.stained_glass_pane.purple.name=Фиолетовая стеклянная панель # tile.stained_glass_pane.magenta.name=Пурпурная стеклянная панель # tile.stained_glass_pane.pink.name=Розовая стеклянная панель # -tile.clay.name=Блок глины # +tile.clay.name=Глина # tile.hardened_clay.name=Терракота # tile.stained_hardened_clay.black.name=Черная терракота # tile.stained_hardened_clay.blue.name=Синяя терракота # @@ -9285,7 +9295,7 @@ tile.cobblestone_wall.red_nether_brick.name=Стена из красного н tile.cocoa.name=Какао # tile.command_block.name=Командный блок # tile.composter.name=Компостер # -tile.light_block.name=Светлый блок # +tile.light_block.name=Свет # tile.repeating_command_block.name=Циклический командный блок # tile.chain_command_block.name=Цепной командный блок # tile.wheat.name=Зерновые культуры # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Раздатчик # tile.iron_door.name=Железная дверь # tile.doorWood.name=Деревянная дверь # tile.double_plant.fern.name=Раскидистый папоротник # -tile.double_plant.grass.name=Двойная высокая трава # +tile.double_plant.grass.name=Высокая трава # tile.double_plant.name=Растение # tile.double_plant.paeonia.name=Пион # tile.double_plant.rose.name=Розовый куст # @@ -9385,7 +9395,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=Зараженный потрескавшийся каменный кирпич # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Зараженный камень # tile.mushroom.name=Гриб # tile.noteblock.name=Музыкальный блок # tile.mycelium.name=Мицелий # -tile.nether_brick.name=Незерские кирпичи # -tile.red_nether_brick.name=Красный незерский кирпич # +tile.nether_brick.name=Кирпич Нижнего мира # +tile.red_nether_brick.name=Красный кирпич Нижнего мира # tile.nether_brick_fence.name=Незерский забор # tile.quartz_ore.name=Незер-кварцевая руда # tile.netherreactor.active=Действует! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Табличка из тропического д tile.acacia_standing_sign.name=Табличка из акации # tile.darkoak_standing_sign.name=Табличка из темного дуба # tile.slime.name=Блок слизи # -tile.snow.name=Снег # +tile.snow.name=Блок снега # tile.sponge.dry.name=Губка # tile.sponge.wet.name=Мокрая губка # tile.spruceFence.name=Забор из сосны # @@ -9559,7 +9569,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=Незерская плита # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Блок мертвых пузырчатых tile.coral_block.red_dead.name=Блок мертвых огненных кораллов # tile.coral_block.yellow_dead.name=Блок мертвых роговых кораллов # tile.tallgrass.fern.name=Папоротник # -tile.tallgrass.grass.name=Трава # -tile.tallgrass.name=Трава # +tile.tallgrass.grass.name=Короткая трава # +tile.tallgrass.name=Короткая трава # tile.tallgrass.shrub.name=Куст # tile.tuff_brick_slab.name=Плита из туфовых кирпичей # tile.tuff_brick_stairs.name=Ступени из туфовых кирпичей # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Ступени из туфа # tile.tuff_wall.name=Стена из туфа # tile.seagrass.seagrass.name=Морская трава # tile.sea_pickle.name=Морской огурец # -tile.turtle_egg.name=Яйцо морской черепахи # +tile.turtle_egg.name=Яйцо черепахи # tile.coral.blue.name=Трубчатый коралл # tile.coral.pink.name=Коралл-мозговик # tile.coral.purple.name=Пузырчатый коралл # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Веер из мертвых огненных tile.coral_fan_dead.yellow_fan.name=Веер из мертвых роговых кораллов # tile.glass_pane.name=Стеклянная панель # tile.tnt.name=Динамит # -tile.snow_layer.name=Снежный покров # +tile.snow_layer.name=Снег # tile.torch.name=Факел # tile.trapdoor.name=Люк из дуба # tile.acacia_trapdoor.name=Люк из акации # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Вода # tile.water.name=Вода # tile.waterlily.name=Кувшинка # tile.web.name=Паутина # -tile.heavy_weighted_pressure_plate.name=Утяжеленная нажимная пластина (тяжелая) # -tile.light_weighted_pressure_plate.name=Утяжеленная нажимная пластина (легкая) # +tile.heavy_weighted_pressure_plate.name=Утяжеленная нажимная пластина # +tile.light_weighted_pressure_plate.name=Легкая нажимная пластина # tile.end_stone.name=Эндерняк # tile.end_bricks.name=Эндерняковые кирпичи # tile.planks.acacia.name=Доски из акации # @@ -10288,7 +10298,7 @@ xbox.signin.enterCode=И введите этот код: # xbox.signin.enterCode.qr=2. Введите приведенный ниже код, когда появится запрос: # xbox.signin.letsPlay=Сыграем! # xbox.signin.message=Войдите в свою бесплатную учетную запись Майкрософт, чтобы насладиться всеми возможностями Minecraft. # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Войдите в другую учетную запись Майкрософт # xbox.signin.website=Посетите этот веб-сайт на другом устройстве: # xbox.signin.website.qr=1. Посетите этот веб-сайт с другого устройства: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Не удалось войти в пес xbox.dev_wrongSandboxSigninFailed.button.dev=Сменить на песочницу разработчика # xbox.dev_wrongSandboxSigninFailed.button.retail=Сменить на коммерческую песочницу # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Очистить учетные данные для входа # -xbox.addfriendsignin.line1=Ищите друзей по тегу игрока, чтобы видеть, когда они в сети. # -xbox.addfriendsignin.line2=Войдите в учетную запись Майкрософт, чтобы добавить друзей! # xbox.invitesignin.line1=Приглашайте друзей по тегу игрока, чтобы видеть их миры, когда они в сети. # xbox.invitesignin.line2=Войдите в учетную запись Майкрософт, чтобы пригласить друзей! # xbox.thirdpartysignin.line1=Вас ждут отличные мини-игры и новые игроки! Но сначала %s необходимо узнать, кто вы. # xbox.thirdpartysignin.line2=Войдите в учетную запись Майкрософт, чтобы подключиться! # xbox.signInLong=Бесплатный вход! # xbox.signOutLong=Выход из учетной записи Майкрософт # -xbox.externalServer.title=Игра на сервере # -xbox.externalServer.line1=Серверы предлагают одни из самых невероятных способов игры в Minecraft! Вам нужно лишь войти в систему, чтобы мы удостоверились, что у вас есть разрешение на игру по сети с новыми людьми. # xbox.genericsignin.line1=Учетная запись Minecraft позволяет играть по сети с друзьями на компьютерах и мобильных устройствах. А знаете, что главное? # xbox.genericsignin.line2=Она бесплатна! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Выберите новый скин # dr.classic_skins.custom_skin_title=Импорт скина # dr.classic_skins.custom_skin_description=Импортируйте файл в формате .png (размер — 64x32, 64x64, или 128x128) с вашего устройства, чтобы использовать его в качестве скина. Эта настройка не синхронизируется между устройствами. # -dr.classic_skins.custom_skin_description_disabled= На вашем устройстве при игре в сети выбрать уникальный скин нельзя. Вернитесь в главное меню, чтобы сменить скин. # +dr.classic_skins.custom_skin_description_disabled=На вашем устройстве при игре в сети выбрать уникальный скин нельзя. Вернитесь в главное меню, чтобы сменить скин. # dr.classic_skins.custom_skin_description_popup=Если включен параметр «Разрешить только доверенные скины», вы не будете видеть игроков в пользовательских скинах # dr.classic_skins.custom_skin_section_title=Скины во владении # dr.classic_skins.invalidCustomSkin=Импортируйте файл в формате .png размером 64x64, 64x32, или 128x128 пикселей # diff --git a/resource_pack/texts/sk_SK.lang b/resource_pack/texts/sk_SK.lang index 3bf565d0e..26ef5d373 100644 --- a/resource_pack/texts/sk_SK.lang +++ b/resource_pack/texts/sk_SK.lang @@ -964,6 +964,7 @@ 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.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 # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s má už odomknutý recept: %2$s # commands.recipes.playerDoesNotHaveRecipe=%1$s nemá recept: %2$s # commands.recipes.notFound=Recept sa nepodarilo nájsť. # commands.recipes.notUnlockable=Recept nie je možné odomknúť v knihe receptov. # +commands.reload.all.description=Znova načíta všetky súbory funkcií a skriptov zo všetkých balíkov správania alebo voliteľne znova načíta svet a všetky balíky zdrojov a správania. # commands.reload.description=Znova načíta všetky súbory funkcií a skriptov zo všetkých balíkov správania. # -commands.reload.editor.description=Znova načíta všetky súbory funkcií a skriptov zo všetkých balíkov správania alebo voliteľne reštartuje klienta a znova načíta všetky zdroje. # +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.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. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Kamery tvorcov: kamera so zamera createWorldScreen.experimentalFocusTargetCameraDescription=Umožňuje existujúcej voľnej kamere zamerať sa na entitu # createWorldScreen.recipeUnlocking=Odomykanie receptov # createWorldScreen.recipeUnlockingDescription=Povoliť odomykanie receptov # -createWorldScreen.experimentalholiday=Funkcie Tvorcu prázdnin # -createWorldScreen.experimentalholidayDescription=Pridajte bloky založené na údajoch a technológie položiek na prispôsobenie tvaru, otáčania, poškodenia a ďalších vlastností blokov # createWorldScreen.experimentalGameTest=Beta rozhrania API # createWorldScreen.experimentalGameTestDescription=Použite „-beta“ verzie modulov API v balíkoch doplnkov # createWorldScreen.experimentalMolangFeatures=Funkcie Molang # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Ak sa chcete pridať do ríše, mus realmsSharingScreen.invalidPermissionTitle=Neplatné povolenia # realmsSharingScreen.unexpectedServerResponseTitle=Chyba v službe Realms # realmsSharingScreen.unexpectedServerResponseMessage=Ľutujeme, ale vyskytol sa problém s pripojením k serveru Realm. Skúste to znova neskôr. # +realmsSharingScreen.inviteLinkNotFoundTitle=Chyba v službe Realms # +realmsSharingScreen.inviteLinkNotFoundMessage=Toto prepojenie s pozvánkou je neplatné. # realmsCreateScreen.title.create=Vytvorte server Realm # realmsCreateScreen.title.extend=Predĺžte trvanie ríše # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Predĺžiť o 180 dní # xblLogin.LoginMessageTitle=Konto Microsoft # xblLogin.LoginMessage=Pripája sa... # -xbl.savePurchase.description.line1=Chcete hrať zo systému s povoleným Obchodom Minecraft so všetkými kúpenými položkami? Prihláste sa pomocou BEZPLATNÉHO konta Microsoft a synchronizujte kúpené vzhľady, textúry, mapy a mash-up balíky, ktoré môžete používať a hrať v Minecrafte. # -xbl.savePurchase.description.line2=Ak stratíte svoj systém alebo odinštalujete Minecraft, vaše nákupy budú naďalej synchronizované a dostupné v ľubovoľnom systéme pri použití konta Microsoft. # -xbl.savePurchase.leaveOnDevice=Ponechať v zariadení # -xbl.savePurchase.title=Ukladať nákupy do konta Microsoft? # xbl.savePurchase.saveButton=Uložiť do konta Microsoft # -xbl.savePurchase.toast.title=Úspešné! # -xbl.savePurchase.toast.message=Nákupy sa zosynchronizovali s kontom Microsoft. # -xbl.savePurchase.inProgress.message=Nákupy sa prenášajú do konta Microsoft... # - -xbl.syncIAP.title=Synchronizovať nákupy s kontom Microsoft? # -xbl.syncIAP.description=Prihláste sa do konta Microsoft, aby sa vzhľady, balíčky textúr, svety a mash-up balíky synchronizovali. Budete ich mať k dispozícii v každom zariadení, pomocou ktorého hráte Minecraft. # -xbl.syncIAP.syncNow=Synchronizovať... # -xbl.syncIAP.syncLaterEllipsis=Synchronizovať neskôr... # -xbl.syncIAP.syncLater=Synchronizovať neskôr # -xbl.syncIAP.toast.title=Úspešné! # -xbl.syncIAP.toast.message=Nákupy sa zosynchronizovali s kontom Microsoft. # -xbl.syncIAP.inProgress.message=Nákupy sa synchronizujú s kontom Microsoft... # -xbl.syncIAP.skipSignIn.prompt.description=Toto konto Microsoft nebude primárne konto tohto zariadenia, ak s ním nezosynchronizujete nákupy pre toto zariadenie. Po spustení hry Minecraft sa neprihlásite automaticky. # - -xbl.syncIAP.confirmSync.prompt.title=Synchronizovať s %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=Chcete nákupy v obchode s aplikáciami synchronizovať s %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=Balíky kúpené mimo Trhoviska Minecraft možno synchronizovať len raz. Naďalej budú dostupné komukoľvek, kto hrá na tomto zariadení. # -xbl.syncIAP.confirmSync.prompt.yes=Áno, synchronizovať moje nákupy # xbl.marketplace.account.error.body.nobutton=Vyskytla sa chyba vášho konta. Až do vyriešenia problému nebudete môcť používať Trhovisko. Ak tento problém pretrváva niekoľko dní, obráťte sa na podporu. # @@ -2512,8 +2495,6 @@ 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.skipSignIn.prompt.title=Dočasné konto # -xbl.skipSignIn.prompt.description=Toto konto Microsoft nebude primárnym kontom tohto zariadenia, ak doň neprenesiete nákupy pre toto zariadenie. Po spustení hry Minecraft sa neprihlásite automaticky. # 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ť? # @@ -2626,6 +2607,8 @@ death.attack.inWall=Hráč %1$s sa zadusil v stene # death.attack.lava=Hráč %1$s sa pokúsil plávať v láve # death.attack.lava.player=Hráč %1$s sa pokúsil plávať v láve, aby unikol protivníkovi %2$s # death.attack.lightningBolt=Hráča %1$s zasiahol blesk # +death.attack.maceSmash.player=Hráča %1$s rozbil %2$s # +death.attack.maceSmash.player.item=Hráča %1$s rozbil %2$s s %3$s # death.attack.magic=Hráč %1$s bol zabitý čarami # death.attack.magma=Hráč %1$s zistil, že podlahou bola láva # death.attack.magma.player=Hráč %1$s vstúpil do nebezpečnej zóny. Príčina: %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Server a klient majú nastavené disconnectionScreen.editor.cannotUseRayTracing=Balíky zdrojov povoľujúce sledovanie svetelného lúča zatiaľ nie sú kompatibilné s editorskými projektmi. # disconnectionScreen.unexpectedPacket=Odpojené z dôvodu prijatia neočakávaného typu balíčka, ktorý nie je možné spracovať. Môže to byť spôsobené nesúladom verzií alebo poškodením na úrovni siete. # disconnectionScreen.connectionLost=Spojenie s hostiteľom sa stratilo. Ak je tento svet stále hosťovaný, skontrolujte svoje internetové pripojenie a skúste sa pripojiť znova. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Nemožno načítať svet. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Skúste otvoriť tento svet v režime demoverzie. # disconnectionScreen.errorCode=Kód chyby: # storageSpaceWarningScreen.frontend=V ukladacom priestore údajov už nemáte takmer žiadne voľné miesto. Hra Minecraft obmedzila prístup k tejto funkcii, až kým neuvoľníte ďalšie miesto v ukladacom priestore. # @@ -3126,7 +3111,7 @@ feed.upload=Snímka obrazovky sa odovzdáva... # feed.manage=Spravovať informačný kanál # feed.share=Zdieľať # feed.addScreenshot=Pridať snímku obrazovky # -feed.screenshotCapturedRealms=Snímka obrazovky bola zachytená. Ak ju chcete zdieľať, prejdite do Príbehov Realms. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Snímka obrazovky vytvorená. Môžete si ju zobraziť v galérii snímok obrazovky. # feed.screenshotAlmostFull=Snímka obrazovky vytvorená. Vaša galéria je takmer plná. (%d/%d) # feed.screenshotReachedMax=Snímka obrazovky vytvorená. Vaša galéria je plná. (%d/%d) # @@ -3420,7 +3405,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. Krúžkové brnenie možno získať obchodovaním s dedinčanmi alebo ulúpením od zombií a kostlivcov. # +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.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 # @@ -3502,7 +3487,7 @@ howtoplay.blocks.text.8=§eMagma§f – prirodzene sa vyskytuje v Netheri, dáva howtoplay.blocks.text.9=§eŠtrková hlina§f – takmer ako bežný blok hliny, ale nemôže na nej rásť tráva. Nachádza sa v biómoch Savana a Obrovská tajga. # howtoplay.bookAndQuill=Kniha a brko # -howtoplay.bookAndQuill.text.1=Kniha a brko umožňujú zaznamenávať vaše dobrodružstvá. Rozpovedzte svoj príbeh písaním textu na strany. Dokonca môžete zmeniť názov a autora. Podpísaním knihy a brka dokončite svoju prácu. Až do podpísania možno knihu a brko upravovať. # +howtoplay.bookAndQuill.text.1=Kniha a brko umožňujú zaznamenávať vaše dobrodružstvá. Rozpovedzte svoj príbeh písaním textu na strany. Dokonca môžete zmeniť názov a autora. Podpísaním Knihy a brka dokončite svoju prácu. Až do podpísania možno Knihu a brko upravovať. # howtoplay.brewingStand=Varný stojan # howtoplay.brewingStand.text.1=Varenie elixírov vyžaduje varný stojan. Na každý elixír potrebujete fľašu vody, ktorú vyrobíte tak, že sklenenú fľašu naplníte vodou z kotla alebo vodného zdroja. # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=Preskúmajte svet možností s hernou menou Minecoins howtoplay.minecoins.text.2=Po uplatnení sa mince Minecoins prepoja s vaším kontom Microsoft, takže k minciam a nákupom máte prístup aj v iných podporovaných zariadeniach! # howtoplay.minecoins.button.text.1=Získať mince # howtoplay.minecoins.header.1=Vyhlásenie # -howtoplay.minecoins.text.3=* Mince Minecoins vyžadujú verziu hry Minecraft: Bedrock Edition s Trhoviskom Minecraft. Mince Minecoins nie sú kompatibilné s konzolou PlayStation®. Informácie o kompatibilite nájdete na lokalite minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Mince Minecoins vyžadujú verziu hry Minecraft: Bedrock Edition s Trhoviskom Minecraft. Mince Minecoins nie sú kompatibilné s konzolou PlayStation®. Informácie o kompatibilite nájdete na lokalite minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Ťažba # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=zlatý # item.axolotlColorWild.name=hnedý # item.axolotlColorBlue.name=modrý # item.golden_apple.name=Zlaté jablko # -item.appleEnchanted.name=Očarované jablko # +item.appleEnchanted.name=Začarované zlaté jablko # item.armadillo_scute.name=Šupina pásavca # item.armor_stand.name=Stojan na brnenie # item.arrow.name=Šíp # @@ -4626,7 +4611,7 @@ item.banner.half_vertical_right.red=Červená obrátená zvislá výplň # item.banner.half_vertical_right.silver=Svetlosivá obrátená zvislá výplň # item.banner.half_vertical_right.white=Biela obrátená zvislá výplň # item.banner.half_vertical_right.yellow=Žltá obrátená zvislá výplň # -item.banner.illager_captain.name=Záškodnícka zástava # +item.banner.illager_captain.name=Zlovestná zástava # item.banner.lightBlue.name=Svetlomodrá zástava # item.banner.lime.name=Žltozelená zástava # item.banner.magenta.name=Purpurová zástava # @@ -5022,7 +5007,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=Krúžkové čižmy # +item.chainmail_boots.name=Reťazové čižmy # item.leather_boots.name=Kožené čižmy # item.diamond_boots.name=Diamantové čižmy # item.golden_boots.name=Zlaté čižmy # @@ -5122,18 +5107,18 @@ 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=Krúžkový hrudný pancier # +item.chainmail_chestplate.name=Reťazový hrudný pancier # item.leather_chestplate.name=Kožená blúza # item.diamond_chestplate.name=Diamantový hrudný pancier # item.golden_chestplate.name=Zlatý hrudný pancier # item.iron_chestplate.name=Železný hrudný pancier # item.chorus_fruit.name=Chórové ovocie # item.chorus_fruit_popped.name=Puknuté chórové ovocie # -item.cooked_beef.name=Varená hovädzina # +item.cooked_beef.name=Steak # item.cooked_chicken.name=Varená sliepka # item.cooked_porkchop.name=Varené bravčové rebierko # item.chicken.name=Surová sliepka # -item.clay_ball.name=Íl # +item.clay_ball.name=Ílová guľa # item.clock.name=Hodiny # item.coal.name=Uhlie # item.comparator.name=Ruditový porovnávač # @@ -5242,7 +5227,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=Krúžková helma # +item.chainmail_helmet.name=Reťazová prilba # item.leather_helmet.name=Kožená čiapka # item.diamond_helmet.name=Diamantová helma # item.golden_helmet.name=Zlatá helma # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Netheritová helma # item.lead.name=Remienok # item.leather.name=Koža # item.leaves.name=Listy # -item.chainmail_leggings.name=Krúžkové nohavice # +item.chainmail_leggings.name=Reťazové legíny # item.leather_leggings.name=Kožené nohavice # item.diamond_leggings.name=Diamantové nohavice # item.golden_leggings.name=Zlaté nohavice # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Mapa púštnej dediny # item.map.exploration.jungle_temple.name=Mapa prieskumníka džungle # item.map.exploration.swamp_hut.name=Mapa prieskumníka močiara # item.map.exploration.trial_chambers.name=Mapa prieskumníka úloh # -item.melon.name=Melón # -item.milk.name=Mlieko # +item.melon.name=Narezaný melón # +item.milk.name=Vedro na mlieko # item.minecart.name=Banský vozík # item.chest_minecart.name=Banský vozík s truhlicou # item.command_block_minecart.name=Banský vozík s príkazovým blokom # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Vajce narodenia shulkera # item.spawn_egg.entity.endermite.name=Vajce narodenia endermita # item.spawn_egg.entity.evocation_illager.name=Vajce narodenia privolávača # item.spawn_egg.entity.vex.name=Vajce narodenia vexa # -item.spawn_egg.entity.turtle.name=Vajce narodenia morskej korytnačky # +item.spawn_egg.entity.turtle.name=Vajce narodenia korytnačky # item.spawn_egg.entity.dolphin.name=Vajce narodenia delfína # item.spawn_egg.entity.phantom.name=Vajce narodenia prízraku # item.spawn_egg.entity.panda.name=Vajce narodenia pandy # @@ -5446,7 +5431,7 @@ item.dried_kelp.name=Sušená morská riasa # item.rotten_flesh.name=Skazené mäso # item.ruby.name=Rubín # item.saddle.name=Sedlo # -item.wheat_seeds.name=Semená # +item.wheat_seeds.name=Semená pšenice # item.beetroot_seeds.name=Semená cvikly # item.melon_seeds.name=Melónové semená # item.pumpkin_seeds.name=Tekvicové semená # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Agátová značka # item.darkoak_sign.name=Značka z tmavého duba # item.crimson_sign.name=Karmínová značka # item.warped_sign.name=Zoschnutá značka # -item.skull.char.name=Hlava # +item.skull.char.name=Hlava hráča # item.skull.creeper.name=Hlava creepera # item.skull.dragon.name=Dračia hlava # item.skull.player.name=Hlava hráča %s # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Lebka wither kostlivca # item.skull.zombie.name=Hlava zombie # item.slime_ball.name=Slizká guľa # item.snowball.name=Snehová guľa # -item.speckled_melon.name=Blýskavý melón # +item.speckled_melon.name=Blýskavý narezaný melón # item.spider_eye.name=Pavúčie oko # item.stick.name=Palica # item.string.name=Vlákno # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Korytnačia šupina # item.phantom_membrane.name=Blana z prízraku # item.sweet_berries.name=Sladké bobule # item.suspicious_stew.name=Podozrivý guláš # +item.field_masoned_banner_pattern.name=Vzor zástavy murovaného poľa # +item.creeper_banner_pattern.name=Vzor zástavy symbolu creepera # +item.flow_banner_pattern.name=Vzor zástavy toku # +item.flower_banner_pattern.name=Vzor zástavy symbolu kvetu # +item.globe_banner_pattern.name=Vzor zástavy glóbusu # +item.guster_banner_pattern.name=Vzor zástavy Gustera # +item.piglin_banner_pattern.name=Vzor zástavy Rypáka # +item.skull_banner_pattern.name=Vzor zástavy symbolu lebky # +item.mojang_banner_pattern.name=Vzor zástavy veci # +item.bordure_indented_banner_pattern.name=Vzor zástavy zúbkovaného okraja # item.banner_pattern.bricks=Murované pole # item.banner_pattern.creeper=Symbol creepera # item.banner_pattern.flow=Tok # @@ -5955,7 +5950,6 @@ map.position=Pozícia: %s, %s, %s # mcoServer.title=Svet Minecraft online # -menu.ai_lesson_crafter=Tvorca lekcie # menu.achievements=Dosiahnuté výsledky # menu.convertingLevel=Svet sa rozširuje # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Šírka # options.codeBuilder=Zostavovač kódu # options.content_log_file=Povoliť súbor s denníkom obsahu # options.content_log_gui=Povoliť grafické používateľské rozhranie denníka obsahu # +options.content_log_gui.level=Úroveň denníka grafického rozhrania # +options.content_log_gui.level.info=Informácie # +options.content_log_gui.level.warn=Varovanie # +options.content_log_gui.level.error=Chyba # options.controller=Ovládač # options.controllerLayout=Rozloženie ovládača # options.controllerSettings=Nastavenia ovládača # @@ -6296,14 +6294,14 @@ options.dev_displayMarketplaceDocumentId=Zobraziť ID dokumentu pre Trhovisko # options.dev_addCoins=Pridať mince (%s) # options.dev_addCoinTitle=Pridať mince # options.dev_reset_entitlements=Obnoviť všetky nároky # -options.dev_reset_entitlements_loading=Obnovujú sa nároky, toto dialógové okno sa po dokončení procesu zatvorí. Toto okno môžete zavrieť, ale vypnutie hry pred dokončením tohto príkazu môže viesť k neočakávanému správaniu. # -options.dev_reset_entitlements_error_unfinished=Upozornenie, nie všetky nároky boli správne odstránené. Skúste príkaz spustiť znova, možno po reštartovaní klienta. # +options.dev_reset_entitlements_loading=Obnovujú sa nároky. Toto dialógové okno sa po dokončení procesu zatvorí. Toto okno môžete zavrieť, ale vypnutie hry pred dokončením tohto príkazu môže viesť k neočakávanému správaniu. # +options.dev_reset_entitlements_error_unfinished=Upozornenie, nie všetky nároky boli správne odstránené. Skúste príkaz spustiť znova, eventuálne po reštartovaní klienta. # options.dev_reset_entitlements_warning=Upozornenie! Týmto sa odstránia všetky vaše nároky vrátane starších nárokov, ktoré možno už nezískate naspäť! Táto operácia môže trvať dlho, ak máte veľké množstvo nárokov. Naozaj chcete pokračovať? # options.dev_reset_entitlements_success=Nároky sa úspešne odstránili. # options.dev_currencyFailureWarning=Sieťové volanie zlyhalo. Chyba: %s # options.dev_currencyFailureWarningGeneric=Sieťové volanie zlyhalo. Uistite sa, že ste prihlásení do konta s povolením. # options.dev_reset_wallet=Obnoviť peňaženku # -options.dev_allowlist_failure=Chyba! Operácia zlyhala, dvakrát skontrolujte, či je tento účet na zozname s povolením. # +options.dev_allowlist_failure=Chyba! Operácia zlyhala. Znovu skontrolujte, či je tento účet na zozname s povolením. # options.discoveryEnvironment=Prostredie Discovery (požaduje sa reštartovanie) # options.discoveryEnvironment.production=Produkcia # options.discoveryEnvironment.staging=Fázy # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Prepísať experimentálne spracovanie # 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_discoveryOverrideServiceName=Názov služby (bezpečnosť, osobnosť atď.) # +options.dev_discoveryOverrideServiceBranch=Vetva # +options.dev_resetAllEndpointOverrides=Obnoviť všetky koncové body # +options.dev_apply=Použiť # options.dev_displayTreatmentsPanel=Zobraziť spracovania # options.dev_currentTreatmentsTitle=Aktuálne spracovania # options.dev_unusedTreatmentsTitle=Nepoužité spracovania # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Úroveň 2 - KitKat # options.dev_sunsetting_tier.three=Úroveň 3 – FireTV # options.dev_sunsetting_tier.four=Úroveň 4 – 1 024 MB # options.dev_sunsetting_tier.five=Stupeň 5 – iOS 12 & Nougat # +options.dev_sunsetting_tier.six=Stupeň 6 – iOS 13, Android 8, zariadenia VR # options.dev_sunsetting_tier.not_pending=Nečakajúce # options.dev_gatherings_section=Zhromaždenia # options.dev_gatherings_enable=Povoliť zhromaždenia # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Táto veľká vzdialenosť vykresľovania môže options.raytracing.renderdistance.warning=Toto nastavenie môže počas hrania hry spôsobiť problémy s výkonom. # options.resetSettings=Obnoviť predvolené # options.resetSettings.popUp=Naozaj chcete obnoviť nastavenia? # -options.maxFramerate=Max. rýchlosť snímok (experimentálne) # +options.maxFramerate=Limit snímkovej frekvencie # +options.maxFramerate.tooltip=Znížením maximálnej snímkovej frekvencie hry zlepšíte výdrž batérie a stav zariadenia. Skutočná snímková frekvencia môže klesnúť pod nastavený limit. # options.maxFramerateFormat=%s sním./s # options.perf_turtle=Výkonná korytnačka # options.msaa=Vyhladzovanie # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Adaptívna vertikálna synchronizácia # options.websocketEncryption=Požadovať šifrované pripojenia WebSocket # options.websocketEncryptionWarningLabel=Túto možnosť zakážte iba v prípade, že sa aktívne pripájate k známej a bezpečnej aplikácii. # options.filelocation.title=Miesto ukladania súborov # +options.filelocation.title.edu=Lokálne miesto ukladania # options.filelocation.external=Externé # options.filelocation.appdata=Aplikácia # options.filelocation.external.warning.title=Upozornenie # @@ -6960,26 +6966,12 @@ sunsetting.popup.title=Toto zariadenie už nie je podporované. # sunsetting.popup.moreInfo=Ďalšie informácie # sunsetting.popup.dontshow=Nabudúce nezobrazovať # -sunsetting.popup.moreInfo.gearVR=Ak chcete získať ďalšie informácie, navštívte lokalitu https://aka.ms/MinecraftSunsetting v ľubovoľnom webovom prehliadači. # -sunsetting.popup.moreInfo.gearVR.geo=Ak chcete získať ďalšie informácie, v ľubovoľnom webovom prehliadači navštívte stránku https://aka.ms/MinecraftSunsetting. # - -sunsetting.popup.pendingSunset.ios=Blíži sa koniec podpory pre toto zariadenie. Aktualizácie budete naďalej dostávať až do februára 2024, keď dostanete poslednú aktualizáciu pre toto zariadenie.%sPo prijatí poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a mať prístup k nákupom na Trhovisku (vrátane mincí Minecoins), ale nebudete môcť na tomto zariadení vykonávať nové nákupy. Servery Realm, spravované z tohto zariadenia, budú fungovať nasledujúcich 6 mesiacov, alebo kým ich vlastník servera Realm nezaktualizuje na inom zariadení. Zrušiť predplatné Realm, je možné len v nastaveniach predplatného v zariadení, v ktorom bol Realm vytvorený. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov so zariadeniami alebo servermi Realm, ktoré budú naďalej dostávať aktualizácie. Takisto sa nebudete môcť pripojiť na určité servery. %sKliknutím na tlačidlo získajte ďalšie informácie vrátane spôsobov, ako presunúť svety do nového zariadenia. # -sunsetting.popup.pendingSunset.android=Blíži sa koniec podpory pre toto zariadenie. Aktualizácie budete naďalej dostávať až do februára 2024, keď dostanete poslednú aktualizáciu pre toto zariadenie.%sPo prijatí poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a zostane vám prístup k nákupom na Trhovisku (vrátane mincí Minecoins), ale nebudete môcť v tomto zariadení vykonávať nové nákupy. Servery Realm spravované z tohto zariadenia budú fungovať ďalších 6 mesiacov alebo kým ich vlastník servera Realm neaktualizuje v inom zariadení. Zrušiť predplatné Realm je možné len v predplatnom cez Google Play. Ku Google Play sa môžete pripojiť cez hociktoré podporované zariadenie alebo cez počítač, v ktorom sa prihlásite do svojho účtu. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov so zariadeniami alebo servermi Realm, ktoré budú naďalej dostávať aktualizácie. Takisto sa nebudete môcť pripojiť k určitým serverom. %sKliknutím na tlačidlo získate ďalšie informácie vrátane pokynov na to, ako presunúť svety do nového zariadenia. # -sunsetting.popup.pendingSunset.ios_android=Blíži sa koniec podpory pre toto zariadenie. Aktualizácie budete naďalej dostávať až do novembra 2022, keď dostanete poslednú aktualizáciu pre toto zariadenie. Hlboko sa ospravedlňujeme za nepríjemnosti. %sPo prijatí poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a mať prístup k nákupom na Trhovisku (vrátane mincí Minecoins). Servery Realm spravované z tohto zariadenia budú fungovať aj naďalej, dokým ich vlastník servera Realm nezaktualizuje na inom zariadení. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov so zariadeniami alebo servermi Realm, ktoré budú naďalej dostávať aktualizácie. Takisto sa nebudete môcť pripojiť na určité servery. %sKliknutím na tlačidlo získajte ďalšie informácie vrátane spôsobov, ako presunúť svety do nového zariadenia. # -sunsetting.popup.sunset.ios_android=Toto zariadenie už nie je podporované. Dostali ste poslednú aktualizáciu pre toto zariadenie. Odteraz budete môcť naďalej budovať vo svojich svetoch a dostupné budú aj vaše nákupy na Trhovisku (vrátane mincí Minecoins). Servery Realm budú fungovať aj naďalej, kým ich vlastník servera Realm nezaktualizuje na inom zariadení. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov so zariadeniami alebo servermi Realm, ktoré budú naďalej dostávať aktualizácie. Takisto sa nebudete môcť pripojiť na určité servery. %sKliknutím na tlačidlo získate ďalšie informácie vrátane spôsobov, ako presunúť svety do nového zariadenia. Vieme, že je to nepríjemné – vysoko si ceníme čas, ktorý ste strávili s našou hrou, a dúfame, že sa opäť uvidíme v aktualizovanom zariadení. # -sunsetting.popup.pendingSunset.gearvr_win10=Blíži sa koniec podpory pre toto zariadenie. Aktualizácie budete naďalej dostávať až do nasledujúceho hlavného vydania, keď dostanete poslednú aktualizáciu pre toto zariadenie. Hlboko sa ospravedlňujeme za nepríjemnosti. %sPo prijatí poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a mať prístup k nákupom na Trhovisku (vrátane mincí Minecoins). Už však z tohto zariadenia nebudete mať prístup ku hre pre viacerých hráčov ani serverom Realm. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov so zariadeniami alebo servermi Realm, ktoré budú naďalej dostávať aktualizácie. Takisto sa nebudete môcť pripojiť na určité servery. %sKliknutím na tlačidlo získajte ďalšie informácie vrátane spôsobov, ako presunúť svety do nového zariadenia. # -sunsetting.popup.sunset.gearvr_win10=Toto zariadenie už nie je podporované. Dostali ste poslednú aktualizáciu pre toto zariadenie. Odteraz budete môcť naďalej budovať vo svojich svetoch a dostupné budú aj vaše nákupy na Trhovisku (vrátane mincí Minecoins). Už však z tohto zariadenia nebudete mať prístup ku hre pre viacerých hráčov ani službe Realms. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať so zariadeniami, ktoré budú naďalej dostávať aktualizácie. Takisto sa nebudete môcť pripojiť na určité servery. # -sunsetting.popup.pendingSunset.dx10=Blíži sa koniec podpory pre toto grafické zariadenie. Aktualizácie budete naďalej dostávať až do nasledujúceho hlavného vydania, keď dostanete poslednú aktualizáciu pre toto zariadenie. Hlboko sa ospravedlňujeme za nepríjemnosti. %sPo prijatí poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a mať prístup k nákupom na Trhovisku (vrátane mincí Minecoins). Servery Realm spravované z tohto zariadenia budú fungovať aj naďalej, dokým ich vlastník servera Realm nezaktualizuje na inom zariadení. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov so zariadeniami alebo servermi Realm, ktoré budú naďalej dostávať aktualizácie. Takisto sa nebudete môcť pripojiť na určité servery. %sKliknutím na tlačidlo získajte ďalšie informácie vrátane spôsobov, ako presunúť svety do nového zariadenia. # -sunsetting.popup.sunset.dx10=Toto grafické zariadenie už nie je podporované. Dostali ste poslednú aktualizáciu pre toto zariadenie. Odteraz budete môcť naďalej budovať vo svojich svetoch a dostupné budú aj vaše nákupy na Trhovisku (vrátane mincí Minecoins). Servery Realm budú fungovať aj naďalej, dokým ich vlastník servera Realm nezaktualizuje na inom zariadení. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov so zariadeniami alebo servermi Realm, ktoré budú naďalej dostávať aktualizácie. Takisto sa nebudete môcť pripojiť na určité servery. %sKliknutím na tlačidlo získajte ďalšie informácie vrátane spôsobov, ako presunúť svety do nového zariadenia. Vieme, že je to nepríjemné, a vysoko si ceníme čas, ktorý ste strávili s našou hrou, a vašu podporu. # - -sunsetting.popup.pendingSunset.geo.ios=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti blíži ku koncu. Po získaní poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už na Trhovisku nebudete môcť nakupovať. Servery Realm spravované z tohto zariadenia budú naďalej fungovať 6 mesiacov. 30. septembra 2023 už nebudete mať k serveru Realm prístup. Odporúča sa, aby ste si predtým stiahli svoj svet a predplatné zrušili zobrazením nastavení predplatného v zariadení. %sAk ste sa prihlásili pomocou konta Microsoft/Xbox Live, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na iných platformách. Ak by ste chceli presunúť svoje svety z tohto zariadenia do iného zariadenia, môžete to urobiť nahraním sveta na server Realm a stiahnutím zálohy do nového zariadenia. %sKliknutím na tlačidlo zobrazíte ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti skončila. Naďalej budete môcť hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už na Trhovisku nebudete môcť nakupovať. Servery Realm spravované z tohto zariadenia budú naďalej fungovať do 30. septembra 2023. Potom už nebudete mať k serveru Realm prístup. Odporúča sa, aby ste si predtým stiahli svoj svet. %sAk ste sa prihlásili pomocou konta Microsoft/Xbox Live, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na iných platformách. Ak by ste chceli presunúť svoje svety z tohto zariadenia do iného zariadenia, môžete to urobiť nahraním sveta na server Realm a stiahnutím zálohy do nového zariadenia. %sKliknutím na tlačidlo zobrazíte ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti blíži ku koncu. Po získaní poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už na Trhovisku nebudete môcť nakupovať. Servery Realm spravované z tohto zariadenia budú naďalej fungovať 6 mesiacov. 30. septembra 2023 už nebudete mať k serveru Realm prístup. Odporúča sa, aby ste si predtým stiahli svoj svet. %sAk ste sa prihlásili pomocou konta Microsoft/Xbox Live, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na iných platformách. Ak by ste chceli presunúť svoje svety z tohto zariadenia do iného zariadenia, môžete to urobiť nahraním sveta na server Realm a stiahnutím zálohy do nového zariadenia. %sKliknutím na tlačidlo zobrazíte ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti skončila. Naďalej budete môcť hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už na Trhovisku nebudete môcť nakupovať. Servery Realm spravované z tohto zariadenia budú naďalej fungovať do 30. septembra 2023. Potom už nebudete mať k serveru Realm prístup. Odporúča sa, aby ste si predtým stiahli svoj svet. %sAk ste sa prihlásili pomocou konta Microsoft/Xbox Live, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na iných platformách. Ak by ste chceli presunúť svoje svety z tohto zariadenia do iného zariadenia, môžete to urobiť nahraním sveta na server Realm a stiahnutím zálohy do nového zariadenia. %sKliknutím na tlačidlo zobrazíte ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti blíži ku koncu. S touto poslednou aktualizáciou budete môcť naďalej hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už na Trhovisku nebudete môcť nakupovať. Servery Realm spravované z tohto zariadenia budú naďalej fungovať 6 mesiacov. 30. septembra 2023 už z tohto zariadenia nebudete mať k serverom Realms prístup. Odporúča sa, aby ste si predtým stiahli svoj svet a zrušili predplatné zobrazením svojich odberov v službe Google Play. %sUž nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov. Tiež sa nebudete môcť pripojiť k určitým serverom. %sAk ste sa prihlásili pomocou konta Microsoft/Xbox Live, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na ďalších platformách, na ktorých hráte Minecraft. Z týchto ďalších platforiem, kde hráte Minecraft, môžete začať nové predplatné. %sAk by ste chceli presunúť svoje svety z tohto zariadenia do iného, môžete to urobiť nahraním sveta na server Realm a stiahnutím zálohy do nového zariadenia. %sKliknutím na tlačidlo zobrazíte ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti skončila. Naďalej budete môcť hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už na Trhovisku nebudete môcť nakupovať. Servery Realm spravované z tohto zariadenia budú naďalej fungovať do 30. septembra 2023. Potom už nebudete mať k serveru Realm prístup. Odporúča sa, aby ste si predtým stiahli svoj svet. %sAk ste sa prihlásili pomocou konta Microsoft/Xbox Live, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na iných platformách. Ak by ste chceli presunúť svoje svety z tohto zariadenia do iného zariadenia, môžete to urobiť nahraním sveta na server Realm a stiahnutím zálohy do nového zariadenia. %sKliknutím na tlačidlo zobrazíte ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti blíži ku koncu. Po získaní poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už na Trhovisku nebudete môcť nakupovať. Servery Realm spravované z tohto zariadenia budú naďalej fungovať 6 mesiacov. 30. septembra 2023 už nebudete mať k serveru Realm prístup. Odporúča sa, aby ste si predtým stiahli svoj svet. %sAk ste sa prihlásili pomocou konta Microsoft/Xbox Live, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na iných platformách. Ak by ste chceli presunúť svoje svety z tohto zariadenia do iného zariadenia, môžete to urobiť nahraním sveta na server Realm a stiahnutím zálohy do nového zariadenia. %sKliknutím na tlačidlo zobrazíte ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. # -sunsetting.popup.sunset.geo.generic=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti skončila. Naďalej budete môcť hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už na Trhovisku nebudete môcť nakupovať. Servery Realm spravované z tohto zariadenia budú naďalej fungovať do 30. septembra 2023. Potom už nebudete mať k serveru Realm prístup. Odporúča sa, aby ste si predtým stiahli svoj svet. %sAk ste sa prihlásili pomocou konta Microsoft/Xbox Live, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na iných platformách. Ak by ste chceli presunúť svoje svety z tohto zariadenia do iného zariadenia, môžete to urobiť nahraním sveta na server Realm a stiahnutím zálohy do nového zariadenia. %sKliknutím na tlačidlo zobrazíte ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. # +sunsetting.popup.pendingSunset.device=Blíži sa koniec podpory pre toto zariadenie. Aktualizácie budete naďalej dostávať až do marca 2025, keď dostanete poslednú aktualizáciu, ktorá bude fungovať na tomto zariadení.%sPo prijatí poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a mať prístup k nákupom na Trhovisku (vrátane mincí Minecoins), ale nebudete môcť na tomto zariadení vykonávať nové nákupy. Ríše spravované z tohto zariadenia budú fungovať od marca 2025 nasledujúcich 6 mesiacov, ak ich vlastník ríše nezaktualizuje na inom zariadení. Ak chcete zrušiť predplatné služby Realms, musíte tak urobiť v ponuke Nastavenia pre predplatné v zariadení, na ktorom bola ríša vytvorená. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov so zariadeniami alebo ríšami, ktoré budú naďalej dostávať aktualizácie. Takisto sa nebudete môcť pripojiť na určité servery.%sKliknutím na tlačidlo získate ďalšie informácie. # +sunsetting.popup.sunset.device=Naša schopnosť podporovať toto zariadenie sa skončila. Od marca 2025 už nebudete dostávať aktualizácie, kým zariadenie nezaktualizujete. Toto je vaša posledná aktualizácia kompatibilná s týmto zariadením.%sStále budete môcť hrať vo svojich svetoch a mať prístup k nákupom na Trhovisku (vrátane mincí Minecoins). Ríše spravované z tohto zariadenia budú fungovať 6 mesiacov od marca 2025, pokiaľ ich vlastník ríše nezaktualizuje v inom zariadení. Ak chcete zrušiť predplatné služby Realms, budete tak musieť urobiť v ponuke Nastavenia pre predplatné v zariadení, na ktorom bola ríša vytvorená. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov so zariadeniami alebo ríšami, ktoré budú naďalej dostávať aktualizácie. Tiež sa nebudete môcť pripojiť k určitým serverom.%sKliknutím na tlačidlo získate ďalšie informácie. # +sunsetting.popup.pendingSunset.windows_xr=Naša schopnosť podporovať toto grafické zariadenie VR/MR sa skončila. Toto zariadenie už nebude podporované v aktualizáciách po marci 2025, keď dostanete poslednú aktualizáciu podporujúcu toto zariadenie.%sPo prijatí poslednej aktualizácie budete stále dostávať aktualizácie do počítača a budete môcť hrať bez zariadenia VR/MR. Od tohto momentu môžete pokračovať v budovaní vo svojich svetoch a vaše nákupy na Trhovisku (vrátane mincí Minecoins) budú naďalej dostupné na grafických zariadeniach bez VR/MR, napríklad počítačovom monitore. Svoje zariadenie VR/MR už nebudete môcť používať s hrou Minecraft, pretože už nebude podporované v najnovších aktualizáciách.%sKliknutím na tlačidlo získate ďalšie informácie. # +sunsetting.popup.sunset.windows_xr=Naša schopnosť podporovať toto grafické zariadenie VR/MR sa skončila. Toto zariadenie VR/MR už nie je podporované. Dostali ste poslednú aktualizáciu podporujúcu toto grafické zariadenie a stále budete dostávať aktualizácie do svojho počítača a budete môcť hrať bez zariadenia VR/MR. Od tohto momentu môžete pokračovať v budovaní vo svojich svetoch a vaše nákupy na Trhovisku (vrátane mincí Minecoins) budú naďalej dostupné na grafických zariadeniach bez VR/MR, napríklad počítačovom monitore. Svoje zariadenie VR/MR už nebudete môcť používať s hrou Minecraft, pretože už nebude podporované v najnovších aktualizáciách.%sKliknutím na tlačidlo získate ďalšie informácie. Vieme, že je to nepríjemnosť, a hlboko si vážime čas, ktorý ste strávili s našou hrou, a vašu podporu. # +sunsetting.popup.pendingSunset.geo=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti blíži ku koncu. Po získaní poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už nebudete môcť na Trhovisku vykonávať nové nákupy. Ríše spravované z tohto zariadenia budú naďalej fungovať 6 mesiacov. Od 30. septembra 2023 už nebudete mať k ríši prístup. Odporúča sa, aby ste si predtým stiahli svoj svet.%sAk ste sa prihlásili pomocou konta Microsoft, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na iných platformách. Ak by ste chceli presunúť svoje svety z tohto zariadenia do iného zariadenia, môžete tak urobiť nahraním sveta do ríše a stiahnutím zálohy do nového zariadenia.%sKliknutím na tlačidlo získate ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. # +sunsetting.popup.sunset.geo=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti skončila. Naďalej budete môcť hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už na Trhovisku nebudete môcť vykonávať nákupy. Ríše spravované z tohto zariadenia budú naďalej fungovať až do 30. septembra 2023. Potom už k ríši nebudete mať prístup. Odporúča sa, aby ste si predtým stiahli svoj svet.%sAk ste sa prihlásili pomocou konta Microsoft, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na iných platformách. Ak by ste chceli presunúť svoje svety z tohto zariadenia do iného zariadenia, môžete tak urobiť nahraním sveta do ríše a stiahnutím zálohy do nového zariadenia.%sKliknutím na tlačidlo získate ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. # sunsetting.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 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Prísady: # item.smithing_template.name=Kováčska šablóna # item.smithing_template.netherite_upgrade.applies_to=Diamantové vybavenie # item.smithing_template.netherite_upgrade.ingredients=Netheritový ingot # +item.netherite_upgrade_smithing_template.name=Netheritová inovácia # +item.sentry_armor_trim_smithing_template.name=Obšívka brnenia strážcu # +item.vex_armor_trim_smithing_template.name=Obšívka vex brnenia # +item.wild_armor_trim_smithing_template.name=Obšívka divokého brnenia # +item.coast_armor_trim_smithing_template.name=Obšívka pobrežného brnenia # +item.dune_armor_trim_smithing_template.name=Obšívka dunového brnenia # +item.wayfinder_armor_trim_smithing_template.name=Obšívka brnenia hľadača cesty # +item.raiser_armor_trim_smithing_template.name=Obšívka chovateľovho brnenia # +item.shaper_armor_trim_smithing_template.name=Obšívka brnenia tvarovača # +item.host_armor_trim_smithing_template.name=Obšívka brnenia hostiteľa # +item.ward_armor_trim_smithing_template.name=Obšívka ochranného brnenia # +item.silence_armor_trim_smithing_template.name=Obšívka tichého brnenia # +item.tide_armor_trim_smithing_template.name=Obšívka prílivového brnenia # +item.snout_armor_trim_smithing_template.name=Obšívka rypákového brnenia # +item.rib_armor_trim_smithing_template.name=Obšívka rebrového brnenia # +item.eye_armor_trim_smithing_template.name=Obšívka očného brnenia # +item.spire_armor_trim_smithing_template.name=Obšívka vežového brnenia # +item.flow_armor_trim_smithing_template.name=Toková obšívka brnenia # +item.bolt_armor_trim_smithing_template.name=Blesková obšívka brnenia # item.snort_pottery_sherd.name=Keramický črep – fučanie # item.spawn_egg.entity.camel.name=Vajce narodenia ťavy # item.spruce_hanging_sign.name=Smreková závesná značka # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Obšívka brnenia hľadača cesty # trim_pattern.wild.name=Obšívka divokého brnenia # trim_pattern.bolt.name=Blesková obšívka brnenia # trim_pattern.flow.name=Toková obšívka brnenia # -upgrade.netherite_upgrade.name=Netheritová inovácia # storageManager.mainSizeLabel=%s – 1 položka # storageManager.mainSizeLabelPlural=%s – počet položiek: %s # @@ -8443,6 +8453,8 @@ 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.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"} store.csb.consumable.offerTrial=Viac ako 150 balíčkov z Trhoviska bude okamžite k dispozícii. Prvých 30 dní bude zadarmo a potom si môžete predplatné obnoviť za cenu %s. # @@ -8854,8 +8866,6 @@ store.myAccount=Moje konto # store.xbl.signin=Prihlásiť sa # store.xbl.signinOrSignUp=Prihláste sa alebo sa zaregistrujte zadarmo # store.xbl.disconnected=Odpojené # -store.xbl.conversionFailedTitle=Vyskytla sa chyba # -store.xbl.conversionFailedMessage=Skúste to znova neskôr. # store.sales.allByCreator=Práve v akcii! # store.sales.bundlesOnSale=Zväzky práve v akcii! # @@ -9027,8 +9037,8 @@ tile.deny.name=Odmietnuť # tile.border_block.name=Hranica # tile.anvil.intact.name=Nákova # tile.anvil.name=Nákova # -tile.anvil.slightlyDamaged.name=Mierne poškodená nákova # -tile.anvil.veryDamaged.name=Veľmi poškodená nákova # +tile.anvil.slightlyDamaged.name=Odštiepená nákova # +tile.anvil.veryDamaged.name=Poškodená nákova # tile.barrier.name=Bariéra # tile.beacon.name=Lúč # tile.beacon.primary=Primárna sila # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Blok železa # tile.lapis_block.name=Blok ultramarínu # tile.redstone_block.name=Blok ruditu # tile.bookshelf.name=Polica na knihy # -tile.brick_block.name=Tehlový blok # +tile.brick_block.name=Tehly # tile.brown_mushroom.name=Hnedá huba # tile.brown_mushroom_block.mushroom.name=Huba # tile.brown_mushroom_block.stem.name=Hubová stonka # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Tabuľa modrého skla # tile.stained_glass_pane.purple.name=Tabuľa fialového skla # tile.stained_glass_pane.magenta.name=Tabuľa purpurového skla # tile.stained_glass_pane.pink.name=Tabuľa ružového skla # -tile.clay.name=Ílový blok # +tile.clay.name=Íl # tile.hardened_clay.name=Terakota # tile.stained_hardened_clay.black.name=Čierna terakota # tile.stained_hardened_clay.blue.name=Modrá terakota # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Stena z červených netheritových t tile.cocoa.name=Kakao # tile.command_block.name=Príkazový blok # tile.composter.name=Kompostér # -tile.light_block.name=Blok svetla # +tile.light_block.name=Svetlé # tile.repeating_command_block.name=Opakovací príkazový blok # tile.chain_command_block.name=Reťazový príkazový blok # tile.wheat.name=Plodiny # tile.darkOakFence.name=Plot z dreva tmavého duba # tile.dark_oak_fence_gate.name=Brána v plote z dreva tmavého duba # -tile.daylight_detector.name=Snímač denného svetla # +tile.daylight_detector.name=Detektor denného svetla # tile.deadbush.name=Vyschnutý krík # tile.detector_rail.name=Koľajnica s detektorom # tile.dirt.coarse.name=Štrková hlina # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Výdajný blok # tile.iron_door.name=Železné dvere # tile.doorWood.name=Drevené dvere # tile.double_plant.fern.name=Veľká papraď # -tile.double_plant.grass.name=Dvojitá tráva # +tile.double_plant.grass.name=Vysoká tráva # tile.double_plant.name=Rastlina # tile.double_plant.paeonia.name=Pivónia # tile.double_plant.rose.name=Ružový krík # @@ -9385,7 +9395,7 @@ tile.log.spruce.name=Smrekové poleno # tile.magma.name=Magmový blok # tile.melon_block.name=Melón # tile.mob_spawner.name=Liaheň príšery # -tile.monster_egg.brick.name=Kamenná tehla ukrývajúca rybenku # +tile.monster_egg.brick.name=Kamenné tehly ukrývajúce rybenku # tile.monster_egg.chiseledbrick.name=Opracovaná kamenná tehla ukrývajúca rybenku # tile.monster_egg.cobble.name=Stavebný kameň ukrývajúci rybenku # tile.monster_egg.crackedbrick.name=Prasknutá kamenná tehla ukrývajúca rybenku # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Kameň ukrývajúci rybenku # tile.mushroom.name=Huba # tile.noteblock.name=Blok noty # tile.mycelium.name=Podhubie # -tile.nether_brick.name=Blok z netheritových tehál # -tile.red_nether_brick.name=Červená netheritová tehla # +tile.nether_brick.name=Netheritové tehly # +tile.red_nether_brick.name=Červené netheritové tehly # tile.nether_brick_fence.name=Plot z netheritových tehál # tile.quartz_ore.name=Ruda netheritového kryštálu # tile.netherreactor.active=Aktívne! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Značka z tropického dreva # tile.acacia_standing_sign.name=Agátová značka # tile.darkoak_standing_sign.name=Značka z tmavého duba # tile.slime.name=Blok slizu # -tile.snow.name=Sneh # +tile.snow.name=Snežný blok # tile.sponge.dry.name=Špongia # tile.sponge.wet.name=Vlhká špongia # tile.spruceFence.name=Plot zo smrekového dreva # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Blok mŕtveho bublinkového koralu # tile.coral_block.red_dead.name=Blok mŕtveho ohnivého koralu # tile.coral_block.yellow_dead.name=Blok mŕtveho rohovitého koralu # tile.tallgrass.fern.name=Papraď # -tile.tallgrass.grass.name=Tráva # -tile.tallgrass.name=Tráva # +tile.tallgrass.grass.name=Krátka tráva # +tile.tallgrass.name=Krátka tráva # tile.tallgrass.shrub.name=Ker # tile.tuff_brick_slab.name=Tabuľa z tufových tehál # tile.tuff_brick_stairs.name=Schody z tufových tehál # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Tufové schody # tile.tuff_wall.name=Tufová stena # tile.seagrass.seagrass.name=Morská tráva # tile.sea_pickle.name=Holotúria # -tile.turtle_egg.name=Vajce morskej korytnačky # +tile.turtle_egg.name=Vajce korytnačky # tile.coral.blue.name=Rúrkovitý koral # tile.coral.pink.name=Mozgovitý koral # tile.coral.purple.name=Bublinkový koral # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Vejár mŕtveho ohnivého koralu # tile.coral_fan_dead.yellow_fan.name=Vejár mŕtveho rohovitého koralu # tile.glass_pane.name=Sklenená tabuľa # tile.tnt.name=TNT # -tile.snow_layer.name=Horný sneh # +tile.snow_layer.name=Sneh # tile.torch.name=Fakľa # tile.trapdoor.name=Dubové padacie dvere # tile.acacia_trapdoor.name=Agátové padacie dvere # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Voda # tile.water.name=Voda # tile.waterlily.name=Lekno # tile.web.name=Pavučina # -tile.heavy_weighted_pressure_plate.name=Zaťažená prítlačná doska (ťažká) # -tile.light_weighted_pressure_plate.name=Zaťažená prítlačná doska (ľahká) # +tile.heavy_weighted_pressure_plate.name=Silno zaťažená prítlačná doska # +tile.light_weighted_pressure_plate.name=Ľahko zaťažená prítlačná doska # tile.end_stone.name=Kameň z konca sveta # tile.end_bricks.name=Kamenné tehly z konca sveta # tile.planks.acacia.name=Dosky z agátu # @@ -10288,7 +10298,7 @@ xbox.signin.enterCode=A zadajte tento kód: # xbox.signin.enterCode.qr=2. Po zobrazení výzvy zadajte kód uvedený nižšie: # xbox.signin.letsPlay=Poďme hrať! # xbox.signin.message=Prihláste sa pomocou bezplatného konta Microsoft a zažite celý svet hry Minecraft. # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Prihlásiť sa pomocou iného konta Microsoft # xbox.signin.website=Navštívte túto webovú lokalitu v inom zariadení: # xbox.signin.website.qr=1. Navštívte túto webovú stránku v inom zariadení: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Nepodarilo sa prihlásiť do izolovanéh xbox.dev_wrongSandboxSigninFailed.button.dev=Zmeniť na izolovaný priestor pre vývojárov # xbox.dev_wrongSandboxSigninFailed.button.retail=Zmeniť na maloobchodný izolovaný priestor # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Vymazať údaje na prihlásenie do konta # -xbox.addfriendsignin.line1=Nájdite priateľov pomocou ich identifikátora Gamertag, aby ste videli, keď budú online. # -xbox.addfriendsignin.line2=Ak chcete začať pridávať priateľov, prihláste sa pomocou konta Microsoft. # xbox.invitesignin.line1=Pozvite priateľov pomocou ich identifikátora Gamertag, aby ste videli ich svety, keď budú online. # xbox.invitesignin.line2=Ak chcete začať pozývať priateľov, prihláste sa pomocou konta Microsoft. # xbox.thirdpartysignin.line1=Čakajú na vás úžasné minihry a noví hráči. Ale najprv chce %s vedieť, kto ste. # xbox.thirdpartysignin.line2=Ak sa chcete pripojiť, musíte sa prihlásiť pomocou konta Microsoft. # xbox.signInLong=Prihláste sa bezplatne! # xbox.signOutLong=Odhlásiť sa z konta Microsoft # -xbox.externalServer.title=Hranie na serveri # -xbox.externalServer.line1=Servery ponúkajú najkreatívnejšie spôsoby, ako hrať Minecraft! Len sa musíte prihlásiť, aby sme sa uistili, že máte povolenie na hru online s novými ľuďmi. # xbox.genericsignin.line1=Vaše konto Minecraft umožňuje hrať hru pre viacerých hráčov online, ktorá je určená pre priateľov s počítačmi a mobilnými zariadeniami. A čo je na tom najlepšie? # xbox.genericsignin.line2=Je ZADARMO! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Vybrať nový vzhľad # dr.classic_skins.custom_skin_title=Importovať vzhľad # dr.classic_skins.custom_skin_description=Importujte zo zariadenia súbor png (64 x 32, 64 x 64, or 128 x 128), ktorý chcete používať ako svoj vzhľad. Nebude sa synchronizovať naprieč zariadeniami ani hrami. # -dr.classic_skins.custom_skin_description_disabled= Vaše zariadenie nemôže vybrať vlastný vzhľad počas hry pre viacerých hráčov. Vráťte sa do hlavnej ponuky, kde si ho môžete nasadiť. # +dr.classic_skins.custom_skin_description_disabled=Na vašom zariadení si nemôžete vybrať vlastný vzhľad počas hry pre viacerých hráčov. Vráťte sa do hlavnej ponuky, kde si ho môžete nasadiť. # dr.classic_skins.custom_skin_description_popup=Hráči s vlastnými vzhľadmi nebudú pre vás viditeľní, ak je zapnutá možnosť „Povoliť iba dôveryhodné vzhľady“ # dr.classic_skins.custom_skin_section_title=Vlastnené vzhľady # dr.classic_skins.invalidCustomSkin=Importujte súbor png s rozmermi 64 x 64, 64 x 32 alebo 128 x 128 # diff --git a/resource_pack/texts/sv_SE.lang b/resource_pack/texts/sv_SE.lang index 20cb4507b..41e23b898 100644 --- a/resource_pack/texts/sv_SE.lang +++ b/resource_pack/texts/sv_SE.lang @@ -964,6 +964,7 @@ 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.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 # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s har redan låst upp receptet: %2$s # commands.recipes.playerDoesNotHaveRecipe=%1$s har inte receptet: %2$s # commands.recipes.notFound=Receptet kunde inte hittas. # commands.recipes.notUnlockable=Receptet går inte att låsa upp i receptboken. # +commands.reload.all.description=Laddar om alla funktioner och skript från alla beteendepaket, eller laddar om världen och alla resurs- och beteendepaket. # commands.reload.description=Läser in alla funktioner och skriptfiler från alla beteendepaket. # -commands.reload.editor.description=Laddar om alla funktions- och skriptfiler från alla beteendepaket eller startar om klienten för att ladda om alla resurser. # +commands.reload.started=Omladdningen av världen har påbörjats. # commands.reload.success=Funktioner och skriptfiler har lästs in igen. # commands.reload.error=Ett oväntat fel inträffade. # +commands.reload.onlyHost=Endast värdspelaren kan ladda om världen. # commands.replaceitem.description=Ersätter föremål i förråd. # commands.replaceitem.failed=Kunde inte ersätta %s plats %d med %d * %s # commands.replaceitem.keepFailed=Plats %d i %s används redan av ett föremål. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Skaparkameror: Kamera för fokus createWorldScreen.experimentalFocusTargetCameraDescription=Gör det möjligt för den befintliga fria kameran att rikta in sig på en entitet # createWorldScreen.recipeUnlocking=Upplåsning av recept # createWorldScreen.recipeUnlockingDescription=Aktivera receptupplåsning # -createWorldScreen.experimentalholiday=Funktioner i högtidsskaparen # -createWorldScreen.experimentalholidayDescription=Lägg till datadrivna block och objektteknik för att anpassa blockform, rotation, skada med mera # createWorldScreen.experimentalGameTest=Beta-API:er # createWorldScreen.experimentalGameTestDescription=Använd "-beta"-versioner av API-moduler i tilläggspaket # createWorldScreen.experimentalMolangFeatures=Molang-funktioner # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Du måste vara inloggad med ett Mic realmsSharingScreen.invalidPermissionTitle=Ogiltiga tillstånd # realmsSharingScreen.unexpectedServerResponseTitle=Realms-fel # realmsSharingScreen.unexpectedServerResponseMessage=Det gick inte att ansluta till Realm-instansen. Försök igen senare. # +realmsSharingScreen.inviteLinkNotFoundTitle=Realms-fel # +realmsSharingScreen.inviteLinkNotFoundMessage=Den här inbjudningslänken är ogiltig. # realmsCreateScreen.title.create=Skapa en Realms-server # realmsCreateScreen.title.extend=Förläng din Realm # @@ -2197,7 +2202,7 @@ network.onlinePlay.title=Spela med kompisar # network.onlinePlay.msg=Du kan bjuda in kompisar till dina världar, se deras skapelser och tillverka i varandras världar. # network.onlinePlay.instruction=Använd spelmenyn för att ansluta till dina kompisars världar eller bjuda in dem till dina världar och Realms. # network.thirdparty.connect.splitscreen=Logga in på ett %s-konto för att spela flerspelarläge med delad skärm online. # -network.thirdparty.connect.benefit=Logga in med %s för att spela online med kompisar och kolla in utbudet i butiken. # +network.thirdparty.connect.benefit=Logga in med %s för att spela online med vänner och kolla in utbudet i butiken. # network.thirdparty.connect.store=%s krävs för att använda butiken. # network.thirdparty.connect.achievements=%s krävs för att få achievements. # network.thirdparty.findfriends.failed=Det gick inte att ansluta till Microsofts kontotjänster. Har du kollat din internetanslutning? # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Förläng med 180 dagar # xblLogin.LoginMessageTitle=Microsoft-konto # xblLogin.LoginMessage=Ansluter … # -xbl.savePurchase.description.line1=Vill du komma åt allt du köper på alla system med Minecraft-butiken? Logga in med ett gratis Microsoft-konto och synka dina köpta utseenden, texturer, kartor och mixpaket! # -xbl.savePurchase.description.line2=Om du blir av med ditt system eller avinstallerar Minecraft kommer dina köp ändå att finnas synkroniserade och tillgängliga på alla system när du använder ditt Microsoft-konto. # -xbl.savePurchase.leaveOnDevice=Lämna på enhet # -xbl.savePurchase.title=Spara köp till ett Microsoft-konto? # xbl.savePurchase.saveButton=Spara till Microsoft-konto # -xbl.savePurchase.toast.title=Lyckades! # -xbl.savePurchase.toast.message=Köp har synkats till Microsoft-kontot! # -xbl.savePurchase.inProgress.message=För över köp till Microsoft-konto … # - -xbl.syncIAP.title=Synkronisera köp med ditt Microsoft-konto? # -xbl.syncIAP.description=Logga in på ett Microsoft-konto för att synkronisera dina utseenden, texturpaket, världar och mixpaket. Sedan kommer de att finnas där för dig på alla enheter du använder till Minecraft. # -xbl.syncIAP.syncNow=Synkronisera nu ... # -xbl.syncIAP.syncLaterEllipsis=Synkronisera senare ... # -xbl.syncIAP.syncLater=Synkronisera senare # -xbl.syncIAP.toast.title=Lyckades! # -xbl.syncIAP.toast.message=Köp har synkroniserats med ditt Microsoft-konto! # -xbl.syncIAP.inProgress.message=Synkroniserar köp med ditt Microsoft-konto … # -xbl.syncIAP.skipSignIn.prompt.description=Det här Microsoft-kontot kommer inte att vara det primära kontot för den här enheten såvida du inte synkroniserar enhetens köp med detta konto. Du kommer inte att loggas in automatiskt när du startar Minecraft. # - -xbl.syncIAP.confirmSync.prompt.title=Synkronisera med %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=Vill du synkronisera dina appköp med %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=Du kan bara synkronisera paket köpta utanför Minecraft-marknaden en gång. De fortsätter att vara tillgängliga för alla som spelar på den här enheten. # -xbl.syncIAP.confirmSync.prompt.yes=Ja, synkronisera mina köp # xbl.marketplace.account.error.body.nobutton=Ett fel har inträffat med ditt konto. Du kan inte använda marknaden förrän felet är löst. Kontakta kundtjänst om felet kvarstår i flera dagar. # @@ -2512,8 +2495,6 @@ store.sign_in_warning.no_xbl_and_local_content=Du har redan använt Minecoins p store.sign_in_warning.no_xbl_and_no_local_content.line1=Logga in nu för att spara och dela dina köp mellan plattformar. Spara inköp så att de inte går förlorade om något händer med ditt system eller om Minecraft avinstalleras. Få åtkomst till ditt köpta marknadsinnehåll från vilken plattform som helst och använd dina anpassade karaktärer på olika plattformar. # store.sign_in_warning.no_xbl_and_no_local_content.line2=Har du inget Microsoft-konto? Skapa ett nu gratis. # -xbl.skipSignIn.prompt.title=Temporärt konto # -xbl.skipSignIn.prompt.description=Det här Microsoft-kontot kommer inte att vara det primära kontot för den här enheten såvida du inte för över enhetens köp till detta konto. Du kommer inte att loggas in automatiskt när du startar Minecraft. # xbl.signOut.title=Köp med Microsoft-konto! # xbl.signOut.message1=Så länge du är utloggad från Microsoft-kontot har du inte tillgång till de Minecoins och föremål du köpt i butiken. # xbl.signOut.message2=Är du säker? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s kvävdes i en vägg # death.attack.lava=%1$s försökte att simma i lava # death.attack.lava.player=%1$s försökte att simma i lava på flykt från %2$s # death.attack.lightningBolt=%1$s träffades av blixten # +death.attack.maceSmash.player=%1$s mosades av %2$s # +death.attack.maceSmash.player.item=%1$s mosades av %2$s med %3$s # death.attack.magic=%1$s dödades med magi # death.attack.magma=%1$s upptäckte att golvet var lava # death.attack.magma.player=%1$s gick in på farlig mark på grund av %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Servern och klienten använder ol disconnectionScreen.editor.cannotUseRayTracing=Resurspaket med raytracing aktiverat är inte kompatibla med redigerarprojekt just nu. # disconnectionScreen.unexpectedPacket=Avbruten på grund av en oväntad typ av paket som mottagits och som inte kan bearbetas. Det kan bero på en felaktig version eller på korruption på nätverksnivå. # disconnectionScreen.connectionLost=Tappade anslutningen till värden. Kontrollera din internetanslutning och försök ansluta igen. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Kan inte ladda världen. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Prova att öppna världen i demoläge. # disconnectionScreen.errorCode=Felkod: # storageSpaceWarningScreen.frontend=Du har nästan slut på lagringsutrymme! Minecraft har begränsat åtkomsten till den här funktionen tills du har frigjort mer lagringsutrymme. # @@ -3041,7 +3026,7 @@ entity.villager.librarian=Bibliotekarie # entity.villager.shepherd=Herde # entity.villager.tool=Verktygssmed # entity.villager.weapon=Vapensmed # -entity.villager.mason=Stenhuggare # +entity.villager.mason=Mason # entity.villager.unskilled=Outbildad bybo # entity.villager_v2.name=Bybo # entity.vindicator.name=Övertygare # @@ -3126,7 +3111,7 @@ feed.upload=Din skärmbild laddas upp ... # feed.manage=Hantera feed # feed.share=Dela # feed.addScreenshot=Lägg till skärmbild # -feed.screenshotCapturedRealms=Skärmdump tagen. Gå till Realms Stories för att dela den. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Skärmdbild tagen. Du kan se den i ditt skärmbildsgalleri. # feed.screenshotAlmostFull=Skärmbild tagen. Ditt galleri är nästan fullt. (%d/%d) # feed.screenshotReachedMax=Skärmbild tagen. Ditt galleri är fullt. (%d/%d) # @@ -3502,7 +3487,7 @@ howtoplay.blocks.text.8=§eMagma§f: Påträffas naturligt i Nether, avger ett s howtoplay.blocks.text.9=§eSmuts§f: Liknar jordblock, men det kan inte växa gräs på dem. Påträffas i ekosystem med savanner och megatajgor. # howtoplay.bookAndQuill=Bok och fjäderpenna # -howtoplay.bookAndQuill.text.1=Med en bok och fjäderpenna kan du skriva ned dina äventyr. Berätta sagan om dig själv genom att skriva text på sidorna. Du kan till och med redigera verkets namn och författare! Underteckna boken och fjäderpennan för att färdigställa den. Du kan redigera den så länge den inte är undertecknad. # +howtoplay.bookAndQuill.text.1=Med en bok och fjäderpenna kan du skriva ner dina äventyr. Berätta sagan om dig själv genom att skriva text på sidorna. Du kan till och med redigera verkets namn och författare! Underteckna boken och fjäderpennan för att färdigställa den. Du kan redigera den så länge den inte är undertecknad. # howtoplay.brewingStand=Brygdställ # howtoplay.brewingStand.text.1=För att brygga brygder behövs ett brygdställ. Grunden till varje brygd börjar med en flaska vatten, som du kan tillverka genom att fylla en glasflaska med vatten från en kittel eller vattenkälla. # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=Utforska en värld full av möjligheter med Minecoins howtoplay.minecoins.text.2=När du har löst in dina Minecoins länkas de till ditt Microsoft-konto, så att du kan komma åt dina mynt och köp på alla enheter som stöds! # howtoplay.minecoins.button.text.1=Skaffa mynt # howtoplay.minecoins.header.1=Friskrivning # -howtoplay.minecoins.text.3=*Minecoins kräver en version av Minecraft: Bedrock Edition som har Minecraft-marknaden. Minecoins fungerar inte på PlayStation®. Mer information om kompatibilitet finns på minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins kräver en version av Minecraft: Bedrock Edition som har Minecraft-marknaden. Minecoins fungerar inte på PlayStation®. Mer information om kompatibilitet finns på minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Brytning # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Guld # item.axolotlColorWild.name=Brun # item.axolotlColorBlue.name=Blå # item.golden_apple.name=Guldäpple # -item.appleEnchanted.name=Förtrollat äpple # +item.appleEnchanted.name=Förtrollat guldäpple # item.armadillo_scute.name=Bältdjursfäll # item.armor_stand.name=Rustningsställ # item.arrow.name=Pil # @@ -4626,7 +4611,7 @@ item.banner.half_vertical_right.red=Röd högerhalva # item.banner.half_vertical_right.silver=Ljusgrå högerhalva # item.banner.half_vertical_right.white=Vit högerhalva # item.banner.half_vertical_right.yellow=Gul högerhalva # -item.banner.illager_captain.name=Fybofana # +item.banner.illager_captain.name=Olycksbådande fana # item.banner.lightBlue.name=Ljusblå banderoll # item.banner.lime.name=Limegrön banderoll # item.banner.magenta.name=Ljuslila banderoll # @@ -5022,7 +5007,7 @@ item.boat.big_oak.name=Mörk ekbåt # item.bone.name=Ben # item.book.name=Bok # item.breeze_rod.name=Bris-stav # -item.chainmail_boots.name=Ringstövlar # +item.chainmail_boots.name=Ringbrynjestövlar # item.leather_boots.name=Läderstövlar # item.diamond_boots.name=Diamantstövlar # item.golden_boots.name=Guldstövlar # @@ -5129,11 +5114,11 @@ item.golden_chestplate.name=Guldharnesk # item.iron_chestplate.name=Järnharnesk # item.chorus_fruit.name=Körfrukt # item.chorus_fruit_popped.name=Utslagen körfrukt # -item.cooked_beef.name=Tillagat nötkött # +item.cooked_beef.name=Biff # item.cooked_chicken.name=Tillagad kyckling # item.cooked_porkchop.name=Tillagad fläskkotlett # item.chicken.name=Rå kyckling # -item.clay_ball.name=Lera # +item.clay_ball.name=Lerboll # item.clock.name=Klocka # item.coal.name=Kol # item.comparator.name=Rödstensjämförare # @@ -5242,7 +5227,7 @@ item.golden_axe.name=Guldyxa # item.iron_axe.name=Järnyxa # item.stone_axe.name=Stenyxa # item.wooden_axe.name=Träyxa # -item.chainmail_helmet.name=Ringhjälm # +item.chainmail_helmet.name=Ringbrynjehjälm # item.leather_helmet.name=Lädermössa # item.diamond_helmet.name=Diamanthjälm # item.golden_helmet.name=Guldhjälm # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Netherithjälm # item.lead.name=Koppel # item.leather.name=Läder # item.leaves.name=Löv # -item.chainmail_leggings.name=Ringbyxor # +item.chainmail_leggings.name=Ringbrynjebyxor # item.leather_leggings.name=Läderbyxor # item.diamond_leggings.name=Diamantbyxor # item.golden_leggings.name=Guldbyxor # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Ökenbykarta # item.map.exploration.jungle_temple.name=Djungelutforskarkarta # item.map.exploration.swamp_hut.name=Träskutforskarkarta # item.map.exploration.trial_chambers.name=Utmaningsutforskarkarta # -item.melon.name=Melon # -item.milk.name=Mjölk # +item.melon.name=Melonskiva # +item.milk.name=Mjölkhink # item.minecart.name=Gruvvagn # item.chest_minecart.name=Gruvvagn med kista # item.command_block_minecart.name=Gruvvagn med kommandoblock # @@ -5446,7 +5431,7 @@ item.dried_kelp.name=Torkad kelp # item.rotten_flesh.name=Ruttet kött # item.ruby.name=Rubin # item.saddle.name=Sadel # -item.wheat_seeds.name=Frön # +item.wheat_seeds.name=Vetefrön # item.beetroot_seeds.name=Rödbetsfrön # item.melon_seeds.name=Melonfrön # item.pumpkin_seeds.name=Pumpafrön # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Akaciaskylt # item.darkoak_sign.name=Mörk ekskylt # item.crimson_sign.name=Karmosinskylt # item.warped_sign.name=Förvriden skylt # -item.skull.char.name=Huvud # +item.skull.char.name=Spelarhuvud # item.skull.creeper.name=Creeper-huvud # item.skull.dragon.name=Drakhuvud # item.skull.player.name=%ss huvud # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Wither-skelettkranium # item.skull.zombie.name=Zombiehuvud # item.slime_ball.name=Slemboll # item.snowball.name=Snöboll # -item.speckled_melon.name=Gnistrande melon # +item.speckled_melon.name=Gnistrande melonskiva # item.spider_eye.name=Spindelöga # item.stick.name=Pinne # item.string.name=Snöre # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Sköldpaddsfjäll # item.phantom_membrane.name=Fantommembran # 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.globe_banner_pattern.name=Globfanmönster # +item.guster_banner_pattern.name=Breezefanmönster # +item.piglin_banner_pattern.name=Trynfanmönster # +item.skull_banner_pattern.name=Dödskallefanmönster # +item.mojang_banner_pattern.name=Mojängfanmönster # +item.bordure_indented_banner_pattern.name=Kantfanmönster # item.banner_pattern.bricks=Tegelmönster # item.banner_pattern.creeper=Creepermönster # item.banner_pattern.flow=Flöde # @@ -5955,7 +5950,6 @@ map.position=Position: %s, %s, %s # mcoServer.title=Minecraft-värld (online) # -menu.ai_lesson_crafter=Lektionsskapare # menu.achievements=Achievements # menu.convertingLevel=Expanderar världen # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Bredd # options.codeBuilder=Code Builder # options.content_log_file=Aktivera innehållslogg # options.content_log_gui=Aktivera innehållsloggens gränssnitt # +options.content_log_gui.level=Gränssnittsloggnivå # +options.content_log_gui.level.info=Info # +options.content_log_gui.level.warn=Varna # +options.content_log_gui.level.error=Fel # options.controller=Handkontroll # options.controllerLayout=Handkontrollslayout # options.controllerSettings=Handkontrollsinställningar # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Skriv över experimentella behandlingar # 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_discoveryOverrideServiceName=Tjänstnamn (säkerhet, persona o.s.v.) # +options.dev_discoveryOverrideServiceBranch=Förgrening # +options.dev_resetAllEndpointOverrides=Återställ alla slutpunkter # +options.dev_apply=Använd # options.dev_displayTreatmentsPanel=Visa behandlingar # options.dev_currentTreatmentsTitle=Aktuella behandlingar # options.dev_unusedTreatmentsTitle=Oanvända behandlingar # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Nivå 2 - KitKat # options.dev_sunsetting_tier.three=Nivå 3 - FireTV # options.dev_sunsetting_tier.four=Nivå 4 – 1 024 MB # options.dev_sunsetting_tier.five=Nivå 5: iOS 12 och Nougat # +options.dev_sunsetting_tier.six=Nivå 6 – iOS 13, Android 8, VR-enheter # options.dev_sunsetting_tier.not_pending=Inte väntande # options.dev_gatherings_section=Insamling # options.dev_gatherings_enable=Aktivera samlingar # @@ -6632,7 +6636,8 @@ 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=Högsta bilduppdateringsfrekvens (experimentell) # +options.maxFramerate=Gräns för bildhastighet # +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 # options.msaa=Kantutjämning # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Adaptiv vertikal synk # options.websocketEncryption=Kräv krypterade Websockets # options.websocketEncryptionWarningLabel=Stäng bara av det här alternativet om du aktivt ansluter till ett känt och pålitligt program. # options.filelocation.title=Fillagringsplats # +options.filelocation.title.edu=Lokal lagringsplats # options.filelocation.external=Extern # options.filelocation.appdata=Applikation # options.filelocation.external.warning.title=Varning # @@ -6960,26 +6966,12 @@ 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.moreInfo.gearVR=För mer information besöker du https://aka.ms/MinecraftSunsetting i valfri webbläsare. # -sunsetting.popup.moreInfo.gearVR.geo=För mer information besöker du https://aka.ms/MinecraftGeoSunsetting i valfri webbläsare. # - -sunsetting.popup.pendingSunset.ios=Vi kan snart inte stödja den här enheten längre. Den sista uppdateringen släpps i februari 2024.%sDu kommer fortfarande att kunna spela i våra världar och handla på marknaden (inklusive med Minecoins) efter den sista uppdateringen, men du kommer inte att kunna genomföra nya köp på enheten. Realms hanterade på den här enheten fortsätter fungera i ett halvår såvida inte Realms-ägaren uppdaterar dem på en annan enhet. Du kan avsluta ditt Realms-abonnemang i inställningarna på enheten du skapade dina Realms på. Du kommer inte längre att få uppdateringar och kan inte spela flerspelarlägen på enheter eller med Realms som fortsätter att uppdateras. Du kommer inte heller att kunna ansluta till vissa servrar.%sKlicka på knappen för att läsa mer, till exempel hur du gör för att flytta din värld till en annan enhet. # -sunsetting.popup.pendingSunset.android=Vi kan snart inte stödja den här enheten längre. Den sista uppdateringen släpps i februari 2024.%sDu kommer fortfarande att kunna spela i våra världar och handla på marknaden (inklusive med Minecoins) efter den sista uppdateringen, men du kommer inte att kunna genomföra nya köp på enheten. Realms hanterade på den här enheten fortsätter fungera i ett halvår såvida inte Realms-ägaren uppdaterar dem på en annan enhet. Du kan avsluta ditt Realms-abonnemang via dina abonnemang i Google Play. Du kan öppna Google Play på valfri enhet eller från datorn där du kan logga in på ditt konto. Du kommer inte längre att få uppdateringar och kan inte spela flerspelarlägen på enheter eller med Realms som fortsätter att uppdateras. Du kommer inte heller att kunna ansluta till vissa servrar.%sKlicka på knappen för att läsa mer, till exempel hur du gör för att flytta din värld till en annan enhet. # -sunsetting.popup.pendingSunset.ios_android=Vi kan snart inte stödja den här enheten längre. Du får uppdateringar fram till november 2022, sedan släpper vi den slutliga uppdateringen för den här enheten. Vi ber om ursäkt för besväret. %sNär du har fått den slutliga uppdateringen kan du fortfarande spela dina världar och få tillgång till köp på Minecraft-marknaden (inklusive Minecoins). Realms som hanteras från den här enheten fortsätter att fungera i 6 månader om de inte uppdateras av Realm-ägaren på en annan enhet. Du får inte längre de senaste uppdateringarna och kan inte spela spel med flera spelare på enheter eller Realms som fortsätter att ta emot uppdateringar. Du kan inte heller ansluta till vissa servrar. %sKlicka på knappen för mer information, bland annat om att flytta dina världar till en ny enhet. # -sunsetting.popup.sunset.ios_android=Den här enheten stöds inte längre. Du har fått den slutliga uppdateringen för den här enheten. Från och med nu kan du fortsätta att bygga i dina världar och dina köp i Minecraft-marknaden (inklusive Minecoins) kommer att fortsätta att vara tillgängliga. Dina Realms fortsätter att fungera om de inte uppdateras av Realm-ägaren på en annan enhet. Du kommer inte längre att få de senaste uppdateringarna och du kommer inte att kunna spela spel med flera spelare på enheter eller Realms som fortsätter att ta emot uppdateringar. Du kommer inte heller att kunna ansluta till vissa servrar. %sKlicka på knappen för mer information, bland annat sätt att flytta dina världar till en ny enhet. Vi vet att detta orsakar besvär – vi är väldigt tacksamma för den tid du tillbringade med vårt spel och hoppas få se dig igen på en uppdaterad enhet. # -sunsetting.popup.pendingSunset.gearvr_win10=Vi kan snart inte stödja den här enheten längre. Du kommer att fortsätta att få uppdateringar fram till vår nästa stora versionsuppdatering, då du får din slutliga uppdatering för den här enheten. Vi ber om ursäkt för besväret. %sNär du har fått den slutliga uppdateringen kan du fortfarande spela på dina världar och få tillgång till köp på Minecraft-marknaden (inklusive Minecoins). Men du kommer inte längre att ha tillgång till spel för flera spelare eller Realms från den här enheten. Du kommer inte längre att få de senaste uppdateringarna och du kommer inte att kunna spela på enheter eller Realms som fortsätter att ta emot uppdateringar. Du kommer inte heller att kunna ansluta till vissa servrar. %sKlicka på knappen för mer information, bland annat sätt att flytta dina världar till en ny enhet. # -sunsetting.popup.sunset.gearvr_win10=Den här enheten stöds inte längre. Du har fått den slutliga uppdateringen för den här enheten. Från och med nu kan du fortsätta att bygga i dina världar och dina köp i Minecraft-marknaden (inklusive Minecoins) kommer att fortsätta att vara tillgängliga. Men du kommer inte längre att ha tillgång till spel för flera spelare eller Realms från den här enheten. Du kommer inte längre att få de senaste uppdateringarna och du kommer inte att kunna spela på enheter som fortsätter att ta emot uppdateringar. Du kommer inte heller att kunna ansluta till vissa servrar. # -sunsetting.popup.pendingSunset.dx10=Vi kan snart inte stödja den här grafikenheten längre. Du kommer att fortsätta att få uppdateringar fram till vår nästa stora versionsuppdatering, då du får din slutliga uppdatering för den här enheten. Vi ber om ursäkt för besväret. %sNär du har fått den slutliga uppdateringen kan du fortfarande spela på dina världar och få tillgång till köp på Minecraft-marknaden (inklusive Minecoins). Realms som hanteras från den här enheten fortsätter att fungera om de inte uppdateras av Realm-ägaren på en annan enhet. Du kommer inte längre att få de senaste uppdateringarna och du kommer inte att kunna spela spel med flera spelare på enheter eller Realms som fortsätter att ta emot uppdateringar. Du kommer inte heller att kunna ansluta till vissa servrar. %sKlicka på knappen för mer information, bland annat om att flytta dina världar till en ny enhet. # -sunsetting.popup.sunset.dx10=Den här grafikenheten stöds inte längre. Du har fått den slutliga uppdateringen för den här enheten. Från och med nu kan du fortsätta att bygga i dina världar och dina köp i Minecraft-marknaden (inklusive Minecoins) kommer att fortsätta att vara tillgängliga. Dina Realms fortsätter att fungera om de inte uppdateras av Realm-ägaren på en annan enhet. Du kommer inte längre att få de senaste uppdateringarna och du kommer inte att kunna spela spel med flera spelare på enheter eller Realms som fortsätter att ta emot uppdateringar. Du kommer inte heller att kunna ansluta till vissa servrar. %sKlicka på knappen för mer information, bland annat sätt att flytta dina världar till en ny enhet. Vi vet att detta orsakar besvär och är tacksamma för den tid du tillbringade med vårt spel och för ditt stöd. # - -sunsetting.popup.pendingSunset.geo.ios=Vår förmåga att stödja den här enheten kommer att upphöra i ditt område. Med den här sista uppdateringen kommer du fortfarande kunna spela på dina världar och få tillgång till dina marknadsplatsinköp, men du kommer inte längre att kunna göra inköp på marknadsplatsen. Realms som hanteras från den här enheten kommer att fortsätta att fungera i 6 månader. Från och med den 30:e september 2023 kommer du inte längre ha tillgång till Realms-världarna från den här enheten. Det rekommenderas att du laddar ner din värld innan dess och att du avslutar din prenumeration genom att gå till dina prenumerationsinställningar på din enhet. %sOm du har loggat in med ett Microsoft/Xbox Live-konto kommer dina marknadsplatsinköp, Minecoins och din Realms-prenumeration vara tillgängliga på dina andra plattformar där du spelar Minecraft. Om du vill flytta dina världar från den här enheten till en annan, kan du göra det genom att ladda upp världen till en Realm och sedan ladda ner en säkerhetskopia till din nya enhet. %sKlicka på knappen för att få mer information, bland annat om hur du flyttar din värld till en ny enhet. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Vår förmåga att stödja den här enheten har upphört i ditt område. Du kommer fortfarande kunna spela på dina världar och få tillgång till dina marknadsplatsinköp, men du kommer inte längre att kunna göra inköp på marknadsplatsen. Realms som hanteras från den här enheten kommer att fortsätta att fungera fram till den 30:e september 2023. Därefter kommer du inte längre att ha tillgång till Realms. Det rekommenderas att du laddar ner din värld innan dess. %sOm du har loggat in med ett Microsoft/Xbox Live-konto kommer dina marknadsplatsinköp, dina Minecoins och din Realms-prenumeration vara tillgängliga på andra plattformar. Om du vill flytta dina världar från den här enheten till en annan enhet kan du göra det genom att ladda upp världen till en Realm och sedan ladda ner en säkerhetskopia till din nya enhet. %sKlicka på knappen för att få mer information, bland annat om hur du kan flytta din värld till en ny enhet. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Vår förmåga att stödja den här enheten kommer att upphöra i ditt område. Med den här sista uppdateringen kommer du fortfarande kunna spela på dina världar och få tillgång till dina marknadsplatsinköp, men du kommer inte längre att kunna göra inköp på marknadsplatsen. Realms som hanteras från den här enheten kommer att fortsätta att fungera i 6 månader. Från och med den 30:e september 2023 kommer du inte längre ha tillgång till Realms-världarna från den här enheten. Det rekommenderas att du laddar ner din värld innan dess. %sOm du har loggat in med ett Microsoft/Xbox Live-konto kommer dina marknadsplatsinköp, Minecoins och din Realms-prenumeration vara tillgängliga på dina andra plattformar där du spelar Minecraft. Om du vill flytta dina världar från den här enheten till en annan, kan du göra det genom att ladda upp världen till en Realm och sedan ladda ner en säkerhetskopia till din nya enhet. %sKlicka på knappen för att få mer information, bland annat om hur du flyttar din värld till en ny enhet. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Vår förmåga att stödja den här enheten har upphört i ditt område. Du kommer fortfarande kunna spela på dina världar och få tillgång till dina marknadsplatsinköp, men du kommer inte längre att kunna göra inköp på marknadsplatsen. Realms som hanteras från den här enheten kommer att fortsätta att fungera fram till den 30:e september 2023. Därefter kommer du inte längre att ha tillgång till Realms. Det rekommenderas att du laddar ner din värld innan dess. %sOm du har loggat in med ett Microsoft/Xbox Live-konto kommer dina marknadsplatsinköp, dina Minecoins och din Realms-prenumeration vara tillgängliga på andra plattformar. Om du vill flytta dina världar från den här enheten till en annan enhet kan du göra det genom att ladda upp världen till en Realm och sedan ladda ner en säkerhetskopia till din nya enhet. %sKlicka på knappen för att få mer information, bland annat om hur du kan flytta din värld till en ny enhet. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Vår förmåga att stödja den här enheten kommer att upphöra i ditt område. Med den här sista uppdateringen kommer du fortfarande kunna spela på dina världar och få tillgång till dina marknadsplatsinköp, men du kommer inte längre att kunna göra inköp på marknaden. Realms som hanteras från den här enheten kommer att fortsätta att fungera i 6 månader. Från och med den 30:e september 2023 kommer du inte längre ha tillgång till Realms-världarna från den här enheten. Det rekommenderas att du laddar ner din värld innan dess och avslutar din prenumeration genom att gå till dina prenumerationer i Google Play. %sDu kommer inte längre att få de senaste uppdateringarna och kommer inte att kunna spela med flera spelare. Du kommer inte heller att kunna ansluta till vissa servrar. %sOm du har loggat in med ett Microsoft/Xbox Live-konto kommer dina marknadsplatsinköp, Minecoins och din Realms-prenumeration vara tillgängliga på dina andra plattformar där du spelar Minecraft. Du kan starta en ny prenumeration från de plattformarna. %sOm du vill flytta dina världar från den här enheten till en annan kan du göra det genom att ladda upp världen till en Realm och ladda ner en säkerhetskopia till din nya enhet. %sKlicka på knappen för att få mer information, bland annat om hur du flyttar din värld till en ny enhet. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Vår förmåga att stödja den här enheten har upphört i ditt område. Du kommer fortfarande kunna spela på dina världar och få tillgång till dina marknadsplatsinköp, men du kommer inte längre att kunna göra inköp på marknadsplatsen. Realms som hanteras från den här enheten kommer att fortsätta att fungera fram till den 30:e september 2023. Därefter kommer du inte längre att ha tillgång till Realms. Det rekommenderas att du laddar ner din värld innan dess. %sOm du har loggat in med ett Microsoft/Xbox Live-konto kommer dina marknadsplatsinköp, dina Minecoins och din Realms-prenumeration vara tillgängliga på andra plattformar. Om du vill flytta dina världar från den här enheten till en annan enhet kan du göra det genom att ladda upp världen till en Realm och sedan ladda ner en säkerhetskopia till din nya enhet. %sKlicka på knappen för att få mer information, bland annat om hur du kan flytta din värld till en ny enhet. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Vår förmåga att stödja den här enheten kommer att upphöra i ditt område. Med den här sista uppdateringen kommer du fortfarande kunna spela på dina världar och få tillgång till dina marknadsplatsinköp, men du kommer inte längre att kunna göra inköp på marknadsplatsen. Realms som hanteras från den här enheten kommer att fortsätta att fungera i 6 månader. Från och med den 30:e september 2023 kommer du inte längre ha tillgång till Realms-världarna från den här enheten. Det rekommenderas att du laddar ner din värld innan dess. %sOm du har loggat in med ett Microsoft/Xbox Live-konto kommer dina marknadsplatsinköp, Minecoins och din Realms-prenumeration vara tillgängliga på dina andra plattformar där du spelar Minecraft. Om du vill flytta dina världar från den här enheten till en annan, kan du göra det genom att ladda upp världen till en Realm och sedan ladda ner en säkerhetskopia till din nya enhet. %sKlicka på knappen för att få mer information, bland annat om hur du flyttar din värld till en ny enhet. # -sunsetting.popup.sunset.geo.generic=Vår förmåga att stödja den här enheten har upphört i ditt område. Du kommer fortfarande kunna spela på dina världar och få tillgång till dina marknadsplatsinköp, men du kommer inte längre att kunna göra inköp på marknadsplatsen. Realms som hanteras från den här enheten kommer att fortsätta att fungera fram till den 30:e september 2023. Därefter kommer du inte längre att ha tillgång till Realms. Det rekommenderas att du laddar ner din värld innan dess. %sOm du har loggat in med ett Microsoft/Xbox Live-konto kommer dina marknadsplatsinköp, dina Minecoins och din Realms-prenumeration vara tillgängliga på andra plattformar. Om du vill flytta dina världar från den här enheten till en annan enhet kan du göra det genom att ladda upp världen till en Realm och sedan ladda ner en säkerhetskopia till din nya enhet. %sKlicka på knappen för att få mer information, bland annat om hur du kan flytta din värld till en ny enhet. # +sunsetting.popup.pendingSunset.device=Vi stödjer inte den här enheten länge till. Du kommer att fortsätta få uppdateringar fram till mars 2025, då kommer den sista uppdateringen till den här enheten. %sNär du får den sista uppdateringen kommer du fortfarande att kunna spela i dina världar och få tillgång till köp på marknaden (inklusive Minecoins), men du kommer inte längre kunna göra nya köp på den här enheten. Realms kommer att fungera på enheten i 6 månader från och med 2025 om de inte uppdateras av Realm-ägare på en annan enhet. Om du vill säga upp ditt Realm-abonnemang måste du göra det i menyns Inställningar för abonnemang på den enhet den är skapad på. Du kommer inte längre få de senaste uppdateringarna och kan inte spela flerspelarläge med enheter eller Realms som fortsätter få uppdateringar. Du kan inte ansluta till vissa servrar. %sTryck på knappen för mer information. # +sunsetting.popup.sunset.device=Vi stödjer inte längre den här enheten. Du kommer inte längre få uppdateringar från och med mars 2025, tills du har uppdaterar den här enheten. Det här är den sista uppdateringen som stödjer den här enheten. %sDu kommer fortfarande att kunna spela i dina världar och få tillgång till köp på marknaden (inklusive Minecoins). Realms kommer att fungera på enheten i 6 månader från och med 2025 om de inte uppdateras av Realm-ägare på en annan enhet. Om du vill säga upp ditt Realm-abonnemang måste du göra det i menyns Inställningar för abonnemang på den enhet den är skapad på. Du kommer inte längre få de senaste uppdateringarna och kan inte spela flerspelarläge med enheter eller Realms som fortsätter få uppdateringar. Du kan inte ansluta till vissa servrar. %sTryck på knappen för mer information. # +sunsetting.popup.pendingSunset.windows_xr=Vi stödjer inte längre den här VR/MR-enheten. Du kommer inte längre få uppdateringar från och med mars 2025, då du får den sista uppdateringen som stödjer den här enheten. %sEfter den sista uppdateringen kommer du fortfarande få uppdateringar till din dator och kan spela utan VR/MR-enheten. Du kan fortsätta bygga världar och dina köp på marknaden (inklusive Minecoins) finns tillgängliga men inte med VR/MR-enheten. Du kommer inte längre kunna använda VR/MR-enheten i Minecraft eftersom den inte stöds i de senaste uppdateringarna.%sTryck på knappen för mer information. # +sunsetting.popup.sunset.windows_xr=Vi stödjer inte längre den här VR/MR-enheten. Du har fått den sista uppdateringen som stödjer den här enheten. Du kan fortfarande få uppdateringar till din dator och kan spela utan VR/MR-enheten. Du kan fortsätta bygga världar och dina köp på marknaden (inklusive Minecoins) finns tillgängliga men inte med VR/MR-enheten. Du kan inte längre använda VR/MR-enheten i Minecraft eftersom den inte stöds i de senaste uppdateringarna.%sTryck på knappen för mer information. Vi beklagar de besvär det här orsakar och är tacksamma för ditt stöd och den tid du lagt ner på vårt spel. # +sunsetting.popup.pendingSunset.geo=Vi kan inte längre stödja den här enheten i ditt område. Efter att du har fått den sista uppdateringen kan du fortfarande spela dina världar och få tillgång till dina köp från marknaden, men du kan inte längre handla på marknaden. Realms som hanteras från den här enheten kommer fortsätta att fungera i 6 månader. Från och med den 30:e september 2023 kommer du inte längre att ha tillgång till Realms. Det rekommenderas att du laddar ner din värld innan dess.%sOm du har loggat in med ett Microsoft-konto kommer dina marknadsinköp, Minecoins och din Realms-prenumeration att vara tillgängliga på andra plattformar. Om du vill flytta dina världar från den här enheten till en annan kan du göra det genom att ladda upp världen till ett Realm och sedan ladda ner en säkerhetskopia till din nya enhet.%sTryck på knappen för att få mer information, bland annat om hur du kan flytta din värld till en ny enhet. # +sunsetting.popup.sunset.geo=Vi kan inte längre stödja den här enheten i ditt område. Du kan fortfarande spela dina världar och få tillgång till dina köp från marknaden, men du kan inte längre handla på marknaden. Realms som hanteras från den här enheten kommer fortsätta att fungera fram till den 30:e september 2023. Efter det har du inte längre tillgång till Realms. Det rekommenderas att du laddar ner din värld innan dess.%sOm du har loggat in med ett Microsoft-konto kommer dina marknadsinköp, Minecoins och din Realms-prenumeration att vara tillgängliga på andra plattformar. Om du vill flytta dina världar från den här enheten till en annan kan du göra det genom att ladda upp världen till ett Realm och sedan ladda ner en säkerhetskopia till din nya enhet.%sTryck på knappen för att få mer information, bland annat om hur du kan flytta din värld till en ny enhet. # sunsetting.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 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Ingredienser: # item.smithing_template.name=Smidesmall # item.smithing_template.netherite_upgrade.applies_to=Diamantutrustning # 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.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.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.ward_armor_trim_smithing_template.name=Skydds-rustningsdetaljer # +item.silence_armor_trim_smithing_template.name=Tystnadsrustningsdetaljer # +item.tide_armor_trim_smithing_template.name=Tidvatten-rustningsdetaljer # +item.snout_armor_trim_smithing_template.name=Nos-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.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 # item.spawn_egg.entity.camel.name=Kamelspawnägg # item.spruce_hanging_sign.name=Hängande granskylt # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Stigfinnarrustningsdetaljer # trim_pattern.wild.name=Vilda rustningsdetaljer # trim_pattern.bolt.name=Bult-rustningsdetaljer # trim_pattern.flow.name=Flödes-rustningsdetaljer # -upgrade.netherite_upgrade.name=Netherituppgradering # storageManager.mainSizeLabel=%s - 1 föremål # storageManager.mainSizeLabelPlural=%s - %s föremål # @@ -8443,6 +8453,8 @@ store.csb.buyNow.title=Skaffa ditt Marketplace Pass-abonnemang #### {StrContain store.csb.subscription=När du skaffar passet får du tillgång till över 150 spännande föremål på Minecraft-marknaden. Ladda ner och spela äventyrskartor, använd utseenden, dyk ner i texturpaket och få en uppsättning karaktärsskaparföremål varje månad. Marketplace Pass-katalogen uppdateras regelbundet, så det finns alltid något nytt att upptäcka. Du debiteras %s/månad och kan säga upp abonnemanget när som helst för att stoppa framtida debitering. #### {StrContains="Marketplace Pass"} +store.csb.terms=Marketplace Pass är ett abonnemang för innehåll som kan användas med stödda versioner av Minecraft (spelet säljs separat) på Windows och andra stödda plattformar där du äger spelet (Minecraft Java Edition och Amazon Kindle Fire Edition stöds inte); ett aktivt abonnemang krävs för att använda Marketplace Pass-innehåll. Innehållet varierar över tid och är kanske inte tillgängligt i alla länder. Efter den kostnadsfria provperioden fortsätter abonnemanget debiteras till det då aktuella ordinarie priset (med förbehåll för ändringar) plus moms om det inte sägs upp. Du kan säga upp abonnemanget genom att gå till Tjänster och prenumerationer på ditt Microsoft-konto. Om ditt abonnemang avslutas eller om innehåll tas bort från katalogen måste du återaktivera ditt abonnemang eller köpa innehållet separat för att fortsätta använda det. Internetleverantörens avgifter kan tillkomma. Vi kan ibland tillhandahålla innehåll som förblir tillgängligt för dig även efter att ditt abonnemang har avslutats, i vilket fall vi förbehåller oss rätten att ta bort sådant innehåll om det blir inkompatibelt eller om våra rättigheter till innehållet upphör att gälla. Abonnemanget kan komma att ändras och/eller avslutas. Omfattas av Microsofts tjänsteavtal (www.microsoft.com/msa) och Minecrafts slutanvändarlicensavtal (https://www.minecraft.net/eula). Alla översättningar av de här villkoren har gjorts i rent hjälpsyfte, och vid skillnader mellan engelska versionen och icke-engelska versioner är det den engelska versionen som gäller. #### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] + store.csb.recurring.offerTrial=Marketplace Pass är ett löpande abonnemang med en återkommande abonnemangsavgift som debiteras automatiskt vajr månad tills abonnemanget sägs upp.%sÖver 150 marknadspaket blir tillgängliga direkt. Du kan säga upp ditt abonnemang för att stoppa framtida debitering genom att öppna abonnemangsinställningarna. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass är ett löpande abonnemang med en återkommande abonnemangsavgift som debiteras automatiskt vajr månad tills abonnemanget sägs upp.%sÖver 150 marknadspaket blir tillgängliga direkt. Du debiteras %s/månad och kan säga upp ditt abonnemang för att stoppa framtida debitering genom att öppna abonnemangsinställningarna. #### {StrContains="Marketplace Pass"} store.csb.consumable.offerTrial=Du får omedelbar tillgång till fler än 150 paket från marknaden. Abonnemanget är kostnadsfritt under de första 30 dagarna. Därefter kan du förlänga abonnemanget i 30 dagar för %s. # @@ -8854,8 +8866,6 @@ store.myAccount=Mitt konto # store.xbl.signin=Logga in # store.xbl.signinOrSignUp=Logga in eller registrera dig gratis # store.xbl.disconnected=Nedkopplad # -store.xbl.conversionFailedTitle=Någonting gick fel # -store.xbl.conversionFailedMessage=Försök igen senare. # store.sales.allByCreator=På rea nu! # store.sales.bundlesOnSale=Paket på rea nu! # @@ -9027,8 +9037,8 @@ tile.deny.name=Neka # tile.border_block.name=Gräns # tile.anvil.intact.name=Städ # tile.anvil.name=Städ # -tile.anvil.slightlyDamaged.name=Lätt skadat städ # -tile.anvil.veryDamaged.name=Mycket skadat städ # +tile.anvil.slightlyDamaged.name=Kantstött städ # +tile.anvil.veryDamaged.name=Skadat städ # tile.barrier.name=Barriär # tile.beacon.name=Fyrljus # tile.beacon.primary=Primär kraft # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Järnblock # tile.lapis_block.name=Lapis lazuli-block # tile.redstone_block.name=Rödstensblock # tile.bookshelf.name=Bokhylla # -tile.brick_block.name=Tegelblock # +tile.brick_block.name=Tegel # tile.brown_mushroom.name=Brun svamp # tile.brown_mushroom_block.mushroom.name=Svamp # tile.brown_mushroom_block.stem.name=Svampfot # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Blåmålad glasruta # tile.stained_glass_pane.purple.name=Lilamålad glasruta # tile.stained_glass_pane.magenta.name=Ljuslilamålad glasruta # tile.stained_glass_pane.pink.name=Rosamålad glasruta # -tile.clay.name=Lerblock # +tile.clay.name=Lera # tile.hardened_clay.name=Terrakotta # tile.stained_hardened_clay.black.name=Svart terrakotta # tile.stained_hardened_clay.blue.name=Blå terrakotta # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Röd Nether-tegelmur # tile.cocoa.name=Kakao # tile.command_block.name=Kommandoblock # tile.composter.name=Komposterare # -tile.light_block.name=Ljusblock # +tile.light_block.name=Ljus # tile.repeating_command_block.name=Upprepande kommandoblock # tile.chain_command_block.name=Kedjande kommandoblock # tile.wheat.name=Grödor # tile.darkOakFence.name=Mörkt ekstaket # tile.dark_oak_fence_gate.name=Mörk ekgrind # -tile.daylight_detector.name=Dagsljussensor # +tile.daylight_detector.name=Dagsljusdetektor # tile.deadbush.name=Vissen buske # tile.detector_rail.name=Sensorräls # tile.dirt.coarse.name=Smuts # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Automat # tile.iron_door.name=Järndörr # tile.doorWood.name=Trädörr # tile.double_plant.fern.name=Stor ormbunke # -tile.double_plant.grass.name=Dubbelt höggräs # +tile.double_plant.grass.name=Högt gräs # tile.double_plant.name=Planta # tile.double_plant.paeonia.name=Pion # tile.double_plant.rose.name=Rosenbuske # @@ -9385,7 +9395,7 @@ tile.log.spruce.name=Granstock # tile.magma.name=Magmablock # tile.melon_block.name=Melon # tile.mob_spawner.name=Monsterspawnare # -tile.monster_egg.brick.name=Infesterad mursten # +tile.monster_egg.brick.name=Infesterade murstenar # tile.monster_egg.chiseledbrick.name=Infesterad utmejslad mursten # tile.monster_egg.cobble.name=Infesterad kullersten # tile.monster_egg.crackedbrick.name=Infesterad sprucken mursten # @@ -9395,7 +9405,7 @@ tile.monster_egg.stone.name=Infesterad sten # tile.mushroom.name=Svamp # tile.noteblock.name=Notblock # tile.mycelium.name=Mycel # -tile.nether_brick.name=Nether-tegelblock # +tile.nether_brick.name=Nether-tegel # tile.red_nether_brick.name=Rött Nether-tegel # tile.nether_brick_fence.name=Nether-tegelstaket # tile.quartz_ore.name=Nether-kvartsmalm # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Djungelskylt # tile.acacia_standing_sign.name=Akaciaskylt # tile.darkoak_standing_sign.name=Mörk ekskylt # tile.slime.name=Slemblock # -tile.snow.name=Snö # +tile.snow.name=Snöblock # tile.sponge.dry.name=Tvättsvamp # tile.sponge.wet.name=Våt tvättsvamp # tile.spruceFence.name=Granstaket # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Block av död bubbelkorall # tile.coral_block.red_dead.name=Block av död millepora # tile.coral_block.yellow_dead.name=Block av död tetrakorall # tile.tallgrass.fern.name=Ormbunke # -tile.tallgrass.grass.name=Gräs # -tile.tallgrass.name=Gräs # +tile.tallgrass.grass.name=Kort gräs # +tile.tallgrass.name=Kort gräs # tile.tallgrass.shrub.name=Buskage # tile.tuff_brick_slab.name=Tufftegelplatta # tile.tuff_brick_stairs.name=Tufftegeltrappa # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Tufftrappa # tile.tuff_wall.name=Tuffvägg # tile.seagrass.seagrass.name=Sjögräs # tile.sea_pickle.name=Havsgurka # -tile.turtle_egg.name=Havssköldpaddsägg # +tile.turtle_egg.name=Sköldpaddsägg # tile.coral.blue.name=Orgelkorall # tile.coral.pink.name=Hjärnkorall # tile.coral.purple.name=Bubbelkorall # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Död milleporahornkorall # tile.coral_fan_dead.yellow_fan.name=Död tetrahornkorall # tile.glass_pane.name=Glasruta # tile.tnt.name=Dynamit # -tile.snow_layer.name=Snöskikt # +tile.snow_layer.name=Snö # tile.torch.name=Fackla # tile.trapdoor.name=Ekfallucka # tile.acacia_trapdoor.name=Akaciafallucka # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Vatten # tile.water.name=Vatten # tile.waterlily.name=Näckrosblad # tile.web.name=Spindelnät # -tile.heavy_weighted_pressure_plate.name=Viktplatta (tung) # -tile.light_weighted_pressure_plate.name=Viktplatta (lätt) # +tile.heavy_weighted_pressure_plate.name=Tung tryckplatta # +tile.light_weighted_pressure_plate.name=Lätt viktplatta # tile.end_stone.name=Slutsten # tile.end_bricks.name=Slutmursten # tile.planks.acacia.name=Akaciaplankor # @@ -10288,7 +10298,7 @@ xbox.signin.enterCode=Och ange den här koden: # xbox.signin.enterCode.qr=2. Ange koden nedan när du uppmanas: # xbox.signin.letsPlay=Nu spelar vi! # xbox.signin.message=Logga in med ditt kostnadsfria Microsoft-konto för att uppleva allt Minecraft har att erbjuda. # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Logga in med ett annat Microsoft-konto # xbox.signin.website=Besök den här webbplatsen på en annan enhet: # xbox.signin.website.qr=1. Besök den här webbplatsen på en annan enhet: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Kunde inte logga in i %s-sandlådan. Byt xbox.dev_wrongSandboxSigninFailed.button.dev=Byt till utvecklarsandlåda # xbox.dev_wrongSandboxSigninFailed.button.retail=Byt till konsumentsandlåda # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Rensa kontoinloggningsdata # -xbox.addfriendsignin.line1=Hitta dina kompisar via deras gamertags så ser du när de är online. # -xbox.addfriendsignin.line2=Logga in med ett Microsoft-konto för att börja lägga till kompisar! # xbox.invitesignin.line1=Bjud in dina kompisar via deras gamertags så ser du deras världar när de är online. # xbox.invitesignin.line2=Logga in med ett Microsoft-konto för att börja bjuda in kompisar! # xbox.thirdpartysignin.line1=Roliga minispel och nya spelare väntar på dig! Men först vill "%s" veta vem du är. # xbox.thirdpartysignin.line2=Du måste logga in med ett Microsoft-konto för att ansluta! # xbox.signInLong=Logga in gratis! # xbox.signOutLong=Logga ut från ditt Microsoft-konto # -xbox.externalServer.title=Spela på en server # -xbox.externalServer.line1=Servrar erbjuder de mest kreativa sätten att spela Minecraft! Först måste du logga in så att vi kan se till att du tillåtit spel med nya personer. # xbox.genericsignin.line1=Med ett Minecraft-konto kan du spela i flerspelarläge online med kompisar på PC och mobila enheter. Och vet du vad det bästa är? # xbox.genericsignin.line2=Det är gratis! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Välj nytt utseende # dr.classic_skins.custom_skin_title=Importera utseende # dr.classic_skins.custom_skin_description=Importera en png (64x32, 64x64 eller 128x128) från din enhet för att använda den som utseende. Det synkroniseras inte mellan enheter eller spel. # -dr.classic_skins.custom_skin_description_disabled= Din enhet kan inte välja ett anpassat utseende i flerspelarläge. Återvänd till huvudmenyn för att använda ett. # +dr.classic_skins.custom_skin_description_disabled=Din enhet kan inte välja ett anpassat utseende i flerspelarläge. Återvänd till huvudmenyn för att använda ett. # dr.classic_skins.custom_skin_description_popup=Du ser inte spelare med anpassade utseenden om alternativet ”Tillåt endast betrodda utseenden” är aktiverat # dr.classic_skins.custom_skin_section_title=Dina utseenden # dr.classic_skins.invalidCustomSkin=Importera en .png-fil med dimensionerna 64x64, 64x32 eller 128x128 # diff --git a/resource_pack/texts/tr_TR.lang b/resource_pack/texts/tr_TR.lang index 80a088c8f..340bc66bf 100644 --- a/resource_pack/texts/tr_TR.lang +++ b/resource_pack/texts/tr_TR.lang @@ -964,6 +964,7 @@ 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.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 # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s: %2$s için tarif kilidi zaten açık # commands.recipes.playerDoesNotHaveRecipe=%1$s şu tarife sahip değil: %2$s # commands.recipes.notFound=Tarif bulunamadı. # commands.recipes.notUnlockable=Tarifin, tarif defterinde kilidi açılamaz. # +commands.reload.all.description=Tüm davranış paketlerindeki tüm işlevleri ve komut dosyalarını yeniden yükler veya isteğe bağlı olarak dünyayı ve tüm kaynak ile davranış paketlerini yeniden yükler. # commands.reload.description=Tüm davranış paketlerindeki tüm işlev ve komut dosyalarını yeniden yükler. # -commands.reload.editor.description=Tüm davranış paketlerindeki tüm işlevleri ve komut dosyalarını yeniden yükler veya isteğe bağlı olarak tüm kaynakları yeniden yüklemek için istemciyi yeniden başlatır. # +commands.reload.started=Dünyayı yeniden yükleme başlatıldı. # commands.reload.success=İşlev ve komut dosyaları yeniden yüklendi. # commands.reload.error=Beklenmeyen bir hata oluştu. # +commands.reload.onlyHost=Yalnızca kurucu oyuncu dünyayı yeniden yükleyebilir. # commands.replaceitem.description=Envanterlerdeki eşyaları değiştirir. # commands.replaceitem.failed=%s yuva %d, %d * %s ile değiştirilemedi # commands.replaceitem.keepFailed=%s yuvası %d içinde zaten bir eşya var. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Oluşturucu Kameraları: Odak He createWorldScreen.experimentalFocusTargetCameraDescription=Mevcut boş kameranın bir varlığı hedef alma davranışını etkinleştirir # createWorldScreen.recipeUnlocking=Tarif Kilidini Açma # createWorldScreen.recipeUnlockingDescription=Tarif kilidini açmayı etkinleştir # -createWorldScreen.experimentalholiday=Tatil Oluşturucu Özellikleri # -createWorldScreen.experimentalholidayDescription=Blok şeklini, dönüşünü, hasarlarını ve daha fazlasını özelleştirmek için veriye dayalı bloklar ve eşya teknolojisi ekle # createWorldScreen.experimentalGameTest=Beta API'ler # createWorldScreen.experimentalGameTestDescription=Eklenti paketlerinde API modüllerinin '-beta' sürümlerini kullanın # createWorldScreen.experimentalMolangFeatures=Molang Özellikleri # @@ -1907,6 +1908,8 @@ 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 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Bir Realm'e katılmak için Microso 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. # +realmsSharingScreen.inviteLinkNotFoundTitle=Realms Hatası # +realmsSharingScreen.inviteLinkNotFoundMessage=Bu davet bağlantısı geçersiz. # realmsCreateScreen.title.create=Realm Sunucusu Oluştur # realmsCreateScreen.title.extend=Realm'ı Uzat # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=180 Gün Uzat # xblLogin.LoginMessageTitle=Microsoft Hesabı # xblLogin.LoginMessage=Bağlanıyor… # -xbl.savePurchase.description.line1=Minecraft Mağazası etkin olan herhangi bir sistemden satın aldığınız her şeyi kullanarak oynamak ister misiniz? ÜCRETSİZ bir Microsoft hesabı ile oturum açın ve satın aldığınız Dış Görünüş, Doku, Harita ve Karışımları eşitleyerek Minecraft'ta kullanın ve oynayın! # -xbl.savePurchase.description.line2=Sisteminizi kaybeder veya Minecraft'ı kaldırırsanız, satın aldığınız içerikler Microsoft hesabınızı kullandığınızda eşitlenir ve herhangi bir sistemde erişilebilir hale gelir. # -xbl.savePurchase.leaveOnDevice=Cihazda Bırak # -xbl.savePurchase.title=Alınanlar Microsoft Hesabına kaydedilsin mi? # xbl.savePurchase.saveButton=Microsoft Hesabına kaydet # -xbl.savePurchase.toast.title=Başarılı! # -xbl.savePurchase.toast.message=Satın alma işlemleri Microsoft Hesabıyla eşitlendi! # -xbl.savePurchase.inProgress.message=Satın alınanlar Microsoft Hesabına aktarılıyor... # - -xbl.syncIAP.title=Alınanlar Microsoft Hesabınızla eşitlensin mi? # -xbl.syncIAP.description=Dış Görünüş, Doku Paketi, Dünya ve Eklentilerinizi eşitlemek için bir Microsoft Hesabı ile oturum açın. Minecraft oynadığınız her cihazda bunları kullanabilirsiniz. # -xbl.syncIAP.syncNow=Şimdi Eşitle... # -xbl.syncIAP.syncLaterEllipsis=Sonra Eşitle... # -xbl.syncIAP.syncLater=Sonra Eşitle # -xbl.syncIAP.toast.title=Başarılı! # -xbl.syncIAP.toast.message=Satın alınanlar Microsoft Hesabınızla eşitlendi! # -xbl.syncIAP.inProgress.message=Satın alınanlar Microsoft Hesabınızla eşitleniyor… # -xbl.syncIAP.skipSignIn.prompt.description=Bu cihazın satın alma işlemlerini bu hesapla eşitlemezseniz, bu Microsoft Hesabı bu cihazın birincil hesabı olmaz. Minecraft'ı başlattığınızda oturumunuz otomatik olarak açılmaz. # - -xbl.syncIAP.confirmSync.prompt.title=%s ile eşitlensin mi? # -xbl.syncIAP.confirmSync.prompt.description.line1=Uygulama mağazasından satın aldıklarınızı %s ile eşitlemek istiyor musunuz? # -xbl.syncIAP.confirmSync.prompt.description.line2=Minecraft Market dışından satın aldığın paketler yalnızca bir kez eşitlenebilir. Bu cihazda oynayan her oyuncu bu paketleri kullanmaya devam edebilir. # -xbl.syncIAP.confirmSync.prompt.yes=Evet, Satın Aldıklarımı Eşitle # 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. # @@ -2512,8 +2495,6 @@ 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.skipSignIn.prompt.title=Geçici Hesap # -xbl.skipSignIn.prompt.description=Bu cihazın satın alma işlemlerini bu hesaba aktarmazsanız, bu Microsoft Hesabı bu cihazın birincil hesabı olmaz. Minecraft'ı başlattığınızda oturumunuz otomatik olarak açılmaz. # 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? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s duvarın içinde havasızlıktan boğuldu # death.attack.lava=%1$s lavın içinde yüzmeye çalıştı # death.attack.lava.player=%1$s, %2$s'den kaçmak için lavın içinde yüzmeye çalıştı # death.attack.lightningBolt=%1$ yıldırım çarptı # +death.attack.maceSmash.player=%1$s, %2$s tarafından ezildi # +death.attack.maceSmash.player.item=%1$s, %2$s tarafından %3$s ile ezildi # death.attack.magic=%1$s büyü ile öldürüldü # death.attack.magma=%1$s zeminin lav olduğunu keşfetti # death.attack.magma.player=%1$s, %2$s nedeniyle tehlike bölgesinde yürüdü # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Sunucu ve İstemci, "İstemci Tar disconnectionScreen.editor.cannotUseRayTracing=Işın İzleme etkin kaynak paketleri henüz Editör projeleriyle uyumlu değildir. # disconnectionScreen.unexpectedPacket=İşlenemeyen beklenmedik bir paket türü nedeniyle bağlantı kesildi. Bunun nedeni, ağ düzeyinde bir sürüm uyuşmazlığı veya bozulması olabilir. # disconnectionScreen.connectionLost=Sunucu bağlantısı kesildi. Bu dünyada hala sunuculuk yapılıyor ise lütfen internet bağlantınızı kontrol edip tekrar bağlanmayı deneyin. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Dünya yüklenemiyor. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Bu dünyayı demo modunda açmayı deneyin. # disconnectionScreen.errorCode=Hata Kodu: # storageSpaceWarningScreen.frontend=Veri depolama alanınız dolmak üzere! Ek depolama alanı açana kadar Minecraft bu özelliğe erişiminizi kısıtladı. # @@ -3041,7 +3026,7 @@ entity.villager.librarian=Kütüphaneci # entity.villager.shepherd=Çoban # entity.villager.tool=Alet Yapımcısı # entity.villager.weapon=Silâhtar # -entity.villager.mason=Taş Ustası # +entity.villager.mason=Mason # entity.villager.unskilled=Vasıfsız Köylü # entity.villager_v2.name=Köylü # entity.vindicator.name=İntikamcı # @@ -3126,7 +3111,7 @@ feed.upload=Ekran görüntünüz karşıya yükleniyor... # feed.manage=Haber Akışını Yönet # feed.share=Paylaş # feed.addScreenshot=Ekran Görüntüsü Ekle # -feed.screenshotCapturedRealms=Ekran görüntüsü alındı. Paylaşmak için Realms Hikayeleri'ne gidin. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Ekran görüntüsü alındı. Görüntüyü, ekran görüntüsü galerinizde görüntüleyebilirsiniz. # feed.screenshotAlmostFull=Ekran görüntüsü alındı. Galeriniz dolmak üzere. (%d/%d) # feed.screenshotReachedMax=Ekran görüntüsü alındı. Galeriniz dolu. (%d/%d) # @@ -3420,7 +3405,7 @@ howtoplay.anvil.text.5=Her kullanımda Örs hasar görebilir ve yeterli miktarda howtoplay.armor=Zırh # howtoplay.armor.text.1=Zırh giyerek kendinizi gelecek hasarlardan koruyabilirsiniz. Zırh seviyeniz Baş Üstü Ekranında :armor: ile gösterilir ve seviye yükseldikçe daha az hasar görürsünüz. # howtoplay.armor.header.1=Eşya Yapma # -howtoplay.armor.text.2=Zırh; Deri, Demir, Altın veya Elmastan yapılabilir. Zincirli Zırh, köylü ticareti ile elde edilebilir ve zombiler ile iskeletlerden yağmalanabilir. # +howtoplay.armor.text.2=Zırhlar Deri, Demir, Altın veya Elmastan yapılabilir. Zincirli Zırh köylü ticareti aracılığıyla ve zombiler ile iskeletleri yağmalayarak elde edilebilir. # howtoplay.armor.text.3=Envanterinizi açıp Zırh parçalarını oyuncu dış görünüşünün yanındaki uygun yuvaya taşıyarak Zırh giyebilirsiniz. # howtoplay.armor.text.4=Demir, Zincir ve Altın Zırh bir Ocak üzerinde Demir veya Altın Parçası halinde eritilebilir. # howtoplay.armor.header.2=Kalkan # @@ -3502,7 +3487,7 @@ howtoplay.blocks.text.8=§eMagma Bloku§f - Nether'da doğal olarak bulunur, bir howtoplay.blocks.text.9=§eKaba Toprak§f - Normal bir Toprak Blokuna çok benzer, ancak üzerinde Çimen yetişemez. Savana ve Mega Tayga biyomlarında bulunabilir. # howtoplay.bookAndQuill=Kitap ve Tüy # -howtoplay.bookAndQuill.text.1=Kitap ve Tüy, maceralarınızı kaydetmenizi sağlar. Sayfalara metinler ekleyerek hikayenizi anlatın. Başlığı ve yazarı bile değiştirebilirsiniz! Çalışmanızı tamamlamak için Kitap & Tüy'ü imzalayın. Kitap & Tüy imzalanana kadar düzenlenebilir. # +howtoplay.bookAndQuill.text.1=Kitap ve Tüy, maceralarınızı kaydetmenizi sağlar. Sayfalara yazı yazarak hikâyenizi anlatın. Başlığı ve yazarı bile değiştirebilirsiniz! Çalışmanızı tamamlamak için Kitap ve Tüy'ü imzalayın. Kitap ve Tüy imzalanana kadar düzenlenebilir. # howtoplay.brewingStand=Simya Standı # howtoplay.brewingStand.text.1=İksir hazırlamak için bir Simya Standı gereklidir. Her iksir, Kazan veya su kaynağından Cam Şişenin doldurulması ile hazırlanan bir şişe su ile başlar. # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=Minecraft'ın oyun içi para birimi olan Minecoin ile howtoplay.minecoins.text.2=Kullanıldıktan sonra Minecoin'leriniz Microsoft hesabınıza bağlanır, böylece paralarınıza ve satın aldıklarınıza desteklenen diğer cihazlardan da erişebilirsiniz! # howtoplay.minecoins.button.text.1=Para Al # howtoplay.minecoins.header.1=Feragat # -howtoplay.minecoins.text.3=*Minecoin'ler Minecraft Market ile Minecraft: Bedrock Edition sürümünü gerektirir. Minecoin'ler PlayStation® ile uyumlu değildir. Uyumluluk bilgileri için minecraft.net/minecoins adresini ziyaret edin  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoin'ler Minecraft Market ile Minecraft: Bedrock Edition sürümünü gerektirir. Minecoin'ler PlayStation® ile uyumlu değildir. Uyumluluk bilgileri için minecraft.net/minecoins adresini ziyaret edin #### CertRequirement: [PlayStation®] howtoplay.mining=Madencilik # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=Altın # item.axolotlColorWild.name=Kahverengi # item.axolotlColorBlue.name=Mavi # item.golden_apple.name=Altın Elma # -item.appleEnchanted.name=Büyülü Elma # +item.appleEnchanted.name=Büyülü Altın Elma # item.armadillo_scute.name=Armadillo Sırt Pulu # item.armor_stand.name=Zırh Askısı # item.arrow.name=Ok # @@ -4626,7 +4611,7 @@ item.banner.half_vertical_right.red=Kırmızı Sağ Yarı # item.banner.half_vertical_right.silver=Açık Gri Sağ Yarı # item.banner.half_vertical_right.white=Beyaz Sağ Yarı # item.banner.half_vertical_right.yellow=Sarı Sağ Yarı # -item.banner.illager_captain.name=Serseri Köylü Flaması # +item.banner.illager_captain.name=Uğursuz Flama # item.banner.lightBlue.name=Açık Mavi Flama # item.banner.lime.name=Açık Yeşil Flama # item.banner.magenta.name=Eflatun Flama # @@ -5022,7 +5007,7 @@ item.boat.big_oak.name=Koyu Meşe Tekne # item.bone.name=Kemik # item.book.name=Kitap # item.breeze_rod.name=Rüzgâr Çubuğu # -item.chainmail_boots.name=Zincir Botlar # +item.chainmail_boots.name=Zincirli Botlar # item.leather_boots.name=Deri Botlar # item.diamond_boots.name=Elmas Botlar # item.golden_boots.name=Altın Botlar # @@ -5122,18 +5107,18 @@ item.warped_fungus_on_a_stick.name=Sopa üzerinde Çarpık Mantar # item.carrot.name=Havuç # item.cauldron.name=Kazan # item.charcoal.name=Odun Kömürü # -item.chainmail_chestplate.name=Zincir Zırh # +item.chainmail_chestplate.name=Zincirli Göğüs Zırhı # item.leather_chestplate.name=Deri Ceket # item.diamond_chestplate.name=Elmas Zırh # item.golden_chestplate.name=Altın Zırh # item.iron_chestplate.name=Demir Zırh # item.chorus_fruit.name=Koro Meyvesi # item.chorus_fruit_popped.name=Atık Koro Meyvesi # -item.cooked_beef.name=Pişmiş Biftek # +item.cooked_beef.name=Biftek # item.cooked_chicken.name=Pişmiş Tavuk # item.cooked_porkchop.name=Pişmiş Domuz Pirzolası # item.chicken.name=Çiğ Tavuk # -item.clay_ball.name=Kil # +item.clay_ball.name=Kil Topu # item.clock.name=Saat # item.coal.name=Kömür # item.comparator.name=Redstone Karşılaştırıcı # @@ -5242,7 +5227,7 @@ item.golden_axe.name=Altın Balta # item.iron_axe.name=Demir Balta # item.stone_axe.name=Taş Balta # item.wooden_axe.name=Tahta Balta # -item.chainmail_helmet.name=Zincir Miğfer # +item.chainmail_helmet.name=Zincirli Miğfer # item.leather_helmet.name=Deri Başlık # item.diamond_helmet.name=Elmas Miğfer # item.golden_helmet.name=Altın Miğfer # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=Netherit Miğfer # item.lead.name=Tasma # item.leather.name=Deri # item.leaves.name=Yapraklar # -item.chainmail_leggings.name=Zincir Bacak Zırhı # +item.chainmail_leggings.name=Zincirli Bacak Zırhları # item.leather_leggings.name=Deri Pantolon # item.diamond_leggings.name=Elmas Bacak Zırhı # item.golden_leggings.name=Altın Bacak Zırhı # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Çöl Köyü Haritası # item.map.exploration.jungle_temple.name=Büyük Orman Kaşifi Haritası # item.map.exploration.swamp_hut.name=Bataklık Kaşifi Haritası # item.map.exploration.trial_chambers.name=Serüven Kaşifi Haritası # -item.melon.name=Karpuz # -item.milk.name=Süt # +item.melon.name=Karpuz Dilimi # +item.milk.name=Süt Kovası # item.minecart.name=Maden arabası # item.chest_minecart.name=Sandıklı Maden arabası # item.command_block_minecart.name=Komut Bloklu Maden Arabası # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Shulker Çağırma Yumurtası # item.spawn_egg.entity.endermite.name=Endermite Çağırma Yumurtası # item.spawn_egg.entity.evocation_illager.name=Uyandırıcı Çağırma Yumurtası # item.spawn_egg.entity.vex.name=Sinirbozan Çağırma Yumurtası # -item.spawn_egg.entity.turtle.name=Deniz Kaplumbağası Çağırma Yumurtası # +item.spawn_egg.entity.turtle.name=Kaplumbağa Çağırma Yumurtası # item.spawn_egg.entity.dolphin.name=Yunus Çağırma Yumurtası # item.spawn_egg.entity.phantom.name=Fantom Çağırma Yumurtası # item.spawn_egg.entity.panda.name=Panda Çağırma Yumurtası # @@ -5440,13 +5425,13 @@ item.record_creator.desc=Lena Raine - Oluşturucu # item.record_creator_music_box.desc=Lena Raine - Oluşturucu (Müzik Kutusu) # item.record_precipice.desc=Aaron Cherof - Uçurum # item.redstone.name=Redstone Tozu # -item.reeds.name=Şeker Kamışları # +item.reeds.name=Şeker Kamışı # item.kelp.name=Varek # item.dried_kelp.name=Kurutulmuş Varek # item.rotten_flesh.name=Çürük et # item.ruby.name=Yakut # item.saddle.name=Eyer # -item.wheat_seeds.name=Tohumlar # +item.wheat_seeds.name=Buğday Tohumları # item.beetroot_seeds.name=Pancar Tohumu # item.melon_seeds.name=Karpuz Tohumu # item.pumpkin_seeds.name=Balkabağı Tohumları # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Akasya Levha # item.darkoak_sign.name=Koyu Meşe Levha # item.crimson_sign.name=Kızıl Levha # item.warped_sign.name=Çarpık Levha # -item.skull.char.name=Kafa # +item.skull.char.name=Oyuncu Kafası # item.skull.creeper.name=Creeper Kafası # item.skull.dragon.name=Ejderha Kafası # item.skull.player.name=%s Kafası # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Wither İskelet Kafatası # item.skull.zombie.name=Zombi Kafası # item.slime_ball.name=Balçık Topu # item.snowball.name=Kartopu # -item.speckled_melon.name=Parlayan Karpuz # +item.speckled_melon.name=Parlayan Karpuz Dilimi # item.spider_eye.name=Örümcek gözü # item.stick.name=Sopa # item.string.name=İp # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Kaplumbağa Sırt Pulu # item.phantom_membrane.name=Fantom Zarı # item.sweet_berries.name=Tatlı Meyveler # item.suspicious_stew.name=Şüpheli Yahni # +item.field_masoned_banner_pattern.name=Tuğla Tasarımlı Flama Deseni # +item.creeper_banner_pattern.name=Creeper Şekli Flama Deseni # +item.flow_banner_pattern.name=Akış Flama Deseni # +item.flower_banner_pattern.name=Çiçek Şekli Flama Deseni # +item.globe_banner_pattern.name=Küre Flama Deseni # +item.guster_banner_pattern.name=Guster Flama Deseni # +item.piglin_banner_pattern.name=Burun Flama Deseni # +item.skull_banner_pattern.name=Kuru Kafa Şekli Flama Deseni # +item.mojang_banner_pattern.name=Şey Flama Deseni # +item.bordure_indented_banner_pattern.name=Girintili Bordür Flama Deseni # item.banner_pattern.bricks=Tuğla Deseni # item.banner_pattern.creeper=Creeper Şekli # item.banner_pattern.flow=Akış # @@ -5955,7 +5950,6 @@ map.position=Konum: %s, %s, %s # mcoServer.title=Minecraft Online Dünya # -menu.ai_lesson_crafter=Ders Ustası # menu.achievements=Başarılar # menu.convertingLevel=Dünya genişletiliyor # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Genişlik # options.codeBuilder=Kod Oluşturucu # options.content_log_file=İçerik Günlüğü Dosyasını Etkinleştir # options.content_log_gui=İçerik Günlüğü GUI'sini Etkinleştir # +options.content_log_gui.level=Oyun Arayüzü Kayıt Seviyesi # +options.content_log_gui.level.info=Bilgi # +options.content_log_gui.level.warn=Uyar # +options.content_log_gui.level.error=Hata # options.controller=Kumanda # options.controllerLayout=Kumanda Tasarımı # options.controllerSettings=Kumanda Ayarları # @@ -6298,12 +6296,12 @@ options.dev_addCoinTitle=Para Ekle # options.dev_reset_entitlements=Tüm Yetkileri Sıfırla # options.dev_reset_entitlements_loading=Yetkiler Sıfırlanırken işlem tamamlandığında bu iletişim kutusu kapanır. Bu pencereyi kapatabilirsiniz ancak bu komut sona ermeden oyunu kapatmak, beklenmeyen sonuçlara neden olabilir. # options.dev_reset_entitlements_error_unfinished=Uyarı: Tüm yetkiler düzgün bir şekilde silinmedi. Mümkünse istemciyi yeniden başlattıktan sonra komutu tekrar çalıştırmayı deneyin. # -options.dev_reset_entitlements_warning=Uyarı! Bu işlem, geri alamayabileceğiniz eski yetkiler dâhil olmak üzere tüm yetkilerinizi siler! Çok sayıda yetkiniz varsa bu işlem biraz zaman alabilir. Devam etmek istediğinizden emin misiniz? # +options.dev_reset_entitlements_warning=Uyarı! Bu işlem, geri alamayabileceğiniz eski yetkiler dahil olmak üzere tüm yetkilerinizi siler! Çok sayıda yetkiniz varsa bu işlem biraz zaman alabilir. Devam etmek istediğinizden emin misiniz? # options.dev_reset_entitlements_success=Yetkiler başarıyla silindi. # options.dev_currencyFailureWarning=Ağ araması başarısız oldu. Hata: %s # options.dev_currencyFailureWarningGeneric=Ağ araması başarısız oldu. İzin verilenler listesindeki bir hesapta oturum açtığınızdan emin olun. # options.dev_reset_wallet=Cüzdanı Sıfırla # -options.dev_allowlist_failure=Hata! İşlem başarısız oldu. Bu hesabın İzin Verilenler Listesi'nde olduğundan emin olmak için bir kez daha kontrol edin. # +options.dev_allowlist_failure=Hata! İşlem başarısız oldu. Bu hesabın İzin Verilenler Listesi'nde olduğundan emin olmak için bir kez daha kontrol edin. # options.discoveryEnvironment=Keşif Ortamı (Yeniden Başlatma Gerektirir) # options.discoveryEnvironment.production=Üretim # options.discoveryEnvironment.staging=Hazırlama # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Deneme Amaçlı İşlemleri Geçersiz Kıl # 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_discoveryOverrideServiceName=Hizmet Adı (güvenlik, karakter vb.) # +options.dev_discoveryOverrideServiceBranch=Dal # +options.dev_resetAllEndpointOverrides=Tüm Uç Noktaları Sıfırla # +options.dev_apply=Uygula # options.dev_displayTreatmentsPanel=İşlemleri Göster # options.dev_currentTreatmentsTitle=Mevcut İşlemler # options.dev_unusedTreatmentsTitle=Kullanılmayan Tedaviler # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Katman 2 - KitKat # options.dev_sunsetting_tier.three=Katman 3 - FireTV # options.dev_sunsetting_tier.four=Katman 4 - 1024MB # options.dev_sunsetting_tier.five=Katman 5 - iOS 12 & Nougat # +options.dev_sunsetting_tier.six=Katman 6 - iOS 13, Android 8, VR cihazları # options.dev_sunsetting_tier.not_pending=Beklemede Değil # options.dev_gatherings_section=Toplama # options.dev_gatherings_enable=Toplamayı Etkinleştir # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Bu yüksek işleme mesafesi düşük kare hızın options.raytracing.renderdistance.warning=Bu ayar, oyunu oynarken performans sorunlarına neden olabilir. # options.resetSettings=Varsayılana Sıfırla # options.resetSettings.popUp=Ayarları gerçekten sıfırlamak istiyor musunuz? # -options.maxFramerate=Maksimum Kare Sayısı (Deney Amaçlı) # +options.maxFramerate=Kare Hızı Sınırı # +options.maxFramerate.tooltip=Pil ömrünü ve cihaz sağlığını iyileştirmek için oyunun maksimum kare sayısını düşürün. Gerçek kare sayısı belirtilen limitin altına düşebilir. # options.maxFramerateFormat=%s FPS # options.perf_turtle=Performans Kaplumbağa # options.msaa=Kenar Yumuşatma # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Uyarlamalı Dikey Eşitleme # options.websocketEncryption=Şifreli İnternet Yuvaları Gerekli # options.websocketEncryptionWarningLabel=Yalnızca etkin şekilde bilinen ve güvenli bir uygulamaya bağlanıyorsanız bu seçeneği devre dışı bırakın. # options.filelocation.title=Dosya Depolama Konumu # +options.filelocation.title.edu=Yerel Depolama Konumu # options.filelocation.external=Harici # options.filelocation.appdata=Uygulama # options.filelocation.external.warning.title=Uyarı # @@ -6960,26 +6966,12 @@ sunsetting.popup.title=Bu cihaz artık desteklenmiyor. # sunsetting.popup.moreInfo=Daha Fazla Bilgi # sunsetting.popup.dontshow=Bunu bir daha gösterme # -sunsetting.popup.moreInfo.gearVR=Daha fazla bilgi için lütfen herhangi bir web tarayıcısında https://aka.ms/MinecraftSunsetting sayfasını ziyaret edin. # -sunsetting.popup.moreInfo.gearVR.geo=Daha fazla bilgi için lütfen herhangi bir web tarayıcısında https://aka.ms/MinecraftGeoSunsetting adresini ziyaret edin. # - -sunsetting.popup.pendingSunset.ios=Yakında bu cihazı destekleyemeyeceğiz. Şubat 2024'e kadar güncellemeleri almaya devam edeceksiniz, sonrasında ise bu cihaz için son güncellemeyi alacaksınız.%sSon güncellemeyi aldıktan sonra dünyalarınızda oynamaya devam edebilecek ve Market'ten satın aldığınız içeriklere (Minecoin'ler dahil) erişebileceksiniz ancak bu cihazdan yeni satın almalar gerçekleştiremeyeceksiniz. Bu cihazdan yönetilen Realm'lar, Realm sahibi tarafından farklı bir cihazda güncellenmedikçe 6 ay daha çalışmaya devam edecek. Realm aboneliğinizi iptal etmek için bu işlemi Realm'ın oluşturulduğu cihazdaki Aboneliklerin Ayarlar menüsünden yapmanız gerekecek. Bundan böyle en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar veya Realm'lar ile çok oyunculu oyunlar oynayamayacaksınız. Ayrıca belirli sunuculara bağlanamayacaksınız.%sDünyalarınızı yeni bir cihaza taşıma yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. # -sunsetting.popup.pendingSunset.android=Yakında bu cihazı destekleyemeyeceğiz. Şubat 2024'e kadar güncellemeleri almaya devam edeceksiniz, sonrasında ise bu cihaz için son güncellemeyi alacaksınız.%sSon güncellemeyi aldıktan sonra dünyalarınızda oynamaya devam edebilecek ve Market'ten satın aldığınız içeriklere (Minecoin'ler dahil) erişebileceksiniz ancak bu cihazdan yeni satın almalar gerçekleştiremeyeceksiniz. Bu cihazdan yönetilen Realm'lar, Realm sahibi tarafından farklı bir cihazda güncellenmedikçe 6 ay daha çalışmaya devam edecek. Realm aboneliğinizi iptal etmek için bu işlemi Google Play'deki aboneliklerinizden yapmanız gerekecek, Google Play'e desteklenen herhangi bir cihazdan veya hesabınıza giriş yapabileceğiniz bir PC'den erişebilirsiniz. Bundan böyle en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar veya Realm'lar ile çok oyunculu oyunlar oynayamayacaksınız. Ayrıca belirli sunuculara bağlanamayacaksınız.%sDünyalarınızı yeni bir cihaza taşıma yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. # -sunsetting.popup.pendingSunset.ios_android=Yakında bu cihazı destekleyemeyeceğiz. Kasım 2022'ye kadar güncellemeleri almaya devam edeceksin, sonrasında ise bu cihaz için son güncellemeyi alacaksın. Verdiğimiz rahatsızlıktan dolayı özür dileriz. %sSon güncellemeyi aldıktan sonra dünyalarında oynamaya devam edebilecek ve Market'ten satın aldığın içeriklere (Minecoin'ler dahil) erişebileceksin. Bu cihazdan yönetilen Realm'lar, Realm sahibi tarafından farklı bir cihazda güncellenmedikçe çalışmaya devam edecek. Bundan böyle en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar veya Realm'lar ile çok oyunculu oyunlar oynayamayacaksın. Ayrıca belirli sunuculara bağlanamayacaksın. %sDünyalarını yeni bir cihaza taşıma yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıkla. # -sunsetting.popup.sunset.ios_android=Bu cihaz artık desteklenmiyor. Bu cihaz için son güncellemeyi aldınız. Bu noktadan itibaren dünyalarınızı inşa etmeye devam edebilirsiniz ve Market'ten satın aldığınız içeriklere (Minecoin'ler dahil) erişebilirsiniz. Realm'larınız, Realm sahibi tarafından farklı bir cihazda güncellenmedikçe çalışmaya devam edecek. Bundan böyle en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar veya Realm'lar ile çok oyunculu oyunlar oynayamayacaksınız. Ayrıca belirli sunuculara bağlanamayacaksınız. %sDünyalarınızı yeni bir cihaza taşıma yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. Bunun verdiği rahatsızlığın farkındayız ve oyunumuza harcadığınız zaman ve verdiğiniz destek için çok teşekkür ederiz. # -sunsetting.popup.pendingSunset.gearvr_win10=Yakında bu cihazı destekleyemeyeceğiz. Bir sonraki önemli sürüme kadar güncellemeleri almaya devam edeceksiniz, sonrasında ise bu cihaz için son güncellemeyi alacaksınız. Verdiğimiz rahatsızlıktan dolayı özür dileriz. %sSon güncellemeyi aldıktan sonra dünyalarınızda oynamaya devam edebilecek ve Market'ten satın aldığınız içeriklere (Minecoin'ler dahil) erişebileceksiniz. Buna karşın, bu cihazdan çok oyunculu oyunlara veya Realm'lara erişemeyeceksiniz. Bundan böyle en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar veya Realm'lar ile çok oyunculu oyunlar oynayamayacaksınız. Ayrıca belirli sunuculara bağlanamayacaksınız. %sDünyalarınızı yeni bir cihaza taşıma yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. # -sunsetting.popup.sunset.gearvr_win10=Bu cihaz artık desteklenmiyor. Bu cihaz için son güncellemeyi aldın. Bu noktadan itibaren dünyalarını inşa etmeye devam edebilirsin ve Market'ten satın aldığın içeriklere (Minecoin'ler dahil) erişebilirsin. Buna karşın, bu cihazdan çok oyunculu oyunlara veya Realm'lara erişemeyeceksin. Bundan böyle en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar ile çok oyunculu oyunlar oynayamayacaksın. Ayrıca belirli sunuculara bağlanamayacaksın. # -sunsetting.popup.pendingSunset.dx10=Yakında bu grafik cihazını destekleyemeyeceğiz. Bir sonraki önemli sürüme kadar güncellemeleri almaya devam edeceksiniz, sonrasında ise bu cihaz için son güncellemeyi alacaksınız. Verdiğimiz rahatsızlıktan dolayı özür dileriz. %sSon güncellemeyi aldıktan sonra dünyalarınızda oynamaya devam edebilecek ve Market'ten satın aldığınız içeriklere (Minecoin'ler dahil) erişebileceksiniz. Bu cihazdan yönetilen Realm'lar, Realm sahibi tarafından farklı bir cihazda güncellenmedikçe çalışmaya devam edecek. Bundan böyle en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar veya Realm'lar ile çok oyunculu oyunlar oynayamayacaksınız. Ayrıca belirli sunuculara bağlanamayacaksınız. %sDünyalarınızı yeni bir cihaza taşıma yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. # -sunsetting.popup.sunset.dx10=Bu grafik cihazı artık desteklenmiyor. Bu cihaz için son güncellemeyi aldınız. Bu noktadan itibaren dünyalarınızı inşa etmeye devam edebilirsiniz ve Market'ten satın aldığınız içeriklere (Minecoin'ler dahil) erişebilirsiniz. Realm'larınız, Realm sahibi tarafından farklı bir cihazda güncellenmedikçe çalışmaya devam edecek. Bundan böyle en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar veya Realm'lar ile çok oyunculu oyunlar oynayamayacaksınız. Ayrıca belirli sunuculara bağlanamayacaksınız. %sDünyalarınızı yeni bir cihaza taşıma yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. Bunun verdiği rahatsızlığın farkındayız ve oyunumuza harcadığınız zaman ve verdiğiniz destek için çok teşekkür ederiz. # - -sunsetting.popup.pendingSunset.geo.ios=Bu cihazı destekleme durumumuz bölgenizde sona eriyor. Son güncellemenin ardından dünyalarınızda oynayabilecek ve Market satın alımlarınıza erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar 6 ay boyunca çalışmaya devam edecek ancak 30 Eylül 2023'ten itibaren erişim sağlayamayacaksınız. Bu tarihten önce dünyanızı indirmeniz ve aboneliğinizi cihazınızın Abonelikler ayarlarına giderek iptal etmeniz önerilir. %sBir Microsoft/Xbox Live hesabıyla oturum açtıysanız Market satın alımlarınız, Minecoin'leriniz ve Realms aboneliğiniz diğer platformlarda mevcut olacak. Dünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz. %sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Bu cihazı destekleme durumumuz bölgenizde sona erdi. Dünyalarınızda oynayabilecek ve Market satın alımlarınıza erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar, 30 Eylül 2023 tarihine kadar çalışmaya devam edecek. Daha sonra Realm'a erişemeyeceksiniz. Bu tarihten önce dünyanızı indirmeniz önerilir. %sBir Microsoft/Xbox Live hesabıyla oturum açtıysanız Market satın alımlarınız, Minecoin'leriniz ve Realms aboneliğiniz diğer platformlarda mevcut olacak. Dünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz. %sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Bu cihazı destekleme durumumuz bölgenizde sona eriyor. Son güncellemenin ardından dünyalarınızda oynayabilecek ve Market satın alımlarınıza erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar 6 ay boyunca çalışmaya devam edecek ancak 30 Eylül 2023'ten itibaren erişim sağlayamayacaksınız. Bu tarihten önce dünyanızı indirmeniz önerilir. %sBir Microsoft/Xbox Live hesabıyla oturum açtıysanız Market satın alımlarınız, Minecoin'leriniz ve Realms aboneliğiniz diğer platformlarda mevcut olacak. Dünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz. %sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Bu cihazı destekleme durumumuz bölgenizde sona erdi. Dünyalarınızda oynayabilecek ve Market satın alımlarınıza erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar, 30 Eylül 2023 tarihine kadar çalışmaya devam edecek. Daha sonra Realm'a erişemeyeceksiniz. Bu tarihten önce dünyanızı indirmeniz önerilir. %sBir Microsoft/Xbox Live hesabıyla oturum açtıysanız Market satın alımlarınız, Minecoin'leriniz ve Realms aboneliğiniz diğer platformlarda mevcut olacak. Dünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz. %sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Bu cihazı destekleme durumumuz bölgenizde sona eriyor. Son güncellemenin ardından dünyalarınızda oynayabilecek ve Market satın alımlarınıza erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar 6 ay boyunca çalışmaya devam edecek ancak 30 Eylül 2023'ten itibaren erişim sağlayamayacaksınız. Bu tarihten önce dünyanızı indirmeniz ve aboneliklerinizi Google Play'de görüntüleyerek iptal etmeniz önerilir. %sArtık son güncellemeleri almayacak, çok oyunculu oyun oynayamayacak ve bazı sunuculara erişemeyeceksiniz. %sBir Microsoft/Xbox Live hesabıyla oturum açtıysanız Market satın alımlarınız, Minecoin'leriniz ve Realms aboneliğiniz Minecraft oynadığınız diğer platformlarda mevcut olacak. Minecraft oynadığınız bu platformlarda yeni bir abonelik satın alabilirsiniz. %sDünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz. %sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Bu cihazı destekleme durumumuz bölgenizde sona erdi. Dünyalarınızda oynayabilecek ve Market satın alımlarınıza erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar, 30 Eylül 2023 tarihine kadar çalışmaya devam edecek. Daha sonra Realm'a erişemeyeceksiniz. Bu tarihten önce dünyanızı indirmeniz önerilir. %sBir Microsoft/Xbox Live hesabıyla oturum açtıysanız Market satın alımlarınız, Minecoin'leriniz ve Realms aboneliğiniz diğer platformlarda mevcut olacak. Dünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz. %sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Bu cihazı destekleme durumumuz bölgenizde sona eriyor. Son güncellemenin ardından dünyalarınızda oynayabilecek ve Market satın alımlarınıza erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar 6 ay boyunca çalışmaya devam edecek ancak 30 Eylül 2023'ten itibaren erişim sağlayamayacaksınız. Bu tarihten önce dünyanızı indirmeniz önerilir. %sBir Microsoft/Xbox Live hesabıyla oturum açtıysanız Market satın alımlarınız, Minecoin'leriniz ve Realms aboneliğiniz diğer platformlarda mevcut olacak. Dünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz. %sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. # -sunsetting.popup.sunset.geo.generic=Bu cihazı destekleme durumumuz bölgenizde sona erdi. Dünyalarınızda oynayabilecek ve Market satın alımlarınıza erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar, 30 Eylül 2023 tarihine kadar çalışmaya devam edecek. Daha sonra Realm'a erişemeyeceksiniz. Bu tarihten önce dünyanızı indirmeniz önerilir. %sBir Microsoft/Xbox Live hesabıyla oturum açtıysanız Market satın alımlarınız, Minecoin'leriniz ve Realms aboneliğiniz diğer platformlarda mevcut olacak. Dünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz. %sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. # +sunsetting.popup.pendingSunset.device=Yakında bu cihazı destekleyemeyeceğiz. Mart 2025'e kadar güncellemeleri almaya devam edeceksiniz, sonrasında ise bu cihaz için son güncellemeyi alacaksınız.%sSon güncellemeyi aldıktan sonra dünyalarınızda oynamaya devam edebilecek ve Market'ten satın aldığınız içeriklere Minecoin'ler dahil olmak üzere erişebileceksiniz ancak bu cihazdan yeni satın almalar gerçekleştiremeyeceksiniz. Bu cihazdan yönetilen Realm'lar, Realm sahibi tarafından farklı bir cihazda güncellenmedikçe Mart 2025'ten itibaren 6 ay daha çalışmaya devam edecek. Realm aboneliğinizi iptal etmek için bu işlemi Realm'ın oluşturulduğu cihazdaki Aboneliklerin Ayarlar menüsünden yapmanız gerekecek. Bundan sonra en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar veya Realm'lar ile çok oyunculu oyunlar oynayamayacaksınız. Ayrıca, belirli sunuculara bağlanamayacaksınız.%sDaha fazla bilgi için düğmeye tıklayın. # +sunsetting.popup.sunset.device=Artık bu cihazı destekleyemeyeceğiz. Mart 2025'ten sonra cihazınızı güncelleyene kadar güncellemeleri almaya devam etmeyeceksiniz. Bu güncelleme, bu cihazla uyumlu son güncelleme olacak.%sDünyalarınızda oynamaya devam edebilecek ve Market'ten satın aldığınız içeriklere Minecoin'ler dahil olmak üzere erişebileceksiniz. Bu cihazdan yönetilen Realm'lar, Realm sahibi tarafından farklı bir cihazda güncellenmedikçe Mart 2025'ten itibaren 6 ay daha çalışmaya devam edecek. Realm aboneliğinizi iptal etmek için bu işlemi Realm'ın oluşturulduğu cihazdaki Aboneliklerin Ayarlar menüsünden yapmanız gerekecek. Bundan sonra en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar veya Realm'lar ile çok oyunculu oyunlar oynayamayacaksınız. Ayrıca, belirli sunuculara bağlanamayacaksınız.%sDaha fazla bilgi için düğmeye tıklayın. # +sunsetting.popup.pendingSunset.windows_xr=Artık bu VR/MR grafik cihazı destekleyemeyeceğiz. Mart 2025'te bu cihazı destekleyen son güncellemeyi aldıktan sonra bu cihaz, güncellemeleri desteklemeyecek.%sSon güncellemeyi aldıktan sonra bilgisayarınız güncelleme almaya devam edecek ve VR/MR cihazınız olmadan oynayabileceksiniz. Bu noktadan itibaren dünyalarınızı inşa etmeye devam edebilirsiniz ve Market'ten satın aldığınız içeriklere Minecoin'ler dahil olmak üzere bilgisayar monitörü gibi VR/MR grafik cihazı olmayan cihazlardan erişebilirsiniz. Sonraki güncellemelerde desteklenmeyeceği için VR/MR cihazınızı Minecraft oynarken kullanamayacaksınız.%sDaha fazla bilgi için düğmeye tıklayın. # +sunsetting.popup.sunset.windows_xr=Artık bu VR/MR grafik cihazı destekleyemeyeceğiz. Bu VR/MR cihazı artık desteklenmiyor. Bu grafik cihazı destekleyen son güncellemeyi aldınız, bilgisayarınız güncelleme almaya devam edecek ve VR/MR cihazınız olmadan oynayabileceksiniz. Bu noktadan itibaren dünyalarınızı inşa etmeye devam edebilirsiniz ve Market'ten satın aldığınız içeriklere Minecoin'ler dahil olmak üzere bilgisayar monitörü gibi VR/MR grafik cihazı olmayan cihazlardan erişebilirsiniz. Sonraki güncellemelerde desteklenmeyeceği için VR/MR cihazınızı Minecraft oynarken kullanamayacaksınız.%sDaha fazla bilgi için düğmeye tıklayın. Bu durumun verdiği rahatsızlığın farkındayız, oyunumuza harcadığınız zaman ve verdiğiniz destek için çok teşekkür ederiz. # +sunsetting.popup.pendingSunset.geo=Bu cihazı destekleme durumumuz bölgenizde sona eriyor. Son güncellemenin ardından dünyalarınızda oynayabilecek ve Market'ten satın aldığınız içeriklere erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar 6 ay boyunca çalışmaya devam edecek. 30 Eylül 2023'ten itibaren erişim sağlayamayacaksınız. Bu tarihten önce dünyanızı indirmeniz önerilir.%sBir Microsoft hesabıyla oturum açtıysanız Market'ten satın aldıklarınız, Minecoin'leriniz ve Realms aboneliğiniz diğer platformlarda mevcut olacak. Dünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz.%sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. # +sunsetting.popup.sunset.geo=Bu cihazı destekleme durumumuz bölgenizde sona erdi. Dünyalarınızda oynayabilecek ve Market'ten satın aldığınız içeriklere erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar, 30 Eylül 2023 tarihine kadar çalışmaya devam edecek. Daha sonra Realm'a erişemeyeceksiniz. Bu tarihten önce dünyanızı indirmeniz önerilir.%sBir Microsoft hesabıyla oturum açtıysanız Market'ten satın aldıklarınız, Minecoin'leriniz ve Realms aboneliğiniz diğer platformlarda mevcut olacak. Dünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz.%sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. # sunsetting.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 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Malzemeler: # item.smithing_template.name=Nalbant Şablonu # item.smithing_template.netherite_upgrade.applies_to=Elmas Ekipmanlar # item.smithing_template.netherite_upgrade.ingredients=Netherit Külçesi # +item.netherite_upgrade_smithing_template.name=Netherit Yükseltme # +item.sentry_armor_trim_smithing_template.name=Nöbetçi Zırhı Süsü # +item.vex_armor_trim_smithing_template.name=Sinirbozan Zırhı Süsü # +item.wild_armor_trim_smithing_template.name=Vahşi Zırh Süsü # +item.coast_armor_trim_smithing_template.name=Sahil Zırhı Süsü # +item.dune_armor_trim_smithing_template.name=Kum Tepesi Zırhı Süsü # +item.wayfinder_armor_trim_smithing_template.name=Yol Bulucu Zırh Süsü # +item.raiser_armor_trim_smithing_template.name=Yetiştirici Zırh Süsü # +item.shaper_armor_trim_smithing_template.name=Şekillendirici Zırh Süsü # +item.host_armor_trim_smithing_template.name=Sunucu Zırh Süsü # +item.ward_armor_trim_smithing_template.name=Bölge Zırhı Süsü # +item.silence_armor_trim_smithing_template.name=Sessiz Zırh Süsü # +item.tide_armor_trim_smithing_template.name=Gelgit Zırhı Süsü # +item.snout_armor_trim_smithing_template.name=Hortum Zırhı Süsü # +item.rib_armor_trim_smithing_template.name=Kaburga Zırhı Süsü # +item.eye_armor_trim_smithing_template.name=Göz Zırhı Süsü # +item.spire_armor_trim_smithing_template.name=Kule Zırhı Süsü # +item.flow_armor_trim_smithing_template.name=Akış Zırhı Süsü # +item.bolt_armor_trim_smithing_template.name=Bolt Zırhı Süsü # item.snort_pottery_sherd.name=Homurdanan Çömlekçilik Parçası # item.spawn_egg.entity.camel.name=Deve Çağırma Yumurtası # item.spruce_hanging_sign.name=Ladin Asılı Levha # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Yol Bulucu Zırh Süsü # trim_pattern.wild.name=Vahşi Zırh Süsü # trim_pattern.bolt.name=Bolt Zırhı Süsü # trim_pattern.flow.name=Akış Zırhı Süsü # -upgrade.netherite_upgrade.name=Netherit Yükseltme # storageManager.mainSizeLabel=%s - 1 Eşya # storageManager.mainSizeLabelPlural=%s - %s Eşyalar # @@ -8443,6 +8453,8 @@ store.csb.buyNow.title=Marketplace Pass Aboneliğinizi başlatın #### {StrCont 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.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.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.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. # @@ -8854,8 +8866,6 @@ store.myAccount=Hesabım # store.xbl.signin=Oturum Aç # store.xbl.signinOrSignUp=Oturum Açın veya Ücretsiz Kaydolun # store.xbl.disconnected=Bağlantı kesildi # -store.xbl.conversionFailedTitle=Bir Sorun Oluştu # -store.xbl.conversionFailedMessage=Lütfen daha sonra yeniden deneyin. # store.sales.allByCreator=Şimdi İndirimde! # store.sales.bundlesOnSale=Paketler Şimdi İndirimde! # @@ -9027,8 +9037,8 @@ tile.deny.name=Reddet # tile.border_block.name=Sınır # tile.anvil.intact.name=Örs # tile.anvil.name=Örs # -tile.anvil.slightlyDamaged.name=Hafif Hasarlı Örs # -tile.anvil.veryDamaged.name=Ağır Hasarlı Örs # +tile.anvil.slightlyDamaged.name=Pürüzlenmiş Örs # +tile.anvil.veryDamaged.name=Hasarlı Örs # tile.barrier.name=Bariyer # tile.beacon.name=İşaret Işığı # tile.beacon.primary=Ana Güç # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Demir Bloğu # tile.lapis_block.name=Lacivert Taş Bloğu # tile.redstone_block.name=Redstone Bloku # tile.bookshelf.name=Kitaplık # -tile.brick_block.name=Tuğla Bloğu # +tile.brick_block.name=Tuğla # tile.brown_mushroom.name=Kahverengi Mantar # tile.brown_mushroom_block.mushroom.name=Mantar # tile.brown_mushroom_block.stem.name=Mantar Sapı # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Mavi Boyalı Cam Levha # tile.stained_glass_pane.purple.name=Mor Boyalı Cam Levha # tile.stained_glass_pane.magenta.name=Eflatun Boyalı Cam Levha # tile.stained_glass_pane.pink.name=Pembe Boyalı Cam Levha # -tile.clay.name=Kil Bloğu # +tile.clay.name=Kil # tile.hardened_clay.name=Terakota # tile.stained_hardened_clay.black.name=Siyah Terakota # tile.stained_hardened_clay.blue.name=Mavi Terakota # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Kırmızı Nether Tuğla Duvar # tile.cocoa.name=Kakao # tile.command_block.name=Komut Bloku # tile.composter.name=Gübreleyici # -tile.light_block.name=Işık Bloku # +tile.light_block.name=Işık # tile.repeating_command_block.name=Komut Bloku yineleniyor # tile.chain_command_block.name=Zincir Komut Bloku # tile.wheat.name=Ekinler # tile.darkOakFence.name=Koyu Meşe Çiti # tile.dark_oak_fence_gate.name=Koyu Meşe Çit Kapısı # -tile.daylight_detector.name=Gün Işığı Sensörü # +tile.daylight_detector.name=Gün Işığı Dedektörü # tile.deadbush.name=Ölü Çalı # tile.detector_rail.name=Dedektör Ray # tile.dirt.coarse.name=Çorak Toprak # @@ -9305,7 +9315,7 @@ tile.dispenser.name=Dağıtıcı # tile.iron_door.name=Demir Kapı # tile.doorWood.name=Ahşap Kapı # tile.double_plant.fern.name=Büyük Eğreltiotu # -tile.double_plant.grass.name=Çifte Uzun Boylu Ot # +tile.double_plant.grass.name=Uzun Çim # tile.double_plant.name=Bitki # tile.double_plant.paeonia.name=Şakayık # tile.double_plant.rose.name=Gül Çalılığı # @@ -9313,7 +9323,7 @@ tile.double_plant.sunflower.name=Ayçiçeği # tile.double_plant.syringa.name=Leylak # tile.dragon_egg.name=Ejderha Yumurtası # tile.dropper.name=Bırakıcı # -tile.enchanting_table.name=Büyü Masası # +tile.enchanting_table.name=Büyü Yapma Masası # tile.enderChest.name=Ender Sandığı # tile.end_portal_frame.name=End Geçidi Çerçevesi # tile.farmland.name=Ekilebilir Arazi # @@ -9385,7 +9395,7 @@ tile.log.spruce.name=Çam Kütüğü # tile.magma.name=Magma Bloğu # tile.melon_block.name=Karpuz # tile.mob_spawner.name=Canavar Canlandırıcı # -tile.monster_egg.brick.name=Bulaşmış Taş Tuğla # +tile.monster_egg.brick.name=Bulaşmış Taş Tuğlalar # tile.monster_egg.chiseledbrick.name=Bulaşmış Keskin Taş Tuğla # tile.monster_egg.cobble.name=Bulaşmış Kırık Taş # tile.monster_egg.crackedbrick.name=Bulaşmış Çatlak Taş Tuğla # @@ -9395,8 +9405,8 @@ tile.monster_egg.stone.name=Bulaşmış Taş # tile.mushroom.name=Mantar # tile.noteblock.name=Nota Bloğu # tile.mycelium.name=Miselyum # -tile.nether_brick.name=Nether Tuğlası Bloğu # -tile.red_nether_brick.name=Kırmızı Nether Tuğlası # +tile.nether_brick.name=Nether Tuğlaları # +tile.red_nether_brick.name=Kırmızı Nether Tuğlaları # tile.nether_brick_fence.name=Nether Tuğlası Çiti # tile.quartz_ore.name=Nether Kuvars Cevheri # tile.netherreactor.active=Aktif! # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Büyük Orman Levha # tile.acacia_standing_sign.name=Akasya Levha # tile.darkoak_standing_sign.name=Koyu Meşe Levha # tile.slime.name=Balçık Bloğu # -tile.snow.name=Kar # +tile.snow.name=Kar Blok # tile.sponge.dry.name=Sünger # tile.sponge.wet.name=Islak Sünger # tile.spruceFence.name=Çam Çit # @@ -9549,30 +9559,30 @@ tile.stonebrick.smooth.name=Pürüzsüz Taş Tuğla # tile.stonecutter.name=Taş Kesici # tile.stonecutter_block.name=Taş Kesici # tile.mossy_cobblestone.name=Yosunlu Kırık Taş # -tile.double_stone_slab.brick.name=Tuğla Basamak # +tile.double_stone_slab.brick.name=Tuğla Tabla # tile.double_stone_slab.cobble.name=Kırık Taş Basamak # tile.double_stone_slab.name=Taş Basamak # tile.double_stone_slab.nether_brick.name=Nether Tuğlası Basamağı # tile.double_stone_slab.quartz.name=Kuvars Basamağı # tile.double_stone_slab.sand.name=Kumtaşı Basamak # -tile.double_stone_slab.smoothStoneBrick.name=Taş Tuğla Basamak # +tile.double_stone_slab.smoothStoneBrick.name=Taş Tuğla Tabla # tile.double_stone_slab.stone.name=Taş Basamak # tile.double_stone_slab.wood.name=Tahta Basamak # tile.stone_slab.name=Taş Basamak # -tile.stone_slab.brick.name=Tuğla Basamak # +tile.stone_slab.brick.name=Tuğla Tabla # tile.stone_slab.cobble.name=Kırık Taş Basamak # tile.stone_slab.stone.name=Pürüzsüz Taş Basamak # tile.stone_slab.nether_brick.name=Nether Tuğlası Basamağı # tile.stone_slab.quartz.name=Kuvars Basamağı # tile.stone_slab.sand.name=Kumtaşı Basamak # -tile.stone_slab.smoothStoneBrick.name=Taş Tuğla Basamak # +tile.stone_slab.smoothStoneBrick.name=Taş Tuğla Tabla # tile.stone_slab.wood.name=Tahta Basamak # tile.double_stone_slab2.red_sandstone.name=Kırmızı Kumtaşı Basamak # tile.stone_slab2.red_sandstone.name=Kırmızı Kumtaşı Basamak # tile.stone_slab2.purpur.name=Purpur Basamak # tile.stone_slab2.prismarine.rough.name=Prismarine Basamak # tile.stone_slab2.prismarine.dark.name=Koyu Prismarine Basamak # -tile.stone_slab2.prismarine.bricks.name=Prismarine Tuğla Basamak # +tile.stone_slab2.prismarine.bricks.name=Prismarine Tuğla Tabla # tile.stone_slab2.mossy_cobblestone.name=Yosunlu Kırık Taş Basamak # tile.stone_slab2.red_nether_brick.name=Kırmızı Nether Tuğla Basamak # tile.stone_slab2.sandstone.smooth.name=Pürüzsüz Kumtaşı Basamak # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Ölü Balon Mercan Bloğu # tile.coral_block.red_dead.name=Ölü Yangın Mercanı Bloğu # tile.coral_block.yellow_dead.name=Ölü Boynuz Mercan Bloğu # tile.tallgrass.fern.name=Eğreltiotu # -tile.tallgrass.grass.name=Çimen # -tile.tallgrass.name=Çimen # +tile.tallgrass.grass.name=Kısa Çim # +tile.tallgrass.name=Kısa Çim # tile.tallgrass.shrub.name=Çalı # tile.tuff_brick_slab.name=Tüf Tuğla Tabla # tile.tuff_brick_stairs.name=Tüf Tuğla Merdivenler # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Tüf Merdivenler # tile.tuff_wall.name=Tüf Duvar # tile.seagrass.seagrass.name=Deniz Yosunu # tile.sea_pickle.name=Deniz Hıyarı # -tile.turtle_egg.name=Deniz Kaplumbağası Yumurtası # +tile.turtle_egg.name=Kaplumbağa Yumurtası # tile.coral.blue.name=Tüp Mercan # tile.coral.pink.name=Beyin Mercanı # tile.coral.purple.name=Balon Mercan # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Ölü Yangın Mercanı Yelpazesi # tile.coral_fan_dead.yellow_fan.name=Ölü Boynuz Mercan Yelpazesi # tile.glass_pane.name=Cam Levha # tile.tnt.name=TNT # -tile.snow_layer.name=Üst Kar # +tile.snow_layer.name=Kar # tile.torch.name=Meşale # tile.trapdoor.name=Meşe Tuzak Kapısı # tile.acacia_trapdoor.name=Akasya Tuzak Kapısı # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Su # tile.water.name=Su # tile.waterlily.name=Nilüfer Yaprağı # tile.web.name=Örümcek Ağı # -tile.heavy_weighted_pressure_plate.name=Ağırlıklı Basınç Plakası (Ağır) # -tile.light_weighted_pressure_plate.name=Ağırlıklı Basınç Plakası (Hafif) # +tile.heavy_weighted_pressure_plate.name=Ağır Ağırlıklı Baskı Plakası # +tile.light_weighted_pressure_plate.name=Hafif Ağırlıklı Baskı Plakası # tile.end_stone.name=End Taşı # tile.end_bricks.name=End Taşı Tuğlalar # tile.planks.acacia.name=Akasya Kalaslar # @@ -10288,7 +10298,7 @@ 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.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # 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: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=%s korumalı alanında oturum açılamad 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.addfriendsignin.line1=Ne zaman çevrimiçi olduklarını görmek için arkadaşlarınızı Oyuncu Etiketlerine göre bulun. # -xbox.addfriendsignin.line2=Arkadaş eklemeye başlamak için bir Microsoft Hesabıyla oturum açın! # 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.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.signInLong=Ücretsiz oturum açın! # xbox.signOutLong=Microsoft Hesabınızın oturumunu kapatın # -xbox.externalServer.title=Sunucu Üzerinde Oyna # -xbox.externalServer.line1=Sunucular Minecraft oynamanın en yaratıcı yollarından bazılarını sunar! Yeni oyuncularla çevrimiçi oynama iznine sahip olduğunuzdan emin olabilmemiz için oturum açmanız gerekiyor. # 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! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Yeni Dış Görünüş Seç # dr.classic_skins.custom_skin_title=Dış Görünüşü İçeri Aktar # dr.classic_skins.custom_skin_description=Dış görünüşünüz olarak kullanmak için cihazınızdan bir png'yi (64x32, 64x64 veya 128x128) içe aktarın. Bu işlem cihazlar veya oyunlar arasında senkronize edilmeyecektir. # -dr.classic_skins.custom_skin_description_disabled= Cihazınız çok oyunculu bir oyundayken özel bir dış görünüş seçemez. Bir dış görünüşü kuşanmak için lütfen ana menüye dönün. # +dr.classic_skins.custom_skin_description_disabled=Cihazınız çok oyunculu bir oyundayken özel bir dış görünüş seçemez. Bir dış görünüşü giymek için lütfen ana menüye dönün. # dr.classic_skins.custom_skin_description_popup="Sadece Güvenilir Dış Görünüşlere İzin Ver" seçeneği etkinleştirilmişse özel dış görünüşlere sahip oyuncuları göremezsin # dr.classic_skins.custom_skin_section_title=Sahip Olunan Dış Görünüşler # dr.classic_skins.invalidCustomSkin=Lütfen 64x64, 64x32 veya 128x128 boyutlarında bir .png dosyasını içe aktarın # diff --git a/resource_pack/texts/uk_UA.lang b/resource_pack/texts/uk_UA.lang index b86e5656a..1ffffbf22 100644 --- a/resource_pack/texts/uk_UA.lang +++ b/resource_pack/texts/uk_UA.lang @@ -964,6 +964,7 @@ 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.exception=Під час спроби виконати цю команду сталася невідома помилка # commands.generic.invalidAgentType=Аргумент типу застосовано тільки до селектора Agent # commands.generic.invalidcontext=Надано неприпустимий контекст для певного типу команди # @@ -1168,10 +1169,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.description=Перезавантажує всі файли функцій і сценаріїв із попередніх пакетів поведінки. # -commands.reload.editor.description=Перезавантажує всі файли функцій і сценаріїв з усіх пакетів поведінки або, за бажанням, перезапускає клієнт для перезавантаження всіх ресурсів. # +commands.reload.started=Перезавантаження світу розпочато. # commands.reload.success=Файли функцій і сценаріїв були перезавантажені. # commands.reload.error=Сталася несподівана помилка. # +commands.reload.onlyHost=Тільки гравець-організатор може перезавантажити світ. # commands.replaceitem.description=Замінює предмети в інвентарях. # commands.replaceitem.failed=Не вдалося замінити слот %s (%d) на %d * %s # commands.replaceitem.keepFailed=У слоті %s %d уже міститься предмет. # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=Камери створювач createWorldScreen.experimentalFocusTargetCameraDescription=Вмикає поведінку для наявної вільної камери, яка націлюється на сутність # createWorldScreen.recipeUnlocking=Розблокування рецептів # createWorldScreen.recipeUnlockingDescription=Увімкнути розблокування рецептів # -createWorldScreen.experimentalholiday=Функції редактора свят # -createWorldScreen.experimentalholidayDescription=Додайте технології блоків і предметів із даними, щоб налаштувати форму блоків, обертання, пошкодження тощо # createWorldScreen.experimentalGameTest=Бета-версії API # createWorldScreen.experimentalGameTestDescription=Використовуйте бета-версії модулів API у пакетах доповнень # createWorldScreen.experimentalMolangFeatures=Функції Molang # @@ -1907,6 +1908,8 @@ createWorldScreen.experimentalVillagerTradesRebalance=Зміна балансу createWorldScreen.experimentalVillagerTradesRebalanceDescription=Містить оновлені принципи торгівлі селян для зміни балансу # createWorldScreen.experimentalArmadillo=Броненосець і вовчий обладунок # createWorldScreen.experimentalArmadilloDescription=Познайомтеся з броненосцем та екіпіруйте свого вовка новим вовчим обладунком! # +createWorldScreen.experimentalBundles=Набори # +createWorldScreen.experimentalBundlesDescription=Дозволяє створювати та використовувати елемент набору # createWorldScreen.worldPreferences=Параметри світів # createWorldScreen.startWithMap=Початкова карта # createWorldScreen.defaultName=Мій світ # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=Щоб приєднатися до realmsSharingScreen.invalidPermissionTitle=Недійсні дозволи # realmsSharingScreen.unexpectedServerResponseTitle=Помилка Realms # realmsSharingScreen.unexpectedServerResponseMessage=Виникла проблема з підключенням до Realm. Повторіть спробу пізніше. # +realmsSharingScreen.inviteLinkNotFoundTitle=Помилка Realms # +realmsSharingScreen.inviteLinkNotFoundMessage=Це посилання із запрошенням недійсне. # realmsCreateScreen.title.create=Створення сервера Realm # realmsCreateScreen.title.extend=Продовжте свій Realm # @@ -2196,7 +2201,7 @@ raytracing.RTX.name=RTX ###Brand name, don't localize network.onlinePlay.title=Гра з друзями # network.onlinePlay.msg=Ви можете запрошувати друзів до своїх світів, переглядати творіння друзів, а також крафтити у світах одне одного. # network.onlinePlay.instruction=У меню гри ви можете приєднатися до світів своїх друзів або запросити їх до своїх світів чи Realms. # -network.thirdparty.connect.splitscreen=Щоб грати в мультиплеєрі з розділеним екраном онлайн, увійдіть в обліковий запис %s. # +network.thirdparty.connect.splitscreen=Щоб грати в мережевому багатокористувацькому режимі з розділеним екраном, увійдіть в обліковий запис %s. # network.thirdparty.connect.benefit=Увійдіть, використовуючи %s, щоб грати онлайн із друзями та зацінити круті штуки в магазині. # network.thirdparty.connect.store=Щоб роздивитися в магазині, вам знадобиться %s. # network.thirdparty.connect.achievements=Щоб заробляти досягнення, вам знадобиться %s. # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=Продовжити на 180  xblLogin.LoginMessageTitle=Обліковий запис Microsoft # xblLogin.LoginMessage=Підключення... # -xbl.savePurchase.description.line1=Ви хочете використовувати в грі все, що купуєте на будь-якій системі з підтримкою Магазину Minecraft? Увійдіть під своїм БЕЗКОШТОВНИМ обліковим записом Microsoft і синхронізуйте придбані скіни, текстури, карти та збірні пакети, які можна використовувати для гри в Minecraft! # -xbl.savePurchase.description.line2=У разі втрати системи або видалення Minecraft ваші покупки будуть синхронізовані та доступні на будь-якій системі за використання облікового запису Microsoft. # -xbl.savePurchase.leaveOnDevice=Залишити на пристрої # -xbl.savePurchase.title=Зберегти покупки в обліковому записі Microsoft? # xbl.savePurchase.saveButton=Зберегти в обліковому записі Microsoft # -xbl.savePurchase.toast.title=Вийшло! # -xbl.savePurchase.toast.message=Покупки синхронізовано з обліковим записом Microsoft! # -xbl.savePurchase.inProgress.message=Передавання пакетів до облікового запису Microsoft… # - -xbl.syncIAP.title=Зберегти покупки в обліковому записі Microsoft? # -xbl.syncIAP.description=Увійдіть в обліковий запис Microsoft, щоб синхронізувати свої скіни, пакети текстур, світи та збірні пакети. Вони будуть доступні на всіх пристроях, з яких ви граєте в Minecraft. # -xbl.syncIAP.syncNow=Синхронізувати зараз… # -xbl.syncIAP.syncLaterEllipsis=Синхронізувати пізніше… # -xbl.syncIAP.syncLater=Синхронізувати пізніше # -xbl.syncIAP.toast.title=Вийшло! # -xbl.syncIAP.toast.message=Покупки синхронізовано з вашим обліковим записом Microsoft! # -xbl.syncIAP.inProgress.message=Збереження покупок в обліковому записі Microsoft… # -xbl.syncIAP.skipSignIn.prompt.description=Цей обліковий запис Microsoft не буде основним для цього пристрою, якщо ви не синхронізуєте покупки, зроблені для пристрою, з цим обліковим записом. Вхід не буде відбуватись автоматично під час запуску Minecraft. # - -xbl.syncIAP.confirmSync.prompt.title=Синхронізувати з %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=Синхронізувати покупки з Магазину програм у %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=Пакети, придбані поза Ринком Minecraft, можна синхронізувати тільки один раз. Вони лишаться доступними всім людям, що грають на цьому пристрої. # -xbl.syncIAP.confirmSync.prompt.yes=Так, синхронізувати мої покупки # xbl.marketplace.account.error.body.nobutton=З вашим обліковим записом сталася помилка. Ви не зможете користуватися ринком, доки ми не вирішимо цю проблему. Якщо ця проблема не зникне через кілька днів, зверніться до служби підтримки. # @@ -2512,8 +2495,6 @@ 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.skipSignIn.prompt.title=Тимчасовий обліковий запис # -xbl.skipSignIn.prompt.description=Цей обліковий запис Microsoft не буде основним для цього пристрою, якщо ви не передасте покупки з пристрою до цього облікового запису. Вхід не буде відбуватись автоматично під час запуску Minecraft. # xbl.signOut.title=Покупки з облікового запису Microsoft! # xbl.signOut.message1=Поза обліковим записом Microsoft ви не зможете користуватися монетами Minecoins і речами з магазину. # xbl.signOut.message2=Ви справді цього хочете? # @@ -2626,6 +2607,8 @@ death.attack.inWall=Гравець %1$s задихнувся замурован death.attack.lava=Гравець %1$s хотів поплавати в лаві (ха-ха) # death.attack.lava.player=Гравець %1$s розплавився в лаві, утікаючи від %2$s # death.attack.lightningBolt=Гравця %1$s грім побив # +death.attack.maceSmash.player=Користувача %1$s розбив гравець %2$s # +death.attack.maceSmash.player.item=Користувача %1$s розбив гравець %2$s цим предметом %3$s # death.attack.magic=Гравця %1$s вбило магією # death.attack.magma=Гравець %1$s ступив на лаву # death.attack.magma.player=Гравець %1$s зайшов у небезпечну зону через %2$s # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=Сервер і клієнт ма disconnectionScreen.editor.cannotUseRayTracing=Пакети ресурсів із підтримкою трасування променів ще не сумісні з редакторськими проєктами. # disconnectionScreen.unexpectedPacket=Відключено через непередбачений тип отриманого пакета, який неможливо обробити. Це може бути пов’язано з невідповідністю версій або пошкодженням на мережевому рівні. # disconnectionScreen.connectionLost=Втрачено зв’язок із хостом. Якщо цей світ все ще керується хостом, перевірте підключення до Інтернету та спробуйте підключитися ще раз. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=Не вдалося завантажити світ. # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=Відкрийте світ у демо-режимі. # disconnectionScreen.errorCode=Код помилки: # storageSpaceWarningScreen.frontend=Ви майже вичерпали простір для зберігання даних. Minecraft заборонив доступ до цієї функції, доки ви не звільните місце. # @@ -3126,7 +3111,7 @@ feed.upload=Ваш знімок екрана завантажується… # feed.manage=Керування стрічкою # feed.share=Поширити # feed.addScreenshot=Додати знімок екрана # -feed.screenshotCapturedRealms=Зроблено знімок екрана. Щоб поділитися ним, перейдіть до Історій Realms. # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=Зроблено знімок екрана. Ви можете переглянути його в галереї знімків екрана. # feed.screenshotAlmostFull=Зроблено знімок екрана. Ваша галерея майже заповнена. (%d/%d) # feed.screenshotReachedMax=Зроблено знімок екрана. Ваша галерея заповнена. (%d/%d) # @@ -3420,7 +3405,7 @@ howtoplay.anvil.text.5=Ковадло може пошкоджуватися з howtoplay.armor=Обладунок # howtoplay.armor.text.1=Носячи обладунок, ви можете захистити себе від пошкоджень. Рівень вашого обладунку представлено значенням :armor: на HUD: що більший рівень, то менше пошкоджень ви отримаєте. # howtoplay.armor.header.1=Крафтинг # -howtoplay.armor.text.2=Обладунок можна крафтити зі шкіри, заліза, золота або алмазу. Кольчужний обладунок можна вторгувати в селян або отримати як трофей від зомбі та скелетів. # +howtoplay.armor.text.2=Обладунок можна крафтити зі шкіри, заліза, золота або алмазу. Кольчужний обладунок можна вторгувати в селян або отримати як здобич від зомбі та скелетів. # howtoplay.armor.text.3=Щоб одягнути обладунок, відкрийте свій інвентар і перемістіть частини обладунку у відповідний слот біля скіну гравця. # howtoplay.armor.text.4=Залізний, кольчужний і золотий обладунок можна переплавити в залізні або золоті самородки в печі. # howtoplay.armor.header.2=Щит # @@ -3502,7 +3487,7 @@ howtoplay.blocks.text.8=§eБлок магми§f — у природі зуст howtoplay.blocks.text.9=§eКам'яниста земля§f — нагадує звичайний блок землі, але на ній не росте трава. Зустрічається в біомах савани й мегатайги. # howtoplay.bookAndQuill=Книга й перо # -howtoplay.bookAndQuill.text.1=Книга й перо дають змогу записувати пригоди. Розкажіть свою історію, ввівши текст на сторінках. Ви навіть можете змінити заголовок і автора! Підпишіть книгу й перо, щоб завершити роботу. Книгу й перо можна редагувати, доки не поставлено підпис. # +howtoplay.bookAndQuill.text.1=Книга й перо дають змогу записувати пригоди. Розкажіть свою історію, ввівши текст на сторінках. Ви навіть можете змінити заголовок і автора! Підпишіть Книгу й перо, щоб завершити роботу. Книгу й перо можна редагувати, доки не поставлено підпис. # howtoplay.brewingStand=Варильна стійка # howtoplay.brewingStand.text.1=Для зіллєваріння потрібна варильна стійка. Кожне зілля починається з пляшки води, яка з’являється, коли ви наповнюєте скляну пляшку водою з казана або водного джерела. # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=Досліджуйте світ можливосте howtoplay.minecoins.text.2=Після активації Minecoins пов’язуються з обліковим записом Microsoft, відтак ви можете отримати доступ до своїх монет і покупок також і на інших підтримуваних пристроях! # howtoplay.minecoins.button.text.1=Отримати монети Minecoins # howtoplay.minecoins.header.1=Застереження # -howtoplay.minecoins.text.3=*Для Minecoins потрібна версія Minecraft: Bedrock Edition із ринком Minecraft. Minecoins несумісні із PlayStation®. Інформацію про сумісність див. за посиланням minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Для Minecoins потрібна версія Minecraft: Bedrock Edition із ринком Minecraft. Minecoins несумісні з PlayStation®. Інформацію про сумісність див. за посиланням minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=Добування # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=золотистого # item.axolotlColorWild.name=коричневого # item.axolotlColorBlue.name=синій # item.golden_apple.name=Золоте яблуко # -item.appleEnchanted.name=Зачароване яблуко # +item.appleEnchanted.name=Зачароване золоте яблуко # item.armadillo_scute.name=Щиток броненосця # item.armor_stand.name=Стійка для броні # item.arrow.name=Стріла # @@ -4626,7 +4611,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=Малиновий стяг # @@ -5129,11 +5114,11 @@ item.golden_chestplate.name=Золотий нагрудник # item.iron_chestplate.name=Залізний нагрудник # item.chorus_fruit.name=Фрукт хоруса # item.chorus_fruit_popped.name=Спечений фрукт хоруса # -item.cooked_beef.name=Приготована яловичина # +item.cooked_beef.name=Стейк # item.cooked_chicken.name=Приготована курка # item.cooked_porkchop.name=Приготована свинина # item.chicken.name=Сира курка # -item.clay_ball.name=Глина # +item.clay_ball.name=Глиняна кулька # item.clock.name=Годинник # item.coal.name=Вугілля # item.comparator.name=Компаратор на редстоуні # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=Карта пустельного се item.map.exploration.jungle_temple.name=Карта дослідника джунглів # item.map.exploration.swamp_hut.name=Карта дослідника боліт # item.map.exploration.trial_chambers.name=Ознайомлювальна версія карти дослідника # -item.melon.name=Кавун # -item.milk.name=Молоко # +item.melon.name=Скибка кавуна # +item.milk.name=Відро з молоком # item.minecart.name=Вагонетка # item.chest_minecart.name=Вагонетка зі скринею # item.command_block_minecart.name=Вагонетка з командним блоком # @@ -5377,7 +5362,7 @@ item.spawn_egg.entity.shulker.name=Яйце призову шалкера # item.spawn_egg.entity.endermite.name=Яйце призову ендерміта # item.spawn_egg.entity.evocation_illager.name=Яйце призову викликача # item.spawn_egg.entity.vex.name=Яйце призову докучника # -item.spawn_egg.entity.turtle.name=Яйце призову морської черепахи # +item.spawn_egg.entity.turtle.name=Яйце призову черепахи # item.spawn_egg.entity.dolphin.name=Яйце призову дельфіна # item.spawn_egg.entity.phantom.name=Яйце призову фантома # item.spawn_egg.entity.panda.name=Яйце призову панди # @@ -5446,7 +5431,7 @@ item.dried_kelp.name=Висушена ламінарія # item.rotten_flesh.name=Гнила плоть # item.ruby.name=Рубін # item.saddle.name=Сідло # -item.wheat_seeds.name=Насіння # +item.wheat_seeds.name=Насіння пшениці # item.beetroot_seeds.name=Насіння буряка # item.melon_seeds.name=Насіння кавуна # item.pumpkin_seeds.name=Насіння гарбуза # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=Табличка з акації # item.darkoak_sign.name=Табличка з темного дуба # item.crimson_sign.name=Багряна табличка # item.warped_sign.name=Химерна табличка # -item.skull.char.name=Голова # +item.skull.char.name=Голова гравця # item.skull.creeper.name=Голова кріпера # item.skull.dragon.name=Голова дракона # item.skull.player.name=Голова %s # @@ -5473,7 +5458,7 @@ item.skull.wither.name=Череп візер-скелета # item.skull.zombie.name=Голова зомбі # item.slime_ball.name=Слиз # item.snowball.name=Сніжка # -item.speckled_melon.name=Блискучий кавун # +item.speckled_melon.name=Скибка блискучого кавуна # item.spider_eye.name=Око павука # item.stick.name=Палиця # item.string.name=Нитка # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=Щиток черепахи # item.phantom_membrane.name=Перетинка фантома # 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.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=Візерунок стяга «Штука» # +item.bordure_indented_banner_pattern.name=Візерунок стяга «Зазубрена облямівка» # item.banner_pattern.bricks=Мурований # item.banner_pattern.creeper=Фігура кріпера # item.banner_pattern.flow=Потік # @@ -5955,7 +5950,6 @@ map.position=Позиція: %s, %s, %s # mcoServer.title=Онлайн-світ Minecraft # -menu.ai_lesson_crafter=Крафтер уроків # menu.achievements=Досягнення # menu.convertingLevel=Розширення світу # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=Ширина # options.codeBuilder=Конструктор коду # options.content_log_file=Увімкнути файл журналу вмісту # options.content_log_gui=Увімкнути інтерфейс журналу вмісту # +options.content_log_gui.level=Рівень журналу графічного інтерфейсу # +options.content_log_gui.level.info=Відомості # +options.content_log_gui.level.warn=Попередити # +options.content_log_gui.level.error=Помилка # options.controller=Контролер # options.controllerLayout=Кнопки контролера # options.controllerSettings=Параметри контролера # @@ -6296,14 +6294,14 @@ options.dev_displayMarketplaceDocumentId=Показати ідентифікат options.dev_addCoins=Додати %s монет # options.dev_addCoinTitle=Додати монети # options.dev_reset_entitlements=Скинути всі права # -options.dev_reset_entitlements_loading=Скидання прав: це діалогове вікно буде закрито після завершення процесу. Ви можете закрити це вікно, але закриття гри до завершення виконання цієї команди може призвести до неочікуваної поведінки. # -options.dev_reset_entitlements_error_unfinished=Попередження! Не всі права були належним чином видалені. Спробуйте виконати команду ще раз, можливо, після перезапуску клієнта. # -options.dev_reset_entitlements_warning=Попередження! Це призведе до видалення всіх прав, включно з успадкованими правами, які ви, можливо, не зможете повернути! Ця операція може зайняти деякий час, якщо ви маєте велику кількість прав. Дійсно продовжити? # +options.dev_reset_entitlements_loading=Скидання прав: після завершення процесу це діалогове вікно буде закрито. Ви можете закрити це вікно, але закриття гри до завершення виконання цієї команди може призвести до неочікуваної поведінки. # +options.dev_reset_entitlements_error_unfinished=Попередження! Не всі права були належним чином видалені. Спробуйте виконати команду ще раз, можливо, після перезапуску клієнта. # +options.dev_reset_entitlements_warning=Попередження! Це призведе до видалення всіх прав, включно з успадкованими правами, які ви, можливо, не зможете повернути! Ця операція може тривати деякий час, якщо ви маєте велику кількість прав. Бажаєте продовжити? # options.dev_reset_entitlements_success=Права видалено. # options.dev_currencyFailureWarning=Не вдалося встановити зв’язок із мережею. Помилка: %s # options.dev_currencyFailureWarningGeneric=Не вдалося встановити зв’язок із мережею. Переконайтеся, що ви ввійшли в обліковий запис зі списку дозволених. # options.dev_reset_wallet=Скинути гаманець # -options.dev_allowlist_failure=Помилка! Операція завершилася невдало, перевірте, чи є цей обліковий запис у списку дозволених. # +options.dev_allowlist_failure=Помилка! Операція завершилася невдало, перевірте, чи є цей обліковий запис у списку дозволених. # options.discoveryEnvironment=Виявлення середовища (потрібен перезапуск) # options.discoveryEnvironment.production=Робоче # options.discoveryEnvironment.staging=Передрелізне # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=Обійти експериментальні options.dev_sandboxRetail=Пісочниця Xforge: для торгівлі # options.dev_sandboxDev=Пісочниця Xforge: для розробників # options.dev_sandboxDevAchievement=Пісочниця Xforge: досягнення розробника # +options.dev_showDiscoveryOverridePanel=Перевизначити кінцеві точки сервісу # +options.dev_discoveryOverrideServiceName=Назва сервісу (безпека, особа тощо) # +options.dev_discoveryOverrideServiceBranch=Гілка # +options.dev_resetAllEndpointOverrides=Скинути всі кінцеві точки # +options.dev_apply=Застосовувати # options.dev_displayTreatmentsPanel=Відобразити процедури # options.dev_currentTreatmentsTitle=Поточні процедури # options.dev_unusedTreatmentsTitle=Невикористані засоби обробки # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=Рівень 2 – KitKat # options.dev_sunsetting_tier.three=Рівень 3 – FireTV # options.dev_sunsetting_tier.four=Рівень 4❶– 1024 МБ # options.dev_sunsetting_tier.five=Рівень 5 — iOS 12 і Nougat # +options.dev_sunsetting_tier.six=Рівень 6 – пристрої на iOS 13, Android 8, VR # options.dev_sunsetting_tier.not_pending=Не очікується # options.dev_gatherings_section=Зібрання # options.dev_gatherings_enable=Увімкнути збирання # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=Така висока дальність ренд options.raytracing.renderdistance.warning=Цей параметр може викликати проблеми з продуктивністю під час гри. # options.resetSettings=Скинути до замовчувань # options.resetSettings.popUp=Ви справді хочете скинути ці параметри? # -options.maxFramerate=Макс. частота кадрів (експериментальна) # +options.maxFramerate=Обмеження частоти кадрів # +options.maxFramerate.tooltip=Знизьте максимальну частоту кадрів у грі, щоб покращити час автономної роботи та функціональність пристрою. Фактична частота кадрів може бути нижчою встановленого ліміту. # options.maxFramerateFormat=%s кадр./с # options.perf_turtle=Черепаша швидкість # options.msaa=Згладжування # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=Адаптивна вертикальна синхрон options.websocketEncryption=Вимагати зашифрованих підключень WebSocket # options.websocketEncryptionWarningLabel=Вимикайте цей параметр, лише якщо ви власноруч підключаєтеся до відомої та безпечної програми. # options.filelocation.title=Розташування сховища файлів # +options.filelocation.title.edu=Розташування локального сховища # options.filelocation.external=Зовнішнє # options.filelocation.appdata=Програма # options.filelocation.external.warning.title=Увага! # @@ -6960,26 +6966,12 @@ sunsetting.popup.title=Цей пристрій більше не підтрим sunsetting.popup.moreInfo=Додаткова інформація # sunsetting.popup.dontshow=Більше не показувати # -sunsetting.popup.moreInfo.gearVR=Щоб переглянути додаткові відомості, перейдіть на сторінку https://aka.ms/MinecraftSunsetting у будь-якому веб-браузері. # -sunsetting.popup.moreInfo.gearVR.geo=Щоб переглянути додаткові відомості, перейдіть на сторінку https://aka.ms/MinecraftGeoSunsetting у будь-якому веб-браузері. # - -sunsetting.popup.pendingSunset.ios=Невдовзі ми вже не зможемо підтримувати цей пристрій. Ви будете отримувати оновлення до лютого 2024 року, після чого надійде останнє. %sОтримавши останнє оновлення, ви все ще зможете грати у своїх світах і користуватися минулими покупками з Ринку (зокрема Minecoins), але не зможете здійснювати нові покупки на цьому пристрої. Realms, керовані з цього пристрою, продовжать працювати ще 6 місяців, якщо власник цього Realm не оновить його з іншого пристрою. Скасувати передплату Realm можна через меню «Параметри» для передплат на пристрої, з якого було створено цей Realm. Ви більше не отримуватимете актуальні оновлення й не зможете грати в багатоосібному режимі з пристроями чи в Realms, які продовжують оновлюватися. Ви також не зможете підключатися до певних серверів.%sНатисніть цю кнопку для отримання додаткової інформації, зокрема про способи перенести ваш світ на новий пристрій. # -sunsetting.popup.pendingSunset.android=Невдовзі ми вже не зможемо підтримувати цей пристрій. Ви будете отримувати оновлення до лютого 2024 року, після чого надійде останнє.%sОтримавши останнє оновлення, ви все ще зможете грати у своїх світах і користуватися минулими покупками з Ринку (зокрема Minecoins), але не зможете здійснювати нові покупки на цьому пристрої. Realms, керовані з цього пристрою, продовжать працювати ще 6 місяців, якщо власник цього Realm не оновить його з іншого пристрою. Скасувати передплату Realm можна через меню передплат у Google Play. Google Play доступний на будь-якому підтримуваному пристрої або з ПК, де ви можете увійти до свого облікового запису. Ви більше не отримуватимете актуальних оновлень і не зможете грати в багатоосібному режимі з пристроями або Realms, які продовжують оновлюватися. Ви також не зможете підключитися до певних серверів.%sНатисніть цю кнопку для отримання додаткової інформації, зокрема про способи перенести ваш світ на новий пристрій. # -sunsetting.popup.pendingSunset.ios_android=Невдовзі ми припинимо підтримку цього пристрою. Ви продовжите отримувати оновлення до листопада 2022 року, після чого вам надійде останнє оновлення для цього пристрою. Нам дуже прикро за незручності. %sОтримавши останнє оновлення, ви все ще зможете грати у своїх світах і використовувати покупки з Ринку (зокрема, Minecoins). Realms, доступ до яких здійснюється з цього пристрою, продовжать працювати, якщо власник певного Realm не оновить його на іншому пристрої. Ви більше не отримуватимете актуальні оновлення і не зможете грати в мультиплеєрі з пристроями чи в Realms, які продовжують оновлюватися. Ви також не зможете підключатися до певних серверів. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваші світи на новий пристрій. # -sunsetting.popup.sunset.ios_android=Цей пристрій більше не підтримується. Ви отримали останнє оновлення для цього пристрою. З цього часу ви можете продовжити розбудовувати свої світи, а також використовувати покупки з Ринку (зокрема, Minecoins). Ваші Realms продовжать працювати, якщо власник певного Realm не оновить його на іншому пристрої. Ви більше не отримуватимете актуальні оновлення і не зможете грати в мультиплеєрі з пристроями чи в Realms, які продовжують оновлюватися. Ви також не зможете підключатися до певних серверів. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваші світи на новий пристрій. Ми розуміємо пов’язані незручності та цінуємо час, який ви провели в грі, і ми сподіваємося знову побачитися з вами на оновленому пристрої. # -sunsetting.popup.pendingSunset.gearvr_win10=Наші можливості з підтримки цього пристрою добігають кінця. Ви продовжите отримувати оновлення до наступного великого випуску, коли вам надійде останнє оновлення для цього пристрою. Нам дуже прикро за незручності. %sОтримавши останнє оновлення, ви все ще зможете грати у своїх світах і використовувати покупки з Ринку (зокрема, Minecoins). Однак ви більше не матимете доступу до мультиплеєра чи Realms із цього пристрою. Ви більше не отримуватимете актуальні оновлення і не зможете грати з пристроями чи в Realms, які продовжують оновлюватися. Ви також не зможете підключатися до певних серверів. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваші світи на новий пристрій. # -sunsetting.popup.sunset.gearvr_win10=Цей пристрій більше не підтримується. Ви отримали останнє оновлення для цього пристрою. З цього часу ви можете продовжити розбудовувати свої світи, а також використовувати покупки з Ринку (зокрема, Minecoins). Однак ви більше не матимете доступу до мультиплеєра чи Realms із цього пристрою. Ви більше не отримуватимете актуальні оновлення і не зможете грати з пристроями, які продовжують оновлюватися. Ви також не зможете підключатися до певних серверів. # -sunsetting.popup.pendingSunset.dx10=Наші можливості з підтримки цього графічного пристрою добігають кінця. Ви продовжите отримувати оновлення до наступного великого випуску, коли вам надійде останнє оновлення для цього пристрою. Нам дуже прикро за незручності. %sОтримавши останнє оновлення, ви все ще зможете грати у своїх світах і використовувати покупки з Ринку (зокрема, Minecoins). Realms, які керуються з цього пристрою, продовжать працювати, якщо власник певного Realm не оновить його на іншому пристрої. Ви більше не отримуватимете актуальні оновлення і не зможете грати в мультиплеєрі з пристроями чи в Realms, які продовжують оновлюватися. Ви також не зможете підключатися до певних серверів. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваші світи на новий пристрій. # -sunsetting.popup.sunset.dx10=Цей графічний пристрій більше не підтримується. Ви отримали останнє оновлення для цього пристрою. З цього часу ви можете продовжити розбудовувати свої світи, а також використовувати покупки з Ринку (зокрема, Minecoins). Ваші Realms продовжать працювати, якщо власник певного Realm не оновить його на іншому пристрої. Ви більше не отримуватимете актуальні оновлення і не зможете грати в мультиплеєрі з пристроями чи в Realms, які продовжують оновлюватися. Ви також не зможете підключатися до певних серверів. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваші світи на новий пристрій. Ми розуміємо пов’язані незручності та цінуємо час, який ви провели в грі, як і ваш внесок у її розвиток. # - -sunsetting.popup.pendingSunset.geo.ios=Наші можливості з підтримки цього пристрою добігають кінця у вашому регіоні. Отримавши останнє оновлення, ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати покупки на Ринку. Realms, які керуються з цього пристрою, продовжать працювати ще 6 місяців. 30 вересня 2023 року ви більше не матимете доступу до Realm. Рекомендується завантажити свій світ до цього та скасувати підписку, переглянувши налаштування підписки на своєму пристрої. %sЯкщо ви ввійшли в обліковий запис Microsoft/Xbox Live, ваші покупки на Ринку, монети Minecoins, а також ваша підписка на Realms будуть доступні на інших платформах. Якщо ви хочете перенести свої світи з цього пристрою на інший пристрій, ви можете зробити це, завантаживши світ у Realm і завантаживши резервну копію на свій новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваш світ на новий пристрій. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=Наші можливості з підтримки цього пристрою добігають кінця у вашому регіоні. Ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати покупки на Ринку. Realms, які керуються з цього пристрою, продовжать працювати до 30 вересня 2023 року. Після цього ви більше не матимете доступу до Realm. Рекомендується завантажити свій світ до цього. %sЯкщо ви ввійшли в обліковий запис Microsoft/Xbox Live, ваші покупки на Ринку, монети Minecoins, а також ваша підписка на Realms будуть доступні на інших платформах. Якщо ви хочете перенести свої світи з цього пристрою на інший пристрій, ви можете зробити це, завантаживши світ у Realm і завантаживши резервну копію на свій новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваш світ на новий пристрій. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=Наші можливості з підтримки цього пристрою добігають кінця у вашому регіоні. Отримавши останнє оновлення, ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати покупки на Ринку. Realms, які керуються з цього пристрою, продовжать працювати ще 6 місяців. 30 вересня 2023 року ви більше не матимете доступу до Realm. Рекомендується завантажити свій світ до цього. %sЯкщо ви ввійшли в обліковий запис Microsoft/Xbox Live, ваші покупки на Ринку, монети Minecoins, а також ваша підписка на Realms будуть доступні на інших платформах. Якщо ви хочете перенести свої світи з цього пристрою на інший пристрій, ви можете зробити це, завантаживши світ у Realm і завантаживши резервну копію на свій новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваш світ на новий пристрій. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=Наші можливості з підтримки цього пристрою добігають кінця у вашому регіоні. Ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати покупки на Ринку. Realms, які керуються з цього пристрою, продовжать працювати до 30 вересня 2023 року. Після цього ви більше не матимете доступу до Realm. Рекомендується завантажити свій світ до цього. %sЯкщо ви ввійшли в обліковий запис Microsoft/Xbox Live, ваші покупки на Ринку, монети Minecoins, а також ваша підписка на Realms будуть доступні на інших платформах. Якщо ви хочете перенести свої світи з цього пристрою на інший пристрій, ви можете зробити це, завантаживши світ у Realm і завантаживши резервну копію на свій новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваш світ на новий пристрій. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=Наші можливості з підтримки цього пристрою добігають кінця у вашому регіоні. Завдяки цьому останньому оновленню ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати нові покупки. Realms, які керуються з цього пристрою, продовжать працювати ще 6 місяців. З 30 вересня 2023 року ви більше не матимете доступу до цих Realms. Рекомендується завантажити свій світ до цього часу та скасувати підписку, переглянувши свої підписки в Google Play. %sВи більше не отримуватимете актуальні оновлення і не зможете грати в мультиплеєрі. Ви також не зможете підключатися до певних серверів. %sЯкщо ви ввійшли в обліковий запис Microsoft/Xbox Live, ваші покупки з Ринку й монети Minecoins, а також підписка на Realms будуть доступні на інших платформах, де ви граєте в Minecraft. Ви можете стартувати нову підписку з інших платформ, де ви граєте в Minecraft. %sЯкщо ви хочете перенести світи з цього пристрою на інший, ви можете зробити це, завантаживши світ у Realm і завантаживши резервну копію на новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваші світи на новий пристрій. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=Наші можливості з підтримки цього пристрою добігають кінця у вашому регіоні. Ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати покупки на Ринку. Realms, які керуються з цього пристрою, продовжать працювати до 30 вересня 2023 року. Після цього ви більше не матимете доступу до Realm. Рекомендується завантажити свій світ до цього. %sЯкщо ви ввійшли в обліковий запис Microsoft/Xbox Live, ваші покупки на Ринку, монети Minecoins, а також ваша підписка на Realms будуть доступні на інших платформах. Якщо ви хочете перенести свої світи з цього пристрою на інший пристрій, ви можете зробити це, завантаживши світ у Realm і завантаживши резервну копію на свій новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваш світ на новий пристрій. ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=Наші можливості з підтримки цього пристрою добігають кінця у вашому регіоні. Отримавши останнє оновлення, ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати покупки на Ринку. Realms, які керуються з цього пристрою, продовжать працювати ще 6 місяців. 30 вересня 2023 року ви більше не матимете доступу до Realm. Рекомендується завантажити свій світ до цього. %sЯкщо ви ввійшли в обліковий запис Microsoft/Xbox Live, ваші покупки на Ринку, монети Minecoins, а також ваша підписка на Realms будуть доступні на інших платформах. Якщо ви хочете перенести свої світи з цього пристрою на інший пристрій, ви можете зробити це, завантаживши світ у Realm і завантаживши резервну копію на свій новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваш світ на новий пристрій. # -sunsetting.popup.sunset.geo.generic=Наші можливості з підтримки цього пристрою добігають кінця у вашому регіоні. Ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати покупки на Ринку. Realms, які керуються з цього пристрою, продовжать працювати до 30 вересня 2023 року. Після цього ви більше не матимете доступу до Realm. Рекомендується завантажити свій світ до цього. %sЯкщо ви ввійшли в обліковий запис Microsoft/Xbox Live, ваші покупки на Ринку, монети Minecoins, а також ваша підписка на Realms будуть доступні на інших платформах. Якщо ви хочете перенести свої світи з цього пристрою на інший пристрій, ви можете зробити це, завантаживши світ у Realm і завантаживши резервну копію на свій новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваш світ на новий пристрій. # +sunsetting.popup.pendingSunset.device=Невдовзі ми вже не зможемо підтримувати цей пристрій. Ви будете отримувати оновлення до березня 2025 року, після чого надійде завершальне оновлення, яке буде сумісне з цим пристроєм.%sПісля отримання завершального оновлення ви все ще зможете грати у своїх світах і користуватися покупками з Ринку (зокрема Minecoins), але не зможете здійснювати нові покупки на цьому пристрої. Realms, керовані з цього пристрою, продовжать працювати ще 6 місяців з березня 2025 року, якщо власник Realm не оновить їх з іншого пристрою. Скасувати передплату Realm можна через меню «Налаштування» Підписок на пристрої, з якого було створено цей Realm. Ви більше не будете отримувати актуальні оновлення й не зможете грати в режимі мультиплеєра з пристроями чи в Realms, які продовжують оновлюватися. Ви також не зможете підключатися до певних серверів.%sНатисніть цю кнопку для отримання додаткової інформації. # +sunsetting.popup.sunset.device=Ми більше не можемо підтримувати цей пристрій. Починаючи з березня 2025 року, ви більше не отримуватимете оновлень, доки не оновите свій пристрій. Це – завершальне оновлення, сумісне з цим пристроєм.%sВи все ще зможете грати у своїх світах і користуватися минулими покупками з Ринку (зокрема Minecoins). Realms, керовані з цього пристрою, продовжать працювати ще 6 місяців з березня 2025 року, якщо власник Realm не оновить його з іншого пристрою. Скасувати передплату Realm можна через меню «Параметри» Підписок на пристрої, з якого було створено цей Realm. Ви не будете отримувати подальші оновлення й не зможете грати в режимі мультиплеєра з пристроями чи в Realms, які продовжують оновлюватися. Ви також не зможете підключатися до певних серверів.%sНатисніть цю кнопку для отримання додаткової інформації. # +sunsetting.popup.pendingSunset.windows_xr=Ми припиняємо підтримку цього графічного VR / MR-пристрою. Цей пристрій більше не буде підтримуватися в оновленнях після березня 2025 року, коли ви отримаєте завершальне оновлення з підтримкою цього пристрою.%sПісля отримання завершального оновлення ви все ще будете отримувати оновлення на свій ПК і зможете грати без VR / MR-пристрою. З цього моменту ви зможете продовжувати будувати у своїх світах, а ваші покупки на Ринку (в тому числі Minecoins) будуть доступні на не-VR / MR графічних пристроях, як-от монітор комп’ютера. Ви більше не зможете використовувати свій VR / MR-пристрій у Minecraft, оскільки він більше не буде підтримуватися в наступних оновленнях.%sНатисніть цю кнопку для отримання додаткової інформації. # +sunsetting.popup.sunset.windows_xr=Ми припиняємо підтримку цього графічного VR / MR-пристрою. Цей VR / MR-пристрій більше не буде підтримуватися. Ви отримали завершальне оновлення цього графічного пристрою, і ви все ще будете отримувати оновлення на свій ПК і зможете грати без VR / MR-пристрою. З цього моменту ви зможете продовжувати будувати у своїх світах, а ваші покупки на Ринку (в тому числі Minecoins) будуть доступні на не-VR / MR графічних пристроях, як-от монітор комп’ютера. Ви більше не зможете використовувати свій VR / MR-пристрій у Minecraft, оскільки він більше не підтримується в наступних оновленнях.%sНатисніть цю кнопку для отримання додаткової інформації. Ми розуміємо, що це спричиняє незручності, і глибоко вдячні вам за час, проведений у нашій грі, і за вашу підтримку. # +sunsetting.popup.pendingSunset.geo=Невдовзі ми припинимо підтримку цього пристрою у вашому регіоні. Після отримання завершального оновлення ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати покупки на Ринку. Realms, керовані з цього пристрою, працюватимуть ще 6 місяців. 30 вересня 2023 року ви втратите доступ до Realm. Рекомендуємо завантажити свій світ до цієї дати.%sЯкщо ви ввійшли в обліковий запис Microsoft, ваші покупки на Ринку, монети Minecoins, а також підписка на Realms будуть доступні на інших платформах. Якщо ви хочете перенести світи з цього пристрою на інший, то вивантажте світ у Realm і завантажте резервну копію на новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести світ на новий пристрій. # +sunsetting.popup.sunset.geo=Ми більше не можемо підтримувати цей пристрій у вашому регіоні. Ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати покупки на Ринку. Realms, керовані з цього пристрою, працюватимуть до 30 вересня 2023 року. Після цього ви втратите доступ до Realm. Рекомендуємо завантажити свій світ до цієї дати. %sЯкщо ви ввійшли в обліковий запис Microsoft, ваші покупки на Ринку, монети Minecoins, а також підписка на Realms будуть доступні на інших платформах. Якщо ви хочете перенести свої світи з цього пристрою на інший, вивантажте світ у Realm і завантажте резервну копію на свій новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести світ на новий пристрій. # sunsetting.banner.play.worldTab.pending=Ваша версія скоро може втратити можливість підключення до мультиплеєра # sunsetting.banner.play.friendsTab.pending=Ваша версія скоро може втратити можливість підключення до мультиплеєра # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=Інгредієнти: # 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.flow_armor_trim_smithing_template.name=Оздоблення обладунків «‎Потік»‎ # +item.bolt_armor_trim_smithing_template.name=Оздоблення обладунків «‎Блискавка»‎ # item.snort_pottery_sherd.name=Гончарний черепок «Пирхання» # item.spawn_egg.entity.camel.name=Яйце призову верблюда # item.spruce_hanging_sign.name=Ялинова вивіска # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=Орнамент обладунків «Шляхош trim_pattern.wild.name=Орнамент обладунків «Дикість» # trim_pattern.bolt.name=Оздоблення обладунків «‎Блискавка»‎ # trim_pattern.flow.name=Оздоблення обладунків «‎Потік»‎ # -upgrade.netherite_upgrade.name=Модернізація незериту # storageManager.mainSizeLabel=%s – 1 елем. # storageManager.mainSizeLabelPlural=%s – %s елем. # @@ -8443,6 +8453,8 @@ 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.recurring.offerTrial=Marketplace Pass — це подовжувана підписка з автоматичним щомісячним списанням коштів до моменту скасування підписки.%sПонад 150 пакетів вмісту з ринку стануть доступні відразу. Ви можете скасувати підписку в параметрах підписок, щоб припинити стягнення плати в майбутньому. #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass — це подовжувана підписка з автоматичним щомісячним списанням коштів до моменту скасування підписки.%sПонад 150 пакетів вмісту з ринку стануть доступні відразу. Плата стягуватиметься в розмірі %s на місяць із можливістю скасувати підписку в параметрах підписок, щоб припинити стягнення плати в майбутньому. #### {StrContains="Marketplace Pass"} store.csb.consumable.offerTrial=Понад 150 пакетів вмісту з ринку стануть доступними відразу ж. Перші 30 днів будуть безкоштовними, а потім ви можете оплачувати доступ на кожні наступні 30 днів за ціною %s. # @@ -8854,8 +8866,6 @@ store.myAccount=Мій обліковий запис # store.xbl.signin=Вхід # store.xbl.signinOrSignUp=Увійдіть або зареєструйтеся безкоштовно # store.xbl.disconnected=Відключено # -store.xbl.conversionFailedTitle=Щось пішло не так # -store.xbl.conversionFailedMessage=Спробуйте ще раз згодом. # store.sales.allByCreator=Розпродаж! # store.sales.bundlesOnSale=Розпродаж наборів! # @@ -9027,8 +9037,8 @@ tile.deny.name=Відмовити # tile.border_block.name=Кордон # tile.anvil.intact.name=Ковадло # tile.anvil.name=Ковадло # -tile.anvil.slightlyDamaged.name=Трохи пошкоджене ковадло # -tile.anvil.veryDamaged.name=Сильно пошкоджене ковадло # +tile.anvil.slightlyDamaged.name=Скол ковадла # +tile.anvil.veryDamaged.name=Пошкоджене ковадло # tile.barrier.name=Бар’єр # tile.beacon.name=Маяк # tile.beacon.primary=Основний ефект # @@ -9079,7 +9089,7 @@ tile.iron_block.name=Блок заліза # tile.lapis_block.name=Блок лазуриту # tile.redstone_block.name=Блок редстоуну # tile.bookshelf.name=Книжкова полиця # -tile.brick_block.name=Блок цегли # +tile.brick_block.name=Цеглини # tile.brown_mushroom.name=Коричневий гриб # tile.brown_mushroom_block.mushroom.name=Гриб # tile.brown_mushroom_block.stem.name=Ніжка гриба # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=Синя скляна панель # tile.stained_glass_pane.purple.name=Фіолетова скляна панель # tile.stained_glass_pane.magenta.name=Малинова скляна панель # tile.stained_glass_pane.pink.name=Рожева скляна панель # -tile.clay.name=Блок глини # +tile.clay.name=Глина # tile.hardened_clay.name=Кераміка # tile.stained_hardened_clay.black.name=Чорна кераміка # tile.stained_hardened_clay.blue.name=Синя кераміка # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=Стіна з червоної не tile.cocoa.name=Какао # tile.command_block.name=Командний блок # tile.composter.name=Компостер # -tile.light_block.name=Світловий блок # +tile.light_block.name=Світло # tile.repeating_command_block.name=Циклічний командний блок # tile.chain_command_block.name=Ланцюговий командний блок # tile.wheat.name=Урожай # tile.darkOakFence.name=Паркан із темного дуба # tile.dark_oak_fence_gate.name=Хвіртка з темного дуба # -tile.daylight_detector.name=Сенсор денного світла # +tile.daylight_detector.name=Датчик денного світла # tile.deadbush.name=Мертвий кущ # tile.detector_rail.name=Колія-детектор # tile.dirt.coarse.name=Кам’яниста земля # @@ -9395,7 +9405,7 @@ tile.monster_egg.stone.name=Заражений камінь # tile.mushroom.name=Гриб # tile.noteblock.name=Нотний блок # tile.mycelium.name=Грибниця # -tile.nether_brick.name=Блок незерської цегли # +tile.nether_brick.name=Незерська цегла # tile.red_nether_brick.name=Червона незерська цегла # tile.nether_brick_fence.name=Паркан із незерської цегли # tile.quartz_ore.name=Незерська кварцева руда # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=Табличка з тропічного дере tile.acacia_standing_sign.name=Табличка з акації # tile.darkoak_standing_sign.name=Табличка з темного дуба # tile.slime.name=Блок слизу # -tile.snow.name=Сніг # +tile.snow.name=Сніговий блок # tile.sponge.dry.name=Губка # tile.sponge.wet.name=Мокра губка # tile.spruceFence.name=Паркан із хвойного дерева # @@ -9549,7 +9559,7 @@ tile.stonebrick.smooth.name=Гладка кам’яна цегла # tile.stonecutter.name=Каменеріз # tile.stonecutter_block.name=Каменеріз # tile.mossy_cobblestone.name=Моховитий кругляк # -tile.double_stone_slab.brick.name=Плита з цегли # +tile.double_stone_slab.brick.name=Цегляна плита # tile.double_stone_slab.cobble.name=Плита з кругляку # tile.double_stone_slab.name=Плита з каменю # tile.double_stone_slab.nether_brick.name=Плита з незерської цегли # @@ -9559,7 +9569,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=Плита з незерської цегли # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=Блок мертвих пухирчастих tile.coral_block.red_dead.name=Блок мертвих вогняних коралів # tile.coral_block.yellow_dead.name=Блок мертвих рогових коралів # tile.tallgrass.fern.name=Папороть # -tile.tallgrass.grass.name=Трава # -tile.tallgrass.name=Трава # +tile.tallgrass.grass.name=Низька трава # +tile.tallgrass.name=Низька трава # tile.tallgrass.shrub.name=Кущ # tile.tuff_brick_slab.name=Плита з туфової цегли # tile.tuff_brick_stairs.name=Сходи з туфової цегли # @@ -9612,7 +9622,7 @@ tile.tuff_stairs.name=Туфові сходи # tile.tuff_wall.name=Туфова стіна # tile.seagrass.seagrass.name=Морська трава # tile.sea_pickle.name=Морський огірок # -tile.turtle_egg.name=Яйце морської черепахи # +tile.turtle_egg.name=Яйце черепахи # tile.coral.blue.name=Трубчастий корал # tile.coral.pink.name=Мозковий корал # tile.coral.purple.name=Пухирчастий корал # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=Віяло з мертвих вогняних tile.coral_fan_dead.yellow_fan.name=Віяло з мертвих рогових коралів # tile.glass_pane.name=Скляна панель # tile.tnt.name=Вибухівка # -tile.snow_layer.name=Верхній шар снігу # +tile.snow_layer.name=Сніг # tile.torch.name=Смолоскип # tile.trapdoor.name=Дубовий лаз # tile.acacia_trapdoor.name=Акацієвий лаз # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=Вода # tile.water.name=Вода # tile.waterlily.name=Лілія # tile.web.name=Павутиння # -tile.heavy_weighted_pressure_plate.name=Вагова притискна пластина (важка) # -tile.light_weighted_pressure_plate.name=Вагова притискна пластина (легка) # +tile.heavy_weighted_pressure_plate.name=Важка притискна пластина # +tile.light_weighted_pressure_plate.name=Легка притискна пластина # tile.end_stone.name=Камінь Енду # tile.end_bricks.name=Цегла з каменю Енду # tile.planks.acacia.name=Дошки з акації # @@ -10288,7 +10298,7 @@ xbox.signin.enterCode=І введіть цей код: # xbox.signin.enterCode.qr=2. Введіть код нижче, коли з’явиться запит: # xbox.signin.letsPlay=Нумо грати! # xbox.signin.message=Увійдіть під безкоштовним обліковим записом Microsoft, щоб сповна насолодитися світом Minecraft. # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=Увійдіть під іншим обліковим записом Microsoft # xbox.signin.website=Зайдіть на цей веб-сайт на іншому пристрої: # xbox.signin.website.qr=1. Зайдіть на цей веб-сайт на іншому пристрої: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=Не вдалось увійти в пі xbox.dev_wrongSandboxSigninFailed.button.dev=Перейти в пісочницю для розробників # xbox.dev_wrongSandboxSigninFailed.button.retail=Перейти в пісочницю для користувачів # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Очистити дані входу в обліковий запис # -xbox.addfriendsignin.line1=Шукайте друзів за псевдонімами гравців, щоб дізнаватися, коли вони в мережі. # -xbox.addfriendsignin.line2=Щоб додавати друзів, увійдіть під своїм обліковим записом Microsoft! # xbox.invitesignin.line1=Запрошуйте своїх друзів за псевдонімами гравців, щоб бачити їхні світи, коли вони в мережі. # xbox.invitesignin.line2=Щоб запрошувати друзів, увійдіть під своїм обліковим записом Microsoft! # xbox.thirdpartysignin.line1=Відпадні міні-ігри та нові гравці чекають на вас! Але спочатку "%s" хоче дізнатися про вас більше. # xbox.thirdpartysignin.line2=Щоб підключитися, увійдіть під своїм обліковим записом Microsoft! # xbox.signInLong=Безкоштовний вхід! # xbox.signOutLong=Вихід з облікового запису Microsoft # -xbox.externalServer.title=Гра на сервері # -xbox.externalServer.line1=Граючи в Minecraft на серверах, можна дати повну свободу своїй уяві! Вам лише потрібно ввійти в обліковий запис, щоб ми могли перевірити ваш дозвіл на гру в мережі з новими людьми. # xbox.genericsignin.line1=Обліковий запис Minecraft дає змогу грати в мультиплеєрі з друзями на комп’ютерах і мобільних пристроях через Інтернет. І головне! # xbox.genericsignin.line2=Це БЕЗКОШТОВНО! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=і ще %s # dr.classic_skins.choose_custom_skin=Вибрати новий скін # dr.classic_skins.custom_skin_title=Імпорт скіна # dr.classic_skins.custom_skin_description=Імпортуйте файл зображення у форматі .png (64x32, 64x64 або 128x128) з пристрою, щоб використовувати його як скін. Він не синхронізуватиметься між пристроями або іграми. # -dr.classic_skins.custom_skin_description_disabled= Ваш пристрій не може вибрати нестандартний скін у режимі мультиплеєра. Поверніться до головного меню, щоб установити його. # +dr.classic_skins.custom_skin_description_disabled=Ваш пристрій не може вибрати нестандартний скін у режимі мультиплеєра. Поверніться до головного меню, щоб установити його. # dr.classic_skins.custom_skin_description_popup=Гравці з власними скінами не будуть видимі вам, якщо ввімкнуто параметр "Дозволити лише надійні скіни" # dr.classic_skins.custom_skin_section_title=Власні скіни # dr.classic_skins.invalidCustomSkin=Імпортуйте файл у форматі .png (розмір 64x64, 64x32 або 128x128) # diff --git a/resource_pack/texts/zh_CN.lang b/resource_pack/texts/zh_CN.lang index c6128fee2..2d81e9da9 100644 --- a/resource_pack/texts/zh_CN.lang +++ b/resource_pack/texts/zh_CN.lang @@ -964,6 +964,7 @@ 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.exception=在执行此指令时出现了未知的错误 # commands.generic.invalidAgentType=适用于仅代理机器人 选择器的类型参数 # commands.generic.invalidcontext=对给定命令类型的上下文无效 # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s 已解锁配方:%2$s # commands.recipes.playerDoesNotHaveRecipe=%1$s 并没有配方:%2$s # commands.recipes.notFound=无法找到配方。 # commands.recipes.notUnlockable=配方书中的配方不可解锁。 # +commands.reload.all.description=重新加载所有行为包中的所有函数和脚本文件,或者重新加载世界和所有资源及行为包。 # commands.reload.description=从所有行为包中重新加载所有函数和脚本文件。 # -commands.reload.editor.description=重新加载所有行为包中的所有函数和脚本文件,或者重启客户端以重新加载所有资源。 # +commands.reload.started=已开始重新加载世界。 # commands.reload.success=函数和脚本文件已重新加载。 # commands.reload.error=出现意外错误。 # +commands.reload.onlyHost=只有主机玩家可以重新加载世界。 # commands.replaceitem.description=替换物品栏中的物品。 # commands.replaceitem.failed=无法将 %s 的 %d 槽位替换为 %d * %s # commands.replaceitem.keepFailed=已有一个物品占用 %s 物品栏 %d。 # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=创作者镜头:焦点目标 createWorldScreen.experimentalFocusTargetCameraDescription=启用现有自由摄像机的行为,以将一个实体选为目标 # createWorldScreen.recipeUnlocking=配方解锁 # createWorldScreen.recipeUnlockingDescription=启用配方解锁 # -createWorldScreen.experimentalholiday=假日创造者功能 # -createWorldScreen.experimentalholidayDescription=添加数据驱动的方块和物品技术,以自定义方块形状、旋转、损坏等 # createWorldScreen.experimentalGameTest=测试版 API # createWorldScreen.experimentalGameTestDescription=在附加组件包中使用 API 模块的“测试版” # createWorldScreen.experimentalMolangFeatures=Molang 功能 # @@ -1907,6 +1908,8 @@ createWorldScreen.experimentalVillagerTradesRebalance=村民贸易再平衡 # createWorldScreen.experimentalVillagerTradesRebalanceDescription=包含为村民更新的贸易,以便重新平衡 # createWorldScreen.experimentalArmadillo=犰狳和狼铠 # createWorldScreen.experimentalArmadilloDescription=了解犰狳,用新的狼铠装备你的狼! # +createWorldScreen.experimentalBundles=同捆包 # +createWorldScreen.experimentalBundlesDescription=允许合成并使用同捆包物品 # createWorldScreen.worldPreferences=世界偏好 # createWorldScreen.startWithMap=初始地图 # createWorldScreen.defaultName=我的世界 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=您需要用 Microsoft 账户登录 realmsSharingScreen.invalidPermissionTitle=无效权限 # realmsSharingScreen.unexpectedServerResponseTitle=Realms 错误 # realmsSharingScreen.unexpectedServerResponseMessage=很抱歉,连接到 Realm 时出现了问题。请稍后重试。 # +realmsSharingScreen.inviteLinkNotFoundTitle=Realms 错误 # +realmsSharingScreen.inviteLinkNotFoundMessage=此邀请链接无效。 # realmsCreateScreen.title.create=创建一个 Realm 服务器 # realmsCreateScreen.title.extend=延长你的 Realm # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=延长 180 天 # xblLogin.LoginMessageTitle=Microsoft 账户 # xblLogin.LoginMessage=连接中... # -xbl.savePurchase.description.line1=想要从任何启用了《我的世界》商店的系统玩购买的任何内容?用免费的 Microsoft 账号登录,并同步您已购买的皮肤、材质、地图和混搭包,即可使用它们并在《我的世界》中畅玩。 # -xbl.savePurchase.description.line2=如果您丢失了您的系统或卸载了《我的世界》,当您使用 Microsoft 账户时,您的购买仍然会被同步并可在任何系统上访问。 # -xbl.savePurchase.leaveOnDevice=保留在设备上 # -xbl.savePurchase.title=保存购买至 Microsoft 账户? # xbl.savePurchase.saveButton=保存至 Microsoft 账户 # -xbl.savePurchase.toast.title=成功! # -xbl.savePurchase.toast.message=购买已同步至 Microsoft 帐户! # -xbl.savePurchase.inProgress.message=正在传输购买至 Microsoft 账户... # - -xbl.syncIAP.title=将购买同步至您的 Microsoft 帐户? # -xbl.syncIAP.description=登录 Microsoft 账户,即可同步您的皮肤、材质包、世界和混搭包。在您畅玩《我的世界》的任何设备上都可获得它们。 # -xbl.syncIAP.syncNow=现在同步…… # -xbl.syncIAP.syncLaterEllipsis=稍后同步…… # -xbl.syncIAP.syncLater=稍后同步 # -xbl.syncIAP.toast.title=成功! # -xbl.syncIAP.toast.message=购买已同步至您的 Microsoft 帐户! # -xbl.syncIAP.inProgress.message=正在同步购买至您的 Microsoft 账户... # -xbl.syncIAP.skipSignIn.prompt.description=如果您未将此设备的购买同步到此 Microsoft 账户,该账户将不是这台设备的主帐户。当您启动《我的世界》时,将不会自动登录。 # - -xbl.syncIAP.confirmSync.prompt.title=同步到 %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=您想同步您的应用商店购买至 %s 吗? # -xbl.syncIAP.confirmSync.prompt.description.line2=对于《我的世界》市场之外购买的包您只能进行一次同步。任何在这台设备上进行游戏的玩家都可以继续使用它们。 # -xbl.syncIAP.confirmSync.prompt.yes=是,同步我的购买 # xbl.marketplace.account.error.body.nobutton=您的帐户出现错误。 我们需要解决这个问题,然后您才能使用 Marketplace。 如果此问题连续多天都无法解决,请联系支持人员。 # @@ -2512,8 +2495,6 @@ 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.skipSignIn.prompt.title=临时帐户 # -xbl.skipSignIn.prompt.description=如果您未将此设备的购买传输到此 Microsoft 帐户,该帐户将不是这台设备的主帐户。当您启动《我的世界》时,将不会自动登录。 # xbl.signOut.title=Microsoft 账户购买! # xbl.signOut.message1=从您的 Microsoft 账户注销后,您将无法访问已在商店中购买的 Minecoin 和物品。 # xbl.signOut.message2=是否确定要执行此操作? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s 在墙里窒息而亡 # death.attack.lava=%1$s 试图在熔岩里游泳 # death.attack.lava.player=%1$s 在逃离 %2$s 时试图在熔岩里游泳 # death.attack.lightningBolt=%1$s 被闪电击中 # +death.attack.maceSmash.player=%1$s 被 %2$s 击碎了 # +death.attack.maceSmash.player.item=%1$s 被 %2$s 用 %3$s 击碎了 # death.attack.magic=%1$s 被魔法杀死了 # death.attack.magma=%1$s发现了地面是熔岩 # death.attack.magma.player=由于 %2$s,%1$s 行走于危险地带 # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=服务器和客户端为功能切 disconnectionScreen.editor.cannotUseRayTracing=启用光线追踪的资源包与编辑器项目尚不兼容。 # disconnectionScreen.unexpectedPacket=由于收到无法处理的意外数据包类型而断开连接。这可能是由于网络级别的版本不匹配或损坏。 # disconnectionScreen.connectionLost=与主机的连接已丢失。如果该世界仍在开启,请检查您的互联网连接并尝试重新连接。 # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=无法加载世界。 # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=尝试在试玩模式下打开这个世界。 # disconnectionScreen.errorCode=错误代码: # storageSpaceWarningScreen.frontend=您的存储空间即将不足!《我的世界》已限制您访问该功能,直至您清理出额外的存储空间为止。 # @@ -3041,7 +3026,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=卫道士 # @@ -3126,7 +3111,7 @@ feed.upload=您的屏幕截图正在上传... # feed.manage=管理信息提要 # feed.share=共享 # feed.addScreenshot=添加屏幕截图 # -feed.screenshotCapturedRealms=屏幕截图已捕获。前往 Realms 故事进行分享。 # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=已截取屏幕截图。您可以在屏幕截图库中查看。 # feed.screenshotAlmostFull=已截取屏幕截图。您的图库快满了。(%d/%d) # feed.screenshotReachedMax=已截取屏幕截图。您的图库已满。(%d /%d) # @@ -3420,7 +3405,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=盾牌 # @@ -3501,8 +3486,8 @@ howtoplay.blocks.text.7=§e陶瓦§f - 该方块自然存在于荒地生物群 howtoplay.blocks.text.8=§e岩浆方块§f - 该方块自然存在于下界中,它发出一点光,并且会烧毁踩到它的任何生物。 # howtoplay.blocks.text.9=§e粗粒土§f - 该方块与普通泥土方块极为相似,但其上无法长出草。可在热带草原和大型针叶林生物群系中找到它。 # -howtoplay.bookAndQuill=书与笔 # -howtoplay.bookAndQuill.text.1=“书与笔”使您可以记录自己的冒险经历。通过在页面中输入文字和图像来讲述您的故事。您甚至可以更改标题和作者!对“书与笔”签名即可完成您的工作。在签名之前,“书与笔”将处于可编辑状态。 # +howtoplay.bookAndQuill=书和羽毛 # +howtoplay.bookAndQuill.text.1=“书和羽毛”使您可以记录自己的冒险经历。通过在页面中输入文字和图像来讲述您的故事。您甚至可以更改标题和作者!对“书和羽毛”签名即可完成您的作品。在签名之前,“书和羽毛”将处于可编辑状态。 # howtoplay.brewingStand=酿造台 # howtoplay.brewingStand.text.1=酿造药水需要一个酿造台。每份药水首先需要一瓶水,该瓶水可使用来自炼药锅或水源地的水灌满玻璃瓶获得。 # @@ -3643,7 +3628,7 @@ howtoplay.camera.text.2=用您的视角拍照片,按 :_input_key.use:。 # howtoplay.camera.text.2.touch=如果要用您的视角拍照片,请点击并按住,然后释放。 # howtoplay.camera.text.3=自拍时放置摄像机,然后按上边的 :_input_key.use:。 # howtoplay.camera.text.3.touch=自拍时,放置摄像机,点击拍照按钮。 # -howtoplay.camera.text.4=您可以在相片簿中查看照片,或者将其插入“书与笔”。 # +howtoplay.camera.text.4=您可以在相片簿中查看照片,或者将其插入“书和羽毛”。 # howtoplay.portfolio=相片簿 # howtoplay.portfolio.title=游戏指南:相片簿 # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=使用 Minecraft 的游戏内货币 Minecoins,探 howtoplay.minecoins.text.2=兑换后,您的 Minecoins 将关联至自己的 Microsoft 账户,因此您也可以在其他支持的设备上访问游戏币并进行购买! # howtoplay.minecoins.button.text.1=获取硬币 # howtoplay.minecoins.header.1=免责声明 # -howtoplay.minecoins.text.3=*Minecoins 需要带 Minecraft 市场的《Minecraft:基岩版》版本。Minecoins 在 PlayStation® 上不兼容。有关兼容性信息,请参阅 minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins 需要带 Minecraft 市场的《Minecraft:基岩版》版本。Minecoins 在 PlayStation® 上不兼容。有关兼容性信息,请参阅 minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=采矿 # @@ -4626,7 +4611,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=品红色旗帜 # @@ -5022,7 +5007,7 @@ item.boat.big_oak.name=深色橡木船 # item.bone.name=骨头 # item.book.name=书 # item.breeze_rod.name=旋风棒 # -item.chainmail_boots.name=锁链靴子 # +item.chainmail_boots.name=链甲靴 # item.leather_boots.name=皮革靴子 # item.diamond_boots.name=钻石靴子 # item.golden_boots.name=金靴子 # @@ -5122,7 +5107,7 @@ item.warped_fungus_on_a_stick.name=诡异真菌钓竿 # item.carrot.name=胡萝卜 # item.cauldron.name=炼药锅 # item.charcoal.name=木炭 # -item.chainmail_chestplate.name=锁链胸甲 # +item.chainmail_chestplate.name=链甲胸甲 # item.leather_chestplate.name=皮革胸甲 # item.diamond_chestplate.name=钻石胸甲 # item.golden_chestplate.name=金胸甲 # @@ -5133,7 +5118,7 @@ item.cooked_beef.name=牛排 # item.cooked_chicken.name=熟鸡肉 # item.cooked_porkchop.name=熟猪排 # item.chicken.name=生鸡肉 # -item.clay_ball.name=黏土 # +item.clay_ball.name=粘土球 # item.clock.name=钟 # item.coal.name=煤炭 # item.comparator.name=红石比较器 # @@ -5242,7 +5227,7 @@ item.golden_axe.name=金斧 # item.iron_axe.name=铁斧 # item.stone_axe.name=石斧 # item.wooden_axe.name=木斧 # -item.chainmail_helmet.name=锁链头盔 # +item.chainmail_helmet.name=链甲头盔 # item.leather_helmet.name=皮革帽子 # item.diamond_helmet.name=钻石头盔 # item.golden_helmet.name=金头盔 # @@ -5274,7 +5259,7 @@ item.netherite_helmet.name=下界合金头盔 # item.lead.name=拴绳 # item.leather.name=皮革 # item.leaves.name=树叶 # -item.chainmail_leggings.name=锁链护腿 # +item.chainmail_leggings.name=链甲护腿 # item.leather_leggings.name=皮革裤子 # item.diamond_leggings.name=钻石护腿 # item.golden_leggings.name=金护腿 # @@ -5297,7 +5282,7 @@ item.map.exploration.jungle_temple.name=丛林探险者地图 # item.map.exploration.swamp_hut.name=沼泽探险者地图 # item.map.exploration.trial_chambers.name=试用版探险者地图 # item.melon.name=西瓜片 # -item.milk.name=奶桶 # +item.milk.name=牛奶桶 # item.minecart.name=矿车 # item.chest_minecart.name=运输矿车 # item.command_block_minecart.name=命令方块矿车 # @@ -5446,7 +5431,7 @@ item.dried_kelp.name=干海带 # item.rotten_flesh.name=腐肉 # item.ruby.name=红宝石 # item.saddle.name=鞍 # -item.wheat_seeds.name=种子 # +item.wheat_seeds.name=小麦种子 # item.beetroot_seeds.name=甜菜种子 # item.melon_seeds.name=西瓜种子 # item.pumpkin_seeds.name=南瓜种子 # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=金合欢木告示牌 # item.darkoak_sign.name=深色橡木告示牌 # item.crimson_sign.name=绯红木告示牌 # item.warped_sign.name=诡异木告示牌 # -item.skull.char.name=头颅 # +item.skull.char.name=玩家头颅 # item.skull.creeper.name=苦力怕的头 # item.skull.dragon.name=龙首 # item.skull.player.name=%s的头 # @@ -5493,7 +5478,7 @@ item.weathered_copper_door.name=风化铜门 # item.wind_charge.name=风弹 # item.wheat.name=小麦 # item.wolf_armor.name=狼铠 # -item.writable_book.name=书与笔 # +item.writable_book.name=书和羽毛 # item.written_book.name=成书 # item.glowstone_dust.name=荧石粉 # item.shulker_shell.name=潜影壳 # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=海龟鳞甲 # item.phantom_membrane.name=幻翼膜 # 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.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.banner_pattern.bricks=砖纹 # item.banner_pattern.creeper=苦力怕盾徽 # item.banner_pattern.flow=涡流 # @@ -5650,7 +5645,7 @@ joincode.found.title=加入世界 # joincode.found.message=您是要加入这个世界吗? # joincode.found.host_name=主办人:%1 # joincode.icon_text.null=空 # -joincode.icon_text.1=书与笔 # +joincode.icon_text.1=书和羽毛 # joincode.icon_text.2=气球 # joincode.icon_text.3=铁轨 # joincode.icon_text.4=艾莉克斯 # @@ -5955,7 +5950,6 @@ map.position=位置:%s, %s, %s # mcoServer.title=《我的世界》Online世界 # -menu.ai_lesson_crafter=课程合成器 # menu.achievements=成就 # menu.convertingLevel=正在扩张世界 # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=宽度 # options.codeBuilder=代码编辑器 # options.content_log_file=开启内容日志文件 # options.content_log_gui=开启内容日志 GUI # +options.content_log_gui.level=GUI 日志级别 # +options.content_log_gui.level.info=信息 # +options.content_log_gui.level.warn=警告 # +options.content_log_gui.level.error=错误 # options.controller=控制器 # options.controllerLayout=控制器布局 # options.controllerSettings=控制器设置 # @@ -6297,13 +6295,13 @@ options.dev_addCoins=添加 %s 个硬币 # options.dev_addCoinTitle=添加硬币 # options.dev_reset_entitlements=重设所有权利 # options.dev_reset_entitlements_loading=重设权限,该对话框将在处理完成后关闭。您可以关闭此窗口,但在此命令完成前关闭游戏可能会导致意想不到的结果。 # -options.dev_reset_entitlements_error_unfinished=警告,未正确删除所有权限。请尝试再次运行该命令,如有可能请在重启客户端之后尝试。 # +options.dev_reset_entitlements_error_unfinished=警告,未正确删除所有权限。请尝试再次运行该命令,如有可能,请在重启客户端之后尝试。 # options.dev_reset_entitlements_warning=警告!这将删除您的所有权限,包括可能无法恢复的旧版权限!如果您有大量权限,此操作可能需要一段时间。确定要继续吗? # options.dev_reset_entitlements_success=权限删除成功。 # options.dev_currencyFailureWarning=网络呼叫失败。错误:%s # options.dev_currencyFailureWarningGeneric=网络呼叫失败。确保您已登录到列入允许列表的帐户。 # options.dev_reset_wallet=重置电子钱包 # -options.dev_allowlist_failure=错误!操作失败,请仔细检查以确保此帐户位于允许列表中。 # +options.dev_allowlist_failure=错误!操作失败,请仔细检查以确保此账号位于允许列表中。 # options.discoveryEnvironment=Discovery 环境(需要重新启动) # options.discoveryEnvironment.production=生产 # options.discoveryEnvironment.staging=预备 # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=替代实验处理 # options.dev_sandboxRetail=Xforge 沙盒:零售版 # options.dev_sandboxDev=Xforge 沙盒:开发版 # options.dev_sandboxDevAchievement=Xforge 沙盒:开发成就 # +options.dev_showDiscoveryOverridePanel=覆盖服务端点 # +options.dev_discoveryOverrideServiceName=服务名称(安全、角色等) # +options.dev_discoveryOverrideServiceBranch=分支 # +options.dev_resetAllEndpointOverrides=重置所有端点 # +options.dev_apply=应用 # options.dev_displayTreatmentsPanel=显示治疗 # options.dev_currentTreatmentsTitle=当前治疗 # options.dev_unusedTreatmentsTitle=未使用的治疗方法 # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=阶段 2 - KitKat # options.dev_sunsetting_tier.three=阶段 3 - FireTV # options.dev_sunsetting_tier.four=阶段 4 - 1024MB # options.dev_sunsetting_tier.five=第 5 级 - iOS 和 Nougat # +options.dev_sunsetting_tier.six=第 6 级·- iOS 13、Android 8 和 VR 设备 # options.dev_sunsetting_tier.not_pending=未搁置 # options.dev_gatherings_section=收集 # options.dev_gatherings_enable=启用收集 # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=这种高渲染距离可能会导致帧率低、 options.raytracing.renderdistance.warning=此设置可能会导致游戏出现性能问题。 # options.resetSettings=重置为默认值 # options.resetSettings.popUp=是否确实要重置设置? # -options.maxFramerate=最大帧率(实验) # +options.maxFramerate=帧率限制 # +options.maxFramerate.tooltip=降低游戏的最大帧率以延长电池寿命和改善设备健康。实际帧率可能会低于设定限值。 # options.maxFramerateFormat=%s FPS # options.perf_turtle=性能图表 # options.msaa=抗锯齿 # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=自适应垂直同步 # options.websocketEncryption=需要加密的 Websocket # options.websocketEncryptionWarningLabel=只有当您主动连接到已知且安全的应用程序时才禁用此选项。 # options.filelocation.title=文件存储位置 # +options.filelocation.title.edu=本地存储位置 # options.filelocation.external=外部 # options.filelocation.appdata=应用程序 # options.filelocation.external.warning.title=警告 # @@ -6960,26 +6966,12 @@ sunsetting.popup.title=此设备不再受支持。 # sunsetting.popup.moreInfo=更多信息 # sunsetting.popup.dontshow=不再显示此内容 # -sunsetting.popup.moreInfo.gearVR=有关详细信息,请使用任意浏览器访问 https://aka.ms/MinecraftSunsetting。 # -sunsetting.popup.moreInfo.gearVR.geo=有关详细信息,请使用任意网络浏览器访问 https://aka.ms/MinecraftGeoSunsetting。 # - -sunsetting.popup.pendingSunset.ios=我们即将无法支持此设备。目前您仍能继续收到更新,但到 2024 年 2 月为止,您将收到此设备的最后一次更新。%s收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品(包括 Minecoins),但您将不再能够在此设备上购买新的物品。由此设备管理的 Realms 将继续运行 6 个月,除非 Realm 所有者选择在另一台设备上进行更新。要取消您的 Realm 订阅,您将需要在创建 Realm 的设备上,找到订阅的“设置”菜单进行此操作。您将不再收到最新的更新版本,且将无法与继续接收更新的设备或 Realms 玩多人游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息,包括将世界转移到新设备的方法。 # -sunsetting.popup.pendingSunset.android=我们即将无法支持此设备。目前您仍能继续收到更新,但到 2024 年 2 月为止,您将收到此设备的最后一次更新。%s收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品(包括 Minecoins),但您将不再能够在此设备上购买新的物品。由此设备管理的 Realms 将继续运行 6 个月,除非 Realm 所有者选择在另一台设备上进行更新。要取消您的 Realm 订阅,您将需要在 Google Play 的订阅中进行此操作,您可以在能够登录到您帐号的任何受支持设备或 PC 上访问 Google Play。您将不再收到最新的更新版本,且将无法与继续接收更新的设备或 Realms 玩多人游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息,包括将世界转移到新设备的方法。 # -sunsetting.popup.pendingSunset.ios_android=我们即将无法支持此设备。目前您仍能够继续收到更新,但到 2021 年 11 月为止,您将收到此设备的最后一次更新。对于给您带来的不便,我们深表歉意。%s收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品(包括 Minecoins)。由此设备管理的 Realms 将继续运行 6 个月,除非 Realm 所有者选择在另一台设备上进行更新。您将无法收到最新的更新版本,且将无法与继续接收更新的设备或 Realms 玩多人游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息,包括将世界转移到新设备的方法。 # -sunsetting.popup.sunset.ios_android=此设备不再受到支持。您已收到此设备的最终更新。从现在开始,您可以继续在世界中进行创造,也可以继续使用在市场中购买的物品(包括 Minecoin)。您的 Realms 将继续运行,除非 Realm 所有者选择在另一台设备上进行更新。您将无法收到最新的更新版本,且将无法与继续接收更新的设备或 Realms 玩多人游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息,包括将世界转移到新设备的方法。我们知道这会给您带来不便,我们衷心感谢您为这款游戏付出的时间,希望能在更新后的设备上再次与您相会。 # -sunsetting.popup.pendingSunset.gearvr_win10=我们即将无法支持此设备。目前您仍能够继续收到更新,但到我们下一次重大更新为止,您将收到此设备的最后一次更新。对于给您带来的不便,我们深表歉意。%s收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品(包括 Minecoin)。但是,您将无法在此设备上访问多人游戏或 Realms。您将无法收到最新的更新版本,且将无法与继续接收更新的设备或 Realms 进行游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息,包括将世界转移到新设备的方法。 # -sunsetting.popup.sunset.gearvr_win10=此设备不再受到支持。您已收到此设备的最终更新。从现在开始,您可以继续在世界中进行创造,也可以继续使用在市场中购买的物品(包括 Minecoin)。但是,您将无法在此设备上访问多人课程或 Realms。您将无法收到最新的更新版本,且将无法与继续接收更新的设备进行课程。您也将无法连接到某些服务器。 # -sunsetting.popup.pendingSunset.dx10=我们即将无法支持此图形设备。目前您仍能够继续收到更新,但到我们下一次重大更新为止,您将收到此设备的最后一次更新。对于给您带来的不便,我们深表歉意。%s收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品(包括 Minecoin)。由此设备管理的 Realms 将继续运行,除非 Realm 所有者选择在另一台设备上进行更新。您将无法收到最新的更新版本,且将无法与继续接收更新的设备或 Realms 玩多人游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息,包括将世界转移到新设备的方法。 # -sunsetting.popup.sunset.dx10=此图形设备不再受到支持。您已收到此设备的最终更新。从现在开始,您可以继续在世界中进行创造,也可以继续使用在市场中购买的物品(包括 Minecoin)。您的 Realms 将继续运行,除非 Realm 所有者选择在另一台设备上进行更新。您将无法收到最新的更新版本,且将无法与继续接收更新的设备或 Realms 玩多人游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息,包括将世界转移到新设备的方法。给您带来不便,我们深表歉意。同时我们也衷心感谢您为这款游戏付出的时间以及您的支持。 # - -sunsetting.popup.pendingSunset.geo.ios=在您所在的地区内,我们即将无法支持此设备。在您收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行 6 个月。自 2023 年 9 月 30 日开始,您将无法再访问 Realm。建议您在此之前下载好您的世界数据,并通过在您的设备上查看订阅设置来取消订阅。%s如果您已使用 Microsoft/Xbox Live 帐户登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在其他平台使用。如果您想将您的世界从此设备转移到另一个设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮以获取更多信息,包括将世界转移到新设备的方法。 ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=在您所在的地区内,我们已无法支持此设备。您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行至 2023 年 9 月 30 日。该时间点过后,您将无法再访问 Realm。建议您在此之前下载好您的世界数据。%s如果您已使用 Microsoft/Xbox Live 帐户登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在其他平台使用。如果您想将您的世界从此设备转移到另一个设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮以获取更多信息,包括将世界转移到新设备的方法。 ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=在您所在的地区内,我们即将无法支持此设备。在您收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行 6 个月。自 2023 年 9 月 30 日开始,您将无法再访问 Realm。建议您在此之前下载好您的世界数据。%s如果您已使用 Microsoft/Xbox Live 帐户登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在其他平台使用。如果您想将您的世界从此设备转移到另一个设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮以获取更多信息,包括将世界转移到新设备的方法。 ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=在您所在的地区内,我们已无法支持此设备。您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行至 2023 年 9 月 30 日。该时间点过后,您将无法再访问 Realm。建议您在此之前下载好您的世界数据。%s如果您已使用 Microsoft/Xbox Live 帐户登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在其他平台使用。如果您想将您的世界从此设备转移到另一个设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮以获取更多信息,包括将世界转移到新设备的方法。 ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=在您所在的地区内,我们即将无法支持此设备。收到此最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行 6 个月。自 2023 年 9 月 30 日开始,您将无法再通过此设备访问 Realm。建议您在此之前下载好您的世界数据,并通过在 Google Play 中查看您的订阅来取消订阅。%s后续您将无法接收最新更新,且无法进行多人游戏,也无法连接到部分服务器。%s如果您已使用 Microsoft/Xbox Live 帐户登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在玩《我的世界》的其他平台上使用。您可以在玩《我的世界》的其他平台上开始新的订阅。%s如果您想将您的世界从此设备转移到另一个设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮以获取更多信息,包括将世界转移到新设备的方法。 ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=在您所在的地区内,我们已无法支持此设备。您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行至 2023 年 9 月 30 日。该时间点过后,您将无法再访问 Realm。建议您在此之前下载好您的世界数据。%s如果您已使用 Microsoft/Xbox Live 帐户登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在其他平台使用。如果您想将您的世界从此设备转移到另一个设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮以获取更多信息,包括将世界转移到新设备的方法。 ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=在您所在的地区内,我们即将无法支持此设备。在您收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行 6 个月。自 2023 年 9 月 30 日开始,您将无法再访问 Realm。建议您在此之前下载好您的世界数据。%s如果您已使用 Microsoft/Xbox Live 帐户登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在其他平台使用。如果您想将您的世界从此设备转移到另一个设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮以获取更多信息,包括将世界转移到新设备的方法。 # -sunsetting.popup.sunset.geo.generic=在您所在的地区内,我们已无法支持此设备。您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行至 2023 年 9 月 30 日。该时间点过后,您将无法再访问 Realm。建议您在此之前下载好您的世界数据。%s如果您已使用 Microsoft/Xbox Live 帐户登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在其他平台使用。如果您想将您的世界从此设备转移到另一个设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮以获取更多信息,包括将世界转移到新设备的方法。 # +sunsetting.popup.pendingSunset.device=我们即将无法支持此设备。目前您仍能继续收到更新,但到 2025 年 3 月为止,您将收到适用于此设备的最后一次更新。%s收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品(包括 Minecoins),但您将不再能够在此设备上购买新的物品。从 2025 年 3 月开始,由此设备管理的 Realm 将继续运行 6 个月,除非 Realm 所有者选择在另一台设备上进行更新。要取消您的 Realm 订阅,您将需要在创建 Realm 的设备上,找到订阅的“设置”菜单进行此操作。您将不再收到最新的更新内容,且将无法与继续接收更新的设备或 Realm 玩多人游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息。 # +sunsetting.popup.sunset.device=我们已无法支持此设备。从 2025 年 3 月开始,您将不再收到更新,直到您更新您的设备。这是与此设备兼容的最后一个更新。%s您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品(包括 Minecoins)。由此设备管理的 Realm 将自 2025 年 3 月起继续运行 6 个月,除非 Realm 所有者选择在另一台设备上进行更新。要取消您的 Realm 订阅,您将需要在创建 Realm 的设备上,找到订阅的“设置”菜单进行此操作。您将不再收到最新的更新内容,且将无法与继续接收更新的设备或 Realm 玩多人游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息。 # +sunsetting.popup.pendingSunset.windows_xr=我们已无法支持此 VR/MR 图形设备。2025 年 3 月之后的更新将不再支持此设备,届时您将收到支持此设备的最后一次更新。%s收到最终更新后,您仍然可以在 PC 上收到更新,也可以在没有 VR/MR 设备的情况下进行游戏。从现在开始,您可以继续在世界中进行创造,也可以在非 VR/MR 图形设备(如电脑显示器)上继续使用在市场购买的物品(包括 Minecoins)。您将无法在 Minecraft 中使用您的 VR/MR 设备,因为最新更新将不再支持此设备。%s单击按钮了解更多信息。 # +sunsetting.popup.sunset.windows_xr=我们已无法支持此 VR/MR 图形设备。此 VR/MR 设备不再受到支持。您已收到支持此图形设备的最后一次更新,您仍然可以在 PC 上收到更新,也可以在没有 VR/MR 设备的情况下进行游戏。从现在开始,您可以继续在世界中进行创造,也可以在非 VR/MR 图形设备(如电脑显示器)上继续使用在市场购买的物品(包括 Minecoins)。您将无法在 Minecraft 中使用您的 VR/MR 设备,因为最新更新将不再支持此设备。%s单击按钮了解更多信息。给您带来不便,我们深表歉意。同时我们也衷心感谢您为这款游戏付出的时间以及您的支持。 # +sunsetting.popup.pendingSunset.geo=在您所在的地区内,我们即将无法支持此设备。收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行 6 个月。从 2023 年 9 月 30 日开始,您将无法再访问 Realm。建议您在此之前下载好您的世界数据。%s如果您已使用 Microsoft 账号登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在其他平台上使用。如果您想将您的世界从此设备转移到另一台设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮了解更多信息,包括将您的世界转移到新设备的方法。 # +sunsetting.popup.sunset.geo=在您所在的地区内,我们已无法支持此设备。您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行至 2023 年 9 月 30 日。之后,您将无法再访问 Realm。建议您在此之前下载好您的世界数据。%s如果您已使用 Microsoft 账号登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在其他平台上使用。如果您想将您的世界从此设备转移到另一台设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮了解更多信息,包括将您的世界转移到新设备的方法。 # sunsetting.banner.play.worldTab.pending=您的版本可能很快就会无法连接到多人游戏 # sunsetting.banner.play.friendsTab.pending=您的版本可能很快就会无法连接到多人游戏 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=原料: # 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.flow_armor_trim_smithing_template.name=涡流盔甲纹饰 # +item.bolt_armor_trim_smithing_template.name=镶铆盔甲纹饰 # item.snort_pottery_sherd.name=嗅探纹样陶片 # item.spawn_egg.entity.camel.name=骆驼生成蛋 # item.spruce_hanging_sign.name=云杉木悬挂告示牌 # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=寻路盔甲纹饰 # trim_pattern.wild.name=荒野纹饰盔甲 # trim_pattern.bolt.name=镶铆盔甲纹饰 # trim_pattern.flow.name=涡流盔甲纹饰 # -upgrade.netherite_upgrade.name=下界合金升级 # storageManager.mainSizeLabel=%s - 1 项目 # storageManager.mainSizeLabelPlural=%s - %s 项目 # @@ -8443,6 +8453,8 @@ 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.recurring.offerTrial=Marketplace Pass 是一项持续订阅,每月自动收取续订费,直到订阅取消为止。%s订阅后,150+ 个 Marketplace 包将立即可用。您可以在订阅设置中取消订阅,避免未来出现收费的情况。 #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass 是一项持续订阅,每月自动收取续订费,直到订阅取消为止。%s订阅后,150+ 个 Marketplace 包将立即可用。您将被收取 %s/月的费用,并且您可以在订阅设置中取消订阅,避免未来出现收费的情况。 #### {StrContains="Marketplace Pass"} store.csb.consumable.offerTrial=订阅后,150 多个市场包将立即可用。前 30 天免费,之后您可以按 %s 的价格续订 30 天。 # @@ -8854,8 +8866,6 @@ store.myAccount=我的帐户 # store.xbl.signin=登录 # store.xbl.signinOrSignUp=登录或免费注册 # store.xbl.disconnected=已断开连接 # -store.xbl.conversionFailedTitle=出错了 # -store.xbl.conversionFailedMessage=请稍后再试。 # store.sales.allByCreator=特惠中! # store.sales.bundlesOnSale=同捆包特惠中! # @@ -9027,8 +9037,8 @@ tile.deny.name=拒绝方块 # tile.border_block.name=边界方块 # tile.anvil.intact.name=铁砧 # tile.anvil.name=铁砧 # -tile.anvil.slightlyDamaged.name=轻微损坏的铁砧 # -tile.anvil.veryDamaged.name=严重损坏的铁砧 # +tile.anvil.slightlyDamaged.name=开裂的铁砧 # +tile.anvil.veryDamaged.name=损坏的铁砧 # tile.barrier.name=屏障 # tile.beacon.name=信标 # tile.beacon.primary=主要效果 # @@ -9079,7 +9089,7 @@ tile.iron_block.name=铁块 # tile.lapis_block.name=青金石块 # tile.redstone_block.name=红石块 # tile.bookshelf.name=书架 # -tile.brick_block.name=砖块 # +tile.brick_block.name=砖 # tile.brown_mushroom.name=棕色蘑菇 # tile.brown_mushroom_block.mushroom.name=蘑菇 # tile.brown_mushroom_block.stem.name=蘑菇柄 # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=蓝色玻璃板 # tile.stained_glass_pane.purple.name=紫色玻璃板 # tile.stained_glass_pane.magenta.name=品红色玻璃板 # tile.stained_glass_pane.pink.name=粉红色玻璃板 # -tile.clay.name=黏土块 # +tile.clay.name=黏土 # tile.hardened_clay.name=陶瓦 # tile.stained_hardened_clay.black.name=黑色陶瓦 # tile.stained_hardened_clay.blue.name=蓝色陶瓦 # @@ -9285,7 +9295,7 @@ tile.cobblestone_wall.red_nether_brick.name=红色下界砖墙 # tile.cocoa.name=可可 # tile.command_block.name=命令方块 # tile.composter.name=堆肥箱 # -tile.light_block.name=光源方块 # +tile.light_block.name=浅色 # tile.repeating_command_block.name=循环型命令方块 # tile.chain_command_block.name=连锁型命令方块 # tile.wheat.name=农作物 # @@ -9395,7 +9405,7 @@ tile.monster_egg.stone.name=被虫蚀的石头 # tile.mushroom.name=蘑菇 # tile.noteblock.name=音符盒 # tile.mycelium.name=菌丝 # -tile.nether_brick.name=下界砖块 # +tile.nether_brick.name=下界砖 # tile.red_nether_brick.name=红色下界砖 # tile.nether_brick_fence.name=下界砖栅栏 # tile.quartz_ore.name=下界石英矿石 # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=丛林木告示牌 # tile.acacia_standing_sign.name=金合欢木告示牌 # tile.darkoak_standing_sign.name=深色橡木告示牌 # tile.slime.name=黏液块 # -tile.snow.name=雪 # +tile.snow.name=雪块 # tile.sponge.dry.name=海绵 # tile.sponge.wet.name=湿海绵 # tile.spruceFence.name=云杉木栅栏 # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=失活的气泡珊瑚块 # tile.coral_block.red_dead.name=失活的火珊瑚块 # tile.coral_block.yellow_dead.name=失活的鹿角珊瑚块 # tile.tallgrass.fern.name=蕨 # -tile.tallgrass.grass.name=草 # -tile.tallgrass.name=草 # +tile.tallgrass.grass.name=矮草丛 # +tile.tallgrass.name=矮草丛 # tile.tallgrass.shrub.name=灌木 # tile.tuff_brick_slab.name=凝灰岩砖台阶 # tile.tuff_brick_stairs.name=凝灰岩砖阶梯 # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=失活的火珊瑚扇 # tile.coral_fan_dead.yellow_fan.name=失活的鹿角珊瑚扇 # tile.glass_pane.name=玻璃板 # tile.tnt.name=TNT # -tile.snow_layer.name=雪层 # +tile.snow_layer.name=雪 # tile.torch.name=火把 # tile.trapdoor.name=橡木活板门 # tile.acacia_trapdoor.name=金合欢木活板门 # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=水 # tile.water.name=水 # tile.waterlily.name=睡莲 # tile.web.name=蜘蛛网 # -tile.heavy_weighted_pressure_plate.name=测重压力板(重型) # -tile.light_weighted_pressure_plate.name=测重压力板(轻型) # +tile.heavy_weighted_pressure_plate.name=重质测重压力板 # +tile.light_weighted_pressure_plate.name=轻质测重压力板 # tile.end_stone.name=末地石 # tile.end_bricks.name=末地石砖 # tile.planks.acacia.name=金合欢木板 # @@ -10288,7 +10298,7 @@ xbox.signin.enterCode=输入此代码: # xbox.signin.enterCode.qr=2. 出现提示时,请输入以下代码: # xbox.signin.letsPlay=开始玩游戏吧! # xbox.signin.message=使用您的免费 Microsoft 帐户登录,体验《我的世界》的完整世界。 # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=使用不同的 Microsoft 帐户登录 # xbox.signin.website=在另一台设备上访问此网站: # xbox.signin.website.qr=1. 在另一台设备上访问此网站: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=无法登录至%s沙盒。请更改沙 xbox.dev_wrongSandboxSigninFailed.button.dev=更改为开发沙盒 # xbox.dev_wrongSandboxSigninFailed.button.retail=更改为零售沙盒 # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=清除账户登录数据 # -xbox.addfriendsignin.line1=当您的好友在线时,使用他们的玩家代号找到他们。 # -xbox.addfriendsignin.line2=用 Microsoft 账户登录,开始添加好友! # xbox.invitesignin.line1=当您的好友在线时,使用他们的玩家代号邀请他们并查看他们的世界。 # xbox.invitesignin.line2=用 Microsoft 账户登录,开始邀请好友! # xbox.thirdpartysignin.line1=炫酷的迷你小游戏和全新玩家正在等着你!但首先,'%s' 想要知道你是谁。 # xbox.thirdpartysignin.line2=您需要用 Microsoft 账户登录才能进行连接! # xbox.signInLong=免费注册! # xbox.signOutLong=从您的 Microsoft 账户注销 # -xbox.externalServer.title=在服务器上玩游戏 # -xbox.externalServer.line1=服务器提供了一些最有创意的方式供您玩《我的世界》!您只需要登入,我们就可确保您有权限与不认识的人在线玩游戏。 # xbox.genericsignin.line1=您的《我的世界》帐户允许您在 PC 和移动设备上与好友一同玩在线多人游戏。至于最棒的部分? # xbox.genericsignin.line2=免费! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=选择新皮肤 # dr.classic_skins.custom_skin_title=导入皮肤 # dr.classic_skins.custom_skin_description=从设备中导入一个 png(64x32、64x64 或 128x128)作为外观使用。这将不会在设备或游戏之间同步。 # -dr.classic_skins.custom_skin_description_disabled= 在多人游戏中,您的设备无法选择自定义皮肤。请返回主菜单装备一个。 # +dr.classic_skins.custom_skin_description_disabled=在多人游戏中,您的设备无法选择自定义皮肤。请返回主菜单装备一个。 # dr.classic_skins.custom_skin_description_popup=如果启用了"仅允许受信任的皮肤"选项,则有自定义皮肤的玩家将不可见 # dr.classic_skins.custom_skin_section_title=拥有的皮肤 # dr.classic_skins.invalidCustomSkin=请导入尺寸为 64x64、64x32 或 128x128 的 .png 文件 # diff --git a/resource_pack/texts/zh_TW.lang b/resource_pack/texts/zh_TW.lang index be093c5ff..7e72e5a6b 100644 --- a/resource_pack/texts/zh_TW.lang +++ b/resource_pack/texts/zh_TW.lang @@ -964,6 +964,7 @@ 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.exception=嘗試執行此指令時發生未知錯誤 # commands.generic.invalidAgentType=類型參數適用於 Agent 專用選擇器 # commands.generic.invalidcontext=為該指令類型提供的內容無效 # @@ -1168,10 +1169,12 @@ commands.recipes.playerHasRecipe=%1$s已經解鎖了配方:%2$s # commands.recipes.playerDoesNotHaveRecipe=%1$s沒有配方:%2$s # commands.recipes.notFound=找不到配方。 # commands.recipes.notUnlockable=該配方在配方書中無法解鎖。 # +commands.reload.all.description=重新載入所有行為套件中的所有函數和指令碼檔案,或者選擇重新載入世界以及所有資源和行為套件。 # commands.reload.description=從所有行為套件中重新載入所有功能檔和指令碼檔。 # -commands.reload.editor.description=從所有行為套件中重新載入所有功能檔案和指令碼檔案,或可選擇重新啟動用戶端來重新載入所有資源。 # +commands.reload.started=已開始重新載入世界。 # commands.reload.success=功能檔和指令碼檔已重新載入。 # commands.reload.error=發生未預期的錯誤。 # +commands.reload.onlyHost=只有主辦者玩家可以重新載入世界。 # commands.replaceitem.description=取代物品欄中的物品。 # commands.replaceitem.failed=無法將 %s 的 %d 插槽取代成 %d * %s # commands.replaceitem.keepFailed=已經有一個物品佔用 %s 槽 %d。 # @@ -1895,8 +1898,6 @@ createWorldScreen.experimentalFocusTargetCamera=創作者視角:聚焦目標 createWorldScreen.experimentalFocusTargetCameraDescription=啟用現有自由攝影機的行為以瞄準實體 # createWorldScreen.recipeUnlocking=配方解鎖 # createWorldScreen.recipeUnlockingDescription=啟用配方解鎖 # -createWorldScreen.experimentalholiday=假日創作者功能 # -createWorldScreen.experimentalholidayDescription=新增資料驅動的方塊和物品技術,自訂方塊形狀、旋轉、損壞等 # createWorldScreen.experimentalGameTest=測試版 API # createWorldScreen.experimentalGameTestDescription=在附加內容套件中使用 API 模組的「測試版」 # createWorldScreen.experimentalMolangFeatures=Molang 功能 # @@ -1907,6 +1908,8 @@ createWorldScreen.experimentalVillagerTradesRebalance=重新調整村民交易 createWorldScreen.experimentalVillagerTradesRebalanceDescription=包含村民交易更新,旨在重新調整平衡性 # createWorldScreen.experimentalArmadillo=犰狳和狼鎧 # createWorldScreen.experimentalArmadilloDescription=了解犰狳,並用新的狼鎧來裝備你的狼! # +createWorldScreen.experimentalBundles=組合包 # +createWorldScreen.experimentalBundlesDescription=讓你合成並使用組合包物品 # createWorldScreen.worldPreferences=世界偏好選擇 # createWorldScreen.startWithMap=起始地圖 # createWorldScreen.defaultName=我的世界 # @@ -2069,6 +2072,8 @@ realmsSharingScreen.failedSignInModalMessage=您必須登入 Microsoft 帳戶才 realmsSharingScreen.invalidPermissionTitle=無效的權限 # realmsSharingScreen.unexpectedServerResponseTitle=Realms 錯誤 # realmsSharingScreen.unexpectedServerResponseMessage=很抱歉,連接到 Realm 資料庫時發生問題。請稍後再試。 # +realmsSharingScreen.inviteLinkNotFoundTitle=Realms 錯誤 # +realmsSharingScreen.inviteLinkNotFoundMessage=此邀請連結無效。 # realmsCreateScreen.title.create=建立一個 Realm 伺服器 # realmsCreateScreen.title.extend=延長您的 Realm # @@ -2441,8 +2446,8 @@ realmsSettingsScreen.windowsStoreDisplayName=Windows 市集 # realmsSettingsScreen.xboxOneStoreDisplayName=Xbox 市集 # realmsSettingsScreen.amazonStoreDisplayName=Amazon Appstore # realmsSettingsScreen.oculusStoreDisplayName=Oculus Store # -realmsSettingsScreen.berwickStoreDisplayName=PlayStation®商店 #### CertRequirement: [PlayStation®Store] -realmsSettingsScreen.SonyStoreDisplayName=PlayStation®商店 #### CertRequirement: [PlayStation®Store] +realmsSettingsScreen.berwickStoreDisplayName=PlayStation®Store #### CertRequirement: [PlayStation®Store] +realmsSettingsScreen.SonyStoreDisplayName=PlayStation®Store #### CertRequirement: [PlayStation®Store] realmsSettingsScreen.unknownStoreDisplayName=未知商店 # realmsSettingsScreen.extendingRealm=正在延長 Realm... # realmsSettingsScreen.offerError.title=購買待處理 # @@ -2468,29 +2473,7 @@ realmsSettingsScreen.extendConsumableButton.180=延長 180 天 # xblLogin.LoginMessageTitle=Microsoft 帳戶 # xblLogin.LoginMessage=正在連線… # -xbl.savePurchase.description.line1=您是否要使用在任意已啟用 Minecraft 商店的裝置中購買的項目玩遊戲?使用免費的 Microsoft 帳戶登入並同步您購買的外觀、材質、地圖和混搭,即可在 Minecraft 中使用並玩遊戲! # -xbl.savePurchase.description.line2=如果您的系統遺失或解除安裝 Minecraft,您購買的內容仍會在您使用自己的 Microsoft 帳戶時於任何系統中同步並可供存取。 # -xbl.savePurchase.leaveOnDevice=停留在裝置中 # -xbl.savePurchase.title=是否要儲存購買項目至 Microsoft 帳戶? # xbl.savePurchase.saveButton=儲存至 Microsoft 帳戶 # -xbl.savePurchase.toast.title=成功! # -xbl.savePurchase.toast.message=購買項目已同步至 Microsoft 帳戶! # -xbl.savePurchase.inProgress.message=正在傳輸購買至 Microsoft 帳戶… # - -xbl.syncIAP.title=是否同步購買項目至您的 Microsoft 帳戶? # -xbl.syncIAP.description=登入 Microsoft 帳戶以同步您的外觀、材質套件、世界和混搭,這樣不論您使用哪種裝置玩 Minecraft,都可以使用這些內容。 # -xbl.syncIAP.syncNow=立即同步... # -xbl.syncIAP.syncLaterEllipsis=稍後同步... # -xbl.syncIAP.syncLater=稍後同步 # -xbl.syncIAP.toast.title=成功! # -xbl.syncIAP.toast.message=購買項目已同步至您的 Microsoft 帳戶! # -xbl.syncIAP.inProgress.message=正在同步購買項目至您的 Microsoft 帳戶… # -xbl.syncIAP.skipSignIn.prompt.description=如果您不將此裝置的購買項目同步至此帳戶中,則該 Microsoft 帳戶將無法成為永久帳戶。您無法在啟動《Minecraft》時自動登入。 # - -xbl.syncIAP.confirmSync.prompt.title=是否同步至 %s? # -xbl.syncIAP.confirmSync.prompt.description.line1=您是否要同步應用程式商店購買的內容至 %s? # -xbl.syncIAP.confirmSync.prompt.description.line2=在 Minecraft 市集以外地方購買的套件只能同步一次。任何使用此裝置玩遊戲的人都可以繼續使用這些套件。 # -xbl.syncIAP.confirmSync.prompt.yes=是,同步我的購買項目 # xbl.marketplace.account.error.body.nobutton=您的帳戶發生錯誤。在我們解決問題前,您將無法使用市集。如果此問題持續多天都沒有解決,請聯絡支援部門。 # @@ -2512,8 +2495,6 @@ 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.skipSignIn.prompt.title=暫時帳戶 # -xbl.skipSignIn.prompt.description=如果您不將此裝置的購買項目轉移至此帳戶中,則該 Microsoft 帳戶將無法成為永久帳戶。您將無法在啟動《Minecraft》時自動登入。 # xbl.signOut.title=Microsoft 帳戶購買項目! # xbl.signOut.message1=當您登出 Microsoft 後,您將無法存取在商店中購買的 Minecoin 和物品。 # xbl.signOut.message2=您確定要執行嗎? # @@ -2626,6 +2607,8 @@ death.attack.inWall=%1$s 在牆壁裡窒息 # death.attack.lava=%1$s 想在熔岩裡游泳 # death.attack.lava.player=%1$s 為了逃離 %2$s 而跳入熔岩 # death.attack.lightningBolt=%1$s 被雷電擊斃 # +death.attack.maceSmash.player=%1$s 被 %2$s 砸爛了 # +death.attack.maceSmash.player.item=%1$s 被 %2$s 用 %3$s 砸爛了 # death.attack.magic=%1$s 被魔法殺死了 # death.attack.magma=%1$s 發現地面是熔岩 # death.attack.magma.player=%1$s因為%2$s而在危險區域行走 # @@ -2815,6 +2798,8 @@ disconnectionScreen.clientsideGenerationDesync=伺服器和用戶端為切換功 disconnectionScreen.editor.cannotUseRayTracing=啟用光線追蹤的資源套件仍與編輯器專案不相容。 # disconnectionScreen.unexpectedPacket=因為收到無法處理的非預期資料包而斷線。可能是因為版本不匹配或網路層面的損壞所致。 # disconnectionScreen.connectionLost=與主機的連線已中斷。如果該世界仍在運作中,請檢查您的網際網路連線,並且嘗試重新連線。 # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.title=無法載入世界。 # +disconnectionScreen.deepLink.TryingToOpenDemoWorldWhileSignedIn.body=試著以試玩模式開啟這個世界。 # disconnectionScreen.errorCode=錯誤代碼: # storageSpaceWarningScreen.frontend=您的資料儲存空間即將用罄!《Minecraft》已限制此功能的存取,直到您清出額外的儲存空間為止。 # @@ -3126,7 +3111,7 @@ feed.upload=正在上傳您的螢幕畫面… # feed.manage=管理動態 # feed.share=分享 # feed.addScreenshot=新增螢幕畫面 # -feed.screenshotCapturedRealms=已擷取螢幕畫面。請前往 Realms Stories 分享。 # +feed.shareScreenshot=Screenshot captured. Go to Realms Stories to share it. # feed.screenshotCaptured=成功擷取螢幕截圖。你可以在螢幕截圖相簿中檢視。 # feed.screenshotAlmostFull=成功擷取螢幕截圖。你的相簿快滿了。(%d/%d) # feed.screenshotReachedMax=成功擷取螢幕截圖。你的相簿已滿。(%d/%d) # @@ -3420,7 +3405,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=盾 # @@ -3502,7 +3487,7 @@ howtoplay.blocks.text.8=§e熔岩§f:天然出產自地獄,發著微光, howtoplay.blocks.text.9=§e粗泥§f:此方塊與一般的泥土方塊幾乎一樣,但它不會長草。你可以在疏林草原和大型針葉林地生態域找到這種方塊。 # howtoplay.bookAndQuill=書本和羽毛筆 # -howtoplay.bookAndQuill.text.1=書本和羽毛筆可讓您記下自己的冒險歷程。只要在書頁上輸入文字,您就能述說自己的精彩故事,甚至還能更換標題和作者!如果您想完成這本著作,只要在書本和羽毛筆上署名即可。在署名之前,您隨時都可以編輯書本和羽毛筆的內容。 # +howtoplay.bookAndQuill.text.1=用「書本和羽毛筆」來記錄你的冒險。在頁面中輸入文字來講述你的故事。你甚至可以更改書名和作者!簽署「書本和羽毛筆」來完成你的作品。在簽署之前,「書本和羽毛筆」都可以編輯。 # howtoplay.brewingStand=釀製台 # howtoplay.brewingStand.text.1=您必須在釀製台上才能釀製藥水。在鍋釜或水源地用水把玻璃瓶裝滿後,您就能用水瓶來釀製藥水。 # @@ -3643,7 +3628,7 @@ howtoplay.camera.text.2=若要以您的視角拍照,請按 :_input_key.use:。 howtoplay.camera.text.2.touch=若要以您的視角拍照,請輕觸並按住,然後放開。 # howtoplay.camera.text.3=若要自拍,請放置相機然後在相機上按 :_input_key.use:。 # howtoplay.camera.text.3.touch=若要自拍,請放置相機然後輕觸「拍照」按鈕。 # -howtoplay.camera.text.4=您可以在相簿內檢視照片,或將照片插入「書本和羽毛筆」中。 # +howtoplay.camera.text.4=你可以在相簿內檢視照片,或將照片插入「書本和羽毛筆」中。 # howtoplay.portfolio=相簿 # howtoplay.portfolio.title=遊戲說明:相簿 # @@ -3893,7 +3878,7 @@ howtoplay.minecoins.text.1=使用 Minecoin,Minecraft 的遊戲內貨幣,來 howtoplay.minecoins.text.2=一旦兌換之後,您的 Minecoin 將連結到您的 Microsoft 帳戶,因此您也可以在其他支援的裝置上存取您的硬幣和所購買項目! # howtoplay.minecoins.button.text.1=取得錢幣 # howtoplay.minecoins.header.1=免責聲明 # -howtoplay.minecoins.text.3=*Minecoin 需要具有 Minecraft 市集的 Minecraft:基岩版才能使用。Minecoin 與 PlayStation® 不相容。有關相容性資訊,請參閱 minecraft.net/minecoins  #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoin 需要具有 Minecraft 市集的 Minecraft:基岩版才能使用。Minecoin 與 PlayStation® 不相容。有關相容性資訊,請參閱 minecraft.net/minecoins #### CertRequirement: [PlayStation®] howtoplay.mining=採礦 # @@ -4295,7 +4280,7 @@ item.axolotlColorGold.name=金色 # item.axolotlColorWild.name=棕色 # item.axolotlColorBlue.name=藍色 # item.golden_apple.name=金蘋果 # -item.appleEnchanted.name=魔法蘋果 # +item.appleEnchanted.name=魔法金蘋果 # item.armadillo_scute.name=犰狳鱗甲 # item.armor_stand.name=盔甲座 # item.arrow.name=箭 # @@ -4626,7 +4611,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=洋紅色旗幟 # @@ -5129,11 +5114,11 @@ item.golden_chestplate.name=黃金胸甲 # item.iron_chestplate.name=鐵胸甲 # item.chorus_fruit.name=歌萊果 # item.chorus_fruit_popped.name=爆開的歌萊果 # -item.cooked_beef.name=烤牛肉 # +item.cooked_beef.name=牛排 # item.cooked_chicken.name=熟雞肉 # item.cooked_porkchop.name=熟豬肉 # item.chicken.name=生雞肉 # -item.clay_ball.name=黏土 # +item.clay_ball.name=黏土球 # item.clock.name=時鐘 # item.coal.name=煤炭 # item.comparator.name=紅石比較器 # @@ -5296,8 +5281,8 @@ item.map.exploration.village_desert.name=沙漠村莊地圖 # item.map.exploration.jungle_temple.name=叢林探險家地圖 # item.map.exploration.swamp_hut.name=沼澤探險家地圖 # item.map.exploration.trial_chambers.name=試煉探險家地圖 # -item.melon.name=西瓜 # -item.milk.name=牛奶 # +item.melon.name=西瓜片 # +item.milk.name=牛奶桶 # item.minecart.name=礦車 # item.chest_minecart.name=運輸礦車 # item.command_block_minecart.name=指令方塊礦車 # @@ -5446,7 +5431,7 @@ item.dried_kelp.name=乾海帶 # item.rotten_flesh.name=腐肉 # item.ruby.name=紅寶石 # item.saddle.name=鞍座 # -item.wheat_seeds.name=種子 # +item.wheat_seeds.name=小麥種子 # item.beetroot_seeds.name=甜菜種子 # item.melon_seeds.name=西瓜子 # item.pumpkin_seeds.name=南瓜子 # @@ -5464,7 +5449,7 @@ item.acacia_sign.name=相思木告示牌 # item.darkoak_sign.name=黑橡木告示牌 # item.crimson_sign.name=緋紅蕈木告示牌 # item.warped_sign.name=扭曲蕈木告示牌 # -item.skull.char.name=頭顱 # +item.skull.char.name=玩家頭顱 # item.skull.creeper.name=苦力怕頭顱 # item.skull.dragon.name=龍頭顱 # item.skull.player.name=%s 的頭顱 # @@ -5473,7 +5458,7 @@ item.skull.wither.name=凋靈骷髏頭顱 # item.skull.zombie.name=殭屍頭顱 # item.slime_ball.name=史萊姆球 # item.snowball.name=雪球 # -item.speckled_melon.name=鑲金西瓜片 # +item.speckled_melon.name=發光西瓜片 # item.spider_eye.name=蜘蛛眼 # item.stick.name=木棍 # item.string.name=絲線 # @@ -5504,6 +5489,16 @@ item.turtle_shell_piece.name=海龜鱗甲 # item.phantom_membrane.name=幻影薄膜 # 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.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.banner_pattern.bricks=磚牆花紋 # item.banner_pattern.creeper=苦力怕頭形狀 # item.banner_pattern.flow=流動 # @@ -5955,7 +5950,6 @@ map.position=位置:%s, %s, %s # mcoServer.title=線上 Minecraft 世界 # -menu.ai_lesson_crafter=課程合成器 # menu.achievements=成就 # menu.convertingLevel=拓展世界 # menu.copyright=©Mojang AB # @@ -6164,6 +6158,10 @@ options.chat.width=寬度 # options.codeBuilder=程式碼生成器 # options.content_log_file=啟用內容記錄檔 # options.content_log_gui=啟用內容記錄 GUI # +options.content_log_gui.level=GUI 原木級別 # +options.content_log_gui.level.info=資訊 # +options.content_log_gui.level.warn=警告 # +options.content_log_gui.level.error=錯誤 # options.controller=控制器 # options.controllerLayout=搖桿配置 # options.controllerSettings=控制器設定 # @@ -6334,6 +6332,11 @@ options.dev_experimentalTreatment=覆寫實驗性處理 # options.dev_sandboxRetail=Xforge 沙箱:零售 # options.dev_sandboxDev=Xforge 沙箱:開發 # options.dev_sandboxDevAchievement=Xforge 沙箱:成就 # +options.dev_showDiscoveryOverridePanel=覆寫服務端點 # +options.dev_discoveryOverrideServiceName=服務名稱 (安全、角色等) # +options.dev_discoveryOverrideServiceBranch=分支 # +options.dev_resetAllEndpointOverrides=重設所有端點 # +options.dev_apply=套用 # options.dev_displayTreatmentsPanel=顯示處理 # options.dev_currentTreatmentsTitle=目前處理 # options.dev_unusedTreatmentsTitle=未使用的處理 # @@ -6408,6 +6411,7 @@ options.dev_sunsetting_tier.two=第 2 層 - KitKat # options.dev_sunsetting_tier.three=第 3 層 - 火焰電視 # options.dev_sunsetting_tier.four=第 4 層 - 1024MB # options.dev_sunsetting_tier.five=第 5 層 - iOS 12 和牛軋糖 # +options.dev_sunsetting_tier.six=第 6 層 - iOS 13、Android 8、VR 裝置 # options.dev_sunsetting_tier.not_pending=未擱置 # options.dev_gatherings_section=集會 # options.dev_gatherings_enable=啟用收集 # @@ -6632,7 +6636,8 @@ options.renderDistance.warning=這種高渲染距離可能會造成影格率低 options.raytracing.renderdistance.warning=此設定可能會在玩遊戲時造成效能問題。 # options.resetSettings=重設為預設值 # options.resetSettings.popUp=是否真的要重設設定? # -options.maxFramerate=最大畫面格速率 (實驗性) # +options.maxFramerate=畫面播放速率上限 # +options.maxFramerate.tooltip=降低遊戲的最大影格率,以延長電池續航力和裝置健康。實際影格率可能會低於設定的限制。 # options.maxFramerateFormat=%s FPS # options.perf_turtle=效能海龜 # options.msaa=消除鋸齒 # @@ -6800,6 +6805,7 @@ options.vsync.adaptive=調適性垂直同步 # options.websocketEncryption=需要有加密的 WebSockets # options.websocketEncryptionWarningLabel=應只在主動連接至已知並安全的應用程式時,才停用此選項 # options.filelocation.title=檔案存放位置 # +options.filelocation.title.edu=本地儲存位置 # options.filelocation.external=外部 # options.filelocation.appdata=應用 # options.filelocation.external.warning.title=警告 # @@ -6960,26 +6966,12 @@ sunsetting.popup.title=不再支援此裝置。 # sunsetting.popup.moreInfo=更多資訊 # sunsetting.popup.dontshow=不要再顯示此內容 # -sunsetting.popup.moreInfo.gearVR=如需更多詳細資訊,請在任意瀏覽器中造訪 https://aka.ms/MinecraftSunsetting。 # -sunsetting.popup.moreInfo.gearVR.geo=如需更多詳細資訊,請用任意瀏覽器造訪 https://aka.ms/MinecraftGeoSunsetting。 # - -sunsetting.popup.pendingSunset.ios=我們對此裝置的支援功能即將終止。您將持續收到更新內容,直到 2024 年 2 月為止,屆時您將收到此裝置的最終更新內容。%s收到最终更新後,您仍然可以在您的世界中遊玩,且能存取市集購買內容 (包括 Minecoin)。但無法在此裝置進行新的購買,除非 Realm 擁有者在不同的裝置上更新,否則在此裝置上管理的 Realms 在未來 6 個月內仍然可以正常運作。要取消 Realm 訂閱,您需要在建立 Realm 裝置的設定功能表中取消訂閱。您將不會再收到最新的更新內容,無法與繼續接收更新的裝置或 Realms 遊玩多人遊戲。您也將無法連線到某些伺服器。%s按一下按鈕了解更多資訊,其中包括能將您的世界移至新裝置的方法。 # -sunsetting.popup.pendingSunset.android=我們對此裝置的支援功能即將終止。您將持續收到更新內容,直到 2024 年 2 月為止,屆時您將收到此裝置的最終更新內容。%s收到最终更新後,您仍然可以在您的世界中遊玩,並且存取市集購買內容 (包括 Minecoin)。但無法在此裝置進行新的購買,除非 Realm 擁有者在不同的裝置上更新,否則在此裝置上管理的 Realms 在未來 6 個月內仍然可以正常運作。要取消 Realm 訂閱,您需要在 Google Play 的訂閱中取消,您可以在任何支援的裝置存取 Google Play,或者在電腦上登入您的帳戶進行存取。您將不會再收到最新的更新內容,無法與繼續接收更新的裝置或 Realms 遊玩多人遊戲。您也將無法連線到某些伺服器。%s按一下按鈕了解更多資訊,其中包括能將您的世界移至新裝置的方法。 # -sunsetting.popup.pendingSunset.ios_android=我們對此裝置的支援功能即將終止。預計到 2022 年 11 月,您將持續收到更新內容,然後您將收到此裝置的最終更新內容。造成不便,我們深表歉意。%s收到最终更新後,您仍然可以在您的世界中遊玩,並且存取市集購買內容 (包括 Minecoin)。除非 Realm 擁有者在不同的裝置上更新,否則在此裝置上管理的 Realms 將能持續運作。您將不會再收到最新的更新內容,並且將無法透過持續接收更新的裝置或 Realms 遊玩多人遊戲。您也將無法連線到某些伺服器。%s按下按鈕了解更多資訊,其中包括能將您的世界移至新裝置的方法。 # -sunsetting.popup.sunset.ios_android=已不再支援此裝置。您已收到此裝置的最終更新。從現在開始,您可以繼續在您的世界中建造,而您的市集購買內容 (包括 Minecoin) 仍然可以繼續使用。除非 Realm 擁有者在不同的裝置上更新,否則您的 Realms 將能持續運作。您將不會再收到最新更新內容,並且將無法透過持續接收更新的裝置或 Realm 遊玩多人遊戲。您也將無法連線到某些伺服器。%s按下按鈕了解更多資訊,其中包括能將您的世界移至新裝置的方法。我們知道這會對您造成不便,真的非常感謝您花費時間遊玩我們的遊戲,也希望能在更新裝置上與您再會。 # -sunsetting.popup.pendingSunset.gearvr_win10=我們對此裝置的支援功能即將終止。到我們推出的下一個主要版本為止,您將持續收到更新內容,然後您將收到此裝置的最終更新內容。造成不便,我們深表歉意。%s收到最终更新後,您仍然可以在您的世界中遊玩,並且存取市集購買內容 (包括 Minecoin)。但是,您將無法再從此裝置存取多人遊戲或 Realms。您將不會再收到最新的更新內容,並且將無法透過持續接收更新的裝置或 Realms 遊玩多人遊戲。您也將無法連線到某些伺服器。%s按下按鈕了解更多資訊,其中包括能將您的世界移至新裝置的方法。 # -sunsetting.popup.sunset.gearvr_win10=我們將不再支援此裝置。你已經收到此裝置的最終更新。從現在開始,你可以繼續在你的世界中建造,你在市集中購買的內容 (包括 Minecoins) 將可以繼續使用。但是,你將無法再從此裝置存取多人遊戲或 Realm 資料庫。你將無法再收到最新更新內容,並且將無法使用持續接收更新的裝置。你也無法連線至特定伺服器。 # -sunsetting.popup.pendingSunset.dx10=我們對此影像裝置的支援功能即將終止。到我們推出的下一個主要版本為止,您將持續收到更新內容,然後您將收到此裝置的最終更新內容。造成不便,我們深表歉意。%s收到最终更新後,您仍然可以在您的世界中遊玩,並且存取市集購買內容 (包括 Minecoin)。除非 Realms 擁有者在不同的裝置上更新,否則在此裝置上管理的 Realms 將能持續運作。您將不會再收到最新的更新內容,並且將無法透過持續接收更新的裝置或 Realms 遊玩多人遊戲。您也將無法連線到某些伺服器。%s按下按鈕了解更多資訊,其中包括能將您的世界移至新裝置的方法。 # -sunsetting.popup.sunset.dx10=已不再支援此影像裝置。您已收到此裝置的最終更新。從現在開始,您可以繼續在您的世界中建造,而您的市集購買內容 (包括 Minecoin) 仍然可以繼續使用。除非 Realm 擁有者在不同的裝置上更新,否則您的 Realms 將能持續運作。您將不會再收到最新更新內容,並且將無法透過持續接收更新的裝置或 Realms 遊玩多人遊戲。您也將無法連線到某些伺服器。%s按下按鈕了解更多資訊,其中包括能將您的世界移至新裝置的方法。我們知道這會對您造成不便,真的非常感謝您花費時間遊玩我們的遊戲,也非常感謝您的支持。 # - -sunsetting.popup.pendingSunset.geo.ios=我們即將終止在您所在地區支援此裝置。收到最終更新後,您仍能在您的世界中遊玩遊戲,並使用已在市集購買的物品,但您將無法再在市集中購買。透過此裝置管理的 Realm 將繼續運作 6 個月。2023 年 9 月 30 日起,您將無法再存取該 realm。建議您在此之前透過檢視裝置中的「訂閱」設定,先下載您的世界並取消訂閱。%s如果您已使用 Microsoft/Xbox Live 帳戶登入,您在市集購買的物品、Minecoins 和 Realms 訂閱將能在其他平台上使用。如果您想將您的世界從此裝置移動到另一個裝置,方法是先將世界上傳到一個 Realm,再下載一個備份到你的新裝置上。%s按一下此按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.ios=我們已停止在您所處地區支援此裝置。您仍然能在您的世界中遊玩遊戲,並使用您在市集購買的物品,但您將無法繼續在市集中購買。透過此裝置管理的 Realm 將繼續運作至 2023 年 9 月 30 日,之後您將無法再使用該 Realm。建議您在此之前下載您的世界。%s如果您使用 Microsoft/Xbox 帳戶登入,您在市集購買的物品、Minecoins 和 Realms 訂閱將能在其他平台上使用。如果你想將您的世界從這個裝置移動到另一個裝置,請先將世界上傳到一個 Realm,然後下載一個備份到新裝置上即可。%s按一下按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.amazon=我們即將終止在您所在地區支援此裝置。收到最終更新後,您仍能在您的世界中遊玩遊戲,並使用已在市集購買的物品,但您將無法再在市集中購買。透過此裝置管理的 Realm 將繼續運作 6 個月。2023 年 9 月 30 日起,您將無法再存取該 realm。建議您在此之前下載您的世界。%s如果您已使用 Microsoft/Xbox Live 帳戶登入,您在市集購買的物品、Minecoins 和 Realms 訂閱將能在其他平台上使用。如果您想將您的世界從此裝置移動到另一個裝置,方法是先將世界上傳到一個 Realm,再下載一個備份到你的新裝置上。%s按一下此按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.amazon=我們已停止在您所處地區支援此裝置。您仍然能在您的世界中遊玩遊戲,並使用您在市集購買的物品,但您將無法繼續在市集中購買。透過此裝置管理的 Realm 將繼續運作至 2023 年 9 月 30 日,之後您將無法再使用該 Realm。建議您在此之前下載您的世界。%s如果您使用 Microsoft/Xbox 帳戶登入,您在市集購買的物品、Minecoins 和 Realms 訂閱將能在其他平台上使用。如果你想將您的世界從這個裝置移動到另一個裝置,請先將世界上傳到一個 Realm,然後下載一個備份到新裝置上即可。%s按一下按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.android=我們即將停止在您所處地區支援此裝置。您若安裝此最終更新,則仍能在您的世界中遊玩遊戲,並使用您在商城購買的物品,但您將無法繼續於商城中購買商品。透過此裝置管理的 Realm 將繼續運作 6 個月。2023 年 9 月 30 日,您將無法再以此裝置使用該 Realm。建議您在此之前於 Google Play 中查看您的訂閱,以下載您的世界及取消訂閱。%s您將不會再收到最新更新,也無法進行多人遊戲。您也將無法連接到某些伺服器。%s如果您使用 Microsoft/Xbox Live 帳戶登入,您的 Marketplace 購買物品和 Minecoins,以及 Realms 訂閱將能在您其他遊玩 Minecraft 的平台上繼續使用。您可以從您遊玩 Minecraft 的這些其他平台開始新訂閱。%s如果您想將您的世界從此裝置移動到另一個裝置,方法是先將世界上傳到一個 Realm,然後再下載一個備份到您新裝置上。%s挾一下按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.sunset.geo.android=我們已停止在您所處地區支援此裝置。您仍然能在您的世界中遊玩遊戲,並使用您在市集購買的物品,但您將無法繼續在市集中購買。透過此裝置管理的 Realm 將繼續運作至 2023 年 9 月 30 日,之後您將無法再使用該 Realm。建議您在此之前下載您的世界。%s如果您使用 Microsoft/Xbox 帳戶登入,您在市集購買的物品、Minecoins 和 Realms 訂閱將能在其他平台上使用。如果你想將您的世界從這個裝置移動到另一個裝置,請先將世界上傳到一個 Realm,然後下載一個備份到新裝置上即可。%s按一下按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 ###disable_3rd_party_console_resource_pack_check -sunsetting.popup.pendingSunset.geo.generic=我們即將終止在您所在地區支援此裝置。收到最終更新後,您仍能在您的世界中遊玩遊戲,並使用已在市集購買的物品,但您將無法再在市集中購買。透過此裝置管理的 Realm 將繼續運作 6 個月。2023 年 9 月 30 日起,您將無法再存取該 realm。建議您在此之前下載您的世界。%s如果您已使用 Microsoft/Xbox Live 帳戶登入,您在市集購買的物品、Minecoins 和 Realms 訂閱將能在其他平台上使用。如果您想將您的世界從此裝置移動到另一個裝置,方法是先將世界上傳到一個 Realm,再下載一個備份到你的新裝置上。%s按一下此按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 # -sunsetting.popup.sunset.geo.generic=我們已停止在您所處地區支援此裝置。您仍然能在您的世界中遊玩遊戲,並使用您在市集購買的物品,但您將無法繼續在市集中購買。透過此裝置管理的 Realm 將繼續運作至 2023 年 9 月 30 日,之後您將無法再使用該 Realm。建議您在此之前下載您的世界。%s如果您使用 Microsoft/Xbox 帳戶登入,您在市集購買的物品、Minecoins 和 Realms 訂閱將能在其他平台上使用。如果你想將您的世界從這個裝置移動到另一個裝置,請先將世界上傳到一個 Realm,然後下載一個備份到新裝置上即可。%s按一下按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 # +sunsetting.popup.pendingSunset.device=我們對這款裝置的支援即將結束。你將繼續收到更新,直到 2025 年 3 月,屆時你將會收到適用於這款裝置的最終更新。%s在收到最終更新後,你仍然可以在你的世界中遊玩,並存取在市集購買的內容 (包括 Minecoin),但是你將無法再在此裝置上進行新的購買。從 2025 年 3 月起,使用此裝置管理的 Realms 將繼續運作 6 個月,除非 Realms 的擁有者在其他裝置上進行更新。如要取消 Realms 定期服務,你需要在建立 Realm 的裝置上的「設定」選單中,透過「定期服務」選項進行取消。你將不會再收到最新的更新,並且無法與繼續收到更新的裝置或 Realms 進行多人遊戲。你也將無法連線到某些伺服器。%s按一下按鈕以取得更多資訊。 # +sunsetting.popup.sunset.device=我們對此裝置的支援已經結束。從 2025 年 3 月開始,你將不會再收到更新,除非你更新你的裝置。這是與此裝置相容的最後一次更新。%s你仍然可以在你的世界中遊玩,並存取在市集購買的內容包括 (Minecoin)。從 2025 年 3 月起,使用此裝置管理的 Realms 將繼續運作 6 個月,除非 Realms 的擁有者在其他裝置上進行更新。如要取消 Realms 定期服務,你需要在建立 Realm 的裝置上的「設定」選單中,透過「定期服務」選項進行取消。你將不會再收到最新的更新,並且無法與繼續收到更新的裝置或 Realms 進行多人遊戲。你也將無法連線到某些伺服器。%s按一下按鈕以取得更多資訊。 # +sunsetting.popup.pendingSunset.windows_xr=我們對此 VR/MR 圖形裝置的支援即將結束。在 2025 年 3 月之後,此裝置將不再支援更新,屆時你將收到支援此裝置的最終更新。%s在收到最終更新後,你的電腦仍將繼續收到更新,並且你將能夠在不使用 VR/MR 裝置的情況下繼續遊戲。從此以後,你可以繼續在你的世界中建造,並且你在市集購買的內容 (包括 Minecoin) 將繼續在非 VR/MR 圖形裝置 (例如電腦螢幕) 上可用。由於 VR/MR 裝置將不再受最新更新支援,你將無法再將其與 Minecraft 搭配使用。%s按一下按鈕以取得更多資訊 # +sunsetting.popup.sunset.windows_xr=我們對此 VR/MR 圖形裝置的支援已經結束。此 VR/MR 裝置已不再受支援。你已收到支援此圖形裝置的最終更新,並且你的電腦仍將繼續收到更新,你將能夠在不使用 VR/MR 裝置的情況下繼續遊戲。從此以後,你可以繼續在你的世界中建造,並且你在市集購買的內容 (包括 Minecoins) 將繼續在非 VR/MR 圖形裝置 (例如電腦螢幕) 上可用。由於 VR/MR 裝置將不再受最新更新支援,你將無法再將其與 Minecraft 搭配使用。%s按一下按鈕以獲取更多資訊。我們知道這會造成不便,並衷心感謝你花時間玩我們的遊戲以及你的支持。 # +sunsetting.popup.pendingSunset.geo=我們即將在你所在地區終止支援此裝置。收到最終更新後,你仍能在你的世界玩遊戲,並使用已在市集購買的物品,但你將無法再到市集購買。透過此裝置管理的 Realm 將繼續運作 6 個月。2023 年 9 月 30 日起,你將無法再存取該 Realm。在此之前,建議你先下載你的世界。%s如果你已使用 Microsoft 帳戶登入,你在市集購買的物品、Minecoin 和 Realms 定期服務將能在其他平台上使用。如果你想將你的世界從此裝置移動到另一個裝置,請先將世界上傳到一個 Realm,然後下載一個備份到你的新裝置即可。%s按一下按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 # +sunsetting.popup.sunset.geo=我們已經停止在你所處地區支援此裝置。你仍然可以在你的世界中遊玩遊戲,並使用你在市集購買的物品,但你將無法繼續在市集中購買。透過此裝置管理的 Realm 將繼續運作至 2023 年 9 月 30 日,之後你將無法再使用該 Realm。建議你在此之前下載你的世界。%s如果你使用 Microsoft 帳戶登入,你在市集購買的物品、 Minecoins 和 Realms 定期服務將能在其他平台上使用。如果你想將你的世界從此裝置移動到另一個裝置,請先將世界上傳到一個 Realm,然後下載一個備份到你的裝置即可。%s按一下按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 # sunsetting.banner.play.worldTab.pending=您的版本可能很快就會無法連線到多人遊戲 # sunsetting.banner.play.friendsTab.pending=您的版本可能很快就會無法連線到多人遊戲 # @@ -7826,6 +7818,25 @@ item.smithing_template.ingredients=原料: # 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.flow_armor_trim_smithing_template.name=流動紋飾護甲 # +item.bolt_armor_trim_smithing_template.name=閃電紋飾護甲 # item.snort_pottery_sherd.name=打鼾陶器碎片 # item.spawn_egg.entity.camel.name=駱駝生成蛋 # item.spruce_hanging_sign.name=懸掛式杉木告示牌 # @@ -7897,7 +7908,6 @@ trim_pattern.wayfinder.name=尋路者紋飾護甲 # trim_pattern.wild.name=狂野紋飾護甲 # trim_pattern.bolt.name=閃電紋飾護甲 # trim_pattern.flow.name=流動紋飾護甲 # -upgrade.netherite_upgrade.name=獄髓升級 # storageManager.mainSizeLabel=%s - 1 個物品 # storageManager.mainSizeLabelPlural=%s - %s 個物品 # @@ -8443,6 +8453,8 @@ 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.recurring.offerTrial=Marketplace Pass 是持續訂閱服務,每月會自動向您收取續訂費直到訂閱取消。%s您將能立即使用 150+ 種市集套件。隨時都能透過存取訂閱設定進行取消收費。 #### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass 是持續訂閱服務,每月會自動向您收取續訂費直到訂閱取消。%s您將能立即使用 Realm 和 150+ 種市集套件。系統將向您收取 %s/月的費用,隨時都能透過存取訂閱設定進行取消收費。 #### {StrContains="Marketplace Pass"} store.csb.consumable.offerTrial=150+ 種市集套件馬上便能使用。您的前 30 天將無須付費,之後可以 %s 的價格續訂 30 天。 # @@ -8854,8 +8866,6 @@ store.myAccount=我的帳戶 # store.xbl.signin=登入 # store.xbl.signinOrSignUp=登入或免費註冊 # store.xbl.disconnected=已中斷連線 # -store.xbl.conversionFailedTitle=有地方出錯 # -store.xbl.conversionFailedMessage=請稍後再試。 # store.sales.allByCreator=現正特賣中! # store.sales.bundlesOnSale=組合包現正特賣中! # @@ -9027,8 +9037,8 @@ tile.deny.name=拒絕 # tile.border_block.name=邊界 # tile.anvil.intact.name=鐵砧 # tile.anvil.name=鐵砧 # -tile.anvil.slightlyDamaged.name=輕微損耗的鐵砧 # -tile.anvil.veryDamaged.name=嚴重損耗的鐵砧 # +tile.anvil.slightlyDamaged.name=破損的鐵砧 # +tile.anvil.veryDamaged.name=損壞的鐵砧 # tile.barrier.name=屏障 # tile.beacon.name=烽火台 # tile.beacon.primary=主要效果 # @@ -9079,7 +9089,7 @@ tile.iron_block.name=鐵方塊 # tile.lapis_block.name=青金石方塊 # tile.redstone_block.name=紅石方塊 # tile.bookshelf.name=書架 # -tile.brick_block.name=磚塊方塊 # +tile.brick_block.name=磚頭 # tile.brown_mushroom.name=棕色蘑菇 # tile.brown_mushroom_block.mushroom.name=蘑菇 # tile.brown_mushroom_block.stem.name=蘑菇莖 # @@ -9227,7 +9237,7 @@ tile.stained_glass_pane.blue.name=藍色彩繪玻璃窗格 # tile.stained_glass_pane.purple.name=紫色彩繪玻璃窗格 # tile.stained_glass_pane.magenta.name=洋紅色彩繪玻璃窗格 # tile.stained_glass_pane.pink.name=粉紅色彩繪玻璃窗格 # -tile.clay.name=黏土方塊 # +tile.clay.name=黏土 # tile.hardened_clay.name=陶土 # tile.stained_hardened_clay.black.name=黑色陶土 # tile.stained_hardened_clay.blue.name=藍色陶土 # @@ -9285,13 +9295,13 @@ tile.cobblestone_wall.red_nether_brick.name=紅色地獄磚牆 # tile.cocoa.name=可可 # tile.command_block.name=指令方塊 # tile.composter.name=堆肥箱 # -tile.light_block.name=照明方塊 # +tile.light_block.name=淺色 # tile.repeating_command_block.name=重複指令方塊 # tile.chain_command_block.name=鎖鏈指令方塊 # tile.wheat.name=作物 # tile.darkOakFence.name=黑橡木柵欄 # tile.dark_oak_fence_gate.name=黑橡木柵欄門 # -tile.daylight_detector.name=陽光感測器 # +tile.daylight_detector.name=日光偵測器 # tile.deadbush.name=枯灌木 # tile.detector_rail.name=偵測器軌道 # tile.dirt.coarse.name=粗泥 # @@ -9305,7 +9315,7 @@ tile.dispenser.name=發射器 # tile.iron_door.name=鐵門 # tile.doorWood.name=木門 # tile.double_plant.fern.name=大型蕨類 # -tile.double_plant.grass.name=芒草 # +tile.double_plant.grass.name=茂密青草 # tile.double_plant.name=植物 # tile.double_plant.paeonia.name=牡丹花 # tile.double_plant.rose.name=玫瑰叢 # @@ -9395,7 +9405,7 @@ tile.monster_egg.stone.name=蛀蝕石頭 # tile.mushroom.name=蘑菇 # tile.noteblock.name=音階盒 # tile.mycelium.name=菌絲土 # -tile.nether_brick.name=地獄磚塊方塊 # +tile.nether_brick.name=地獄磚塊 # tile.red_nether_brick.name=紅色地獄磚塊 # tile.nether_brick_fence.name=地獄磚塊柵欄 # tile.quartz_ore.name=地獄石英礦石 # @@ -9478,7 +9488,7 @@ tile.jungle_standing_sign.name=叢林木告示牌 # tile.acacia_standing_sign.name=相思木告示牌 # tile.darkoak_standing_sign.name=黑橡木告示牌 # tile.slime.name=史萊姆方塊 # -tile.snow.name=白雪 # +tile.snow.name=雪地方塊 # tile.sponge.dry.name=海綿 # tile.sponge.wet.name=濕海綿 # tile.spruceFence.name=杉木柵欄 # @@ -9600,8 +9610,8 @@ tile.coral_block.purple_dead.name=死亡氣泡珊瑚方塊 # tile.coral_block.red_dead.name=死亡火珊瑚方塊 # tile.coral_block.yellow_dead.name=死亡角狀珊瑚方塊 # tile.tallgrass.fern.name=蕨 # -tile.tallgrass.grass.name=草 # -tile.tallgrass.name=草 # +tile.tallgrass.grass.name=稀疏青草 # +tile.tallgrass.name=稀疏青草 # tile.tallgrass.shrub.name=矮樹 # tile.tuff_brick_slab.name=凝灰岩磚塊板 # tile.tuff_brick_stairs.name=凝灰岩磚塊梯 # @@ -9635,7 +9645,7 @@ tile.coral_fan_dead.red_fan.name=死亡火珊瑚扇 # tile.coral_fan_dead.yellow_fan.name=死亡角狀珊瑚扇 # tile.glass_pane.name=玻璃窗格 # tile.tnt.name=炸藥 # -tile.snow_layer.name=雪 # +tile.snow_layer.name=白雪 # tile.torch.name=火把 # tile.trapdoor.name=橡木地板門 # tile.acacia_trapdoor.name=相思木地板門 # @@ -9652,8 +9662,8 @@ tile.flowing_water.name=水 # tile.water.name=水 # tile.waterlily.name=睡蓮 # tile.web.name=蜘蛛網 # -tile.heavy_weighted_pressure_plate.name=測重壓力板(重型) # -tile.light_weighted_pressure_plate.name=測重壓力板(輕型) # +tile.heavy_weighted_pressure_plate.name=重型測重壓板 # +tile.light_weighted_pressure_plate.name=輕型測重壓板 # tile.end_stone.name=終界石 # tile.end_bricks.name=終界石磚塊 # tile.planks.acacia.name=相思木材 # @@ -10288,7 +10298,7 @@ xbox.signin.enterCode=然後輸入此程式碼: # xbox.signin.enterCode.qr=2. 出現提示時,請輸入以下代碼: # xbox.signin.letsPlay=開始玩吧! # xbox.signin.message=使用您的免費 Microsoft 帳戶登入,體驗完整的《Minecraft》世界。 # -xbox.signin.url=https://aka.ms/remoteconnect # +xbox.signin.url=https://microsoft.com/link # xbox.signin.useDifferentAccount=以其他 Microsoft 帳戶登入 # xbox.signin.website=使用其他裝置造訪此網站: # xbox.signin.website.qr=1. 使用其他裝置造訪此網站: # @@ -10310,16 +10320,12 @@ xbox.dev_wrongSandboxSigninFailed.line1=無法登入 %s 沙箱。請變更沙箱 xbox.dev_wrongSandboxSigninFailed.button.dev=變更為開發沙箱 # xbox.dev_wrongSandboxSigninFailed.button.retail=變更為少量沙箱 # xbox.dev_wrongSandboxSigninFailed.button.clearXbl=清除帳戶登入資料 # -xbox.addfriendsignin.line1=以您好友的玩家代號尋找好友,即可在他們上線時收到通知。 # -xbox.addfriendsignin.line2=使用 Microsoft 帳戶登入以開始新增好友! # xbox.invitesignin.line1=以您好友的玩家代號新增好友,即可在他們上線時查看他們的世界。 # xbox.invitesignin.line2=使用 Microsoft 帳戶登入以開始邀請好友! # xbox.thirdpartysignin.line1=有趣的小遊戲和新玩家們正等著你!但在開始之前,「%s」希望先知道你是誰。 # xbox.thirdpartysignin.line2=您必須使用 Microsoft 帳戶登入才能連線! # xbox.signInLong=免費登入! # xbox.signOutLong=登出您的 Microsoft 帳戶 # -xbox.externalServer.title=使用伺服器遊玩 # -xbox.externalServer.line1=伺服器提供最有創意的 Minecraft 遊玩方式!您只需要登入,以便我們確認您擁有在線上與其他玩家遊玩的授權即可。 # xbox.genericsignin.line1=您的 Minecraft 帳戶可讓您在 PC 與行動裝置中與好友進行線上多人遊戲。好處不只是這樣! # xbox.genericsignin.line2=完全免費! # @@ -10880,7 +10886,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=選擇新外觀 # dr.classic_skins.custom_skin_title=匯入外觀 # dr.classic_skins.custom_skin_description=從你的裝置匯入 PNG (64x32、64x64 或 128x128) 以做為外觀使用。這將不會在裝置或遊戲之間同步。 # -dr.classic_skins.custom_skin_description_disabled= 你的裝置在多人遊戲中無法選擇自訂外觀。請回到主選單來裝備。 # +dr.classic_skins.custom_skin_description_disabled=你的裝置在多人遊戲中無法選擇自訂外觀。請回到主選單來裝備。 # dr.classic_skins.custom_skin_description_popup=如果啟用了「僅允許受信任的外觀」選項,你將看不到擁有專屬外觀的玩家 # dr.classic_skins.custom_skin_section_title=已擁有的外觀 # dr.classic_skins.invalidCustomSkin=請匯入尺寸為 64x64、64x32 或 128x128 的 .png 檔 # diff --git a/resource_pack/textures/gui/controls/down_left.png b/resource_pack/textures/gui/controls/down_left.png new file mode 100644 index 000000000..e3f934b03 Binary files /dev/null and b/resource_pack/textures/gui/controls/down_left.png differ diff --git a/resource_pack/textures/gui/controls/down_left_pressed.png b/resource_pack/textures/gui/controls/down_left_pressed.png new file mode 100644 index 000000000..4e69ac5ec Binary files /dev/null and b/resource_pack/textures/gui/controls/down_left_pressed.png differ diff --git a/resource_pack/textures/gui/controls/down_pressed.png b/resource_pack/textures/gui/controls/down_pressed.png index 248ea95bc..8e0de1b0b 100644 Binary files a/resource_pack/textures/gui/controls/down_pressed.png and b/resource_pack/textures/gui/controls/down_pressed.png differ diff --git a/resource_pack/textures/gui/controls/down_right.png b/resource_pack/textures/gui/controls/down_right.png new file mode 100644 index 000000000..97b6182ec Binary files /dev/null and b/resource_pack/textures/gui/controls/down_right.png differ diff --git a/resource_pack/textures/gui/controls/down_right_pressed.png b/resource_pack/textures/gui/controls/down_right_pressed.png new file mode 100644 index 000000000..c91183321 Binary files /dev/null and b/resource_pack/textures/gui/controls/down_right_pressed.png differ diff --git a/resource_pack/textures/gui/controls/left_pressed.png b/resource_pack/textures/gui/controls/left_pressed.png index 99315a4a2..43fbd103b 100644 Binary files a/resource_pack/textures/gui/controls/left_pressed.png and b/resource_pack/textures/gui/controls/left_pressed.png differ diff --git a/resource_pack/textures/gui/controls/right_pressed.png b/resource_pack/textures/gui/controls/right_pressed.png index 12d1833e4..db24e6ddd 100644 Binary files a/resource_pack/textures/gui/controls/right_pressed.png and b/resource_pack/textures/gui/controls/right_pressed.png differ diff --git a/resource_pack/textures/gui/controls/sneak_dpad.png b/resource_pack/textures/gui/controls/sneak_dpad.png new file mode 100644 index 000000000..1b2457438 Binary files /dev/null and b/resource_pack/textures/gui/controls/sneak_dpad.png differ diff --git a/resource_pack/textures/gui/controls/sneak_dpad_pressed.png b/resource_pack/textures/gui/controls/sneak_dpad_pressed.png new file mode 100644 index 000000000..43a47534b Binary files /dev/null and b/resource_pack/textures/gui/controls/sneak_dpad_pressed.png differ diff --git a/resource_pack/textures/gui/controls/up_left.png b/resource_pack/textures/gui/controls/up_left.png index 84f2f67bc..db73c3b3d 100644 Binary files a/resource_pack/textures/gui/controls/up_left.png and b/resource_pack/textures/gui/controls/up_left.png differ diff --git a/resource_pack/textures/gui/controls/up_left_pressed.png b/resource_pack/textures/gui/controls/up_left_pressed.png index 76b008a29..33754ea21 100644 Binary files a/resource_pack/textures/gui/controls/up_left_pressed.png and b/resource_pack/textures/gui/controls/up_left_pressed.png differ diff --git a/resource_pack/textures/gui/controls/up_right.png b/resource_pack/textures/gui/controls/up_right.png index f75b41554..051f8285d 100644 Binary files a/resource_pack/textures/gui/controls/up_right.png and b/resource_pack/textures/gui/controls/up_right.png differ diff --git a/resource_pack/textures/gui/controls/up_right_pressed.png b/resource_pack/textures/gui/controls/up_right_pressed.png index eb069143d..1e9a22669 100644 Binary files a/resource_pack/textures/gui/controls/up_right_pressed.png and b/resource_pack/textures/gui/controls/up_right_pressed.png differ diff --git a/resource_pack/textures/item_texture.json b/resource_pack/textures/item_texture.json index 6fdf11f8d..90304088f 100644 --- a/resource_pack/textures/item_texture.json +++ b/resource_pack/textures/item_texture.json @@ -1287,6 +1287,30 @@ }, "record_precipice": { "textures": "textures/items/music_disc_precipice" + }, + "creeper_banner_pattern": { + "textures": "textures/items/creeper_banner_pattern" + }, + "flower_banner_pattern": { + "textures": "textures/items/flower_banner_pattern" + }, + "globe_banner_pattern": { + "textures": "textures/items/globe_banner_pattern" + }, + "mojang_banner_pattern": { + "textures": "textures/items/mojang_banner_pattern" + }, + "piglin_banner_pattern": { + "textures": "textures/items/piglin_banner_pattern" + }, + "skull_banner_pattern": { + "textures": "textures/items/skull_banner_pattern" + }, + "field_masoned_banner_pattern": { + "textures": "textures/items/field_masoned_banner_pattern" + }, + "bordure_indented_banner_pattern": { + "textures": "textures/items/bordure_indented_banner_pattern" } } } \ No newline at end of file diff --git a/resource_pack/textures/items/bordure_indented_banner_pattern.png b/resource_pack/textures/items/bordure_indented_banner_pattern.png new file mode 100644 index 000000000..7129bf1db Binary files /dev/null and b/resource_pack/textures/items/bordure_indented_banner_pattern.png differ diff --git a/resource_pack/textures/items/creeper_banner_pattern.png b/resource_pack/textures/items/creeper_banner_pattern.png new file mode 100644 index 000000000..31f461e2e Binary files /dev/null and b/resource_pack/textures/items/creeper_banner_pattern.png differ diff --git a/resource_pack/textures/items/field_masoned_banner_pattern.png b/resource_pack/textures/items/field_masoned_banner_pattern.png new file mode 100644 index 000000000..1f1820436 Binary files /dev/null and b/resource_pack/textures/items/field_masoned_banner_pattern.png differ diff --git a/resource_pack/textures/items/flow_banner_pattern.png b/resource_pack/textures/items/flow_banner_pattern.png index 6f29d2a23..9f7845cb1 100644 Binary files a/resource_pack/textures/items/flow_banner_pattern.png and b/resource_pack/textures/items/flow_banner_pattern.png differ diff --git a/resource_pack/textures/items/flower_banner_pattern.png b/resource_pack/textures/items/flower_banner_pattern.png new file mode 100644 index 000000000..cdd878b60 Binary files /dev/null and b/resource_pack/textures/items/flower_banner_pattern.png differ diff --git a/resource_pack/textures/items/globe_banner_pattern.png b/resource_pack/textures/items/globe_banner_pattern.png new file mode 100644 index 000000000..96a4a2d31 Binary files /dev/null and b/resource_pack/textures/items/globe_banner_pattern.png differ diff --git a/resource_pack/textures/items/guster_banner_pattern.png b/resource_pack/textures/items/guster_banner_pattern.png index 6f29d2a23..b158a9d8c 100644 Binary files a/resource_pack/textures/items/guster_banner_pattern.png and b/resource_pack/textures/items/guster_banner_pattern.png differ diff --git a/resource_pack/textures/items/mojang_banner_pattern.png b/resource_pack/textures/items/mojang_banner_pattern.png new file mode 100644 index 000000000..ae4c71659 Binary files /dev/null and b/resource_pack/textures/items/mojang_banner_pattern.png differ diff --git a/resource_pack/textures/items/piglin_banner_pattern.png b/resource_pack/textures/items/piglin_banner_pattern.png new file mode 100644 index 000000000..3351a1e4a Binary files /dev/null and b/resource_pack/textures/items/piglin_banner_pattern.png differ diff --git a/resource_pack/textures/items/skull_banner_pattern.png b/resource_pack/textures/items/skull_banner_pattern.png new file mode 100644 index 000000000..33bd4f3ee Binary files /dev/null and b/resource_pack/textures/items/skull_banner_pattern.png differ diff --git a/resource_pack/textures/terrain_texture.json b/resource_pack/textures/terrain_texture.json index ff31e2ff4..83abac42b 100644 --- a/resource_pack/textures/terrain_texture.json +++ b/resource_pack/textures/terrain_texture.json @@ -4973,6 +4973,75 @@ }, "damaged_anvil_top": { "textures": "textures/blocks/anvil_top_damaged_2" + }, + "flattened_structure_void": { + "textures": "textures/blocks/structure_void" + }, + "flattened_purpur_block": { + "textures": "textures/blocks/purpur_block" + }, + "purpur_pillar_top": { + "textures": "textures/blocks/purpur_pillar_top" + }, + "purpur_pillar_side": { + "textures": "textures/blocks/purpur_pillar" + }, + "flattened_cobblestone_wall": { + "textures": "textures/blocks/cobblestone" + }, + "mossy_cobblestone_wall": { + "textures": "textures/blocks/cobblestone_mossy" + }, + "granite_wall": { + "textures": "textures/blocks/stone_granite" + }, + "diorite_wall": { + "textures": "textures/blocks/stone_diorite" + }, + "andesite_wall": { + "textures": "textures/blocks/stone_andesite" + }, + "sandstone_wall": { + "textures": "textures/blocks/sandstone_normal" + }, + "brick_wall": { + "textures": "textures/blocks/brick" + }, + "stone_brick_wall": { + "textures": "textures/blocks/stonebrick" + }, + "mossy_stone_brick_wall": { + "textures": "textures/blocks/stonebrick_mossy" + }, + "nether_brick_wall": { + "textures": "textures/blocks/nether_brick" + }, + "end_stone_brick_wall": { + "textures": "textures/blocks/end_bricks" + }, + "prismarine_wall": { + "textures": "textures/blocks/prismarine_rough" + }, + "red_sandstone_wall": { + "textures": "textures/blocks/red_sandstone_normal" + }, + "red_nether_brick_wall": { + "textures": "textures/blocks/red_nether_brick" + }, + "flattened_sponge": { + "textures": "textures/blocks/sponge" + }, + "wet_sponge": { + "textures": "textures/blocks/sponge_wet" + }, + "flattened_tnt_top": { + "textures": "textures/blocks/tnt_top" + }, + "flattened_tnt_bottom": { + "textures": "textures/blocks/tnt_bottom" + }, + "flattened_tnt_side": { + "textures": "textures/blocks/tnt_side" } } } \ No newline at end of file diff --git a/resource_pack/textures/ui/container_weight_bar_fill.json b/resource_pack/textures/ui/container_weight_bar_fill.json new file mode 100644 index 000000000..d6ee08ac3 --- /dev/null +++ b/resource_pack/textures/ui/container_weight_bar_fill.json @@ -0,0 +1,12 @@ +{ + "nineslice_size": [ + 2, + 2, + 2, + 2 + ], + "base_size": [ + 6, + 6 + ] +} \ No newline at end of file diff --git a/resource_pack/textures/ui/container_weight_bar_fill.png b/resource_pack/textures/ui/container_weight_bar_fill.png new file mode 100644 index 000000000..5a25a813b Binary files /dev/null and b/resource_pack/textures/ui/container_weight_bar_fill.png differ diff --git a/resource_pack/textures/ui/container_weight_bar_full.json b/resource_pack/textures/ui/container_weight_bar_full.json new file mode 100644 index 000000000..d6ee08ac3 --- /dev/null +++ b/resource_pack/textures/ui/container_weight_bar_full.json @@ -0,0 +1,12 @@ +{ + "nineslice_size": [ + 2, + 2, + 2, + 2 + ], + "base_size": [ + 6, + 6 + ] +} \ No newline at end of file diff --git a/resource_pack/textures/ui/container_weight_bar_full.png b/resource_pack/textures/ui/container_weight_bar_full.png new file mode 100644 index 000000000..bf4d70344 Binary files /dev/null and b/resource_pack/textures/ui/container_weight_bar_full.png differ diff --git a/resource_pack/textures/ui/empty_stack_progress_bar.json b/resource_pack/textures/ui/empty_stack_progress_bar.json new file mode 100644 index 000000000..81f87b941 --- /dev/null +++ b/resource_pack/textures/ui/empty_stack_progress_bar.json @@ -0,0 +1,12 @@ +{ + "nineslice_size": [ + 4, + 4, + 4, + 4 + ], + "base_size": [ + 66, + 12 + ] +} \ No newline at end of file diff --git a/resource_pack/textures/ui/empty_stack_progress_bar.png b/resource_pack/textures/ui/empty_stack_progress_bar.png index 425776648..0cb1ec141 100644 Binary files a/resource_pack/textures/ui/empty_stack_progress_bar.png and b/resource_pack/textures/ui/empty_stack_progress_bar.png differ diff --git a/resource_pack/textures/ui/lava.jpg b/resource_pack/textures/ui/lava.jpg deleted file mode 100644 index 842361822..000000000 Binary files a/resource_pack/textures/ui/lava.jpg and /dev/null differ diff --git a/resource_pack/textures/ui/loom_pattern_item_empty.png b/resource_pack/textures/ui/loom_pattern_item_empty.png index 296875ec9..c184da3bc 100644 Binary files a/resource_pack/textures/ui/loom_pattern_item_empty.png and b/resource_pack/textures/ui/loom_pattern_item_empty.png differ diff --git a/resource_pack/textures/ui/massive_servers.png b/resource_pack/textures/ui/massive_servers.png deleted file mode 100644 index 89c7f773c..000000000 Binary files a/resource_pack/textures/ui/massive_servers.png and /dev/null differ diff --git a/resource_pack/textures/ui/xboxconversionkeyart.png b/resource_pack/textures/ui/xboxconversionkeyart.png deleted file mode 100644 index 8b630f1a8..000000000 Binary files a/resource_pack/textures/ui/xboxconversionkeyart.png and /dev/null differ diff --git a/resource_pack/ui/_global_variables.json b/resource_pack/ui/_global_variables.json index cd46397c0..a438ab1e2 100644 --- a/resource_pack/ui/_global_variables.json +++ b/resource_pack/ui/_global_variables.json @@ -425,6 +425,9 @@ "$emote_screen_gamepad_instruction_colors": [ 1.0, 1.0, 0.0 ], //////// Play Screen Realms+ "!" atop Pink Realms+ Content Alert //////// - "$realmsplus_exclamation_mark_color": [ 1, 1, 1 ] + "$realmsplus_exclamation_mark_color": [ 1, 1, 1 ], + + //////// Bundle Tooltip colors //////// + "$bundle_info_description_color": [ 0.46, 0.46, 0.46 ] } diff --git a/resource_pack/ui/_ui_defs.json b/resource_pack/ui/_ui_defs.json index e69f0eea2..38617c5f9 100644 --- a/resource_pack/ui/_ui_defs.json +++ b/resource_pack/ui/_ui_defs.json @@ -32,7 +32,6 @@ "ui/confirm_msa_unlink_screen.json", "ui/content_log.json", "ui/content_log_history_screen.json", - "ui/convert_purchases_to_xbl_screen.json", "ui/crafter_screen_pocket.json", "ui/create_world_upsell_screen.json", "ui/credits_screen.json", @@ -68,12 +67,12 @@ "ui/encyclopedia_screen.json", "ui/expanded_skin_pack_screen.json", "ui/feed_common.json", - "ui/feed_screen.json", "ui/file_upload_screen.json", "ui/furnace_screen.json", "ui/furnace_screen_pocket.json", "ui/game_tip_screen.json", "ui/gamepad_disconnected.json", + "ui/gameplay_common.json", "ui/gathering_info_screen.json", "ui/global_pause_screen.json", "ui/grindstone_screen.json", @@ -143,6 +142,7 @@ "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", "ui/realmsPlus_sections/realmsPlus_view_packs_screen.json", "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "ui/realms_stories_transition_screen.json", "ui/redstone_screen.json", "ui/resource_packs_screen.json", "ui/safe_zone_screen.json", @@ -153,7 +153,7 @@ "ui/screenshot_picker_screen.json", "ui/select_world_screen.json", "ui/server_form.json", - "ui/settings_screen.json", + "ui/settings_screen.json", "ui/settings_sections/controls_section.json", "ui/settings_sections/general_section.json", "ui/settings_sections/realms_world_section.json", @@ -185,7 +185,6 @@ "ui/store_sort_menu_screen.json", "ui/structure_editor_screen.json", "ui/submit_feedback_screen.json", - "ui/sync_iaps_to_xbl_screen.json", "ui/tabbed_upsell_screen.json", "ui/thanks_for_testing_screen.json", "ui/third_party_store_screen.json", diff --git a/resource_pack/ui/anvil_screen.json b/resource_pack/ui/anvil_screen.json index b96e21308..896002dff 100644 --- a/resource_pack/ui/anvil_screen.json +++ b/resource_pack/ui/anvil_screen.json @@ -400,7 +400,9 @@ ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_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 31db10387..ca33b032f 100644 --- a/resource_pack/ui/anvil_screen_pocket.json +++ b/resource_pack/ui/anvil_screen_pocket.json @@ -335,7 +335,9 @@ "$offset": [ 0, "85%" ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] } } diff --git a/resource_pack/ui/beacon_screen.json b/resource_pack/ui/beacon_screen.json index d624563fd..94459f4c9 100644 --- a/resource_pack/ui/beacon_screen.json +++ b/resource_pack/ui/beacon_screen.json @@ -59,7 +59,9 @@ ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] }, diff --git a/resource_pack/ui/beacon_screen_pocket.json b/resource_pack/ui/beacon_screen_pocket.json index 75a17c6d5..0f9fc971f 100644 --- a/resource_pack/ui/beacon_screen_pocket.json +++ b/resource_pack/ui/beacon_screen_pocket.json @@ -821,6 +821,8 @@ "controls": [ { "title_label@enchanting_pocket.generic_label": { + "color": "$title_text_color", + "shadow": false, "text": "container.beacon", "layer": 1 } @@ -896,7 +898,9 @@ "$offset": [ 0, "85%" ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] } } diff --git a/resource_pack/ui/brewing_stand_screen.json b/resource_pack/ui/brewing_stand_screen.json index 6ca82d845..94a5756ec 100644 --- a/resource_pack/ui/brewing_stand_screen.json +++ b/resource_pack/ui/brewing_stand_screen.json @@ -305,7 +305,9 @@ ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_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 df6263ef0..5296fae2b 100644 --- a/resource_pack/ui/brewing_stand_screen_pocket.json +++ b/resource_pack/ui/brewing_stand_screen_pocket.json @@ -422,7 +422,9 @@ "$offset": [ 0, "85%" ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] } } diff --git a/resource_pack/ui/cartography_screen.json b/resource_pack/ui/cartography_screen.json index bf974565c..98d85422f 100644 --- a/resource_pack/ui/cartography_screen.json +++ b/resource_pack/ui/cartography_screen.json @@ -406,7 +406,9 @@ ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] }, diff --git a/resource_pack/ui/cartography_screen_pocket.json b/resource_pack/ui/cartography_screen_pocket.json index 99efed9d1..eddcc5fc0 100644 --- a/resource_pack/ui/cartography_screen_pocket.json +++ b/resource_pack/ui/cartography_screen_pocket.json @@ -519,7 +519,9 @@ }, { "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 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] } } diff --git a/resource_pack/ui/chat_screen.json b/resource_pack/ui/chat_screen.json index 70d7299ea..23744919d 100644 --- a/resource_pack/ui/chat_screen.json +++ b/resource_pack/ui/chat_screen.json @@ -247,7 +247,7 @@ "anchor_from": "top_left", "anchor_to": "top_left", "size": [ "fill", 27 ], - "max_length": 512, + "max_length": "$max_text_edit_length", "always_listening": true, diff --git a/resource_pack/ui/chest_screen.json b/resource_pack/ui/chest_screen.json index 45096a607..03eafee03 100644 --- a/resource_pack/ui/chest_screen.json +++ b/resource_pack/ui/chest_screen.json @@ -109,7 +109,9 @@ { "inventory_panel_bottom_half_with_label@common.inventory_panel_bottom_half_with_label": {} }, { "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 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] } }, @@ -154,7 +156,9 @@ { "inventory_panel_bottom_half_with_label@common.inventory_panel_bottom_half_with_label": {} }, { "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 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] } }, diff --git a/resource_pack/ui/convert_purchases_to_xbl_screen.json b/resource_pack/ui/convert_purchases_to_xbl_screen.json deleted file mode 100644 index 466b27845..000000000 --- a/resource_pack/ui/convert_purchases_to_xbl_screen.json +++ /dev/null @@ -1,179 +0,0 @@ -/******************************************************** -+* (c) Mojang. All rights reserved * -+* (c) Microsoft. All rights reserved. * -+*********************************************************/ - -{ - "namespace": "convert_purchases_to_xbl", - - "padding": { - "type": "panel", - "size": [ "100%", 2 ] - }, - - "image_panel": { - "type": "panel", - "size": [ "100%", "100%c + 2px" ], - "controls": [ - { - "image": { - "type": "image", - "texture": "textures/ui/xboxconversionkeyart", - "size": [ "100% - 2px", "42.86%x" ], - "controls": [ - { - "border@common.square_image_border_white": { - "size": [ "100% + 2px", "100% + 2px" ], - "layer": 2, - "color": [ 0, 0, 0 ] - } - } - ] - } - } - ] - }, - - "dialog_content": { - "type": "stack_panel", - "size": [ "100% - 4px", "100% - 4px" ], - "controls": [ - { - "image_panel@convert_purchases_to_xbl.image_panel": {} - }, - { - "padding_0@convert_purchases_to_xbl.padding": {} - }, - { - "scrolling_panel@common.scrolling_panel": { - "$show_background": false, - "$scroll_box_visible_touch": true, - "size": [ "100%", "fill" ], - "$scrolling_content": "convert_purchases_to_xbl.scroll_content_focus_border", - "$scroll_size": [ 5, "100%" ], - "$scrolling_pane_size": [ "100%", "100%" ], - "$scrolling_pane_offset": [ 0, 0 ], - "$scroll_bar_right_padding_size": [ 0, 0 ] - } - }, - { - "padding_1@convert_purchases_to_xbl.padding": {} - }, - { - "button_panel": { - "type": "stack_panel", - "orientation": "horizontal", - "size": [ "100%", 30 ], - "controls": [ - { - "save_to_xbox_button@common_buttons.light_text_button": { - "$pressed_button_name": "button.save_to_xbl", - "$button_text": "xbl.savePurchase.saveButton", - "size": [ "50% - 1px", 30 ], - "$button_text_max_size": [ "100%", 20 ], - "$button_focus_precedence": 10, - "$focus_override_up": "text_container" - } - }, - { - "padding": { - "type": "panel", - "size": [ 2, "100%" ] - } - }, - { - "leave_on_device_button@common_buttons.light_text_button": { - "$pressed_button_name": "button.leave_on_device", - "$button_text": "xbl.savePurchase.leaveOnDevice", - "size": [ "50% - 1px", 30 ], - "$button_text_max_size": [ "100%", 20 ], - "$focus_override_up": "text_container" - } - } - ] - } - } - ] - }, - - "description_label_panel": { - "type": "stack_panel", - "size": [ "100% - 2px", "default" ], - "layer": 1, - "$font_scale": 1.0, - "controls": [ - { - "line1": { - "type": "label", - "size": [ "100%", "default" ], - "text": "xbl.savePurchase.description.line1", - "font_type": "smooth", - "color": "$body_text_color", - "font_scale_factor": "$font_scale" - } - }, - { - "padding_0": { - "type": "panel", - "size": [ "100%", 5 ] - } - }, - { - "line2": { - "type": "label", - "size": [ "100%", "default" ], - "text": "xbl.savePurchase.description.line2", - "font_type": "smooth", - "color": "$body_text_color", - "font_scale_factor": "$font_scale" - } - } - ] - }, - - // A scrolling_panel must contain a focusable element for gamepad scroll to work. - "scroll_content_focus_border@common.non_interact_focus_border_button": { - "$content_inside": "convert_purchases_to_xbl.description_label_panel", - "$border_size": [ "100%", "100%sm + 2px" ], - "size": [ "100%", "100%cm" ], - "$focus_id": "text_container" - }, - - - // ----------------------------------------------- - // - // screen - // - // ----------------------------------------------- - "convert_purchases_to_xbl_screen@common.base_screen": { - "button_mappings": [ - { - "from_button_id": "button.menu_cancel", - "to_button_id": "button.leave_on_device", - "mapping_type": "global" - } - ], - "$screen_content": "convert_purchases_to_xbl.convert_purchases_to_xbl_screen_content" - }, - - "convert_purchases_to_xbl_screen_content": { - "type": "panel", - "controls": [ - { - "root_panel": { - "type": "panel", - "controls": [ - { "dialog@convert_purchases_to_xbl.screen_dialog": { "layer": 1 } } - ] - } - } - ] - }, - - "screen_dialog@common_dialogs.main_panel_no_buttons": { - "$text_name": "xbl.savePurchase.title", - "$child_control": "convert_purchases_to_xbl.dialog_content", - "$show_close_button": false, - "size": [ "65%", "85%" ] - } -} diff --git a/resource_pack/ui/crafter_screen_pocket.json b/resource_pack/ui/crafter_screen_pocket.json index 47b9f1d0d..b5da603ae 100644 --- a/resource_pack/ui/crafter_screen_pocket.json +++ b/resource_pack/ui/crafter_screen_pocket.json @@ -508,7 +508,9 @@ } }, { "gamepad_cursor@common.gamepad_cursor_button": {} }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 21 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 21 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] }, diff --git a/resource_pack/ui/csb_sections/csb_banner.json b/resource_pack/ui/csb_sections/csb_banner.json index 68e70a27e..2c32cdc98 100644 --- a/resource_pack/ui/csb_sections/csb_banner.json +++ b/resource_pack/ui/csb_sections/csb_banner.json @@ -180,6 +180,17 @@ "$banner_texture": "textures/ui/csb_animated_banner_hover.png" } } + ], + "bindings": [ + { + "binding_type": "$store_factory_collection_details", + "binding_collection_name": "$store_factory_collection_name", + "binding_collection_prefix": "$store_factory_collection_prefix" + }, + { + "binding_name": "#promo_page_is_ready", + "binding_name_override": "#enabled" + } ] }, diff --git a/resource_pack/ui/enchanting_screen.json b/resource_pack/ui/enchanting_screen.json index daa9cb480..5ffbb7236 100644 --- a/resource_pack/ui/enchanting_screen.json +++ b/resource_pack/ui/enchanting_screen.json @@ -402,7 +402,9 @@ ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_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 43e3ba7d3..4af537604 100644 --- a/resource_pack/ui/enchanting_screen_pocket.json +++ b/resource_pack/ui/enchanting_screen_pocket.json @@ -654,7 +654,9 @@ "$offset": [ 0, "85%" ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] } } diff --git a/resource_pack/ui/feed_screen.json b/resource_pack/ui/feed_screen.json deleted file mode 100644 index 14d9db039..000000000 --- a/resource_pack/ui/feed_screen.json +++ /dev/null @@ -1,1660 +0,0 @@ -{ - "namespace": "feed", - - "anim_faded_background@feed_common.anim_faded_background": {}, - - //-------------------------------------------------------------------------------- - // Feed_grid - //-------------------------------------------------------------------------------- - - "feed_item_scrolling_panel": { - "type": "panel", - "anchor_to": "top_left", - "anchor_from": "top_left", - "layer": 0, - "controls": [ - { - "feed_item_scrolling_panel_content_instance@feed.feed_item_scrolling_panel_content": { - "$scrolling_pane_size": [ "100% - 4px", "100%" ] - } - } - ] - }, - - "feed_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": "feed.factory_scrolling_content_stack", - "$feed_panel_size": [ "100%", "100%c" ] - }, - - "spacing_gap": { - "type": "panel", - "size": [ "100%", 20 ] - }, - - "factory_scrolling_content_stack": { - "type": "stack_panel", - "anchor_from": "top_left", - "anchor_to": "top_left", - "orientation": "vertical", - "size": "$feed_panel_size", - "offset": [ 0, 0 ], - - "controls": [ - { - "top_spacing_gap@feed_common.spacing_gap": { - "size": [ "100%", 40 ] - } - }, - { "feed_loading_grid_item@feed.feed_loading_grid_item": {} }, - { - "factory_feed_content@feed.feed_stack_panel_factory_content": {} - }, - { "spacing_gap2@feed.spacing_gap": {} }, - { - "pagination_panel@feed.pagination_panel": { - "$is_visible_binding_name": "#feed_buttons_visible", - "$this_page_index_text": "#feed_page_index_text", - "$is_prev_visible": "#feed_prevButton_visible", - "$is_next_visible": "#feed_nextButton_visible", - "bindings": [ - { - "binding_name": "(not #is_using_gamepad)", - "binding_name_override": "#visible" - } - ] - } - }, - { - "pagination_panel_gamepad@feed_common.pagination_panel_gamepad": { - "$is_visible_binding_name": "#feed_buttons_visible", - "$this_page_index_text": "#feed_page_index_text", - "bindings": [ - { - "binding_name": "(#is_using_gamepad)", - "binding_name_override": "#visible" - } - ] - } - } - ] - }, - - "pagination_panel@feed_common.pagination_panel": { - "$next_button_name": "button.feed_next_button", - "$prev_button_name": "button.feed_prev_button", - "bindings": [ - { - "binding_name": "$is_visible_binding_name", - "binding_name_override": "#visible", - "binding_type": "global" - } - ] - }, - - "feed_stack_panel_factory_content": { - "type": "stack_panel", - "orientation": "vertical", - "size": [ "100%", "100%c" ], - "anchor_to": "top_left", - "anchor_from": "top_left", - - "factory": { - "name": "factory", - "control_ids": { - "xbox_live": "@feed.feed_xbox_live_account", - "linked": "@feed.feed_linked_account" - }, - "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_name": "feed_collection", - "$collection_binding_name": "feed_collection", - - "bindings": [ - { - "binding_name": "#feed_page_collection_length", - "binding_name_override": "#collection_length" - } - ] - }, - - "feed_linked_account": { - "type": "stack_panel", - "orientation": "horizontal", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ "100%", 190 ], - "controls": [ - { - "image_panel_instance@feed.image_panel": { - "size": [ "60%", "80%" ] - } - }, - { - "spacing_gap_00": { - "type": "panel", - "size": [ 10, "100%" ] - } - }, - { - "player_and_comment_and_buttons": { - "type": "stack_panel", - "orientation": "vertical", - "anchor_from": "center", - "anchor_to": "center", - "size": [ "100%", 190 ], - "controls": [ - { - "spacing_gap_01": { - "type": "panel", - "size": [ "100%", "10%" ] - } - }, - { - "player_and_time": { - "type": "stack_panel", - "orientation": "horizontal", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ "100%", "30%" ], - "controls": [ - { - "gamer_pic_panel": { - "type": "stack_panel", - "orientation": "vertical", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ 20, "100%" ], - "controls": [ - { - "player_platform_pic@feed.player_platform_pic_panel": { - "layer": 0 - } - }, - { - "account_link_icon@feed_common.account_link_icon": {} - }, - { - "player_pic_panel_instance@feed.player_pic_panel": { - "layer": 0 - } - } - ] - } - }, - { - "spacing_gap_03": { - "type": "panel", - "size": [ 5, "100%" ] - } - }, - { - "tag_and_date": { - "type": "stack_panel", - "orientation": "vertical", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ 100, "100%" ], - "controls": [ - { - "feed_platformtag_instance@feed_common.item_label": { - "size": [ 100, 10 ], - "font_size": "normal", - "text": "#platform_tag", - "bindings": [ - { - "binding_name": "#platform_tag", - "binding_type": "collection", - "binding_collection_name": "feed_collection" - } - ] - } - }, - { - "spacing_gap_04": { - "type": "panel", - "size": [ "100%", 15 ] - } - }, - { - "feed_gamertag_instance@feed_common.item_label": { - "size": [ 100, 10 ], - "font_size": "normal", - "text": "#gamertag", - "bindings": [ - { - "binding_name": "#gamertag", - "binding_type": "collection", - "binding_collection_name": "feed_collection" - } - ] - } - }, - { - "feed_timesince_instance@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": "feed_collection" - } - ] - } - } - ] - } - }, - { - "spacing_gap_02": { - "type": "panel", - "size": [ 2, "100%" ] - } - }, - { - "platform_icon@feed_common.platform_icon_panel": {} - } - ] - } - }, - { - "feed_text_instance@feed_common.item_label": { - "size": [ 100, 30 ], - "font_size": "normal", - "text": "#content", - "bindings": [ - { - "binding_name": "#content", - "binding_type": "collection", - "binding_collection_name": "feed_collection" - }, - { - "binding_name": "#feed_text_visible", - "binding_name_override": "#visible", - "binding_type": "collection", - "binding_collection_name": "feed_collection" - } - ] - } - }, - { - "like_comment_label_instance@feed_common.item_label": { - "size": [ 150, 10 ], - "font_size": "normal", - "alpha": 0.5, - "text": "#likes_and_comments", - "bindings": [ - { - "binding_name": "#likes_and_comments", - "binding_type": "collection", - "binding_collection_name": "feed_collection" - } - ] - } - }, - { - "spacing_gap_05": { - "type": "panel", - "size": [ "100%", 2 ] - } - }, - { "feed_buttons_panel@feed.feed_buttons_panel": {} } - ] - } - } - ], - "$visible_binding_name|default": "(not #loading_bars_animation_visible)", - - "bindings": [ - { - "binding_name": "$visible_binding_name", - "binding_name_override": "#visible" - } - ] - }, - - "feed_xbox_live_account": { - "type": "stack_panel", - "orientation": "horizontal", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ "100%", 190 ], - "controls": [ - { - "image_panel_instance@feed.image_panel": { - "size": [ "60%", "80%" ] - } - }, - { - "spacing_gap_00": { - "type": "panel", - "size": [ 10, "100%" ] - } - }, - { - "player_and_comment_and_buttons": { - "type": "stack_panel", - "orientation": "vertical", - "anchor_from": "center", - "anchor_to": "center", - "size": [ "100%", 190 ], - "controls": [ - { - "spacing_gap_01": { - "type": "panel", - "size": [ "100%", "10%" ] - } - }, - { - "player_and_time": { - "type": "stack_panel", - "orientation": "horizontal", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ "100%", "20%" ], - "controls": [ - { - "gamer_pic_panel": { - "type": "stack_panel", - "orientation": "vertical", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ 20, "100%" ], - "controls": [ - { - "player_pic_panel_instance@feed.player_gamerpic_panel": { - "layer": 0 - } - } - ] - } - }, - { - "spacing_gap_03": { - "type": "panel", - "size": [ 5, "100%" ] - } - }, - { - "tag_and_date": { - "type": "stack_panel", - "orientation": "vertical", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ "100%", "100%" ], - "controls": [ - { - "feed_gamertag_instance@feed_common.item_label": { - "size": [ 100, 10 ], - "font_size": "normal", - "text": "#gamertag", - "bindings": [ - { - "binding_name": "#gamertag", - "binding_type": "collection", - "binding_collection_name": "feed_collection" - } - ] - } - }, - { - "feed_timesince_instance@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": "feed_collection" - } - ] - } - } - ] - } - } - ] - } - }, - { - "feed_text_instance@feed_common.item_label": { - "size": [ 100, 30 ], - "font_size": "normal", - "text": "#content", - "bindings": [ - { - "binding_name": "#content", - "binding_type": "collection", - "binding_collection_name": "feed_collection" - }, - { - "binding_name": "#feed_text_visible", - "binding_name_override": "#visible", - "binding_type": "collection", - "binding_collection_name": "feed_collection" - } - ] - } - }, - { - "like_comment_label_instance@feed_common.item_label": { - "size": [ 150, 10 ], - "font_size": "normal", - "alpha": 0.5, - "text": "#likes_and_comments", - "bindings": [ - { - "binding_name": "#likes_and_comments", - "binding_type": "collection", - "binding_collection_name": "feed_collection" - } - ] - } - }, - { - "spacing_gap_05": { - "type": "panel", - "size": [ "100%", 2 ] - } - }, - { "feed_buttons_panel@feed.feed_buttons_panel": {} } - ] - } - } - ], - "$visible_binding_name|default": "(not #loading_bars_animation_visible)", - - "bindings": [ - { - "binding_name": "$visible_binding_name", - "binding_name_override": "#visible" - } - ] - }, - - "feed_buttons_panel": { - "type": "stack_panel", - "orientation": "horizontal", - "anchor_from": "bottom_right", - "anchor_to": "bottom_right", - "offset": [ 0, 0 ], - "size": [ "30%", "30%" ], - "controls": [ - { - "like_button@feed_common.like_button": { - "$button_mapping_id": "button.feed_like", - "$is_like_visible": "#feed_likeIcon_visible", - "bindings": [ - { - "binding_type": "collection_details", - "binding_collection_name": "$collection_binding_name" - } - ] - } - }, - { "comment_button_instance@feed.comment_button": {} }, - { - "options_button@feed_common.options_button": { - "$button_mapping_id": "button.feed_options", - "bindings": [ - { - "binding_type": "collection_details", - "binding_collection_name": "$collection_binding_name" - } - ] - } - }, - { - "spacing_gap": { - "type": "panel", - "size": [ 189, "100%" ] - } - } - ] - }, - - //-------------------------------------------------------------------------------- - // Grid item for loading - //-------------------------------------------------------------------------------- - - "feed_loading_grid_item": { - "type": "stack_panel", - "orientation": "horizontal", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ "100%", 190 ], - "$visible_binding_name|default": "#loading_bars_animation_visible", - "controls": [ - { - "containing_panel": { - "type": "panel", - "size": [ "65%", "90%" ], - "controls": [ - { - "loading_image_panel@feed.loading_image_panel": { - "size": [ "178%y", "100%" ] - } - } - ] - } - }, - { - "spacing_gap0": { - "type": "panel", - "size": [ 5, "100%" ] - } - }, - { - "player_and_comment_and_buttons_load": { - "type": "stack_panel", - "orientation": "vertical", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ "100%", 190 ], - "controls": [ - { - "spacing_gap1": { - "type": "panel", - "size": [ "100%", "10%" ] - } - }, - { - "player_and_time": { - "type": "stack_panel", - "orientation": "horizontal", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ "100%", "20%" ], - "controls": [ - { - "player_pic_panel_loading@feed.player_pic_panel_loading": { - "layer": 0 - } - }, - { - "spacing_gap_01": { - "type": "panel", - "size": [ 5, "100%" ] - } - }, - { - "tag_and_date_loading": { - "type": "stack_panel", - "orientation": "vertical", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ "100%", "100%" ], - "controls": [ - { - "feed_gamertag_loading": { - "size": [ 70, 8 ], - "type": "image", - "texture": "textures/ui/Black", - "anchor_from": "center", - "anchor_to": "center", - "alpha": 0.5 - } - }, - { - "feed_timesince_loading": { - "size": [ 70, 8 ], - "type": "image", - "texture": "textures/ui/Black", - "anchor_from": "center", - "anchor_to": "center", - "alpha": 0.5 - } - } - ] - } - } - ] - } - }, - { - "feed_text_instance@feed_common.item_label": { - "size": [ 100, 30 ], - "font_size": "normal", - "text": "#content", - "bindings": [ - { - "binding_name": "#content", - "binding_type": "collection", - "binding_collection_name": "feed_collection" - }, - { - "binding_name": "#feed_text_visible", - "binding_name_override": "#visible", - "binding_type": "collection", - "binding_collection_name": "feed_collection" - } - ] - } - }, - { - "like_comment_label_loading": { - "size": [ 100, 10 ], - "type": "image", - "layer": 0, - "texture": "textures/ui/Black", - "anchor_from": "center", - "anchor_to": "center", - "alpha": 0.5 - } - }, - { - "spacing_gap": { - "type": "panel", - "size": [ "100%", 2 ] - } - }, - { "feed_buttons_panel_loading@feed.feed_buttons_panel_loading": {} } - ] - } - } - ], - "bindings": [ - { - "binding_name": "$visible_binding_name", - "binding_name_override": "#visible" - } - ] - }, - - "feed_buttons_panel_loading": { - "type": "stack_panel", - "orientation": "horizontal", - "anchor_from": "bottom_right", - "anchor_to": "bottom_right", - "offset": [ -10, 0 ], - "size": [ "30%", "30%" ], - "controls": [ - { - "like_button_loading@feed.like_button_loading": {} - }, - { - "spacing_gap1": { - "type": "panel", - "size": [ 2, "100%" ] - } - }, - { "comment_button_loading@feed.comment_button_loading": {} }, - { - "spacing_gap2": { - "type": "panel", - "size": [ 2, "100%" ] - } - }, - { "options_button_loading@feed.options_button_loading": {} } - ] - }, - - "like_button_loading": { - "size": [ 40, 25 ], - "type": "image", - "texture": "textures/ui/Black", - "alpha": 0.5 - }, - - "comment_button_loading": { - "size": [ 70, 25 ], - "type": "image", - "texture": "textures/ui/Black", - "alpha": 0.5 - }, - - "options_button_loading": { - "size": [ 25, 25 ], - "type": "image", - "texture": "textures/ui/Black", - "alpha": 0.5 - }, - - "player_pic_panel_loading": { - "type": "panel", - "size": [ 20, 20 ], - "anchor_to": "center", - "anchor_from": "center", - "controls": [ - { "player_gamer_pic_loading@feed.player_gamer_pic_loading": {} } - ] - }, - - "player_gamer_pic_loading": { - "type": "image", - "texture": "textures/ui/Black", - "size": [ 18, 18 ], - "alpha": 0.5 - }, - - "loading_image_panel": { - "type": "panel", - "anchor_from": "center", - "anchor_to": "center", - "offset": [ 0, 0 ], - "controls": [ - { - "progress_loading_bars@feed_common.progress_loading_bars": { - "bindings": [ - { - "binding_name": "#progress_visible", - "binding_type": "collection", - "binding_collection_name": "feed_collection", - "binding_name_override": "#visible" - } - ] - } - }, - { "feed_image_loading@feed.feed_image_loading": {} }, - { - "no_feed_item_content@feed_common.no_feed_item_content": { - "text": "feed.no_feed_item_content" - } - } - ] - }, - - "feed_image_loading": { - "type": "image", - "layer": 0, - "texture": "textures/ui/Black", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ "100%", "100%" ], - "alpha": 0.5 - }, - - //-------------------------------------------------------------------------------- - // Common Controls - //-------------------------------------------------------------------------------- - - "new_post_label": { - "type": "label", - "color": "$f_color_format", - "anchor_from": "center", - "anchor_to": "center", - "text": "feed.newPost", - "text_alignment": "center", - "alpha": "$content_alpha", - "size": [ "100%", 15 ], - "offset": [ 0, 2 ], - "layer": 2 - }, - - "go_to_manage_feed_label": { - "type": "label", - "size": [ "default", "default" ], - "layer": 2, - "color": "$f_color_format", - "anchor_from": "center", - "anchor_to": "center", - "text": "feed.manage", - "alpha": "$content_alpha" - }, - - "feed_image": { - "type": "image", - "layer": 0, - "texture": "#feed_texture", - "anchor_from": "center", - "anchor_to": "center", - "size": [ "177.78%y", "90%" ], - "texture_file_system": "#feed_texture_source", - "bindings": [ - { - "binding_name": "#feed_texture", - "binding_type": "collection", - "binding_name_override": "#texture", - "binding_collection_name": "feed_collection" - }, - { - "binding_name": "#feed_texture_source", - "binding_name_override": "#texture_file_system", - "binding_type": "collection", - "binding_collection_name": "feed_collection" - } - ] - }, - - "feed_image_content_panel": { - "type": "panel", - "size": [ "100%", "100%" ], - "anchor_from": "center", - "anchor_to": "center", - "offset": [ 0, 0 ], - "controls": [ - { - "feed_image@feed.feed_image": { - "controls": [ - { "textpost_content@feed.textpost_content": {} } - ] - } - } - - ] - }, - - "feed_image_button@common_buttons.transparent_content_button": { - "layer": 0, - "size": [ "100%", "100%" ], - "anchor_from": "top_left", - "anchor_to": "top_left", - "$button_content": "feed.feed_image_content_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_visible": true, - "$default_state_border_visible": false, - "$hover_state_border_visible": true, - "$pressed_state_border_visible": true, - "$locked_state_border_visible": false, - "$border_default_alpha": 0, - "tts_inherit_siblings": true, - "button_mappings": [ - { - "from_button_id": "button.menu_select", - "to_button_id": "button.feed_image", - "mapping_type": "pressed" - }, - { - "from_button_id": "button.menu_ok", - "to_button_id": "button.feed_image", - "mapping_type": "focused" - } - ], - "bindings": [ - { - "binding_type": "collection_details", - "binding_collection_name": "feed_collection" - }, - { - "binding_name": "#feed_comment_enabled", - "binding_name_override": "#enabled", - "binding_collection_name": "feed_collection", - "binding_type": "collection" - } - ] - }, - - "comment_image": { - "type": "image", - "layer": 0, - "texture": "textures/ui/comment", - "size": [ "30%", "100%" ] - }, - - "add_screenshot_label@feed_common.smooth_label": { - "text": "feed.addScreenshot", - "anchor_from": "center", - "anchor_to": "center", - "text_alignment": "center", - "size": [ "100%", 15 ], - "offset": [ 0, 2 ] - }, - - "feed_comment_content_panel": { - "type": "stack_panel", - "size": [ "100%", "50%" ], - "orientation": "horizontal", - "anchor_from": "center", - "anchor_to": "center", - "controls": [ - { - "comment_image_instance@feed.comment_image": { - "size": [ "25%", "100%" ] - } - }, - { - "comment_label@feed_common.smooth_label": { - "text": "feed.comments", - "size": [ "fill", 15 ], - "text_alignment": "left" - } - } - ] - }, - - "new_post_button@common_buttons.transparent_content_button": { - "layer": 10, - "size": [ 70, 25 ], - "offset": [ -20, 0 ], - "anchor_from": "top_right", - "anchor_to": "top_right", - "$button_content": "feed.new_post_label", - "$hover_button_texture": "textures/ui/imagetaggedcornergreenhover", - "$pressed_button_texture": "textures/ui/imagetaggedcornergreenpressed", - "$default_content_alpha": 1, - "$default_button_alpha": 0, - "bindings": [ - { - "binding_name": "(not #gamepad_helper_visible)", - "binding_name_override": "#visible" - } - ], - "button_mappings": [ - { - "from_button_id": "button.menu_select", - "to_button_id": "button.newpost", - "mapping_type": "pressed" - }, - { - "from_button_id": "button.menu_ok", - "to_button_id": "button.newpost", - "mapping_type": "focused" - } - ] - }, - - "new_post_gamepad_option": { - "type": "stack_panel", - "orientation": "horizontal", - "layer": 10, - "size": [ "100%c", 20 ], - "offset": [ -15, 0 ], - "anchor_from": "top_right", - "anchor_to": "top_right", - "bindings": [ - { - "binding_name": "(#gamepad_helper_visible)", - "binding_name_override": "#visible" - } - ], - "controls": [ - { - "gamepad_helper_y@common.gamepad_helper_y": { - "$hide_description|default": true - } - }, - { - "new_post_stack_panel": { - "type": "stack_panel", - "orientation": "vertical", - "size": [ "100%c", "100%c" ], - "controls": [ - { - "padding_panel": { - "type": "panel", - "size": [ 0, 8 ] - } - }, - { - "new_post_text": { - "type": "label", - "color": "$f_color_format", - "text": "feed.newPost", - "text_alignment": "left", - "anchor_from": "bottom_right", - "anchor_to": "bottom_right", - "size": [ "default", 50 ] - } - } - ] - } - } - ] - }, - - "go_to_manage_feed_button@common_buttons.transparent_content_button": { - "layer": 10, - "size": [ 40, 25 ], - "offset": [ -20, 40 ], - "anchor_from": "top_right", - "anchor_to": "top_right", - "$pressed_button_name": "button.manage_feed", - "$button_content": "feed.go_to_manage_feed_label", - "$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 - }, - - "add_screenshot_button@common_buttons.transparent_content_button": { - "size": [ 80, 25 ], - "ignored": "($is_holographic)", - "$pressed_button_name": "button.add_screenshot", - "$button_content": "feed.add_screenshot_label", - "$default_button_texture": "textures/ui/imagetaggedcorner", - "$hover_button_texture": "textures/ui/imagetaggedcornergreenhover", - "$pressed_button_texture": "textures/ui/imagetaggedcornergreenpressed", - "$default_button_alpha": 0.6, - "anchor_from": "center", - "anchor_to": "center", - "button_mappings": [ - { - "from_button_id": "button.menu_select", - "to_button_id": "button.add_screenshot", - "mapping_type": "pressed" - }, - { - "from_button_id": "button.menu_ok", - "to_button_id": "button.add_screenshot", - "mapping_type": "focused" - } - ] - }, - - "comment_button@feed_common.feed_button": { - "size": [ 80, 25 ], - "$pressed_button_name": "button.menu_start_realms_world", - "$button_content": "feed.feed_comment_content_panel", - "button_mappings": [ - { - "from_button_id": "button.menu_select", - "to_button_id": "button.feed_comment", - "mapping_type": "pressed" - }, - { - "from_button_id": "button.menu_ok", - "to_button_id": "button.feed_comment", - "mapping_type": "focused" - } - ], - "bindings": [ - { - "binding_type": "collection_details", - "binding_collection_name": "$collection_binding_name" - }, - { - "binding_name": "#feed_comment_enabled", - "binding_name_override": "#enabled", - "binding_collection_name": "$collection_binding_name", - "binding_type": "collection" - } - ] - }, - - "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_type": "collection", - "binding_collection_name": "feed_collection" - }, - { - "binding_name": "#textpost_visible", - "binding_type": "collection", - "binding_collection_name": "feed_collection", - "binding_name_override": "#visible" - } - ] - }, - - "image_panel": { - "type": "panel", - "anchor_from": "left_middle", - "anchor_to": "left_middle", - "offset": [ 0, 0 ], - "controls": [ - { "feed_image_button@feed.feed_image_button": {} }, - { - "unviewed_post_badge_text@feed_common.unviewed_post_badge": { - "$is_unviewed_post": "#unviewed_post_badge_visible", - "offset": [ -0.75, 1 ], - "layer": 11 - } - }, - { "progress_loading_bars@feed_common.progress_loading_bars": {} } - ] - }, - - //-------------------------------------------------------------------------------- - // player related - //-------------------------------------------------------------------------------- - - "player_gamerpic_panel": { - "type": "panel", - "size": [ 20, 20 ], - "anchor_to": "center", - "anchor_from": "center", - "controls": [ - { - "player_gamer_pic_instance@feed.player_gamer_pic": { - "layer": 0 - } - } - ] - }, - - "player_pic_panel": { - "type": "panel", - "size": [ 20, 20 ], - "anchor_to": "center", - "anchor_from": "center", - "controls": [ - { - "player_gamer_pic_instance@feed.player_gamer_pic": { - "layer": 0 - } - }, - { - "bevel_bg@feed_common.player_pic_bevel": { - "layer": 1 - } - } - ] - }, - - "player_platform_pic_panel": { - "type": "panel", - "size": [ 20, 20 ], - "anchor_to": "center", - "anchor_from": "center", - "controls": [ - { - "player_gamer_pic_instance@feed.player_platform_pic": { - "layer": 0 - } - }, - { - "bevel_bg@feed_common.player_pic_bevel": { - "layer": 1 - } - } - ] - }, - - "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": "feed_collection" - }, - { - "binding_name": "$texture_source", - "binding_name_override": "#texture_file_system", - "binding_type": "collection", - "binding_collection_name": "feed_collection" - }, - { - "binding_name": "$is_picture_visible", - "binding_type": "collection", - "binding_collection_name": "feed_collection", - "binding_name_override": "#visible" - } - ] - }, - - "player_platform_pic@feed.player_gamer_pic": { - "$texture_path": "#platform_profile_pic_texture", - "$texture_source": "#platform_profile_pic_texture_source", - "$is_picture_visible": "#platform_pic_visible" - }, - - //-------------------------------------------------------------------------------- - // New Post Dialog Popup - //-------------------------------------------------------------------------------- - "popup_dialog__new_post@popup_dialog.popup_dialog": { - "size": [ 300, 225 ], - // _displayCustomModalPopup() may be called while this popup is visible -- need to move it down - // from the default layer 100 so that it does not interfere with the second popup - "layer": 90, - "$is_screenshot_visible": "#feed_screenshot_visible", - "$is_add_screenshot_visible": "#feed_add_screenshot_visible", - "button_mappings": [ - { - "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" - }, - { - "from_button_id": "button.menu_cancel", - "to_button_id": "button.feed_new_post_close", - "mapping_type": "global" - } - ], - "controls": [ - { "popup_dialog_bg@feed_common.popup_dialog_bg": {} }, - { - "new_post_popup_dialog_header@feed.new_post_popup_dialog_header": { - "size": [ "100%", "10%" ], - "layer": 1 - } - }, - { - "new_post_popup_dialog_share_post@feed.new_post_popup_dialog_share_post": { - "size": [ "100%", "15%" ], - "offset": [ 0, "10%" ], - "layer": 1 - } - }, - { - "new_post_popup_dialog_add_screenshot@feed.new_post_popup_dialog_add_screenshot": { - "size": [ "100%", "75%-1px" ], - "offset": [ 0, "25%+1px" ], - "layer": 2 - } - }, - { - "screenshot_image@feed.screenshot_image": { - "size": [ "100%", "75%" ], - "offset": [ 0, "25%" ], - "layer": 2 - } - } - ] - }, - - "screenshot_image": { - "type": "image", - "size": [ "100%", "100%" ], - "texture": "#feed_screenshot_texture", - "texture_file_system": "#feed_screenshot_texture_source", - "color": "$7_color_format", - "anchor_from": "top_left", - "anchor_to": "top_left", - "$is_screenshot_visible|default": "#visible", - "bindings": [ - { - "binding_name": "$is_screenshot_visible", - "binding_name_override": "#visible" - }, - { - "binding_name": "#feed_screenshot_texture", - "binding_name_override": "#texture" - }, - { - "binding_name": "#feed_screenshot_texture_source", - "binding_name_override": "#texture_file_system" - } - ] - }, - - "camera_image": { - "size": [ "15%", "15%" ], - "ignored": "($is_holographic)", - "offset": [ 0, 30 ], - "anchor_to": "top_middle", - "anchor_from": "top_middle", - "type": "image", - "texture": "textures/ui/camera-yo", - "color": "$7_color_format" - }, - - "new_post_popup_dialog_header": { - "type": "panel", - "anchor_from": "top_left", - "anchor_to": "top_left", - "controls": [ - { "new_post_popup_dialog_header_text@feed_common.new_post_header_text": {} }, - { - "close_button@common.close_button_grey_bg": { - "anchor_from": "top_right", - "anchor_to": "top_right", - "offset": [ -1, 1 ], - "button_mappings": [ - { - "from_button_id": "button.menu_select", - "to_button_id": "button.feed_new_post_close", - "mapping_type": "pressed" - }, - { - "from_button_id": "button.menu_ok", - "to_button_id": "button.feed_new_post_close", - "mapping_type": "focused" - } - ], - "bindings": [ - { - "binding_name": "(not #is_using_gamepad)", - "binding_name_override": "#visible" - } - ] - } - } - ] - }, - - "new_post_popup_dialog_share_post": { - "type": "panel", - "anchor_from": "top_left", - "anchor_to": "top_left", - "layer": 10, - "controls": [ - { "white_banner@feed_common.white_banner": {} }, - { - "share_text_box@feed_common.share_text_box": { - "$text_box_name": "share_text_box", - "$text_edit_box_content_binding_name": "#share_box_text", - "bindings": [ - { - "binding_name": "#share_text_box" - } - ] - } - }, - { - "share_button@feed_common.share_button": { - "$pressed_button_name": "button.share_feed_item", - "offset": [ -2, 4 ], - "anchor_from": "top_right", - "anchor_to": "top_right" - } - } - ] - }, - - "new_post_popup_dialog_add_screenshot": { - "type": "panel", - "anchor_from": "top_left", - "anchor_to": "top_left", - "$is_add_screenshot_visible|default": "#visible", - "bindings": [ - { - "binding_name": "$is_add_screenshot_visible", - "binding_name_override": "#visible" - } - ], - "controls": [ - { "white_banner@feed_common.white_banner": {} }, - { - "camera_image@feed.camera_image": { - "layer": 5 - } - }, - { "add_screenshot_button@feed.add_screenshot_button": {} } - ] - }, - - //-------------------------------------------------------------------------------- - // Options Dialog Popup - //-------------------------------------------------------------------------------- - - "popup_dialog__options@popup_dialog.popup_dialog": { - "size": [ "100%", "100%" ], - "controls": [ - { "faded_background_image@feed_common.faded_background_image": {} }, - { - "gamepad_helpers@feed_common.gamepad_helpers": {} - }, - { "options_popup_dialog_button_panel@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": 10, - "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": "bottom_right", - "anchor_to": "bottom_right", - "button_mappings": [ - { - "from_button_id": "button.menu_select", - "to_button_id": "button.feed_options_close", - "mapping_type": "pressed" - }, - { - "from_button_id": "button.menu_ok", - "to_button_id": "button.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.feed_report_club", - "anchor_from": "top_left", - "anchor_to": "top_left", - "bindings": [ - { - "binding_name": "#report_to_club_button_visible", - "binding_name_override": "#visible", - "binding_type": "global" - } - ] - } - }, - { - "report_to_xbox_button@feed_common.report_to_xbox_button": { - "$pressed_button_name": "button.feed_report_xbox", - "anchor_from": "top_left", - "anchor_to": "top_left", - "bindings": [ - { - "binding_name": "#report_to_enforcement_button_visible", - "binding_name_override": "#visible", - "binding_type": "global" - } - ] - } - }, - { - "delete_button@feed_common.delete_button": { - "$pressed_button_name": "button.delete_feed_item", - "anchor_from": "top_left", - "anchor_to": "top_left", - "bindings": [ - { - "binding_name": "#delete_button_visible", - "binding_name_override": "#visible", - "binding_type": "global" - } - ] - } - } - ] - }, - - //-------------------------------------------------------------------------------- - // 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 - } - }, - { - "gamepad_helpers@feed_common.gamepad_helpers": {} - }, - { "new_post_button@feed.new_post_button": {} }, - { "new_post_gamepad_option@feed.new_post_gamepad_option": {} }, - { - "return_button@feed_common.return_button": { - "$close_button_to_button_id|default": "button.close_feed", - "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" - } - ] - } - }, - { - "world_name_label_instance@feed_common.title_label": { - "layer": 10, - "text": "#feed_world_name", - "bindings": [ - { - "binding_name": "#feed_world_name" - } - ] - } - }, - { "feed_item_scrolling_panel_instance@feed.feed_item_scrolling_panel": {} }, - { - "popup_dialog_factory_new_post": { - "type": "factory", - "control_ids": { - "new_post": "@feed.popup_dialog__new_post" - } - } - }, - { - "popup_dialog_factory_options": { - "type": "factory", - "control_ids": { - "options": "@feed.popup_dialog__options" - } - } - } - ] - }, - - "feed_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.controller_secondary_select", //y-button controller - "to_button_id": "button.newpost", - "mapping_type": "global" - }, - { - "from_button_id": "button.menu_tab_right", - "to_button_id": "button.feed_next_button", - "mapping_type": "global" - }, - { - "from_button_id": "button.menu_tab_left", - "to_button_id": "button.feed_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": "feed.feed_screen_content" - }, - - "feed_screen_content@common.common_panel": { - "type": "panel", - "controls": [ - { - "transparent_background@feed_common.transparent_background": {} - }, - { - "container": { - "type": "panel", - "size": [ "100%", "100%" ], - "layer": 1, - "controls": [ - { "content@feed.content": {} } - ] - } - } - ] - } -} diff --git a/resource_pack/ui/furnace_screen.json b/resource_pack/ui/furnace_screen.json index 8f79bcdee..8d74ad316 100644 --- a/resource_pack/ui/furnace_screen.json +++ b/resource_pack/ui/furnace_screen.json @@ -226,7 +226,9 @@ ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_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 b7e9e84b9..7c749b4c8 100644 --- a/resource_pack/ui/furnace_screen_pocket.json +++ b/resource_pack/ui/furnace_screen_pocket.json @@ -303,7 +303,9 @@ "$offset": [ 0, "85%" ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 10 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 10 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] } } diff --git a/resource_pack/ui/gameplay_common.json b/resource_pack/ui/gameplay_common.json new file mode 100644 index 000000000..75391f3b7 --- /dev/null +++ b/resource_pack/ui/gameplay_common.json @@ -0,0 +1,871 @@ +{ + "namespace": "gameplay", + + //--------------------------------------------------------------------------- + // Bundle controls + //--------------------------------------------------------------------------- + + "bundle_selected_item_icon@common.item_renderer": { + "size": "$item_renderer_size", + "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", + "binding_type": "collection", + "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_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" + } + ] + }, + + "bundle_selected_item_background": { + "type": "panel", + "size": [ "100%+3px", "100%+3px" ], + "controls": [ + { + "bundle_selected_item_background_colour_green@common.highlight_slot": { + "layer": 1, + "alpha": 1.0, + "size": [ "100%-5px", "100%-5px" ], + "bindings": [ + { + "binding_name": "(not #using_touch)", + "binding_name_override": "#visible" + } + ] + } + }, + { + "bundle_selected_item_background_colour": { + "type": "image", + "texture": "textures/ui/recipe_book_touch_cell_selected", + "layer": 1, + "size": [ "100%", "100%" ], + "bindings": [ + { + "binding_name": "#using_touch", + "binding_name_override": "#visible" + } + ] + } + }, + { + "bundle_selected_item_frame@common.pocket_ui_highlight_slot": { + "layer": 4, + "bindings": [ + { + "binding_name": "#using_touch", + "binding_name_override": "#visible" + } + ] + } + } + ] + }, + + "bundle_selected_item_panel": { + "type": "panel", + "size": [ "100% - 4px", "100% - 4px" ], + "layer": 1, + "controls": [ + { + "bundle_selected_item_background@gameplay.bundle_selected_item_background": { + "size": [ "100% + 7px", "100% + 7px" ], + "layer": 1 + } + }, + { + "bundle_open_icon_back": { + "type": "image", + "size": [ "100% + 2px", "100% + 2px" ], + "layer": 2, + "bindings": [ + { + "binding_name": "#bundle_open_back", + "binding_name_override": "#texture", + "binding_type": "collection", + "binding_collection_name": "$item_collection_name", + "binding_condition": "visible" + } + ] + } + }, + { + "bundle_selected_item_icon@gameplay.bundle_selected_item_icon": { + "layer": 3 + } + }, + { + "bundle_open_icon_front": { + "type": "image", + "size": [ "100% + 2px", "100% + 2px" ], + "layer": 4, + "bindings": [ + { + "binding_name": "#bundle_open_front", + "binding_name_override": "#texture", + "binding_type": "collection", + "binding_collection_name": "$item_collection_name", + "binding_condition": "visible" + } + ] + } + }, + { + "storage_bar@common.storage_bar": { + "layer": 5 + } + } + ], + "bindings": [ + { + "binding_name": "#bundle_selected_item_visible", + "binding_name_override": "#visible", + "binding_type": "collection", + "binding_collection_name": "$item_collection_name" + } + ] + }, + + "bundle_slot_panel": { + "type": "panel", + "size": [ "100%", "100%" ], + "layer": 1, + "controls": [ + { + "bundle_selected_item_panel@gameplay.bundle_selected_item_panel": { + "layer": 1 + } + } + ] + }, + + "bundle_cell_image": { + "type": "panel", + "controls": [ + { + "background_panel": { + "type": "panel", + "controls": [ + { + "bundle_selected_item_background_colour_green@common.highlight_slot": { + "layer": 1, + "alpha": 1.0, + "size": [ "100%", "100%" ], + "visible": false, + "bindings": [ + { + "binding_name": "(not #using_touch)", + "binding_name_override": "#visible" + } + ] + } + }, + { + "bundle_selected_item_background_boarder_white": { + "type": "image", + "texture": "textures/ui/focus_border_white", + "layer": 2, + "alpha": 1.0, + "size": [ "100%", "100%" ], + "visible": false, + "bindings": [ + { + "binding_name": "(not #using_touch)", + "binding_name_override": "#visible" + } + ] + } + }, + { + "bundle_selected_item_background_colour_blue@common.cell_image_selected": { + "layer": 1, + "visible": false, + "bindings": [ + { + "binding_name": "#using_touch", + "binding_name_override": "#visible" + } + ] + } + } + ], + "bindings": [ + { + "binding_name": "#is_selected_bundle_item_slot", + "binding_name_override": "#visible", + "binding_type": "collection", + "binding_collection_name": "$item_collection_name" + } + ] + } + } + ] + }, + + "bundle_tooltip_slot_button@common.container_slot_button_prototype": { + "$pressed_button_name": "button.tapped_bundle_item_icon", + "size": [ "100%", "100%" ], + "sound_name": "random.click", + "sound_volume": 1.0, + "sound_pitch": 1.0, + "button_mappings": [ + { + "from_button_id": "button.menu_cancel", + "to_button_id": "button.hide_bundle_tooltip", + "mapping_type": "pressed" + }, + { + "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": "pressed" + }, + { + "from_button_id": "button.controller_back", + "to_button_id": "$pressed_button_name", + "mapping_type": "pressed", + "ignored": "(not $is_ps4)" + }, + { + "from_button_id": "button.menu_secondary_select", + "to_button_id": "$pressed_button_name", + "mapping_type": "pressed" + }, + { + "from_button_id": "button.controller_select", + "to_button_id": "$pressed_button_name", + "mapping_type": "pressed" + }, + { + "from_button_id": "button.menu_auto_place", + "to_button_id": "$pressed_button_name", + "mapping_type": "pressed" + }, + { + "from_button_id": "button.controller_secondary_select", + "to_button_id": "$pressed_button_name", + "mapping_type": "pressed" + }, + { + "from_button_id": "button.menu_inventory_drop", + "to_button_id": "$pressed_button_name", + "mapping_type": "pressed" + }, + { + "from_button_id": "button.menu_inventory_drop_all", + "to_button_id": "$pressed_button_name", + "mapping_type": "pressed" + } + ] + }, + + "bundle_tooltip_slot_pocket": { + "type": "panel", + "size": [ 28, 28 ], + "controls": [ + { + "item_in_bundle_tooltip_pocket@common.pocket_ui_container_item": { + "$background_images|default": "gameplay.bundle_cell_image", + "$button_ref|default": "gameplay.bundle_tooltip_slot_button", + "bindings": [ + { + "binding_name": "#show_bundle_item_slot", + "binding_name_override": "#visible", + "binding_type": "collection", + "binding_collection_name": "$item_collection_name" + } + ] + } + }, + { + "more_hidden_items_label": { + "type": "label", + "color": "$item_stack_count_color", + "layer": 2, + "offset": [ 1, 0 ], + "text": "#more_hidden_items_text", + "bindings": [ + { + "binding_name": "#is_hidden_items_label", + "binding_name_override": "#visible", + "binding_type": "collection", + "binding_collection_name": "$item_collection_name" + }, + { + "binding_name": "#more_hidden_items_text", + "binding_condition": "visible" + } + ] + } + } + ] + }, + + "bundle_tooltip_slot_classic": { + "type": "panel", + "size": [ 18, 18 ], + "controls": [ + { + "item_in_bundle_tooltip_pocket@common.container_item": { + "$background_images|default": "gameplay.bundle_cell_image", + "$button_ref|default": "gameplay.bundle_tooltip_slot_button", + "bindings": [ + { + "binding_name": "#show_bundle_item_slot", + "binding_name_override": "#visible", + "binding_type": "collection", + "binding_collection_name": "$item_collection_name" + } + ] + } + }, + { + "more_hidden_items_label": { + "type": "label", + "color": "$item_stack_count_color", + "layer": 2, + "offset": [ 1, 0 ], + "text": "#more_hidden_items_text", + "bindings": [ + { + "binding_name": "#is_hidden_items_label", + "binding_name_override": "#visible", + "binding_type": "collection", + "binding_collection_name": "$item_collection_name" + }, + { + "binding_name": "#more_hidden_items_text", + "binding_condition": "visible" + } + ] + } + } + ] + }, + + "bundle_tooltip": { + "type": "panel", + "size": "$tooltip_size", + "offset": [ 0, -37 ], + "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%" ], + "anchor_from": "top_left", + "anchor_to": "top_left", + "controls": [ + { + "empty_button@common.button": { + "$pressed_button_name": "button.tapped_bundle_tooltip", + "size": [ "100%", "100%" ], + "layer": 1, + "controls": [ + { "default@common.empty_panel": {} }, + { "hover@common.empty_panel": {} }, + { "pressed@common.empty_panel": {} } + ] + } + }, + { + "close_button@common.close_button": { + "$pressed_button_name": "button.hide_bundle_tooltip", + "size": [ 15, 15 ], + "anchor_to": "top_right", + "anchor_from": "top_right", + "layer": 2, + "button_mappings": [ + { + "to_button_id": "$pressed_button_name", + "mapping_type": "pressed" + }, + { + "from_button_id": "button.menu_ok", + "to_button_id": "$pressed_button_name", + "mapping_type": "focused" + }, + { + "from_button_id": "button.menu_select", + "to_button_id": "$pressed_button_name", + "mapping_type": "pressed" + }, + { + "from_button_id": "button.menu_up", + "to_button_id": "$pressed_button_name", + "mapping_type": "global" + } + ], + "controls": [ + { + "default@common.close_button_panel": { + "$close_button_texture": "textures/ui/close_button_default_light", + "$button_alpha": "$default_button_alpha" + + } + }, + { + "hover@common.close_button_panel": { + "$close_button_texture": "textures/ui/close_button_hover_light" + } + }, + { + "pressed@common.close_button_panel": { + "$close_button_texture": "textures/ui/close_button_pressed_light" + } + } + ], + "bindings": [ + { + "binding_name": "#show_bundle_tooltip_pocket", + "binding_name_override": "#visible" + } + ] + } + }, + { + "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": { + "type": "panel", + "layer": 2, + "anchor_from": "bottom_middle", + "anchor_to": "bottom_middle", + "offset": [ 0, -5 ], + "size": "$weight_bar_size", + "controls": [ + { + "empty_message": { + "type": "label", + "color": "$sub_header_text_color", + "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 + } + } + ], + "bindings": [ + { + "binding_name": "#is_selected_bundle_full", + "binding_name_override": "#visible" + } + ] + } + }, + { + "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 ] + }, + { + "requires": "$pocket_screen", + "$tooltip_size": [ 127, 60 ] + } + ] + }, + + "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" + } + ] + }, + + "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" + } + ] + } + } + ], + "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" + } + ] + }, + + "bundle_cursor_tooltip": { + "type": "button", + "layer": 100, + "size": [ 100, 100 ], + "locked_control": "", + "always_listen_to_input": true, + "follows_cursor": true, + "always_handle_pointer": true, + "controls": [ + { "default@common.empty_panel": {} }, + { "pressed@common.empty_panel": {} }, + { "hover@gameplay.bundle_cursor_tooltip_panel": {} } + ] + } +} diff --git a/resource_pack/ui/gathering_info_screen.json b/resource_pack/ui/gathering_info_screen.json index 9e5264f1f..1c0503b54 100644 --- a/resource_pack/ui/gathering_info_screen.json +++ b/resource_pack/ui/gathering_info_screen.json @@ -448,6 +448,7 @@ "title_panel": { "type": "label", "text": "#title_text", + "size": [ "100%", "default" ], "font_type": "MinecraftTen", "anchor_to": "top_left", "anchor_from": "top_left", diff --git a/resource_pack/ui/grindstone_screen.json b/resource_pack/ui/grindstone_screen.json index 04a893bad..2ec1c4361 100644 --- a/resource_pack/ui/grindstone_screen.json +++ b/resource_pack/ui/grindstone_screen.json @@ -241,7 +241,9 @@ ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] }, diff --git a/resource_pack/ui/grindstone_screen_pocket.json b/resource_pack/ui/grindstone_screen_pocket.json index 261225f46..4a9ce0dbc 100644 --- a/resource_pack/ui/grindstone_screen_pocket.json +++ b/resource_pack/ui/grindstone_screen_pocket.json @@ -237,7 +237,9 @@ "$offset": [ 0, "85%" ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 10 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 10 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] } } diff --git a/resource_pack/ui/horse_screen.json b/resource_pack/ui/horse_screen.json index 08a660f13..bc0520bcc 100644 --- a/resource_pack/ui/horse_screen.json +++ b/resource_pack/ui/horse_screen.json @@ -254,7 +254,9 @@ ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 10 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 10 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] }, diff --git a/resource_pack/ui/horse_screen_pocket.json b/resource_pack/ui/horse_screen_pocket.json index 7357adc2b..089d95a23 100644 --- a/resource_pack/ui/horse_screen_pocket.json +++ b/resource_pack/ui/horse_screen_pocket.json @@ -127,7 +127,9 @@ ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 10 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 10 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] }, diff --git a/resource_pack/ui/how_to_play_common.json b/resource_pack/ui/how_to_play_common.json index 53a6b150d..8f7832e55 100644 --- a/resource_pack/ui/how_to_play_common.json +++ b/resource_pack/ui/how_to_play_common.json @@ -64,17 +64,21 @@ "topic_category": { "type": "panel", - "anchor_from": "top_left", - "anchor_to": "top_left", - "size": [ "100%", "16px" ], + "size": [ "100%", "100%c" ], "controls": [ + { + "top_padding": { + "type": "panel", + "size": [ "100%", "9px" ] + } + }, { "category_text": { "type": "label", "anchor_from": "bottom_left", "anchor_to": "bottom_left", "size": [ "default", "default" ], - "max_size": [ "100%", "100% - 4px" ], + "max_size": [ "100%", "50px" ], "offset": [ "0px", "-3px" ], "text": "('howtoplay.category.' + $category)", "color": "$main_header_text_color" diff --git a/resource_pack/ui/inventory_screen.json b/resource_pack/ui/inventory_screen.json index c5366078c..5f0f017ea 100644 --- a/resource_pack/ui/inventory_screen.json +++ b/resource_pack/ui/inventory_screen.json @@ -2829,7 +2829,9 @@ }, { "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 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] } } diff --git a/resource_pack/ui/inventory_screen_pocket.json b/resource_pack/ui/inventory_screen_pocket.json index cbe1c23fe..089d92708 100644 --- a/resource_pack/ui/inventory_screen_pocket.json +++ b/resource_pack/ui/inventory_screen_pocket.json @@ -673,6 +673,8 @@ "collection_name": "$item_collection_name", "$item_renderer_panel_size": [ 28, 28 ], "$item_renderer_size": [ 24, 24 ], + "$durability_bar_size": [ 18, 1 ], + "$durability_bar_offset": [ 0, 8 ], "$armor_overlay_size": [ 24, 24 ], "controls": [ { @@ -726,6 +728,8 @@ "collection_name": "$item_collection_name", "$item_renderer_panel_size": [ 28, 28 ], "$item_renderer_size": [ 24, 24 ], + "$durability_bar_size": [ 18, 1 ], + "$durability_bar_offset": [ 0, 8 ], "$offhand_overlay_size": [ 24, 24 ], "controls": [ { @@ -850,6 +854,8 @@ "$cell_image_size": [ 28, 28 ], "$item_renderer_panel_size": [ 28, 28 ], "$item_renderer_size": [ 24, 24 ], + "$durability_bar_size": [ 18, 1 ], + "$durability_bar_offset": [ 0, 8 ], "$button_ref": "crafting.inventory_container_slot_button", "$background_images": "crafting.container_cell_images" }, @@ -1368,7 +1374,9 @@ ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 20 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 20 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ], "button_mappings": [ { diff --git a/resource_pack/ui/loom_screen.json b/resource_pack/ui/loom_screen.json index 04b7abaa1..b12860357 100644 --- a/resource_pack/ui/loom_screen.json +++ b/resource_pack/ui/loom_screen.json @@ -741,7 +741,9 @@ { "item_lock_notification_factory@common.item_lock_notification_factory": {} }, { "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 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] }, diff --git a/resource_pack/ui/loom_screen_pocket.json b/resource_pack/ui/loom_screen_pocket.json index bfac42394..7e47d2860 100644 --- a/resource_pack/ui/loom_screen_pocket.json +++ b/resource_pack/ui/loom_screen_pocket.json @@ -501,7 +501,9 @@ }, { "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 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] } } diff --git a/resource_pack/ui/pause_screen.json b/resource_pack/ui/pause_screen.json index 0f6bbdebb..95e8f10b1 100644 --- a/resource_pack/ui/pause_screen.json +++ b/resource_pack/ui/pause_screen.json @@ -507,7 +507,7 @@ ], "bindings": [ { - "binding_name": "#in_realm_with_stories", + "binding_name": "#is_realm_level", "binding_name_override": "#visible", "binding_type": "global" } @@ -760,8 +760,7 @@ { "take_screenshot_icon@pause.take_screenshot_icon": { "anchor_from": "right_middle", - "anchor_to": "right_middle", - "color": "$glyph_color" + "anchor_to": "right_middle" } } ] @@ -1175,7 +1174,7 @@ "realms_stories@pause.vertical_padding": { "bindings": [ { - "binding_name": "#in_realm_with_stories", + "binding_name": "#is_realm_level", "binding_name_override": "#visible", "binding_type": "global" } diff --git a/resource_pack/ui/pdp_screen.json b/resource_pack/ui/pdp_screen.json index fc7283129..5ed05f8ac 100644 --- a/resource_pack/ui/pdp_screen.json +++ b/resource_pack/ui/pdp_screen.json @@ -1792,7 +1792,18 @@ "navigation_tab_section@store_layout.nav_button_grid_panel": { "$nav_button_event_name": "button.tab_button", "$nav_button_collection_name": "tab_button_collection", - "$section_content": "#tab_section_content" + "$section_content": "#tab_section_content", + "bindings": [ + { + "binding_type": "$store_factory_collection_details", + "binding_collection_name": "$store_factory_collection_name", + "binding_collection_prefix": "$store_factory_collection_prefix" + }, + { + "binding_name": "#nav_grid_visible", + "binding_name_override": "#visible" + } + ] } }, { @@ -1915,8 +1926,7 @@ { "store_row_panel@common_store.store_row": { "$is_subscription_screen": false, - "$content_offer_panel_size": [ "100% - 48px", "100%" ], - "$realms_chevron_binding_name": "#realms_chevron_visibility" + "$content_offer_panel_size": [ "100% - 48px", "100%" ] } }, { "pad_3@pdp.vertical_padding_2px": {} }, @@ -3409,7 +3419,7 @@ "$tooltip_popup_image": "textures/ui/infobulb", "$tooltip_button_binding_type": "global", "$tooltip_button_collection_name": "", - "$tooltip_popup_visible_binding": "#glyph_hover_visible", + "$tooltip_popup_visible_binding|default": "#glyph_hover_visible", "$tooltip_hovered_to_button_id": "$glyph_button_hover_bind" }, @@ -3474,6 +3484,8 @@ "glyph_section_skin@pdp.glyph_icon_with_count": { "$glyph_texture": "textures/ui/glyph_skin_pack_small", "$glyph_text_binding": "#item_skin_count_and_label", + "$glyph_button_hover_bind": "glyph_button_skin.is_hovered", + "$tooltip_popup_visible_binding": "#glyph_skin_hover_visible", "$item_glyph_count_visible_binding": "#item_skin_count_visible", "$pressed_button_name": "button.navigate_to_store_search_skin", "$tooltip_text_binding_name": "store.mashup.hover.label.skin", diff --git a/resource_pack/ui/persona_SDL.json b/resource_pack/ui/persona_SDL.json index d32317d9c..40cc418aa 100644 --- a/resource_pack/ui/persona_SDL.json +++ b/resource_pack/ui/persona_SDL.json @@ -91,6 +91,7 @@ "common_image": { "type": "image", + "layer": 2, "keep_ratio": false, "texture": "$image", "$image|default": "#texture", @@ -116,6 +117,45 @@ "$image_binding_name": "$icon_binding_name" }, + "loading_icon": { + "type": "image", + "layer": 1, + "texture": "textures/ui/mine_chop_dig_animation", + "anchor_from": "top_middle", + "anchor_to": "top_middle", + "size": [ 30, 30 ], + "uv_size": [ 10, 10 ], + "uv": "@persona.pick_axe_animation", + "color": [ 1, 1, 1, 1 ] + }, + + "view_character_icon@persona_sdl.common_image": { + "size": [ 14, 14 ], + "texture": "textures/ui/icon_preview" + }, + + "info_glyph_icon@persona_sdl.common_image": { + "size": [ 14, 14 ], + "texture": "textures/ui/blue_info_glyph" + }, + + "popup_toast@persona.popup": { + "layer": 100, + "$display_time": 0.75, + "$transition_in_time": 0.15, + "$transition_out_time": 0.15, + "$popup_size": [ 184, "100%cm" ], + "$toast_text_offset": [ 0, 0 ], + "$toast_text_alignment": "center", + "$toast_anchor_from": "center", + "$toast_anchor_to": "center", + "$toast_font_type": "smooth", + "$offset_anims": [], + "$alpha_anims": [ + "@persona.popup_anim_start" + ] + }, + "profile_button_image_content": { "type": "image", "size": "$button_image_content_size", @@ -293,12 +333,6 @@ "color_picker_content_panel@common.vertical_stack_panel": { "size": [ "100%", "100%" ], - "bindings": [ - { - "binding_name": "#show_color_picker", - "binding_name_override": "#visible" - } - ], "controls": [ { "top_pad@persona_sdl.vertical_padding_2px": {} }, { @@ -446,6 +480,351 @@ ] }, + "color_picker_icon@persona_sdl.common_image": { + "size": [ 16, 16 ], + "layer": 2, + "texture": "textures/ui/color_picker" + }, + + "color_picker_icon_content@common.empty_panel": { + "size": [ "100%", "100%" ], + "controls": [ + { "color_picker_icon@persona_sdl.color_picker_icon": {} } + ] + }, + + "open_color_picker_button@common_buttons.light_content_button": { + "size": [ 23, 22 ], + "anchor_to": "bottom_left", + "anchor_from": "bottom_left", + "layer": 92, + + "$button_content": "persona_sdl.color_picker_icon_content", + "$pressed_button_name": "button.open_color_picker", + "$default_state_border_visible": true, + "$hover_state_border_visible": true, + "$pressed_state_border_visible": true, + "$locked_state_border_visible": true, + "$focus_id": "open_color_picker_button", + + "bindings": [ + { + "binding_name": "#open_color_picker_button_visible", + "binding_name_override": "#visible" + }, + { + "binding_name": "#open_color_picker_button_enabled", + "binding_name_override": "#enabled" + }, + { + "binding_name": "#open_color_picker_button_enabled", + "binding_name_override": "#focus_enabled" + } + ] + }, + + ///////////////////////////////////////////////////////////////////////////////////////////////// + // Appearance Section Controls + ///////////////////////////////////////////////////////////////////////////////////////////////// + "appearance_viewer_panel": { + "type": "input_panel", + "$appearance_viewer_model_size|default": [ "51%y", "110%" ], // 5x base dimensions [20, 39] + "size": "$appearance_viewer_model_size", + "max_size": [ "100%", "100%" ], + "$model_offset|default": [ 0, "-15%" ], + + "gesture_tracking_button": "button.turn_doll", + + "controls": [ + { + "appearance_model": { + "type": "custom", + "offset": "$model_offset", + "renderer": "paper_doll_renderer", + "camera_tilt_degrees": -10, + "starting_rotation": 30, + "$skin_model_layer|default": 5, + "layer": "$skin_model_layer", + "use_selected_skin": false, + "use_skin_gui_scale": true, + "rotation": "gesture_x", + "animation_reset_name": "screen_animation_reset", + "anims": [ + "@common.screen_exit_size_animation_push", + "@common.screen_exit_size_animation_pop", + "@common.screen_entrance_size_animation_push", + "@common.screen_entrance_size_animation_pop" + ], + "bindings": [ + { + "binding_type": "global", + "binding_name": "$skin_preview" + }, + { + "binding_type": "view", + "source_control_name": "$gesture_input_panel_control", + "source_property_name": "#gesture_delta_source", + "target_property_name": "#gesture_delta_source" + }, + { + "binding_type": "view", + "source_control_name": "$gesture_input_panel_control", + "source_property_name": "#gesture_mouse_delta_x", + "target_property_name": "#gesture_mouse_delta_x" + } + ] + } + } + ], + "bindings": [ + { + "binding_name": "#can_paperdoll_rotate", + "binding_name_override": "#always_handle_controller_direction", + "binding_condition": "always" + } + ], + "button_mappings": [ + { + "from_button_id": "button.menu_select", + "to_button_id": "button.turn_doll", + "mapping_type": "pressed", + "button_up_right_of_first_refusal": true + } + ] + }, + + "play_highlighted_emote_panel": { + "type": "panel", + "size": [ "100%", "default" ], + "visible": false, + "property_bag": { + "#visible": false + }, + "bindings": [ + { + "binding_name": "#play_highlighted_emote_helper_visible", + "binding_name_override": "#visible" + } + ], + "controls": [ + { + "gamepad_helper@common.gamepad_helper_x": { + "anchor_from": "bottom_left", + "anchor_to": "bottom_left", + "offset": [ -6, 7 ] + } + }, + { + "play_highlighted_emote_helper": { + "type": "label", + "layer": 2, + "font_scale_factor": 0.8, + "size": [ "100%", "default" ], + "anchor_from": "bottom_left", + "anchor_to": "bottom_left", + "offset": [ 16, -2 ], + "text_alignment": "left", + "text": "persona.preview.emote", + "color": "$dressing_room_right_side_default_text_color" + } + } + ] + }, + + "info_button@common_buttons.light_content_button": { + "size": [ 22, 22 ], + "layer": 92, // Must be usable on top of skin rotation input panel which has layer of 90 + + "$focus_id": "info_button", + "$button_content": "persona_sdl.info_glyph_icon", + "$button_size_override": [ 22, 22 ], + "$pressed_button_name": "button.info_popup", + + "bindings": [ + { + "binding_name": "#restricted_info_visible", + "binding_name_override": "#visible" + } + ] + }, + + "expand_appearance_preview_button@common_buttons.light_content_button": { + "size": [ 22, 22 ], + "anchor_to": "bottom_right", + "anchor_from": "bottom_right", + + "$expand_appearance_preview_button_event|default": "button.open_expanded_appearance_view", + + "layer": 92, // Must be usable on top of skin rotation input panel which has layer of 90 + "$focus_id": "skin_preview_button", + "$button_content": "persona_sdl.view_character_icon", + "$button_size_override": [ 22, 22 ], + "$pressed_button_name": "$expand_appearance_preview_button_event", + "$default_state_border_visible": true, + "$hover_state_border_visible": true, + "$pressed_state_border_visible": true, + "$locked_state_border_visible": true + }, + + "appearance_section": { + "type": "panel", + "size": [ "100%", "fill" ], + "layer": 90, + + "$skin_preview|default": "#preview_skin", + "$gesture_input_panel_control": "appearance_model", + + "$extra_appearance_section_content|default": "persona_sdl.dressing_room_extra_appearance_section_content", + "controls": [ + { "$gesture_input_panel_control@persona_sdl.appearance_viewer_panel": {} }, + { "extra_appearance_section_content@$extra_appearance_section_content": {} } + ] + }, + + "dressing_room_extra_appearance_section_content": { + "type": "panel", + "controls": [ + { + "popup_dialog_factory": { + "type": "factory", + "control_ids": { + "toast_message": "@persona_sdl.popup_toast" + } + } + }, + { + "arrow_panel": { + "type": "panel", + "size": [ "100%", 22 ], + "anchor_from": "bottom_middle", + "anchor_to": "bottom_middle", + "controls": [ + { "open_color_picker_button@persona_sdl.open_color_picker_button": {} }, + { "play_highlighted_emote_panel@persona_sdl.play_highlighted_emote_panel": {} }, + { + "right_side_button_stack_panel": { + "type": "stack_panel", + "size": [ "100%c", "100%" ], + "orientation": "horizontal", + "anchor_to": "bottom_right", + "anchor_from": "bottom_right", + "controls": [ + { "info_button@persona_sdl.info_button": {} }, + { "pad@persona_sdl.horizontal_2_padding": {} }, + { "preview_appearance@persona_sdl.expand_appearance_preview_button": {} } + ] + } + } + ] + } + }, + { + "persona_updating@persona_sdl.loading_icon": { + "anchor_to": "top_right", + "anchor_from": "top_right", + "bindings": [ + { + "binding_name": "#persona_is_updating", + "binding_name_override": "#visible" + } + ] + } + } + ] + }, + + //////////////////////////////////////////////////////////////////////////////////////////////// + // Debug Appearance Controls + //////////////////////////////////////////////////////////////////////////////////////////////// + "right_side_stack_debug_control@common.vertical_stack_panel": { + "size": [ "100%", "fill" ], + "bindings": [ + { + "binding_name": "#is_using_dressing_room_debugging", + "binding_name_override": "#visible" + } + ], + "controls": [ + { + "debug_skin_names@common.horizontal_stack_panel": { + "size": [ "100%", 1 ], + "controls": [ + { + "debug_current_name": { + "type": "label", + "size": [ "fill", 15 ], + "font_type": "smooth", + "font_scale_factor": 0.75, + "layer": 15, + "color": "$right_side_default_text_color", + "text": "#current_skin_name", + "bindings": [ + { + "binding_name": "#current_skin_name" + } + ] + } + }, + { + "debug_active_name": { + "type": "label", + "size": [ "fill", 15 ], + "font_type": "smooth", + "font_scale_factor": 0.75, + "layer": 15, + "color": "$right_side_default_text_color", + "text": "#active_skin_name", + "bindings": [ + { + "binding_name": "#active_skin_name" + } + ] + } + } + ] + } + }, + { + "debug_skins@common.horizontal_stack_panel": { + "size": [ "100%", 75 ], + "controls": [ + { + "dressing_room_right_side_model_current@persona_sdl.appearance_viewer_panel": { + "size": [ "fill", "100%" ], + "$skin_offset": [ 0, -10 ], + "$skin_preview": "#current_skin", + "$gesture_input_panel_control": "dressing_room_right_side_model_current" + } + }, + { + "dressing_room_right_side_model_active@persona_sdl.appearance_viewer_panel": { + "size": [ "fill", "100%" ], + "$skin_offset": [ 0, -10 ], + "$skin_preview": "#active_skin", + "$gesture_input_panel_control": "dressing_room_right_side_model_active" + } + } + ] + } + }, + { + "debug_preview_skin_name": { + "type": "label", + "size": [ "100%", 20 ], + "layer": 15, + "font_type": "smooth", + "color": "$right_side_default_text_color", + "text": "#preview_skin_name", + "bindings": [ + { + "binding_name": "#preview_skin_name" + } + ] + } + } + ] + }, + "enter_screen_appearance_size_animation@common.screen_entrance_size_animation_immediate": { "duration": "$transition_time_pop", "play_event": "anim.appearance_enter", @@ -453,6 +832,59 @@ "resettable": true }, + ///////////////////////////////////////////////////////////////////////////////////////////////// + // Right Side Dialog Controls + ///////////////////////////////////////////////////////////////////////////////////////////////// + + "dialog_background_object@common_dialogs.flat_solid_background": { + "size": [ "100%", "100%" ], + "controls": [ + { + "dialog_background_object_content": { + "$dialog_bg_size|default": [ "100% - 2px", "100% - 2px" ], + "offset": [ 0, 0 ], + "type": "image", + "size": "$dialog_bg_size", + "texture": "textures/ui/White", + "color": "$dressing_room_dark_bg_color", + "alpha": "$dressing_room_background_alpha", + "layer": 2, + "controls": [ + { + "dialog_content@$persona_dialog_content": { + "layer": 4 + } + } + ] + } + } + ] + }, + + "right_side_dialog_panel": { + "type": "input_panel", + "$right_side_dialog_bg_size|default": [ "100% - 2px", "100% - 2px" ], + "$right_side_dialog_visible_binding|default": "('#is_right_info_' + $info_panel_prefix +'_panel_visible')", + "$ignore_right_side_dialog_visible_bind|default": false, + "bindings": [ + { + "ignored": "$ignore_right_side_dialog_visible_bind", + "binding_name": "$right_side_dialog_visible_binding", + "binding_name_override": "#visible" + } + ], + "controls": [ + { + "right_side_dialog@persona_sdl.dialog_background_object": { + "size": "$right_side_dialog_size", + "anchor_to": "top_middle", + "anchor_from": "top_middle", + "$dialog_bg_size": "$right_side_dialog_bg_size" + } + } + ] + }, + ///////////////////////////////////////////////////////////////////////////////////////////////// // Persona Height Options ///////////////////////////////////////////////////////////////////////////////////////////////// @@ -1687,26 +2119,18 @@ "anchor_from": "top_middle", "size": [ "100%", "100%" ], "always_listen_to_input": true, - "visible": false, "controls": [ { - "expanded_appearance@persona.skin_viewer_panel": { + "expanded_appearance@persona_sdl.appearance_section": { "size": [ "100% - 10px", "100% - 10px" ], - "focus_enabled": true, - "$gesture_input_panel_control": "expanded_appearance", - "$skin_preview": "#expanded_appearance", "$model_offset": [ 0, "-10%" ], - "$skin_viewer_panel_skin_model_size": [ "51%y", "100%" ] + "$appearance_viewer_model_size": [ "51%y", "100%" ], + "$extra_appearance_section_content": "persona_sdl.expand_appearance_preview_button", + "$expand_appearance_preview_button_event": "button.menu_exit" } } ], - "bindings": [ - { - "binding_name": "#expanded_appearance_visible", - "binding_name_override": "#visible" - } - ], "button_mappings": [ { "from_button_id": "button.menu_secondary_select", @@ -1716,56 +2140,6 @@ ] }, - "information_and_selection_title_bar": { - "type": "image", - "layer": 2, - "texture": "$title_bar_texture", - "color": "$title_bar_color", - "alpha": "$title_bar_alpha", - "size": [ "100%", 14 ], - "$ignore_title_bar_visibility|default": false, - "controls": [ - { "dressing_room_title@$info_title_control": {} } - ], - "bindings": [ - { - "ignored": "$ignore_title_bar_visibility", - "binding_name": "(not #is_right_panel_classic_custom_visible)", - "binding_name_override": "#visible" - } - ] - }, - - "information_and_selection_stack@common.vertical_stack_panel": { - - "size": "$info_and_selection_panel_size", - "$title_bar_color|default": "$dressing_room_semi_dark_bg_color", - "$title_bar_texture|default": "textures/ui/White", - "$title_bar_alpha|default": "$dressing_room_panel_alpha", - "$info_bottom_section_size|default": [ "100%", "fill" ], - - "controls": [ - { "title_bar@persona_sdl.information_and_selection_title_bar": {} }, - { "bottom_section_panel@$info_content_control": { "size": "$info_bottom_section_size" } } - ] - }, - - "information_and_selection_panel": { - "type": "panel", - - "$info_and_selection_panel_size|default": [ "100%", "100%" ], - "size": "$info_content_panel_size", - - "$info_title_control|default": "common.empty_panel", - "$info_content_control|default": "common.empty_panel", - - "controls": [ - { - "stack@persona_sdl.information_and_selection_stack": {} - } - ] - }, - "right_info_panel": { "type": "panel", "$right_info_panel_size|default": [ "100%", "100%" ], @@ -1789,53 +2163,6 @@ ] }, - "right_side_dialog_panel": { - "type": "input_panel", - "$right_side_dialog_bg_size|default": [ "100% - 2px", "100% - 2px" ], - "$right_side_dialog_visible_binding|default": "('#is_right_info_' + $info_panel_prefix +'_panel_visible')", - "bindings": [ - { - "binding_name": "$right_side_dialog_visible_binding", - "binding_name_override": "#visible" - } - ], - "controls": [ - { - "right_side_dialog@persona_sdl.dialog_background_object": { - "size": "$right_side_dialog_size", - "anchor_to": "top_middle", - "anchor_from": "top_middle", - "$dialog_bg_size": "$right_side_dialog_bg_size" - } - } - ] - }, - - "dialog_background_object@common_dialogs.flat_solid_background": { - "size": [ "100%", "100%" ], - "controls": [ - { - "dialog_background_object_content": { - "$dialog_bg_size|default": [ "100% - 2px", "100% - 2px" ], - "offset": [ 0, 0 ], - "type": "image", - "size": "$dialog_bg_size", - "texture": "textures/ui/White", - "color": "$dressing_room_dark_bg_color", - "alpha": "$dressing_room_background_alpha", - "layer": 2, - "controls": [ - { - "dialog_content@$persona_dialog_content": { - "layer": 4 - } - } - ] - } - } - ] - }, - /////////////////////////////////////////////////////////////////////////////////////// //// dressing room right side panel content /////////////////////////////////////////////////////////////////////////////////////// @@ -2134,16 +2461,12 @@ "size": [ "60%", 16 ], "font_size": "small", "font_scale_factor": 1.2, - "color": "$e_color_format", //yellow + "color": "$store_csb_gold_text_color", "bindings": [ { "binding_name": "#realms_redeem_button_visible", "binding_name_override": "#visible" }, - { - "binding_name": "#realms_savings_color", - "binding_name_override": "#color" - }, { "binding_name": "#realms_saved_coins_label", "binding_type": "global" @@ -2431,7 +2754,7 @@ }, ///////////////////////////////////////////////////////////////////////////////////////////////// - // Right side Description + // Right side Info Section Controls ///////////////////////////////////////////////////////////////////////////////////////////////// "piece_list_right_side_section@persona_sdl.right_side_dialog_panel": { @@ -2461,6 +2784,55 @@ ] }, + "information_and_selection_title_bar": { + "type": "image", + "layer": 2, + "texture": "$title_bar_texture", + "color": "$title_bar_color", + "alpha": "$title_bar_alpha", + "size": [ "100%", 14 ], + "$ignore_title_bar_visibility|default": false, + "controls": [ + { "dressing_room_title@$info_title_control": {} } + ], + "bindings": [ + { + "ignored": "$ignore_title_bar_visibility", + "binding_name": "(not #is_right_panel_classic_custom_visible)", + "binding_name_override": "#visible" + } + ] + }, + + "information_and_selection_stack@common.vertical_stack_panel": { + "size": "$info_and_selection_panel_size", + "$title_bar_color|default": "$dressing_room_semi_dark_bg_color", + "$title_bar_texture|default": "textures/ui/White", + "$title_bar_alpha|default": "$dressing_room_panel_alpha", + "$info_bottom_section_size|default": [ "100%", "fill" ], + + "controls": [ + { "title_bar@persona_sdl.information_and_selection_title_bar": {} }, + { "bottom_section_panel@$info_content_control": { "size": "$info_bottom_section_size" } } + ] + }, + + "information_and_selection_panel": { + "type": "panel", + + "$info_and_selection_panel_size|default": [ "100%", "100%" ], + "size": "$info_content_panel_size", + + "$info_title_control|default": "common.empty_panel", + "$info_content_control|default": "common.empty_panel", + + "controls": [ + { + "stack@persona_sdl.information_and_selection_stack": {} + } + ] + }, + "offer_info_section_content": { "type": "panel", "$offer_info_section_content_size|default": [ "100%", "100%" ], @@ -2548,6 +2920,55 @@ ] }, + //////////////////////////////////////////////////////////////////////////////////////////////// + // Color Picker Info Controls + //////////////////////////////////////////////////////////////////////////////////////////////// + "color_picker_info_panel_title": { + "type": "image", + "size": [ "100%", 12 ], + "alpha": "$dressing_room_panel_alpha", + "texture": "textures/ui/White", + "bindings": [ + { + "binding_name": "#color_picker_info_panel_title_color", + "binding_name_override": "#color" + } + ], + "controls": [ + { + "color_name": { + "type": "label", + "anchor_from": "left_middle", + "anchor_to": "left_middle", + "font_type": "MinecraftTen", + "color": "$dressing_room_right_side_default_text_color", + "layer": 2, + "offset": [ 2, -1 ], + "text": "#color_picker_info_panel_title_name", + "text_alignment": "left", + "bindings": [ + { + "binding_name": "#color_picker_info_panel_title_name" + } + ] + } + } + ] + }, + + "right_side_color_picker_info_panel@persona_sdl.right_side_dialog_panel": { + "size": [ "100%", "100%c + 2px" ], + "$right_side_dialog_size": [ "100%", 63 ], + + "$info_title_control": "persona_sdl.color_picker_info_panel_title", + "$persona_dialog_content": "persona_sdl.offer_info_section_content", + + "$info_panel_prefix": "color_picker", + "$ignore_right_side_dialog_visible_bind": true, + "$ignore_special_banner": true + }, + + /* ============================================================ RARITY BACKGROUND @@ -3848,5 +4269,67 @@ } } ] + }, + + ///////////////////////////////////////////////////////////// + /// right side stacks + ///////////////////////////////////////////////////////////// + + "ride_side_stack_base@common.vertical_stack_panel": { + "size": [ "fill", "100%" ], + "$right_side_default_text_color": "$dressing_room_right_side_default_text_color", + "focus_container": true, + "use_last_focus": false, + "focus_wrap_enabled": false, + "focus_navigation_mode_left": "custom", + "focus_navigation_mode_right": "stop", + "focus_navigation_mode_down": "stop", + "focus_navigation_mode_up": "custom", + "focus_container_custom_up": [ + { + "other_focus_container_name": "top_bar" + } + ], + "focus_container_custom_left": [ + { + "other_focus_container_name": "persona_left_panels" + } + ] + }, + + "default_right_side_stack@persona_sdl.ride_side_stack_base": { + "controls": [ + { "debug_information@persona_sdl.right_side_stack_debug_control": {} }, + { "appearance_section@persona_sdl.appearance_section": {} }, + { "padding@persona_sdl.vertical_padding_2px": {} }, + { "realms_banner@persona_sdl.realms_timer_banner": {} }, + + // below are the sub sections which dis/re-appear depending on context. + { + "offer_related_info_panels": { + "type": "panel", + "size": [ "100%", "100%cm" ], + "controls": [ + { "getting_started@persona.persona_getting_started_panel": {} }, + { "piece_offer_info_panel@persona.piece_list_right_side_section": {} }, + { "size_info_panel@persona.size_right_side_info_section": {} }, + { "offer_info_panel_skins@persona.right_side_offer_info_skins": {} }, + { "emote_info_panel@persona.right_side_emotes_info_panel": {} } + ] + } + } + ] + }, + + "color_picker_right_side_stack@persona_sdl.ride_side_stack_base": { + "controls": [ + { + "appearance_section@persona_sdl.appearance_section": { + "$extra_appearance_section_content": "persona_sdl.expand_appearance_preview_button" + } + }, + { "padding@persona_sdl.vertical_padding_2px": {} }, + { "color_picker_info_panel@persona_sdl.right_side_color_picker_info_panel": {} } + ] } } diff --git a/resource_pack/ui/persona_screen.json b/resource_pack/ui/persona_screen.json index 0fe7d03ab..5f99365cf 100644 --- a/resource_pack/ui/persona_screen.json +++ b/resource_pack/ui/persona_screen.json @@ -592,16 +592,12 @@ "size": [ "50%", 24 ], "font_size": "small", "font_scale_factor": 1.2, - "color": "$e_color_format", + "color": "$store_csb_gold_text_color", "bindings": [ { "binding_name": "#realms_redeem_button_visible", "binding_name_override": "#visible" }, - { - "binding_name": "#realms_savings_color", - "binding_name_override": "#color" - }, { "binding_name": "#realms_saved_coins_label", "binding_type": "global" @@ -628,11 +624,10 @@ "size": [ "100%", 10 ], "max_size": [ "100%", "100%" ], "text_alignment": "center", - "text": "$realms_button_text", + "text": "persona.csb.see.subscription", "color": "$text_color", "$realms_button_text_offset|default": [ 0, 0 ], - "offset": "$realms_button_text_offset", - "$realms_button_text": "persona.csb.see.subscription" + "offset": "$realms_button_text_offset" } } ] @@ -5456,7 +5451,8 @@ }, "persona_category_main_realms_info_panel@persona.featured_info_panel": { - "$title_binding": "#realms_title", + "$title_binding_type": "none", + "$title_binding": "store.csb", "ignored": "(not #is_right_info_main_realms_panel_visible)" }, diff --git a/resource_pack/ui/play_screen.json b/resource_pack/ui/play_screen.json index 6c88c4f72..3f8b59566 100644 --- a/resource_pack/ui/play_screen.json +++ b/resource_pack/ui/play_screen.json @@ -130,13 +130,6 @@ "size": [ 22, 16 ] }, - "feed_icon": { - "type": "image", - "texture": "textures/ui/feedIcon", - "size": [ 22, 16 ], - "visible": "(not $is_realms_stories_enabled)" - }, - "realms_stories_icon": { "type": "image", "texture": "textures/ui/realmsStoriesIcon", @@ -769,10 +762,25 @@ "$text_binding_type": "collection" }, + + "realms_world_type@play.realms_list_text": { + "size": [ "default", 10 ], + "color": "$secondary_text_color", + "$text": "selectWorld.worldTags.hardcore", + "bindings": [ + { + "binding_name": "#realms_world_is_hardcore", + "binding_name_override": "#visible", + "binding_type": "collection", + "binding_collection_name": "$realms_worlds_collection_name" + } + ] + }, + "realms_world_player_count@play.world_list_text": { "text": "#realms_world_player_count", "color": "$secondary_text_color", - "size": [ "default", "default" ], + "size": [ "default", 10 ], "bindings": [ { "binding_name": "#realms_world_player_count", @@ -784,9 +792,7 @@ "realms_world_game_status_icon": { "type": "panel", - "anchor_from": "right_middle", - "anchor_to": "right_middle", - "size": [ "100%y", "100%" ], + "size": [ 10, 10 ], "controls": [ { "game_online_icon@play.game_online_icon": { @@ -881,26 +887,54 @@ "realms_world_content_status_area_panel": { "type": "stack_panel", "orientation": "horizontal", - "size": [ "100%c", "100%" ], + "size": [ "100%c", "100%cm" ], + "anchor_from": "top_right", + "anchor_to": "top_right", "controls": [ { "world_player_count_text_panel": { "type": "panel", - "size": [ "100%c", "100%" ], + "size": [ "100%c", "100%c" ], "controls": [ { "realms_world_player_count@play.realms_world_player_count": { - "anchor_from": "left_middle", - "anchor_to": "left_middle" } } ] } }, + { + "padding": { + "type": "panel", + "size": [ 2, 10 ] + } + }, { "realms_world_game_status_icon@play.realms_world_game_status_icon": {} } ] }, + "realms_world_content_status_area_panel_container": { + "type": "stack_panel", + "size": [ "100%cm", "100%c" ], + "controls": [ + { + "realms_world_status_panel": { + "type": "panel", + "size": [ "100%sm", "100%c" ], + "min_size": [ "100%c", "100%c" ], + "controls": [ + { + "realms_world_content_status_area_panel@play.realms_world_content_status_area_panel": {} + } + ] + } + }, + { + "realms_world_type@play.realms_world_type": {} + } + ] + }, + "realms_world_content_panel": { "type": "stack_panel", "size": [ "100%", "100%" ], @@ -953,11 +987,17 @@ } }, { - "realms_world_content_status_area_panel@play.realms_world_content_status_area_panel": { - "size": [ "100%c + 2px", "100%" ], + "realms_world_content_status_area_panel": { + "size": [ "100%c", "100%" ], + "type": "panel", "anchor_from": "right_middle", "anchor_to": "right_middle", - "layer": 1 + "layer": 1, + "controls": [ + { + "realms_world_content_status_area_panel_container@play.realms_world_content_status_area_panel_container": {} + } + ] } } ] @@ -1029,16 +1069,7 @@ "realms_world_edit_button@common_buttons.dark_glyph_button": { "$pressed_button_name": "button.menu_realms_world_item_edit", - "variables": [ - { - "requires": "$is_realms_stories_enabled", - "$button_content": "play.realms_slots_edit_icon" - }, - { - "requires": "(not $is_realms_stories_enabled)", - "$button_content": "play.edit_icon" - } - ], + "$button_content": "play.realms_slots_edit_icon", "$button_tts_header": "accessibility.play.editRealm", "size": [ "100%y", "100%" ], "anchor_from": "top_right", @@ -1064,7 +1095,7 @@ "bindings": [ { "binding_type": "collection", - "binding_name": "($is_realms_stories_enabled and not #realms_unread_story_count_visible)", + "binding_name": "(not #realms_unread_story_count_visible)", "binding_name_override": "#visible", "binding_collection_name": "$realms_worlds_collection_name" } @@ -1076,15 +1107,12 @@ "bindings": [ { "binding_type": "collection", - "binding_name": "($is_realms_stories_enabled and #realms_unread_story_count_visible)", + "binding_name": "#realms_unread_story_count_visible", "binding_name_override": "#visible", "binding_collection_name": "$realms_worlds_collection_name" } ] } - }, - { - "old_feed_icon@play.feed_icon": {} } ] }, @@ -1402,7 +1430,7 @@ "network_world_player_count": { "type": "panel", - "size": [ "100%y", "100%" ], + "size": [ "100%c", 10 ], "controls": [ { "count@play.world_list_text": { @@ -1428,7 +1456,7 @@ "network_world_game_status_icon": { "type": "panel", - "size": [ "100%y", "100%" ], + "size": [ 10, 10 ], "controls": [ { "game_online_icon@play.game_online_icon": { @@ -1485,6 +1513,79 @@ ] }, + "network_world_content_status_area_panel": { + "type": "stack_panel", + "orientation": "horizontal", + "size": [ "100%c", "100%cm" ], + "anchor_from": "top_right", + "anchor_to": "top_right", + "controls": [ + { + "network_player_count_text_panel": { + "type": "panel", + "size": [ "100%c", "100%c" ], + "controls": [ + { + "network_world_player_count@play.network_world_player_count": { + } + } + ] + } + }, + { + "padding": { + "type": "panel", + "size": [ 2, 10 ] + } + }, + { "network_world_game_status_icon@play.network_world_game_status_icon": {} } + ] + }, + + "network_world_content_status_area_panel_container": { + "type": "stack_panel", + "size": [ "100%cm", "100%c" ], + "controls": [ + { + "network_world_status_panel": { + "type": "panel", + "size": [ "100%sm", "100%c" ], + "min_size": [ "100%c", "100%c" ], + "controls": [ + { + "network_world_content_status_area_panel@play.network_world_content_status_area_panel": {} + } + ] + } + }, + { + "network_world_type@play.network_world_type": { + "bindings": [ + { + "binding_type": "collection", + "binding_name": "#network_world_is_hardcore", + "binding_name_override": "#visible", + "binding_collection_name": "$collection_name" + } + ] + } + } + ] + }, + + "network_world_type": { + "type": "panel", + "size": [ "100%c", 10 ], + "controls": [ + { + "type@play.world_list_text": { + "text": "selectWorld.worldTags.hardcore", + "color": "$secondary_text_color" + } + } + ] + }, + "network_world_item_button_content": { "type": "stack_panel", "orientation": "horizontal", @@ -1497,18 +1598,37 @@ } }, { - "network_world_player_count@play.network_world_player_count": { - "layer": 1 - } - }, - { - "network_world_game_status_icon@play.network_world_game_status_icon": { - "layer": 1 + "network_status_area_panel": { + "type": "panel", + "size": [ "100%c", "100%" ], + "layer": 1, + "controls": [ + { + "network_world_content_status_area_panel_container@play.network_world_content_status_area_panel_container": {} + } + ] } }, { - "network_world_type_icon@play.network_world_type_icon": { - "layer": 1 + "network_world_type_icon": { + "type": "label", + "color": "$text_color", + "size": [ "100%c", "100%" ], + "layer": 2, + "ignored": "$hide_network_icon", + "controls": [ + { + "padding": { + "type": "panel", + "size": [ 6, 10 ] + } + }, + { + "$network_world_icon@$network_world_icon": { + "layer": 1 + } + } + ] } } ] @@ -1532,21 +1652,6 @@ ] }, - "network_world_type_icon": { - "type": "label", - "color": "$text_color", - "size": [ "100%y", "100%" ], - "layer": 2, - "ignored": "$hide_network_icon", - "controls": [ - { - "$network_world_icon@$network_world_icon": { - "layer": 1 - } - } - ] - }, - "network_server_world_edit_button@common_buttons.dark_glyph_button": { "$pressed_button_name": "button.menu_network_server_world_edit", "$button_content": "play.edit_icon", @@ -5932,6 +6037,7 @@ "message_panel": { "type": "panel", "size": [ "100% - 15px", "100%" ], + "layer": 3, "controls": [ { "message_label": { diff --git a/resource_pack/ui/pocket_containers.json b/resource_pack/ui/pocket_containers.json index fd92ed9dc..d4ef73367 100644 --- a/resource_pack/ui/pocket_containers.json +++ b/resource_pack/ui/pocket_containers.json @@ -146,7 +146,9 @@ { "gamepad_cursor@common.gamepad_cursor_button": {} }, { "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 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 12 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] }, diff --git a/resource_pack/ui/progress_screen.json b/resource_pack/ui/progress_screen.json index 600ca98aa..1352faa55 100644 --- a/resource_pack/ui/progress_screen.json +++ b/resource_pack/ui/progress_screen.json @@ -470,114 +470,6 @@ "$bottom_button_text": "progressScreen.dialog.button.leave" }, - "add_on_only@progress.simple_popup_dialog_base": { - "$title_text": "progressScreen.dialog.title.onlyBehavior", - "$description_text": "progressScreen.dialog.message.onlyBehavior", - - "$top_button_text": "#empty_binding", - "$middle_button_press": "button.join_and_download_all", - "$middle_button_text": "#join_and_download", - "$bottom_button_press": "button.leave", - "$bottom_button_text": "progressScreen.dialog.button.leave" - }, - - "add_on_with_optional_texture_pack@progress.simple_popup_dialog_base": { - "$title_text": "progressScreen.dialog.title.behaviorAndResourcePack", - "$description_text": "progressScreen.dialog.message.behaviorAndResourcePack", - - "$use_top_button": true, - - "$top_button_press": "button.join_and_download_all", - "$top_button_text": "#join_and_download_everything", - "$middle_button_press": "button.join_and_download_needed", - "$middle_button_text": "#join_and_download_only_add_on", - "$bottom_button_press": "button.leave", - "$bottom_button_text": "progressScreen.dialog.button.leave" - }, - - "add_on_with_texture_pack@progress.simple_popup_dialog_base": { - "$title_text": "progressScreen.dialog.title.behaviorAndResourcePack", - "$description_text": "progressScreen.dialog.message.behaviorAndResourcePack", - - "$top_button_text": "#empty_binding", - "$middle_button_press": "button.join_and_download_all", - "$middle_button_text": "#join_and_download", - "$bottom_button_press": "button.leave", - "$bottom_button_text": "progressScreen.dialog.button.leave" - }, - - "add_on_confirmation@progress.simple_popup_dialog_base": { - "$title_text": "progressScreen.dialog.title.scriptConfirm", - "$description_text": "progressScreen.dialog.message.scriptConfirm", - - "$top_button_text": "#empty_binding", - "$middle_button_press": "button.join", - "$middle_button_text": "#join_and_download", - "$bottom_button_press": "button.leave", - "$bottom_button_text": "progressScreen.dialog.button.leave" - }, - - "texture_pack_optional@progress.simple_popup_dialog_base": { - "$description_text|default": "progressScreen.dialog.message.resourcePackOptional", - "variables": [ - { - "requires": "$is_editor_mode_enabled", - "$description_text": "progressScreen.editor.dialog.message.resourcePackOptional" - } - ], - - "$title_text": "progressScreen.dialog.title.resourcePack", - "$top_button_text": "#empty_binding", - "$middle_button_press": "button.join_and_download_all", - "$middle_button_text": "#join_and_download", - "$bottom_button_press": "button.join", - "$bottom_button_text": "progressScreen.dialog.button.join" - }, - - "texture_pack_required@progress.simple_popup_dialog_base": { - "$description_text|default": "progressScreen.dialog.message.resourcePackRequired", - "variables": [ - { - "requires": "$is_editor_mode_enabled", - "$title_text": "progressScreen.editor.dialog.title.resourcePack", - "$description_text": "progressScreen.editor.dialog.message.resourcePackRequired" - } - ], - - "$title_text": "progressScreen.dialog.title.resourcePack", - "$top_button_text": "#empty_binding", - "$middle_button_press": "button.join_and_download_all", - "$middle_button_text": "#join_and_download", - "$bottom_button_press": "button.leave", - "$bottom_button_text": "progressScreen.dialog.button.leave" - }, - - "texture_pack_raytracing_optional@progress.simple_popup_dialog_base": { - "$title_text": "progressScreen.dialog.title.resourcePack", - "$description_text": "progressScreen.dialog.message.resourcePackOptional.rayTracing.line1", - "$description_text2": "progressScreen.dialog.message.resourcePackOptional.rayTracing.line2", - "$has_second_line": true, - - "$top_button_text": "#empty_binding", - "$middle_button_press": "button.join_and_download_all", - "$middle_button_text": "#join_and_download", - "$bottom_button_press": "button.join", - "$bottom_button_text": "progressScreen.dialog.button.join" - }, - - "texture_pack_raytracing_required@progress.simple_popup_dialog_base": { - "$title_text": "progressScreen.dialog.title.resourcePack", - "$description_text": "progressScreen.dialog.message.resourcePackRequired.rayTracing.line1", - "$description_text2": "progressScreen.dialog.message.resourcePackRequired.rayTracing.line2", - "$has_second_line": true, - - "$top_button_text": "#empty_binding", - "$middle_button_press": "button.join_and_download_all", - "$middle_button_text": "#join_and_download", - "$bottom_button_press": "button.leave", - "$bottom_button_text": "progressScreen.dialog.button.leave" - }, - //-------------------------------------------------------------------------------- "normal_stroke_button": { @@ -1206,12 +1098,7 @@ ] }, - "realms_loading_progress_screen@progress_screen": { - "$screen_content": "progress.progress_screen_content", - "$screen_bg_content": "common.portal_background" - }, - - "realms_stories_enabled_loading_progress_screen@progress_screen": { + "realms_stories_loading_progress_screen@progress_screen": { "$screen_content": "progress.realms_loading_world_modal_progress_screen_content", "$screen_bg_content": "progress.realms_loading_background" }, @@ -1339,15 +1226,7 @@ "resource_pack_download_server_required": "resource_pack_download_server_required@progress.resource_pack_download_server_required", "resource_pack_download_optional_and_required": "resource_pack_download_optional_and_required@progress.resource_pack_download_optional_and_required", "resource_pack_download_optional": "resource_pack_download_optional@progress.resource_pack_download_optional", - "resource_pack_download_required": "resource_pack_download_required@progress.resource_pack_download_required", - "add_on_only": "add_on_only@progress.add_on_only", - "add_on_confirmation": "add_on_only@progress.add_on_confirmation", - "add_on_with_optional_texture_pack": "add_on_only@progress.add_on_with_optional_texture_pack", - "add_on_with_texture_pack": "add_on_only@progress.add_on_with_texture_pack", - "texture_pack_optional": "add_on_only@progress.texture_pack_optional", - "texture_pack_required": "add_on_only@progress.texture_pack_required", - "texture_pack_raytracing_optional": "add_on_only@progress.texture_pack_raytracing_optional", - "texture_pack_raytracing_required": "add_on_only@progress.texture_pack_raytracing_required" + "resource_pack_download_required": "resource_pack_download_required@progress.resource_pack_download_required" } }, @@ -1691,6 +1570,12 @@ "type": "stack_panel", "orientation": "horizontal", "size": [ "100%c", "100%c" ], + "bindings": [ + { + "binding_name": "#cloud_link_visible", + "binding_name_override": "#visible" + } + ], "controls": [ { "cloud_support_hypertext@edu_common.underline_button": { @@ -1706,12 +1591,6 @@ { "binding_name": "#edu_cloud_error_hyperlink_label" } - ], - "bindings": [ - { - "binding_name": "#cloud_link_visible", - "binding_name_override": "#visible" - } ] } }, diff --git a/resource_pack/ui/realmsPlus_sections/content_section.json b/resource_pack/ui/realmsPlus_sections/content_section.json index b7ea15052..4b660e441 100644 --- a/resource_pack/ui/realmsPlus_sections/content_section.json +++ b/resource_pack/ui/realmsPlus_sections/content_section.json @@ -187,9 +187,7 @@ "size": [ "100%", "default" ], "color": "$body_text_color", "text": "$pack_type_description_text", - "font_type": "smooth", - "$description_label_binding|default": [], - "bindings": "$description_label_binding" + "font_type": "smooth" } } ] diff --git a/resource_pack/ui/realmsPlus_sections/faq_section.json b/resource_pack/ui/realmsPlus_sections/faq_section.json index 7db120cbf..f2462bbb5 100644 --- a/resource_pack/ui/realmsPlus_sections/faq_section.json +++ b/resource_pack/ui/realmsPlus_sections/faq_section.json @@ -142,24 +142,7 @@ "size": [ "100%", "100%c" ], "controls": [ { - "faq_question_left@realmsPlus_faq.image_left_faq_question_body": { - "bindings": [ - { - "binding_name": "(not #flip_faq_question_body)", - "binding_name_override": "#visible" - } - ] - } - }, - { - "faq_question_left_flip@realmsPlus_faq.image_right_faq_question_body": { - "bindings": [ - { - "binding_name": "#flip_faq_question_body", - "binding_name_override": "#visible" - } - ] - } + "faq_question_left@realmsPlus_faq.image_left_faq_question_body": {} } ] }, @@ -169,24 +152,7 @@ "size": [ "100%", "100%c" ], "controls": [ { - "faq_question_right@realmsPlus_faq.image_right_faq_question_body": { - "bindings": [ - { - "binding_name": "(not #flip_faq_question_body)", - "binding_name_override": "#visible" - } - ] - } - }, - { - "faq_question_right_flip@realmsPlus_faq.image_left_faq_question_body": { - "bindings": [ - { - "binding_name": "#flip_faq_question_body", - "binding_name_override": "#visible" - } - ] - } + "faq_question_right@realmsPlus_faq.image_right_faq_question_body": {} } ] }, @@ -295,24 +261,11 @@ "faq_image_local_path@realmsPlus_faq.faq_image_local": {} } ], - "$repo_image_texture": "textures/ui/realms_faq_spider", - "bindings": [ - { - "binding_name": "#realms_stories_enabled", - "binding_name_override": "#visible" - } - ] + "$repo_image_texture": "textures/ui/realms_faq_spider" } }, { - "faq_question_5_divider@realmsPlus_faq.faq_section_divider": { - "bindings": [ - { - "binding_name": "#realms_stories_enabled", - "binding_name_override": "#visible" - } - ] - } + "faq_question_5_divider@realmsPlus_faq.faq_section_divider": {} }, { "faq_question_6@realmsPlus_faq.image_right_faq_question_body_flip": { diff --git a/resource_pack/ui/realmsPlus_sections/landing_section.json b/resource_pack/ui/realmsPlus_sections/landing_section.json index 46e167c7d..1364a93bc 100644 --- a/resource_pack/ui/realmsPlus_sections/landing_section.json +++ b/resource_pack/ui/realmsPlus_sections/landing_section.json @@ -410,24 +410,11 @@ } }, { - "vertical_small_spacer_2@realmsPlus_landing.vertical_small_spacer": { - "bindings": [ - { - "binding_name": "#realms_stories_enabled", - "binding_name_override": "#visible" - } - ] - } + "vertical_small_spacer_2@realmsPlus_landing.vertical_small_spacer": {} }, { "info_text_bullet_2@realmsPlus_landing.info_text_bullet": { - "$info_text_line": "store.realmsPlus.landing.info2.social", - "bindings": [ - { - "binding_name": "#realms_stories_enabled", - "binding_name_override": "#visible" - } - ] + "$info_text_line": "store.realmsPlus.landing.info2.social" } } ] diff --git a/resource_pack/ui/realmsPlus_sections/realmsPlus_view_packs_screen.json b/resource_pack/ui/realmsPlus_sections/realmsPlus_view_packs_screen.json index b15c8aa87..5b8e8795f 100644 --- a/resource_pack/ui/realmsPlus_sections/realmsPlus_view_packs_screen.json +++ b/resource_pack/ui/realmsPlus_sections/realmsPlus_view_packs_screen.json @@ -130,8 +130,7 @@ { "store_factory@common_store.store_section_factory": { "$is_subscription_screen": true, - "$content_offer_panel_size": [ "100% - 40px", "100%" ], - "$realms_chevron_binding_name": "#view_packs_chevron" + "$content_offer_panel_size": [ "100% - 40px", "100%" ] } } ] diff --git a/resource_pack/ui/realms_settings_screen.json b/resource_pack/ui/realms_settings_screen.json index 5fd8c6306..d9b412bd7 100644 --- a/resource_pack/ui/realms_settings_screen.json +++ b/resource_pack/ui/realms_settings_screen.json @@ -897,13 +897,13 @@ "size": [ "50%", "100%" ], "controls": [ { - "time_since_text@realms_settings.label_text": { - "text": "#time_since_text", + "date_text@realms_settings.label_text": { + "text": "#date_text", "size": [ "100% - 8px", 10 ], "color": "$text_color", "bindings": [ { - "binding_name": "#time_since_text", + "binding_name": "#date_text", "binding_type": "collection", "binding_collection_name": "$collection_binding_name" } diff --git a/resource_pack/ui/realms_slots_screen.json b/resource_pack/ui/realms_slots_screen.json index c76e10535..e70089395 100644 --- a/resource_pack/ui/realms_slots_screen.json +++ b/resource_pack/ui/realms_slots_screen.json @@ -160,16 +160,7 @@ "realms_feed_button@common_buttons.light_glyph_button": { "$pressed_button_name": "button.view_feed", - "variables": [ - { - "requires": "$is_realms_stories_enabled", - "$button_content": "realms_slots.realms_stories_icon_glyph" - }, - { - "requires": "(not $is_realms_stories_enabled)", - "$button_content": "play.feed_icon" - } - ], + "$button_content": "realms_slots.realms_stories_icon_glyph", "$button_tts_header": "#realms_feed_button_tts_header", "bindings": [ { diff --git a/resource_pack/ui/realms_stories_transition_screen.json b/resource_pack/ui/realms_stories_transition_screen.json new file mode 100644 index 000000000..39614f809 --- /dev/null +++ b/resource_pack/ui/realms_stories_transition_screen.json @@ -0,0 +1,11 @@ +{ + "namespace": "realms_stories_transition", + + //-------------------------------------------------------------------------------- + // Common Controls + //-------------------------------------------------------------------------------- + + "realms_stories_transition_screen@common.base_screen": { + "$screen_content": "common.empty_panel" + } +} diff --git a/resource_pack/ui/redstone_screen.json b/resource_pack/ui/redstone_screen.json index 612963d14..d3759d0ab 100644 --- a/resource_pack/ui/redstone_screen.json +++ b/resource_pack/ui/redstone_screen.json @@ -80,7 +80,9 @@ ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 21 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 21 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] }, "crafter_input_grid": { @@ -433,7 +435,9 @@ ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] }, "hopper_screen@common.inventory_screen_common": { diff --git a/resource_pack/ui/resource_packs_screen.json b/resource_pack/ui/resource_packs_screen.json index 6488f93fb..1de58bf0d 100644 --- a/resource_pack/ui/resource_packs_screen.json +++ b/resource_pack/ui/resource_packs_screen.json @@ -2394,6 +2394,12 @@ }, "realms_packs_title_content@resource_packs.selected_packs_title_content": { + "variables": [ + { + "$title_text": "resourcePack.realmsPlus.title.packs.contentSub", + "$icon_texture": "textures/ui/sidebar_icons/csb_sidebar_icon" + } + ], "$title_text": "resourcePack.realmsPlus.title.packs.contentSub", "$icon_texture": "textures/ui/sidebar_icons/csb_sidebar_icon", "$count_name": "#realms_count", diff --git a/resource_pack/ui/settings_screen.json b/resource_pack/ui/settings_screen.json index 37f54889c..246dbf297 100644 --- a/resource_pack/ui/settings_screen.json +++ b/resource_pack/ui/settings_screen.json @@ -303,6 +303,13 @@ "$tts_section_header": "$general_section_header" } }, + { + "discovery_debug_button@general_section.discovery_debug_button": { + "ignored": "$is_publish", + "$toggle_group_forced_index": "$discovery_debug_forced_index", + "$tts_section_header": "$general_section_header" + } + }, { "ui_debug_button@general_section.ui_debug_button": { "ignored": "$is_publish", @@ -553,6 +560,12 @@ "visible": false } }, + { + "discovery_debug_section@general_section.discovery_debug_section": { + "ignored": "$is_publish", + "visible": false + } + }, { "how_to_play_section@general_section.how_to_play_section": { "visible": false } } ] } diff --git a/resource_pack/ui/settings_sections/general_section.json b/resource_pack/ui/settings_sections/general_section.json index b871aaf05..323e7b030 100644 --- a/resource_pack/ui/settings_sections/general_section.json +++ b/resource_pack/ui/settings_sections/general_section.json @@ -2364,6 +2364,29 @@ ] }, + "content_log_gui_level_content@settings_common.option_radio_dropdown_group": { + "$radio_buttons": [ + { + "@settings_common.radio_with_label": { + "$toggle_state_binding_name": "#content_log_gui_level_info", + "$radio_label_text": "options.content_log_gui.level.info" + } + }, + { + "@settings_common.radio_with_label": { + "$toggle_state_binding_name": "#content_log_gui_level_warn", + "$radio_label_text": "options.content_log_gui.level.warn" + } + }, + { + "@settings_common.radio_with_label": { + "$toggle_state_binding_name": "#content_log_gui_level_error", + "$radio_label_text": "options.content_log_gui.level.error" + } + } + ] + }, + "content_log_panel": { "type": "stack_panel", "size": [ "100%", "100%c" ], @@ -2416,6 +2439,17 @@ "$toggle_name": "content_log_gui" } }, + { + "option_content_log_gui_level@settings_common.option_dropdown": { + "$option_label": "options.content_log_gui.level", + "$dropdown_content": "general_section.content_log_gui_level_content", + "$dropdown_area": "content_area", + "$dropdown_name": "content_log_gui_level_dropdown", + "$options_dropdown_toggle_label_binding": "#content_log_gui_level_dropdown_toggle_label", + "$option_enabled_binding_name": "#content_log_gui_level_dropdown_enabled", + "$dropdown_scroll_content_size": [ "100%", "200%" ] + } + }, { "content_log_buttons": { "type": "stack_panel", @@ -3385,6 +3419,10 @@ { "binding_name": "$option_label" } + ], + "controls": [ + { "max_framerate_option@general_section.max_framerate_option": {} }, + { "option_generic_core@settings_common.option_generic_core": {} } ] }, "msaa_slider@settings_common.option_slider": { @@ -3743,6 +3781,60 @@ ] }, + "max_framerate_option_image": { + "type": "image", + "size": [ 7, 11 ], + "texture": "textures/ui/infobulb" + }, + + "max_framerate_option_popup@common.static_tooltip_popup_with_image_and_text": { + "size": [ "100% - 4px", "100%cm + 8px" ], + "anchor_from": "top_middle", + "anchor_to": "bottom_middle", + "$tooltip_panel_offset": [ 0, -10 ], + "$tooltip_popup_image": "textures/ui/infobulb", + "$tooltip_button_binding_type": "global", + "$tooltip_button_collection_name": "", + "$tooltip_popup_visible_binding|default": "#max_framerate_option_tooltip_visible", + "$tooltip_text_binding_name": "#max_framerate_option_tooltip_text", + "$tooltip_chevron_anchor": "bottom_right", + "$tooltip_popup_chevron_offset": [ "-30%x", "100%y - 3px" ] + }, + + "max_framerate_option": { + "type": "panel", + "size": [ "100%", 0 ], + "anchor_from": "top_right", + "anchor_to": "top_right", + "controls": [ + { + "max_framerate_option_image@general_section.max_framerate_option_image": { + "offset": [ -14, 0 ], + "anchor_from": "top_right", + "anchor_to": "top_right", + "layer": 3, + "controls": [ + { + "hover_detection_input_panel": { + "type": "input_panel", + "consume_hover_events": false, + "focus_enabled": true, + "tts_skip_message": true, + "button_mappings": [ + { + "to_button_id": "button.max_framerate_option_is_hovered", + "mapping_type": "pressed" + } + ] + } + } + ] + } + }, + { "max_framerate_option_popup@general_section.max_framerate_option_popup": {} } + ] + }, + "rtx_disabled_option_upsell_image": { "type": "image", "size": [ 7, 11 ], @@ -7632,6 +7724,174 @@ ] }, + ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + // Discovery Debug Tab + + "discovery_debug_button@settings_common.section_toggle_base": { + "$toggle_view_binding_name": "discovery_debug_button_toggle", + "$glyph_texture": "textures/ui/servers", + "$glyph_color_texture": "textures/ui/servers", + "$glyph_size": [ 15, 15 ], + "$button_text": "Discovery", + "$toggle_property_bag": { + "#panel_title": "Discovery" + } + }, + + "discovery_debug_section": { + "type": "stack_panel", + "size": [ "100%", "100%c" ], + "anchor_from": "top_left", + "anchor_to": "top_left", + "bindings": [ + { + "binding_type": "view", + "source_control_name": "discovery_debug_button_toggle", + "source_property_name": "#toggle_state", + "target_property_name": "#visible" + } + ], + "controls": [ + { + "option_discovery_environment@settings_common.option_dropdown": { + "$ignored": "$creator_build", + "$option_label": "options.discoveryEnvironment", + "$dropdown_content": "general_section.dev_discovery_environment_dropdown_content", + "$dropdown_area": "content_area", + "$dropdown_name": "dev_discovery_environment_dropdown", + "$options_dropdown_toggle_label_binding": "#dev_discovery_environment_dropdown_toggle_label", + "$option_enabled_binding_name": "#dev_discovery_environment_dropdown_enabled", + "$dropdown_scroll_content_size": [ "100%", "250%" ] + } + }, + { + "debug_override_discovery_panel": { + "type": "panel", + "size": [ "100%", "100%c" ], + "controls": [ + { + "override_discovery_panel_background": { + "type": "stack_panel", + "size": [ "90%", "100%c" ], + "controls": [ + { + "option_toggle_discovery_override@settings_common.option_toggle": { + "$option_label": "options.dev_showDiscoveryOverridePanel", + "$option_binding_name": "#dev_show_discovery_overrides", + "$option_enabled_binding_name": "#dev_show_discovery_overrides_enabled", + "$toggle_name": "dev_show_discovery_overrides" + } + }, + { + "spacer_0": { + "type": "panel", + "size": [ "100%", 4 ] + } + }, + { + "override_discovery_options_panel": { + "type": "stack_panel", + "size": [ "100%", "100%c" ], + "bindings": [ + { + "binding_name": "#dev_show_discovery_overrides", + "binding_name_override": "#visible" + } + ], + "controls": [ + { + "text_edit_discovery_override_service_name@settings_common.option_text_edit": { + "$option_generic_panel_size": [ "100%", "100%c" ], + "$option_label": "options.dev_discoveryOverrideServiceName", + "$text_box_name": "dev_discovery_override_service_name", + "$option_binding_name": "#dev_discovery_override_service_name", + "$option_enabled_binding_name": "#dev_discovery_override_service_name_enabled", + "$max_text_edit_length": 50 + } + }, + { + "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 + } + }, + { + "service_override_management_panel": { + "type": "stack_panel", + "orientation": "horizontal", + "size": [ "100%", 30 ], + "controls": [ + { + "reset_endpoint_override@common_buttons.light_text_button": { + "size": [ "50%", "100%" ], + "$pressed_button_name": "button.reset_to_default_endpoint_override", + "$button_text": "options.dev_clearFlights" + } + }, + { + "apply_endpoint_override@common_buttons.light_text_button": { + "size": [ "50%", "100%" ], + "$pressed_button_name": "button.apply_endpoint_override", + "$button_text": "options.dev_apply" + } + } + ] + } + }, + { + "spacer_1": { + "type": "panel", + "size": [ "100%", 4 ] + } + }, + { + "active_service_overrides_label": { + "type": "label", + "text": "#active_service_overrides_label_text", + "size": [ "100%", "default" ], + "color": "$body_text_color", + "bindings": [ + { + "binding_name": "#active_service_overrides_label_text" + } + ] + } + }, + { + "spacer_2": { + "type": "panel", + "size": [ "100%", 4 ] + } + }, + { + "reset_all_endpoint_overrides_button@common_buttons.light_text_button": { + "$pressed_button_name": "button.reset_all_endpoint_overrides", + "size": [ "100%", 30 ], + "$button_text": "options.dev_resetAllEndpointOverrides", + "bindings": [ + { + "binding_name": "#show_reset_all_endpoint_overrides_button", + "binding_name_override": "#visible" + } + ] + } + } + ] + } + } + ] + } + } + ] + } + } + ] + }, + ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// "debug_button@settings_common.section_toggle_base": { @@ -8373,6 +8633,39 @@ "$button_text": "Reset Cloud Upload Dialog Option" } }, + { + "padding_graphics_options": { + "type": "panel", + "size": [ "100%", 3 ] + } + }, + { + "option_shadersdk_service_ip@settings_common.option_text_edit": { + "$option_label": "Material Compiler Service IP", + "$text_box_name": "shadersdk_service_ip", + "$option_binding_name": "#shadersdk_service_ip", + "$option_enabled_binding_name": "#shadersdk_service_ip_enabled", + "$max_text_edit_length": 50 + } + }, + { + "option_shadersdk_service_port@settings_common.option_text_edit": { + "$option_label": "Material Compiler Service Port", + "$text_box_name": "shadersdk_service_port", + "$option_binding_name": "#shadersdk_service_port", + "$option_enabled_binding_name": "#shadersdk_service_port_enabled", + "$max_text_edit_length": 50 + } + }, + { + "option_shadersdk_target_port@settings_common.option_text_edit": { + "$option_label": "Material Compiler Target Port", + "$text_box_name": "shadersdk_target_port", + "$option_binding_name": "#shadersdk_target_port", + "$option_enabled_binding_name": "#shadersdk_target_port_enabled", + "$max_text_edit_length": 50 + } + }, { "padding_graphics_buttons": { "type": "panel", @@ -8485,13 +8778,6 @@ "size": [ "100%", 3 ] } }, - { - "realms_stories_toggle@settings_common.option_toggle": { - "$option_label": "options.dev_realms_stories", - "$option_binding_name": "#dev_realms_stories", - "$toggle_name": "dev_realms_stories" - } - }, { "realms_without_purchase_toggle@settings_common.option_toggle": { "$option_label": "options.dev_createRealmWithoutPurchase", @@ -8720,18 +9006,6 @@ { "date_options_panel@general_section.date_options_panel": {} }, - { - "option_discovery_environment@settings_common.option_dropdown": { - "$ignored": "$creator_build", - "$option_label": "options.discoveryEnvironment", - "$dropdown_content": "general_section.dev_discovery_environment_dropdown_content", - "$dropdown_area": "content_area", - "$dropdown_name": "dev_discovery_environment_dropdown", - "$options_dropdown_toggle_label_binding": "#dev_discovery_environment_dropdown_toggle_label", - "$option_enabled_binding_name": "#dev_discovery_environment_dropdown_enabled", - "$dropdown_scroll_content_size": [ "100%", "250%" ] - } - }, { "option_clear_store_cache_button@settings_common.action_button": { "$pressed_button_name": "dev_clear_store_cache_button", @@ -9809,26 +10083,30 @@ }, { "open_ore_ui_docs@settings_common.action_button": { + "enabled": "(not $test_infrastructure_disabled)", "$pressed_button_name": "button.open_ore_ui_docs", - "$button_text": "Open Ore UI Documentation" + "$button_text": "Ore UI Docs (needs test infra)" } }, { "open_ore_ui_tests@settings_common.action_button": { + "enabled": "(not $test_infrastructure_disabled)", "$pressed_button_name": "button.open_ore_ui_tests", - "$button_text": "Open Ore UI Test Screens" + "$button_text": "Ore UI Tests (needs test infra)" } }, { "open_ore_ui_perf@settings_common.action_button": { + "enabled": "(not $test_infrastructure_disabled)", "$pressed_button_name": "button.open_ore_ui_perf", - "$button_text": "Open Ore UI Performance Screens" + "$button_text": "Ore UI Perf (needs test infra)" } }, { "open_ore_ui_test_modal@settings_common.action_button": { + "enabled": "(not $test_infrastructure_disabled)", "$pressed_button_name": "button.open_ore_ui_test_modal", - "$button_text": "Open Ore UI Test Modal" + "$button_text": "Ore UI Test Modal (needs test infra)" } }, { @@ -10644,6 +10922,12 @@ "$radio_label_text": "options.dev_sunsetting_tier.five" } }, + { + "sunsetting_tier6@settings_common.radio_with_label": { + "$toggle_state_binding_name": "#sunsetting_tier6", + "$radio_label_text": "options.dev_sunsetting_tier.six" + } + }, { "sunsetting_not_pending@settings_common.radio_with_label": { "$toggle_state_binding_name": "#sunsetting_not_pending", diff --git a/resource_pack/ui/skin_pack_purchase_screen.json b/resource_pack/ui/skin_pack_purchase_screen.json index 539ca170b..501eaa25a 100644 --- a/resource_pack/ui/skin_pack_purchase_screen.json +++ b/resource_pack/ui/skin_pack_purchase_screen.json @@ -69,6 +69,13 @@ "binding_type": "collection", "binding_collection_name": "skins_collection", "binding_name": "#skin_index" + }, + { + // Used to hide the long animation when popping + "binding_type": "collection", + "binding_collection_name": "skins_collection", + "binding_name_override": "#visible", + "binding_name": "#skin_animations" } ] } @@ -482,7 +489,15 @@ "skins_panel": { "type": "panel", + "clip_state_change_event": "skin_pack_clip_event", "$grid_size|default": [ "100% - 4px", "100%" ], + "bindings": [ + { + "binding_type": "$store_factory_collection_details", + "binding_collection_name": "$store_factory_collection_name", + "binding_collection_prefix": "$store_factory_collection_prefix" + } + ], "controls": [ { "bg": { @@ -533,7 +548,7 @@ "focus_enabled": true, "focus_wrap_enabled": false, - + "hover_control": "hover", "bindings": [ diff --git a/resource_pack/ui/smithing_table_2_screen.json b/resource_pack/ui/smithing_table_2_screen.json index fea703e2e..149029f7d 100644 --- a/resource_pack/ui/smithing_table_2_screen.json +++ b/resource_pack/ui/smithing_table_2_screen.json @@ -627,7 +627,9 @@ ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] } diff --git a/resource_pack/ui/smithing_table_2_screen_pocket.json b/resource_pack/ui/smithing_table_2_screen_pocket.json index c88d3ba6e..fd654125a 100644 --- a/resource_pack/ui/smithing_table_2_screen_pocket.json +++ b/resource_pack/ui/smithing_table_2_screen_pocket.json @@ -621,7 +621,9 @@ }, { "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 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] } diff --git a/resource_pack/ui/smithing_table_screen.json b/resource_pack/ui/smithing_table_screen.json index 0b970ab77..6b063fc06 100644 --- a/resource_pack/ui/smithing_table_screen.json +++ b/resource_pack/ui/smithing_table_screen.json @@ -302,7 +302,9 @@ ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 21 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 21 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_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 8b74067b8..00c5247bf 100644 --- a/resource_pack/ui/smithing_table_screen_pocket.json +++ b/resource_pack/ui/smithing_table_screen_pocket.json @@ -301,7 +301,9 @@ "$offset": [ 0, "85%" ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 21 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 21 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] } } diff --git a/resource_pack/ui/start_screen.json b/resource_pack/ui/start_screen.json index 88b3f27a3..0243c7203 100644 --- a/resource_pack/ui/start_screen.json +++ b/resource_pack/ui/start_screen.json @@ -1269,32 +1269,6 @@ ] } }, - { - "invite_padding": { - "type": "panel", - "size": [ 3, "100%" ], - "bindings": [ - { - "binding_name": "#realms_notification_visible", - "binding_name_override": "#visible" - } - ] - } - }, - { - "invite_btn_other@start.column_frame": { - "size": [ 28, 32 ], - "controls": [ - { "invite_button@start.realms_pending_invite_panel": {} } - ], - "bindings": [ - { - "binding_name": "#realms_notification_visible", - "binding_name_override": "#visible" - } - ] - } - }, { "inbox_padding": { "type": "panel", @@ -2111,31 +2085,6 @@ ] }, - "realms_pending_invite_panel": { - "type": "panel", - "layer": 1, - "size": [ 24, 24 ], - "controls": [ - { - "button@start.invite_notification_button": { - "$pressed_button_name": "button.menu_invite_notification", - "$button_tts_header": "realmsInvitationScreen.shareTitle" - } - }, - { - "count@start.notification_button_text_panel": { - "offset": [ -2.5, 2 ] - } - } - ], - "bindings": [ - { - "binding_name": "#realms_notification_visible", - "binding_name_override": "#visible" - } - ] - }, - //--------------------------------------------------------------------------- // Cloud Upload Popup //--------------------------------------------------------------------------- diff --git a/resource_pack/ui/stonecutter_screen.json b/resource_pack/ui/stonecutter_screen.json index 0b5814381..fb0108549 100644 --- a/resource_pack/ui/stonecutter_screen.json +++ b/resource_pack/ui/stonecutter_screen.json @@ -477,14 +477,7 @@ "inherit_max_sibling_height": true, "controls": [ { - "arrow_icon@stonecutter.arrow_icon": { - "bindings": [ - { - "binding_name": "#has_input_item", - "binding_name_override": "#visible" - } - ] - } + "arrow_icon@stonecutter.arrow_icon": {} } ] } @@ -672,7 +665,9 @@ { "item_lock_notification_factory@common.item_lock_notification_factory": {} }, { "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 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] }, diff --git a/resource_pack/ui/stonecutter_screen_pocket.json b/resource_pack/ui/stonecutter_screen_pocket.json index 6824b13e3..ca5d32f14 100644 --- a/resource_pack/ui/stonecutter_screen_pocket.json +++ b/resource_pack/ui/stonecutter_screen_pocket.json @@ -473,7 +473,9 @@ }, { "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 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] } } diff --git a/resource_pack/ui/storage_management.json b/resource_pack/ui/storage_management.json index 257df6f56..ee1656a9b 100644 --- a/resource_pack/ui/storage_management.json +++ b/resource_pack/ui/storage_management.json @@ -31,7 +31,20 @@ { "file_storage_dropdown@settings_common.option_dropdown": { "$option_label": "options.filelocation.title", - "ignored": "($is_holographic and $is_reality_mode)", + "ignored": "($education_edition or ($is_holographic and $is_reality_mode))", + "visible": "($storage_location_switch_enabled and not $gear_vr)", + "$dropdown_content": "general_section.file_storage_location_content", + "$dropdown_area": "content_area", + "$dropdown_name": "file_storage_location", + "$option_enabled_binding_name": "#file_storage_location_enabled", + "$options_dropdown_toggle_label_binding": "#file_storage_location_toggle_label", + "$dropdown_scroll_content_size": [ "100%", "200%" ] + } + }, + { + "file_storage_dropdown_edu@settings_common.option_dropdown": { + "$option_label": "options.filelocation.title.edu", + "ignored": "((not $education_edition) or ($is_holographic and $is_reality_mode))", "visible": "($storage_location_switch_enabled and not $gear_vr)", "$dropdown_content": "general_section.file_storage_location_content", "$dropdown_area": "content_area", diff --git a/resource_pack/ui/store_common.json b/resource_pack/ui/store_common.json index f6be03c95..39b7bd8a6 100644 --- a/resource_pack/ui/store_common.json +++ b/resource_pack/ui/store_common.json @@ -1975,7 +1975,7 @@ "color": "$chevron_color", "bindings": [ { - "binding_name": "(not #gamepad_helper_visible)", + "binding_name": "(not #is_using_gamepad)", "binding_name_override": "#visible" } ] @@ -1988,7 +1988,13 @@ "anchor_to": "center", "$hide_description|default": true, "$gamepad_helper_icon_size|default": [ 18, 18 ], - "$gamepad_helper_layer": 10 + "$gamepad_helper_layer": 10, + "bindings": [ + { + "binding_name": "#is_using_gamepad", + "binding_name_override": "#visible" + } + ] } } ] @@ -2297,12 +2303,14 @@ } } ], - "bindings": [ + + "$search_header_bindings|default": [ { "binding_name": "#search_header_visible", "binding_name_override": "#visible" } - ] + ], + "bindings": "$search_header_bindings" }, "store_header_with_coins": { @@ -3582,9 +3590,6 @@ "size": [ "100%", 12 ], "ignored": "(not $ignore_durable_status_content)", "controls": [ - { - "realms_plus_panel@common_store.store_offer_realms_plus_panel": {} - }, // ToDo: make the chevron and sales banner work together when dynamic scaling is completed { "sales_banner": { @@ -3690,32 +3695,6 @@ ] }, - "store_offer_realms_plus_panel": { - "type": "panel", - "size": [ "100%c", "100%c" ], - "controls": [ - { - "realmsPlus_chevron@realmsPlus_content.realms_plus_content_chevron": { - "layer": 10, - "offset": [ -3, 4 ], // polish hack - aligns the banner to be flush with the bottom of the background panel - "bindings": [ - { - "binding_type": "$store_factory_collection_details", - "binding_collection_name": "$store_factory_collection_name", - "binding_collection_prefix": "$store_factory_collection_prefix" - }, - { - "binding_type": "$offer_binding_type", - "binding_name": "$realms_chevron_binding_name", - "binding_collection_name": "$offer_collection_name", - "binding_name_override": "#visible" - } - ] - } - } - ] - }, - "store_offer_sales_markdown_percentage_panel": { "type": "panel", "size": [ "100%c", 12 ], @@ -4201,9 +4180,6 @@ "$store_factory_collection_name": "factory_collection", "$is_subscription_screen|default": false, "$content_offer_panel_size|default": [ "100% - 48px", "100%" ], - "$realms_chevron_binding_name|default": "#realms_chevron_visibility", - "$realm_expiration_banner_visible|default": "#realm_expiration_banner_visible", - "$realms_expiration_label|default": "#realms_expiration_label", "$ignore_search_offer_content": true, "$always_show_layer": 200, "$always_show_paper_doll": 190, @@ -4266,9 +4242,6 @@ "$store_factory_collection_name", "$store_factory_binding_type", "$is_subscription_screen", - "$realms_chevron_binding_name", - "$realm_expiration_banner_visible", - "$realms_expiration_label", "$is_mashup", "$main_content_focus_container_left", "$main_content_focus_container_left_custom", @@ -4833,7 +4806,13 @@ }, { "left_bumper@common.gamepad_helper_left_bumper": { - "$gamepad_helper_icon_size": [ 20, 20 ] + "$gamepad_helper_icon_size": [ 20, 20 ], + "bindings": [ + { + "binding_name": "#is_using_gamepad", + "binding_name_override": "#visible" + } + ] } } ] @@ -4875,7 +4854,13 @@ }, { "right_bumper@common.gamepad_helper_right_bumper": { - "$gamepad_helper_icon_size": [ 20, 20 ] + "$gamepad_helper_icon_size": [ 20, 20 ], + "bindings": [ + { + "binding_name": "#is_using_gamepad", + "binding_name_override": "#visible" + } + ] } } ] @@ -4981,9 +4966,6 @@ "$is_subscription_screen|default": false, "$content_offer_panel_size|default": [ "100% - 48px", "100%c" ], - "$realms_chevron_binding_name|default": "#realms_chevron_visibility", - "$realm_expiration_banner_visible|default": "#realm_expiration_banner_visible", - "$realms_expiration_label|default": "#realms_expiration_label", "factory": { "name": "carousel_factory", @@ -4998,10 +4980,7 @@ "$store_factory_collection_prefix", "$store_factory_collection_name", "$store_factory_binding_type", - "$is_subscription_screen", - "$realms_chevron_binding_name", - "$realm_expiration_banner_visible", - "$realms_expiration_label" + "$is_subscription_screen" ] }, "collection_name": "carousel_row_collection_name", @@ -5441,28 +5420,6 @@ "anchor_to": "left_middle", "$timer_visible": true, "controls": [ - { - "blade_realmsPlus_chevron@realmsPlus_content.realms_plus_content_chevron": { - "offset": [ -2, 1 ], - "$default_state": false, - "$hover_state": false, - "$pressed_state": false, - "layer": 10, - "bindings": [ - { - "binding_type": "$store_factory_collection_details", - "binding_collection_name": "$store_factory_collection_name", - "binding_collection_prefix": "$store_factory_collection_prefix" - }, - { - "binding_type": "$blade_offer_binding_type", - "binding_name": "$realms_chevron_binding_name", - "binding_collection_name": "$blade_offer_collection_name", - "binding_name_override": "#visible" - } - ] - } - }, { "blade_markdown_background@common_store.markdown_background": { "layer": 9, // Needs to be a higher layer than the strikethru text @@ -8708,9 +8665,6 @@ "$store_offer_grid_collection_name", "$store_offer_grid_prefix", "$is_subscription_screen", - "$realms_chevron_binding_name", - "$realm_expiration_banner_visible", - "$realms_expiration_label", "$is_mashup", "$main_content_focus_container_left", "$main_content_focus_container_left_custom", @@ -8767,9 +8721,6 @@ "$store_factory_collection_name", "$store_factory_binding_type", "$is_subscription_screen", - "$realms_chevron_binding_name", - "$realm_expiration_banner_visible", - "$realms_expiration_label", "$is_mashup", "$main_content_focus_container_left", "$main_content_focus_container_left_custom", diff --git a/resource_pack/ui/store_data_driven_screen.json b/resource_pack/ui/store_data_driven_screen.json index 6dc771040..e2969391c 100644 --- a/resource_pack/ui/store_data_driven_screen.json +++ b/resource_pack/ui/store_data_driven_screen.json @@ -322,33 +322,15 @@ "$show_background": false }, - "character_creator_sdl_section_content": { - "type": "panel", - "size": [ "100%", "100%" ], - "controls": [ - { "color_picker_content_panel@persona_sdl.color_picker_content_panel": {} }, + "character_creator_sdl_scroll_section@store_layout.sdl_scrolling_section_panel": { + "variables": [ { - "sdl_scroll_section@store_layout.sdl_scrolling_section_panel": { - "variables": [ - { - "requires": "$is_ps4", - "$scroll_view_control_anchor": "top_left", - "$scroll_view_control_size": [ "100%", "100% - 25px" ], - "$scroll_view_port_panel_size": [ "100%", "100% + 25px" ], - "$scroll_view_port_size": [ "100%", "100% - 25px" ], - "$scroll_view_port_clips_children": false - } - ], - "bindings": [ - { - "binding_type": "view", - "source_control_name": "color_picker_content_panel", - "source_property_name": "(not #visible)", - "target_property_name": "#visible", - "resolve_sibling_scope": true - } - ] - } + "requires": "$is_ps4", + "$scroll_view_control_anchor": "top_left", + "$scroll_view_control_size": [ "100%", "100% - 25px" ], + "$scroll_view_port_panel_size": [ "100%", "100% + 25px" ], + "$scroll_view_port_size": [ "100%", "100% - 25px" ], + "$scroll_view_port_clips_children": false } ] }, @@ -357,7 +339,7 @@ "type": "stack_panel", "size": [ "52%", "100%" ], "layer": 2, - "$persona_dialog_content": "store_layout.character_creator_sdl_section_content", + "$persona_dialog_content|default": "store_layout.character_creator_sdl_scroll_section", "$scrolling_content_anchor_from": "top_middle", "$scrolling_content_anchor_to": "top_middle", "$scroll_view_port_size": [ "100% - 8px", "100%" ], @@ -409,19 +391,15 @@ "@persona_sdl.enter_screen_appearance_size_animation" ], + + "$character_creator_right_side_content|default": "persona_sdl.default_right_side_stack", + "controls": [ { "left_main_panel_padding@persona_sdl.horizontal_2_padding": {} }, { "character_creator_sdl_portion@store_layout.character_creator_sdl_section": {} }, { "middle_main_panel_padding@persona_sdl.horizontal_1_padding": {} }, - { "right_main_panel@persona.right_side_stack": {} }, + { "right_main_panel@$character_creator_right_side_content": {} }, { "right_main_panel_padding@persona_sdl.horizontal_2_padding": {} } - ], - "bindings": [ - { - "binding_name": "(not #expanded_appearance_visible)", - "binding_name_override": "#visible", - "binding_condition": "always" - } ] }, @@ -429,7 +407,6 @@ "type": "panel", "size": [ "100%", "100%" ], "controls": [ - { "expanded_appearance_view@persona_sdl.expanded_appearance_view": {} }, { "character_creator_panel@store_layout.character_creator_panel": {} } ] }, @@ -1162,7 +1139,7 @@ ] }, - + //-------------------------------------------------------------------------------- // Screen @@ -1202,7 +1179,6 @@ { "requires": "(not $use_animation)", "$screen_animations": [ - "@common.screen_exit_animation_no_offset" ], "$background_animations": [] }, @@ -1354,16 +1330,10 @@ "$is_full_screen_layout": true }, - ////////////////////////////////////////////////////// - // SDL Screens - ////////////////////////////////////////////////////// - "store_data_driven_screen@store_layout.sdl_base_screen": { - }, - - "character_creator_screen@store_layout.sdl_base_screen": { + "character_creator_base_screen@store_layout.sdl_base_screen": { "$sdl_screen_content": "store_layout.character_creator_screen_layout", "$allows_sdl_section_focus_container": false, - "$ignore_search": true, + "$ignore_search": "(not $is_persona_search_enabled)", "bindings": [ { "binding_name": "#register_as_dressing_room_scene", @@ -1379,20 +1349,32 @@ ] }, + ////////////////////////////////////////////////////// + // SDL Screens + ////////////////////////////////////////////////////// + "store_data_driven_screen@store_layout.sdl_base_screen": {}, + + "character_creator_screen@store_layout.character_creator_base_screen": { + "$sdl_screen_content": "store_layout.character_creator_screen_layout" + }, + "dressing_room_color_picker_screen@store_layout.character_creator_screen": { + "$persona_dialog_content": "persona_sdl.color_picker_content_panel", + "$character_creator_right_side_content": "persona_sdl.color_picker_right_side_stack" }, - "expanded_appearance_view_screen@store_layout.character_creator_screen": { + "expanded_appearance_view_screen@store_layout.character_creator_base_screen": { + "$sdl_screen_content": "persona_sdl.expanded_appearance_view" }, "non_scrollable_sdl_screen@store_layout.sdl_base_screen": { "$is_non_scrollable_sdl_screen": true, - "$ignore_search": true + "$ignore_search": "(not $is_persona_search_enabled)" }, "skin_selector_screen@store_layout.sdl_base_screen": { "$sdl_screen_content": "store_layout.character_creator_screen_layout", - "$ignore_search": true, + "$ignore_search": "(not $is_persona_search_enabled)", "bindings": [ { "binding_name": "#register_as_dressing_room_scene", diff --git a/resource_pack/ui/store_item_list_screen.json b/resource_pack/ui/store_item_list_screen.json index 3ee03628a..2a37cd1ab 100644 --- a/resource_pack/ui/store_item_list_screen.json +++ b/resource_pack/ui/store_item_list_screen.json @@ -234,10 +234,7 @@ } }, { - "csb_expiration_banner@common_store.csb_expiration": { - "$realm_expiration_banner_visible": "#csb_expiration_banner_visible", - "$realms_expiration_label": "#csb_expiration_label" - } + "csb_expiration_banner@common_store.csb_expiration": {} } ] } diff --git a/resource_pack/ui/store_search_screen.json b/resource_pack/ui/store_search_screen.json index 6af9a47ca..f2d98d6fb 100644 --- a/resource_pack/ui/store_search_screen.json +++ b/resource_pack/ui/store_search_screen.json @@ -80,10 +80,6 @@ "$offer_collection_prefix": "offer", "$offer_collection_name": "offer_collection", - "$realms_chevron_binding_name|default": "#realms_chevron_visibility", - "$realm_expiration_banner_visible|default": "#realm_expiration_banner_visible", - "$realms_expiration_label|default": "#realms_expiration_label", - "collection_name": "$offer_collection_name", "bindings": [ { diff --git a/resource_pack/ui/sync_iaps_to_xbl_screen.json b/resource_pack/ui/sync_iaps_to_xbl_screen.json deleted file mode 100644 index a9774ae15..000000000 --- a/resource_pack/ui/sync_iaps_to_xbl_screen.json +++ /dev/null @@ -1,167 +0,0 @@ -/******************************************************** -+* (c) Mojang. All rights reserved * -+* (c) Microsoft. All rights reserved. * -+*********************************************************/ - -{ - "namespace": "sync_iaps_to_xbl", - - "padding": { - "type": "panel", - "size": [ "100%", 2 ] - }, - - "image_panel": { - "type": "panel", - "size": [ "100%", "100%c + 2px" ], - "controls": [ - { - "image": { - "type": "image", - "texture": "textures/ui/xboxconversionkeyart", - "size": [ "100% - 2px", "42.86%x" ], - "controls": [ - { - "border@common.square_image_border_white": { - "size": [ "100% + 2px", "100% + 2px" ], - "layer": 2, - "color": [ 0, 0, 0 ] - } - } - ] - } - } - ] - }, - - "dialog_content": { - "type": "stack_panel", - "size": [ "100% - 4px", "100% - 4px" ], - "controls": [ - { - "image_panel@sync_iaps_to_xbl.image_panel": {} - }, - { - "padding_0@sync_iaps_to_xbl.padding": {} - }, - { - "description_label_wrapper@common.tts_label_focus_wrapper": { - "size": [ "100%", "fill" ], - "$tts_label_panel": "sync_iaps_to_xbl.scrolling_panel", - "$focus_border_size": [ "100% + 2px", "100%" ] - } - }, - { - "padding_1@sync_iaps_to_xbl.padding": {} - }, - { - "button_panel": { - "type": "stack_panel", - "orientation": "horizontal", - "size": [ "100%", 30 ], - "controls": [ - { - "sync_iaps_to_xbl_button@common_buttons.light_text_button": { - "$pressed_button_name": "button.sync_now", - "$button_text": "xbl.syncIAP.syncNow", - "size": [ "50% - 1px", 30 ], - "$button_text_max_size": [ "100%", 20 ] - } - }, - { - "padding": { - "type": "panel", - "size": [ 2, "100%" ] - } - }, - { - "skip_claim_button@common_buttons.light_text_button": { - "$pressed_button_name": "button.sync_later", - "$button_text": "xbl.syncIAP.syncLaterEllipsis", - "size": [ "50% - 1px", 30 ], - "$button_text_max_size": [ "100%", 20 ] - } - } - ] - } - } - ] - }, - - "scrolling_panel@common.scrolling_panel": { - "$show_background": false, - "$scroll_box_visible_touch": true, - "size": [ "100%", "100%" ], - "$scrolling_content": "sync_iaps_to_xbl.description_label_panel", - "$scroll_size": [ 5, "100%" ], - "$scrolling_pane_size": [ "100%", "100%" ], - "$scrolling_pane_offset": [ 0, 0 ], - "$scroll_bar_right_padding_size": [ 0, 0 ] - }, - - "description_label_panel": { - "type": "panel", - "size": [ "100%", "100%c" ], - "layer": 1, - "$font_scale": 0.8, - "controls": [ - { - "line1": { - "type": "label", - "size": [ "100%", "default" ], - "text": "xbl.syncIAP.description", - "font_type": "smooth", - "color": "$body_text_color", - "font_scale_factor": "$font_scale", - "bindings": [ - { - "binding_type": "global", - "binding_condition": "once", - "binding_name": "#tts_dialog_body" - } - ], - "property_bag": { - "#tts_dialog_body": "xbl.syncIAP.description" - } - } - } - ] - }, - - // ----------------------------------------------- - // - // screen - // - // ----------------------------------------------- - "sync_iaps_to_xbl_screen@common.base_screen": { - "button_mappings": [ - { - "from_button_id": "button.menu_cancel", - "to_button_id": "button.sync_later", - "mapping_type": "global" - } - ], - "$screen_content": "sync_iaps_to_xbl.sync_iaps_to_xbl_screen_content" - }, - - "sync_iaps_to_xbl_screen_content": { - "type": "panel", - "controls": [ - { - "root_panel": { - "type": "panel", - "controls": [ - { "dialog@sync_iaps_to_xbl.screen_dialog": { "layer": 1 } } - ] - } - } - ] - }, - - "screen_dialog@common_dialogs.main_panel_no_buttons": { - "$text_name": "xbl.syncIAP.title", - "$child_control": "sync_iaps_to_xbl.dialog_content", - "$show_close_button": false, - "size": [ 240, "100% - 4px" ] - } -} \ No newline at end of file diff --git a/resource_pack/ui/toast_screen.json b/resource_pack/ui/toast_screen.json index 30ecb4314..7e0e6d7dd 100644 --- a/resource_pack/ui/toast_screen.json +++ b/resource_pack/ui/toast_screen.json @@ -521,7 +521,7 @@ { "subtext@toast_screen.toast_label": { "size": [ "100%", "100%" ], - "offset": [ 0, -2 ], + "offset": [ 0, 0 ], "text": "#toast_subtitle", "bindings": [ { diff --git a/resource_pack/ui/trade_2_screen.json b/resource_pack/ui/trade_2_screen.json index 10133ea93..6a1eb4d40 100644 --- a/resource_pack/ui/trade_2_screen.json +++ b/resource_pack/ui/trade_2_screen.json @@ -1499,7 +1499,9 @@ { "item_lock_notification_factory@common.item_lock_notification_factory": {} }, { "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 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] }, diff --git a/resource_pack/ui/trade_2_screen_pocket.json b/resource_pack/ui/trade_2_screen_pocket.json index 6354d8e98..a4179feb4 100644 --- a/resource_pack/ui/trade_2_screen_pocket.json +++ b/resource_pack/ui/trade_2_screen_pocket.json @@ -544,7 +544,9 @@ }, { "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 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 15 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] } diff --git a/resource_pack/ui/trade_screen.json b/resource_pack/ui/trade_screen.json index 1f485f522..0378ae523 100644 --- a/resource_pack/ui/trade_screen.json +++ b/resource_pack/ui/trade_screen.json @@ -530,7 +530,9 @@ ] } }, - { "flying_item_renderer@common.flying_item_renderer": {"layer": 21} } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 21 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ] }, diff --git a/resource_pack/ui/trade_screen_pocket.json b/resource_pack/ui/trade_screen_pocket.json index b4502b97d..aeed63dbd 100644 --- a/resource_pack/ui/trade_screen_pocket.json +++ b/resource_pack/ui/trade_screen_pocket.json @@ -364,7 +364,9 @@ "$offset": [ 0, "85%" ] } }, - { "flying_item_renderer@common.flying_item_renderer": { "layer": 21 } } + { "flying_item_renderer@common.flying_item_renderer": { "layer": 21 } }, + { "bundle_touch_tooltip@gameplay.bundle_touch_tooltip": {} }, + { "bundle_cursor_tooltip@gameplay.bundle_cursor_tooltip": {} } ], "button_mappings": [ { diff --git a/resource_pack/ui/ui_common.json b/resource_pack/ui/ui_common.json index 2c5adc4a8..9974edc85 100644 --- a/resource_pack/ui/ui_common.json +++ b/resource_pack/ui/ui_common.json @@ -3616,11 +3616,12 @@ "type": "custom", "renderer": "progress_bar_renderer", "layer": 10, - "$storage_bar_size|default": [ 12, 1 ], - "$storage_bar_offset|default": [ 0, 5 ], - "offset": "$storage_bar_offset", - "size": "$storage_bar_size", + "$durability_bar_size|default": [ 12, 1 ], + "$durability_bar_offset|default": [ 0, 5 ], + "offset": "$durability_bar_offset", + "size": "$durability_bar_size", "primary_color": [ 0.4, 0.4, 1.0, 1.0 ], + "full_storage_color": [ 1.0, 0.4, 0.4 ], "property_bag": { "drop_shadow": true, "is_storage_bar": true @@ -3895,29 +3896,7 @@ "controls": [ { - "item_panel_image": { - "type": "image", - "size": [ "100%c + 8px", "100%c + 8px" ], - "layer": 30, - "visible": "#visible", - "alpha": "$alpha_anim", - "texture": "textures/ui/purpleBorder", - - "controls": [ - { - "item_text_label": { - "type": "label", - "layer": 1, - "alpha": "$alpha_anim", - "text": "#selected_hover_text", - "color": "$item_hover_text_color", - // 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 - } - } - ] - } + "item_panel_image@common.item_panel_image": {} } ], "bindings": [ @@ -3928,6 +3907,32 @@ ] }, + "item_panel_image": { + "type": "image", + "size": [ "100%c + 8px", "100%c + 8px" ], + "layer": 30, + "visible": "#visible", + "alpha": "$alpha_anim", + "texture": "textures/ui/purpleBorder", + + "controls": [ + { + "item_text_label@common.item_text_label": {} + } + ] + }, + + "item_text_label": { + "type": "label", + "layer": 1, + "alpha": "$alpha_anim", + "text": "#selected_hover_text", + "color": "$item_hover_text_color", + // 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 + }, + "selected_item_details_factory": { "type": "factory", "control_name": "@common.selected_item_details" @@ -4874,6 +4879,11 @@ "item_lock_cell_image@common.item_lock_cell_image": { "layer": 2 } + }, + { + "bundle_slot_panel@gameplay.bundle_slot_panel": { + "layer": 10 + } } ] }, @@ -5656,6 +5666,36 @@ "from_button_id": "button.controller_secondary_select", "to_button_id": "button.container_reset_held", "mapping_type": "pressed" + }, + { + "from_button_id": "button.turn_up", + "to_button_id": "button.scroll_up", + "mapping_type": "global" + }, + { + "from_button_id": "button.turn_down", + "to_button_id": "button.scroll_down", + "mapping_type": "global" + }, + { + "from_button_id": "button.turn_left", + "to_button_id": "button.scroll_left", + "mapping_type": "global" + }, + { + "from_button_id": "button.turn_right", + "to_button_id": "button.scroll_right", + "mapping_type": "global" + }, + { + "from_button_id": "button.inventory_left", + "to_button_id": "button.inventory_left", + "mapping_type": "global" + }, + { + "from_button_id": "button.inventory_right", + "to_button_id": "button.inventory_right", + "mapping_type": "global" } ] }, diff --git a/resource_pack/ui/world_templates_screen.json b/resource_pack/ui/world_templates_screen.json index a281add29..17f51ce44 100644 --- a/resource_pack/ui/world_templates_screen.json +++ b/resource_pack/ui/world_templates_screen.json @@ -459,42 +459,6 @@ ] }, - "realms_plus_banner": { - "type": "panel", - "size": [ "100%c", "100% + 4px" ], - "anchor_from": "left_middle", - "anchor_to": "left_middle", - "$is_realms_plus|default": false, - "visible": "$is_realms_plus", - "controls": [ - { - "realms_banner@realmsPlus.markdown_background": { - "size": [ "100%c", "100%" ], - "$triangle_offset": [ 0, 0 ], - "$banner_size": [ "100%c - 4px", "100% - 2px" ], - "layer": 9 - } - } - ], - "$banner_content": [ - { - "realms_icon@common_store.realms_banner_icon": {} - }, - { - "pad": { - "type": "panel", - "size": [ 2, "100%" ] - } - }, - { - "pad_1": { - "type": "panel", - "size": [ 5, "100%" ] - } - } - ] - }, - "csb_banner": { "type": "panel", "size": [ "100%c", "100%" ], diff --git a/version.json b/version.json index 919e265bc..fe96c2dcd 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,6 @@ { - "latest": { "version": "1.21.20.3", "date": "13-08-2024" }, + "latest": { "version": "1.21.30.3", "date": "17-09-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" }, "1.20.80.5": { "version": "1.20.80.5", "date": "23-04-2024" },

Texture Sets