master 0d635cfc4b66 cached
704 files
2.9 MB
786.8k tokens
37 symbols
1 requests
Download .txt
Showing preview only (3,572K chars total). Download the full file or copy to clipboard to get everything.
Repository: Teahouse-Studios/mcwzh-meme-resourcepack
Branch: master
Commit: 0d635cfc4b66
Files: 704
Total size: 2.9 MB

Directory structure:
gitextract_1tlnm8df/

├── .editorconfig
├── .github/
│   ├── FUNDING.yml
│   ├── ISSUE_TEMPLATE/
│   │   ├── bug_report.md
│   │   └── feature_request.md
│   ├── pull_request_template.md
│   └── workflows/
│       ├── automatic_release.yml
│       ├── automatic_revert.yml
│       ├── deploy_dynamic_content.yml
│       ├── lock.yml
│       └── test_ci.yml
├── .gitignore
├── 1.12.lang
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── check_news.js
├── datapack/
│   ├── data/
│   │   └── minecraft/
│   │       └── loot_tables/
│   │           └── entities/
│   │               └── evoker.json
│   └── pack.mcmeta
├── dynamic/
│   ├── alerts.json
│   ├── news.json
│   └── sp_messages.json
├── en-mods/
│   ├── betternether.json
│   ├── craftpresence.json
│   ├── extraalchemy.json
│   ├── shulkerboxtooltip.json
│   └── tdnf.json
├── list_of_language_modules.md
├── list_of_supported_mods.md
├── mappings/
│   ├── addServer.json
│   ├── advMode.json
│   ├── advancements.json
│   ├── all_mappings
│   ├── attribute.json
│   ├── book.json
│   ├── build.json
│   ├── chat.json
│   ├── connect.json
│   ├── container.json
│   ├── controls.json
│   ├── createWorld.json
│   ├── death.json
│   ├── deathScreen.json
│   ├── debug.json
│   ├── demo.json
│   ├── difficulty.json
│   ├── disconnect.json
│   ├── effect.json
│   ├── enchantment.json
│   ├── entity.json
│   ├── filled_map.json
│   ├── gameMode.json
│   ├── generator.json
│   ├── gui.json
│   ├── inventory.json
│   ├── item.json
│   ├── itemGroup.json
│   ├── key.json
│   ├── lanServer.json
│   ├── language.json
│   ├── lingering_potion.json
│   ├── mcoServer.json
│   ├── menu.json
│   ├── merchant.json
│   ├── mount.json
│   ├── multiplayer.json
│   ├── narrator.json
│   ├── options.json
│   ├── potion.json
│   ├── recipe.json
│   ├── record.json
│   ├── resourcePack.json
│   ├── screenshot.json
│   ├── selectServer.json
│   ├── selectWorld.json
│   ├── sign.json
│   ├── soundCategory.json
│   ├── spectatorMenu.json
│   ├── splash_potion.json
│   ├── stat.json
│   ├── stats.json
│   ├── structure_block.json
│   ├── subtitles.json
│   ├── tile.json
│   ├── tipped_arrow.json
│   ├── title.json
│   ├── translation.json
│   ├── tutorial.json
│   └── wip.txt
├── materials/
│   ├── 0.xcf
│   ├── 1.xcf
│   ├── 2.xcf
│   ├── 2_bedrock.xcf
│   ├── 3.xcf
│   ├── 3_bedrock.xcf
│   ├── 3_bedrock_netease.xcf
│   ├── 3_netease.xcf
│   ├── 4.xcf
│   ├── 4_bedrock.xcf
│   ├── 4_netease.xcf
│   ├── 5.xcf
│   ├── 6.xcf
│   ├── 7.xcf
│   ├── 8.xcf
│   ├── banner.xcf
│   ├── banner_2nd_birthday.xcf
│   ├── hammer_of_ban.bbmodel
│   ├── update.xcf
│   ├── zh_meme.xcf
│   ├── zh_meme_1.17.xcf
│   ├── zh_meme_2nd_birthday.xcf
│   ├── 梗体中文.xcf
│   └── 梗体中文_new.xcf
├── mods/
│   ├── Computronics.json
│   ├── adorn.json
│   ├── anc.json
│   ├── blockus.json
│   ├── buildcraft.json
│   ├── cloth-config2.json
│   ├── corail_woodcutter.json
│   ├── craftingpp.json
│   ├── create.json
│   ├── diggusmaximus.json
│   ├── durabilityviewer.json
│   ├── dynamicfps.json
│   ├── expandedstorage.json
│   ├── firefly8.json
│   ├── glassdoor.json
│   ├── hwyla.json
│   ├── illuminations.json
│   ├── immersive_engineering.json
│   ├── immersive_portals.json
│   ├── inventoryprofiles.json
│   ├── inventorysorter.json
│   ├── itemscroller.json
│   ├── ivrench.json
│   ├── justmap.json
│   ├── lightoverlay.json
│   ├── litematica.json
│   ├── minihud.json
│   ├── modmenu.json
│   ├── mousewheelie.json
│   ├── mycommands.json
│   ├── nochatreport.json
│   ├── opencomputers.json
│   ├── optifine.lang
│   ├── orderly.json
│   ├── raa.json
│   ├── realcamera.json
│   ├── roughlyenoughitems.json
│   ├── simplevoidworld.json
│   ├── simplexterrain.json
│   ├── slimefunction.json
│   ├── sodium.json
│   ├── sweet_potato.json
│   ├── techreborn.json
│   ├── terrestria.json
│   ├── torcherino.json
│   ├── traverse.json
│   ├── tweakeroo.json
│   ├── vanilla_hammers.json
│   └── voxelmap.json
├── modules/
│   ├── a_letter/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── texts/
│   │   │           └── end.txt
│   │   └── module_manifest.json
│   ├── a_piece_of_seriousness/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── texts/
│   │   │           └── end.txt
│   │   └── module_manifest.json
│   ├── air_pods/
│   │   └── module_manifest.json
│   ├── anniversary/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── block/
│   │   │               └── cake.json
│   │   └── module_manifest.json
│   ├── annoying_sounds/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       ├── sounds/
│   │   │       │   ├── copyright.ogg
│   │   │       │   ├── ding.ogg
│   │   │       │   ├── ghost.ogg
│   │   │       │   ├── peach.ogg
│   │   │       │   ├── whaaaaat.ogg
│   │   │       │   ├── yee.ogg
│   │   │       │   └── yeet.ogg
│   │   │       └── sounds.json
│   │   └── module_manifest.json
│   ├── author_zombies/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── optifine/
│   │   │           └── random/
│   │   │               └── entity/
│   │   │                   └── zombie/
│   │   │                       └── zombie.properties
│   │   └── module_manifest.json
│   ├── bagify/
│   │   └── module_manifest.json
│   ├── baguette/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── item/
│   │   │               └── bread.json
│   │   └── module_manifest.json
│   ├── bb_mace/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       ├── models/
│   │   │       │   └── item/
│   │   │       │       └── mace.json
│   │   │       ├── sounds/
│   │   │       │   └── item/
│   │   │       │       └── mace/
│   │   │       │           ├── smash_air.ogg
│   │   │       │           └── smash_ground.ogg
│   │   │       └── sounds.json
│   │   └── module_manifest.json
│   ├── beautiful_chicken/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── sounds/
│   │   │           └── mob/
│   │   │               └── chicken/
│   │   │                   ├── hurt1.ogg
│   │   │                   └── hurt2.ogg
│   │   └── module_manifest.json
│   ├── bee_breeze/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── bee_pickaxe/
│   │   └── module_manifest.json
│   ├── bee_pickaxe_ii/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── item/
│   │   │               └── golden_pickaxe.json
│   │   └── module_manifest.json
│   ├── bell_sound/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── sounds/
│   │   │           └── block/
│   │   │               └── bell/
│   │   │                   ├── bell_use01.ogg
│   │   │                   └── bell_use02.ogg
│   │   └── module_manifest.json
│   ├── block_animation_reverse/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── textures/
│   │   │           └── block/
│   │   │               ├── blast_furnace_front_on.png.mcmeta
│   │   │               ├── campfire_fire.png.mcmeta
│   │   │               ├── campfire_log_lit.png.mcmeta
│   │   │               ├── chain_command_block_back.png.mcmeta
│   │   │               ├── chain_command_block_conditional.png.mcmeta
│   │   │               ├── chain_command_block_front.png.mcmeta
│   │   │               ├── chain_command_block_side.png.mcmeta
│   │   │               ├── command_block_back.png.mcmeta
│   │   │               ├── command_block_conditional.png.mcmeta
│   │   │               ├── command_block_front.png.mcmeta
│   │   │               ├── command_block_side.png.mcmeta
│   │   │               ├── crimson_stem.png.mcmeta
│   │   │               ├── fire_0.png.mcmeta
│   │   │               ├── fire_1.png.mcmeta
│   │   │               ├── firefly_bush_emissive.png.mcmeta
│   │   │               ├── kelp.png.mcmeta
│   │   │               ├── kelp_plant.png.mcmeta
│   │   │               ├── lantern.png.mcmeta
│   │   │               ├── lava_flow.png.mcmeta
│   │   │               ├── lava_still.png.mcmeta
│   │   │               ├── magma.png.mcmeta
│   │   │               ├── nether_portal.png.mcmeta
│   │   │               ├── prismarine.png.mcmeta
│   │   │               ├── repeating_command_block_back.png.mcmeta
│   │   │               ├── repeating_command_block_conditional.png.mcmeta
│   │   │               ├── repeating_command_block_front.png.mcmeta
│   │   │               ├── repeating_command_block_side.png.mcmeta
│   │   │               ├── respawn_anchor_top.png.mcmeta
│   │   │               ├── sculk.png.mcmeta
│   │   │               ├── sculk_catalyst_side_bloom.png.mcmeta
│   │   │               ├── sculk_catalyst_top_bloom.png.mcmeta
│   │   │               ├── sculk_sensor_tendril_active.png.mcmeta
│   │   │               ├── sculk_sensor_tendril_inactive.png.mcmeta
│   │   │               ├── sculk_shrieker_can_summon_inner_top.png.mcmeta
│   │   │               ├── sculk_shrieker_inner_top.png.mcmeta
│   │   │               ├── sculk_vein.png.mcmeta
│   │   │               ├── sea_lantern.png.mcmeta
│   │   │               ├── seagrass.png.mcmeta
│   │   │               ├── smoker_front_on.png.mcmeta
│   │   │               ├── soul_campfire_fire.png.mcmeta
│   │   │               ├── soul_campfire_log_lit.png.mcmeta
│   │   │               ├── soul_fire_0.png.mcmeta
│   │   │               ├── soul_fire_1.png.mcmeta
│   │   │               ├── soul_lantern.png.mcmeta
│   │   │               ├── stonecutter_saw.png.mcmeta
│   │   │               ├── tall_seagrass_bottom.png.mcmeta
│   │   │               ├── tall_seagrass_top.png.mcmeta
│   │   │               ├── warped_stem.png.mcmeta
│   │   │               ├── water_flow.png.mcmeta
│   │   │               └── water_still.png.mcmeta
│   │   └── module_manifest.json
│   ├── blue_basin/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── brewing_stand_model/
│   │   ├── assets/
│   │   │   ├── mcwzhmeme/
│   │   │   │   └── models/
│   │   │   │       └── block/
│   │   │   │           └── author/
│   │   │   │               ├── dianliang.json
│   │   │   │               ├── gugle.json
│   │   │   │               ├── lake.json
│   │   │   │               ├── littlec.json
│   │   │   │               ├── lxazl5770.json
│   │   │   │               ├── mysticnebula70.json
│   │   │   │               ├── skyeyefast.json
│   │   │   │               └── wolf.json
│   │   │   └── minecraft/
│   │   │       └── blockstates/
│   │   │           └── brewing_stand.json
│   │   └── module_manifest.json
│   ├── bugjump/
│   │   └── module_manifest.json
│   ├── chicken_soup/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── chiseled_bookshelf/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── choice_module_netease/
│   │   └── module_manifest.json
│   ├── choice_modules_default/
│   │   └── module_manifest.json
│   ├── disco_ball/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── textures/
│   │   │           └── block/
│   │   │               └── redstone_lamp_on.png.mcmeta
│   │   └── module_manifest.json
│   ├── dorowolf_texture/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── item/
│   │   │               └── wolf_spawn_egg.json
│   │   └── module_manifest.json
│   ├── enable_compliancies/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── regional_compliancies.json
│   │   └── module_manifest.json
│   ├── enchantment_level_extend/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── explorer_pottery_pattern/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── fake_multitool/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── item/
│   │   │               ├── diamond_axe.json
│   │   │               ├── diamond_hoe.json
│   │   │               ├── diamond_pickaxe.json
│   │   │               ├── diamond_shovel.json
│   │   │               ├── diamond_sword.json
│   │   │               ├── golden_axe.json
│   │   │               ├── golden_hoe.json
│   │   │               ├── golden_pickaxe.json
│   │   │               ├── golden_shovel.json
│   │   │               ├── golden_sword.json
│   │   │               ├── iron_axe.json
│   │   │               ├── iron_hoe.json
│   │   │               ├── iron_pickaxe.json
│   │   │               ├── iron_shovel.json
│   │   │               ├── iron_sword.json
│   │   │               ├── netherite_axe.json
│   │   │               ├── netherite_hoe.json
│   │   │               ├── netherite_pickaxe.json
│   │   │               ├── netherite_shovel.json
│   │   │               ├── netherite_sword.json
│   │   │               ├── stone_axe.json
│   │   │               ├── stone_hoe.json
│   │   │               ├── stone_pickaxe.json
│   │   │               ├── stone_shovel.json
│   │   │               ├── stone_sword.json
│   │   │               ├── wooden_axe.json
│   │   │               ├── wooden_hoe.json
│   │   │               ├── wooden_pickaxe.json
│   │   │               ├── wooden_shovel.json
│   │   │               └── wooden_sword.json
│   │   └── module_manifest.json
│   ├── fake_omniore/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       ├── blockstates/
│   │   │       │   ├── infested_deepslate.json
│   │   │       │   └── infested_stone.json
│   │   │       ├── models/
│   │   │       │   └── block/
│   │   │       │       ├── coal_ore.json
│   │   │       │       ├── copper_ore.json
│   │   │       │       ├── deepslate_coal_ore.json
│   │   │       │       ├── deepslate_copper_ore.json
│   │   │       │       ├── deepslate_diamond_ore.json
│   │   │       │       ├── deepslate_emerald_ore.json
│   │   │       │       ├── deepslate_gold_ore.json
│   │   │       │       ├── deepslate_iron_ore.json
│   │   │       │       ├── deepslate_lapis_ore.json
│   │   │       │       ├── deepslate_redstone_ore.json
│   │   │       │       ├── diamond_ore.json
│   │   │       │       ├── emerald_ore.json
│   │   │       │       ├── fake_omniore.json
│   │   │       │       ├── fake_omniore_deepslate.json
│   │   │       │       ├── gold_ore.json
│   │   │       │       ├── iron_ore.json
│   │   │       │       ├── lapis_ore.json
│   │   │       │       ├── nether_gold_ore.json
│   │   │       │       ├── nether_quartz_ore.json
│   │   │       │       └── redstone_ore.json
│   │   │       └── textures/
│   │   │           └── block/
│   │   │               ├── omniore.png.mcmeta
│   │   │               ├── omniore_deepslate.png.mcmeta
│   │   │               └── omniore_nether.png.mcmeta
│   │   └── module_manifest.json
│   ├── famous_scene/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── firework_sound/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── sounds/
│   │   │           └── fireworks/
│   │   │               ├── blast1.ogg
│   │   │               ├── blast_far1.ogg
│   │   │               ├── largeblast1.ogg
│   │   │               ├── largeblast_far1.ogg
│   │   │               ├── launch1.ogg
│   │   │               ├── twinkle1.ogg
│   │   │               └── twinkle_far1.ogg
│   │   └── module_manifest.json
│   ├── fursuit/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── ga_zhi/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── sounds/
│   │   │           ├── block/
│   │   │           │   └── creaking_heart/
│   │   │           │       ├── break/
│   │   │           │       │   └── creaking_heart_break.ogg
│   │   │           │       ├── fall/
│   │   │           │       │   └── creaking_heart_fall.ogg
│   │   │           │       ├── hit/
│   │   │           │       │   ├── creaking_heart_hit1.ogg
│   │   │           │       │   ├── creaking_heart_hit2.ogg
│   │   │           │       │   ├── creaking_heart_hit3.ogg
│   │   │           │       │   ├── creaking_heart_hit4.ogg
│   │   │           │       │   └── creaking_heart_hit5.ogg
│   │   │           │       ├── hurt/
│   │   │           │       │   ├── trail1.ogg
│   │   │           │       │   ├── trail2.ogg
│   │   │           │       │   ├── trail3.ogg
│   │   │           │       │   ├── trail4.ogg
│   │   │           │       │   ├── trail5.ogg
│   │   │           │       │   ├── trail6.ogg
│   │   │           │       │   └── trail7.ogg
│   │   │           │       ├── idle/
│   │   │           │       │   ├── creaking_heart_idle1.ogg
│   │   │           │       │   ├── creaking_heart_idle2.ogg
│   │   │           │       │   ├── creaking_heart_idle3.ogg
│   │   │           │       │   └── creaking_heart_idle4.ogg
│   │   │           │       ├── place/
│   │   │           │       │   ├── wood1.ogg
│   │   │           │       │   ├── wood2.ogg
│   │   │           │       │   ├── wood3.ogg
│   │   │           │       │   └── wood4.ogg
│   │   │           │       ├── spawnmob/
│   │   │           │       │   └── creaking_heart_spawnmob.ogg
│   │   │           │       └── step/
│   │   │           │           ├── creaking_heart_step1.ogg
│   │   │           │           ├── creaking_heart_step2.ogg
│   │   │           │           ├── creaking_heart_step3.ogg
│   │   │           │           ├── creaking_heart_step4.ogg
│   │   │           │           ├── creaking_heart_step5.ogg
│   │   │           │           └── creaking_heart_step6.ogg
│   │   │           └── mob/
│   │   │               └── creaking/
│   │   │                   ├── attack.ogg
│   │   │                   ├── creaking_activate.ogg
│   │   │                   ├── creaking_attack1.ogg
│   │   │                   ├── creaking_attack2.ogg
│   │   │                   ├── creaking_attack3.ogg
│   │   │                   ├── creaking_attack4.ogg
│   │   │                   ├── creaking_deactive.ogg
│   │   │                   ├── creaking_death.ogg
│   │   │                   ├── creaking_freeze1.ogg
│   │   │                   ├── creaking_freeze2.ogg
│   │   │                   ├── creaking_freeze3.ogg
│   │   │                   ├── creaking_freeze4.ogg
│   │   │                   ├── creaking_idle1.ogg
│   │   │                   ├── creaking_idle2.ogg
│   │   │                   ├── creaking_idle3.ogg
│   │   │                   ├── creaking_idle4.ogg
│   │   │                   ├── creaking_idle5.ogg
│   │   │                   ├── creaking_idle6.ogg
│   │   │                   ├── creaking_spawn.ogg
│   │   │                   ├── creaking_step1.ogg
│   │   │                   ├── creaking_step2.ogg
│   │   │                   ├── creaking_step3.ogg
│   │   │                   ├── creaking_step4.ogg
│   │   │                   ├── creaking_step5.ogg
│   │   │                   ├── creaking_sway.ogg
│   │   │                   ├── creaking_unfreeze1.ogg
│   │   │                   ├── creaking_unfreeze2.ogg
│   │   │                   └── creaking_unfreeze3.ogg
│   │   └── module_manifest.json
│   ├── gameplay_confuser/
│   │   └── module_manifest.json
│   ├── goat_horn_sound/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── sounds/
│   │   │           └── item/
│   │   │               └── goat_horn/
│   │   │                   ├── call0.ogg
│   │   │                   ├── call1.ogg
│   │   │                   ├── call2.ogg
│   │   │                   ├── call3.ogg
│   │   │                   ├── call4.ogg
│   │   │                   ├── call5.ogg
│   │   │                   ├── call6.ogg
│   │   │                   └── call7.ogg
│   │   └── module_manifest.json
│   ├── grass_enchanted/
│   │   └── module_manifest.json
│   ├── jinkela/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_achievements_1.11-1.11.2/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_april_fools_snapshots/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── nothingtoseeheremovealong/
│   │   │       └── sounds/
│   │   │           └── ananas/
│   │   │               ├── papapaya.ogg
│   │   │               └── papaya.ogg
│   │   └── module_manifest.json
│   ├── lang_attributes_1.12.2-1.15.2/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_backupworld_1.12.2-1.16.5/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_chat_preview_1.19.2/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_combat_test_6/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_commands_1.11-1.12.2/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_compatibility_1.12/
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_extra_strings/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_grass_path_1.12.2-1.16.5/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_itemgroup_1.12.2-1.19.2/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_multiplayer_1.12.2-1.16.3/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_netease/
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_nether_biome_1.12.2-1.15.2/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_old_biomes_1.12.2-1.17.1/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_old_realms_strings/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_old_strings/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_replaceitem_1.12.2-1.16.5/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_selectworld_gui_1.12.2-1.16.1/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_selectworld_gui_1.16.2-1.16.5/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_serious_dedication_1.12.2-1.15.2/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_sfc/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_sfw/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_sleep_impossible_1.12.2-1.16.5/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_spawnpoint_1.12.2-1.15.2/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_spawnpoint_1.16-1.16.1/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_trapdoor_1.12.2-1.15.2/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_world_generation_1.12.2-1.18.2/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_worldborder_1.12.2-1.16.5/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── latiao/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── linus_minecraft_craps/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── locusazzurro/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── item/
│   │   │               └── chicken_spawn_egg.json
│   │   └── module_manifest.json
│   ├── manhole_trapdoor/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── map_override/
│   │   └── module_manifest.json
│   ├── mcbbs/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── meme_resourcepack/
│   │   ├── LICENSE
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       ├── lang/
│   │   │       │   └── zh_meme.json
│   │   │       └── texts/
│   │   │           └── credits.json
│   │   ├── module_manifest.json
│   │   └── pack.mcmeta
│   ├── meme_splashes/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── texts/
│   │   │           └── splashes.txt
│   │   └── module_manifest.json
│   ├── miku_bucket/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── item/
│   │   │               └── tadpole_bucket.json
│   │   └── module_manifest.json
│   ├── minecart_helmet/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── minecraft_cjk_character_supplement/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── font/
│   │   │           ├── default.json
│   │   │           ├── ext-d
│   │   │           ├── ext-i
│   │   │           ├── extb-first-32
│   │   │           ├── extb-supp
│   │   │           ├── extb-to-extf
│   │   │           ├── extc-supp
│   │   │           ├── extg-first-384
│   │   │           └── unicode_ext_a_15_1_pending_correct1.hex
│   │   └── module_manifest.json
│   ├── mooncake/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── mopemope/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── muilla/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── observer_think/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── block/
│   │   │               └── observer_on.json
│   │   └── module_manifest.json
│   ├── open_close_sound/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── sounds/
│   │   │           └── block/
│   │   │               ├── barrel/
│   │   │               │   ├── close.ogg
│   │   │               │   ├── open1.ogg
│   │   │               │   └── open2.ogg
│   │   │               ├── chest/
│   │   │               │   ├── close.ogg
│   │   │               │   ├── close2.ogg
│   │   │               │   ├── close3.ogg
│   │   │               │   └── open.ogg
│   │   │               ├── enderchest/
│   │   │               │   ├── close.ogg
│   │   │               │   └── open.ogg
│   │   │               ├── fence_gate/
│   │   │               │   ├── close1.ogg
│   │   │               │   ├── close2.ogg
│   │   │               │   ├── open1.ogg
│   │   │               │   └── open2.ogg
│   │   │               ├── iron_door/
│   │   │               │   ├── close1.ogg
│   │   │               │   ├── close2.ogg
│   │   │               │   ├── close3.ogg
│   │   │               │   ├── close4.ogg
│   │   │               │   ├── open1.ogg
│   │   │               │   ├── open2.ogg
│   │   │               │   ├── open3.ogg
│   │   │               │   └── open4.ogg
│   │   │               ├── iron_trapdoor/
│   │   │               │   ├── close1.ogg
│   │   │               │   ├── close2.ogg
│   │   │               │   ├── close3.ogg
│   │   │               │   ├── close4.ogg
│   │   │               │   ├── open1.ogg
│   │   │               │   ├── open2.ogg
│   │   │               │   ├── open3.ogg
│   │   │               │   └── open4.ogg
│   │   │               ├── shulker_box/
│   │   │               │   ├── close.ogg
│   │   │               │   └── open.ogg
│   │   │               ├── wooden_door/
│   │   │               │   ├── close1.ogg
│   │   │               │   ├── close2.ogg
│   │   │               │   ├── close3.ogg
│   │   │               │   ├── close4.ogg
│   │   │               │   ├── close5.ogg
│   │   │               │   ├── close6.ogg
│   │   │               │   ├── open1.ogg
│   │   │               │   ├── open2.ogg
│   │   │               │   ├── open3.ogg
│   │   │               │   └── open4.ogg
│   │   │               └── wooden_trapdoor/
│   │   │                   ├── close1.ogg
│   │   │                   ├── close2.ogg
│   │   │                   ├── close3.ogg
│   │   │                   ├── open1.ogg
│   │   │                   ├── open2.ogg
│   │   │                   ├── open3.ogg
│   │   │                   ├── open4.ogg
│   │   │                   └── open5.ogg
│   │   └── module_manifest.json
│   ├── point_and_pixelate/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── gui/
│   │   │           └── sprites/
│   │   │               └── container/
│   │   │                   └── slot_highlight_front.png.mcmeta
│   │   └── module_manifest.json
│   ├── priority.txt
│   ├── questioning_totem/
│   │   └── module_manifest.json
│   ├── rainbow_enchanting/
│   │   └── module_manifest.json
│   ├── real_grass/
│   │   └── module_manifest.json
│   ├── real_meme_resourcepack/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── block/
│   │   │               └── stem_fruit.json
│   │   └── module_manifest.json
│   ├── red_leaf_valley/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── optifine/
│   │   │           └── colormap/
│   │   │               └── blocks/
│   │   │                   ├── birch_foliage.properties
│   │   │                   └── spruce_foliage.properties
│   │   └── module_manifest.json
│   ├── reverse_cake_model/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── block/
│   │   │               ├── cake.json
│   │   │               ├── cake_slice1.json
│   │   │               ├── cake_slice2.json
│   │   │               ├── cake_slice3.json
│   │   │               ├── cake_slice4.json
│   │   │               ├── cake_slice5.json
│   │   │               └── cake_slice6.json
│   │   └── module_manifest.json
│   ├── reverse_cake_texture/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── sacabambaspis_dropper/
│   │   └── module_manifest.json
│   ├── sculk_sound/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── sounds/
│   │   │           └── block/
│   │   │               ├── sculk_sensor/
│   │   │               │   ├── sculk_clicking1.ogg
│   │   │               │   ├── sculk_clicking2.ogg
│   │   │               │   ├── sculk_clicking3.ogg
│   │   │               │   ├── sculk_clicking4.ogg
│   │   │               │   ├── sculk_clicking5.ogg
│   │   │               │   └── sculk_clicking6.ogg
│   │   │               └── sculk_shrieker/
│   │   │                   ├── shriek1.ogg
│   │   │                   ├── shriek2.ogg
│   │   │                   ├── shriek3.ogg
│   │   │                   ├── shriek4.ogg
│   │   │                   ├── shriek5.ogg
│   │   │                   └── shriek6.ogg
│   │   └── module_manifest.json
│   ├── sounds_modules/
│   │   └── module_manifest.json
│   ├── strange_item_modules/
│   │   └── module_manifest.json
│   ├── strange_spawn_eggs/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── textures/
│   │   │           └── item/
│   │   │               ├── panda_spawn_egg.png.mcmeta
│   │   │               ├── parrot_spawn_egg.png.mcmeta
│   │   │               └── witch_spawn_egg.png.mcmeta
│   │   └── module_manifest.json
│   ├── super_spicy_seaweed/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── textures/
│   │   │           └── block/
│   │   │               ├── kelp.png.mcmeta
│   │   │               ├── kelp_plant.png.mcmeta
│   │   │               ├── seagrass.png.mcmeta
│   │   │               ├── tall_seagrass_bottom.png.mcmeta
│   │   │               └── tall_seagrass_top.png.mcmeta
│   │   └── module_manifest.json
│   ├── sus_stuff/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── optifine/
│   │   │           └── cit/
│   │   │               └── suspicious_stew/
│   │   │                   ├── blindness.properties
│   │   │                   ├── fire_resistance.properties
│   │   │                   ├── jump_boost.properties
│   │   │                   ├── night_vision.properties
│   │   │                   ├── poison.properties
│   │   │                   ├── regeneration.properties
│   │   │                   ├── saturation.properties
│   │   │                   ├── weakness.properties
│   │   │                   └── wither.properties
│   │   └── module_manifest.json
│   ├── text_credits_1.12-1.16.5/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── texts/
│   │   │           └── credits.txt
│   │   └── module_manifest.json
│   ├── text_credits_1.17-1.19.4/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── texts/
│   │   │           └── credits.json
│   │   └── module_manifest.json
│   ├── tnt_bamboo_block/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── block/
│   │   │               ├── bamboo_block.json
│   │   │               ├── bamboo_block_x.json
│   │   │               ├── bamboo_block_y.json
│   │   │               ├── bamboo_block_z.json
│   │   │               ├── stripped_bamboo_block.json
│   │   │               ├── stripped_bamboo_block_x.json
│   │   │               ├── stripped_bamboo_block_y.json
│   │   │               └── stripped_bamboo_block_z.json
│   │   └── module_manifest.json
│   ├── too_much_compliancies/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── regional_compliancies.json
│   │   └── module_manifest.json
│   ├── totem_model/
│   │   ├── assets/
│   │   │   ├── mcwzhmeme/
│   │   │   │   └── models/
│   │   │   │       └── item/
│   │   │   │           └── author/
│   │   │   │               ├── dianliang.json
│   │   │   │               ├── gugle.json
│   │   │   │               ├── lake.json
│   │   │   │               ├── littlec.json
│   │   │   │               ├── lxazl5770.json
│   │   │   │               ├── mysticnebula70.json
│   │   │   │               ├── skyeyefast.json
│   │   │   │               └── wolf.json
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── item/
│   │   │               └── totem_of_undying.json
│   │   └── module_manifest.json
│   ├── version_1.12.2-1.15.2/
│   │   └── module_manifest.json
│   ├── version_1.13-1.15.2/
│   │   └── module_manifest.json
│   ├── version_1.16.1/
│   │   └── module_manifest.json
│   ├── version_1.16.5/
│   │   └── module_manifest.json
│   ├── version_1.17.1/
│   │   └── module_manifest.json
│   ├── version_1.18.2/
│   │   └── module_manifest.json
│   ├── version_1.19.2/
│   │   └── module_manifest.json
│   ├── version_1.19.3/
│   │   └── module_manifest.json
│   ├── version_1.19.4/
│   │   └── module_manifest.json
│   ├── version_1.20/
│   │   └── module_manifest.json
│   ├── version_1.21/
│   │   └── module_manifest.json
│   └── vulpes_ferrilata/
│       ├── add.json
│       └── module_manifest.json
├── package.json
├── preset_build.js
├── prettier.config.js
├── renovate.json
└── tools/
    ├── cancel_ascii.py
    ├── conversion.py
    ├── conversiongroup.py
    ├── enchantment_level.py
    ├── generate_bitmap_font_provider.py
    ├── json2lang.py
    ├── lang_diff.py
    ├── lang_update/
    │   ├── .gitignore
    │   ├── README.md
    │   ├── apply_patch.py
    │   ├── gen_diff.py
    │   └── requirements.txt
    ├── mapping_evaluating.py
    ├── pnghex.py
    └── sort.py

================================================
FILE CONTENTS
================================================

================================================
FILE: .editorconfig
================================================
[*]
end_of_line = lf
indent_style = space
indent_size = 4

[*.js]
indent_size = 2

[*.yaml]
indent_size = 2


================================================
FILE: .github/FUNDING.yml
================================================
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
  - https://afdian.com/a/teahouse


================================================
FILE: .github/ISSUE_TEMPLATE/bug_report.md
================================================
---
name: 漏洞报告
about: 报告资源包使用的问题。
title: ''
labels: 漏洞
assignees: ''

---

**描述**
请简明扼要地描述漏洞。

**复现步骤**
复现漏洞的步骤:

1. 前往“...”
2. 点击“...”
3. 滑动至“...”
4. 查看错误

**正常行为**
请简明扼要地描述应该发生的行为。

**截图**
可以的话,加上截图可以帮助解释你的问题。

**版本**
* 操作系统:[例:Windows]
* Minecraft 版本:[例:1.18.2]
* 资源包版本:[例:1.6.1]
* 环境:[例:加载了Fabric/Forge,安装了CustomSkinLoader]

**其他内容**
添加更多关于漏洞的来龙去脉。


================================================
FILE: .github/ISSUE_TEMPLATE/feature_request.md
================================================
---
name: 特性建议
about: 给这个资源包添加一个新点子
title: ''
labels: 改进
assignees: ''

---

**你的特性建议和某个问题相关吗?请描述。**
简明扼要地描述问题所在。例:我在[...]的时候很不爽。

**描述你喜欢的解决方法**
简明扼要地描述你想要的东西。

**描述你想到的其他解决方案**
简明扼要地描述你考虑到的的其他建议、解决方法或特性。

**附加信息**
可以在此加上事情的来龙去脉或者关于这个特性建议的截图。


================================================
FILE: .github/pull_request_template.md
================================================
# 提请合并

**请注意:如果你的拉取请求被通过了,请记得同步至[基岩版梗体中文](https://github.com/Teahouse-Studios/mcwzh-meme-resourcepack-bedrock)。不能同步的另说。**

## 新增或更改的翻译

在此处简要列出希望新增或更改的翻译。例如:生物生成->暴徒产卵

## (可选)来源

若更改的翻译有来源可查或需要进一步说明,请在此列出。否则,可删去此节。


================================================
FILE: .github/workflows/automatic_release.yml
================================================
name: GitHub build & release

on:
  push:
    tags:
      - 'v*'

jobs:
  tagged-release:
    name: Tagged Release
    runs-on: ubuntu-latest

    steps:
      - name: Checkout code
        uses: actions/checkout@v6

      - name: Setup Python
        uses: actions/setup-python@v6
        with:
          python-version: '3.14'

      - name: Install dependencies
        run: |
          python -m pip install --upgrade pip
          if [ -f requirements.txt ]; then pip install -r requirements.txt; fi

      - name: Build
        run: |
          python preset_build.py

      - name: Upload release assets
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        run: |
          hub release create $(find ./builds -type f -name "*.zip" -printf "-a %p ") -m "${GITHUB_REF##*/}" "${GITHUB_REF##*/}"


================================================
FILE: .github/workflows/automatic_revert.yml
================================================
name: Automatic Revert

on:
  issue_comment:
    types: [created]

jobs:
  revert-commit:
    runs-on: ubuntu-latest

    if: contains(github.event.comment.body, '/revert')

    steps:
      - uses: actions/checkout@v6

      - name: Automatic Revert
        uses: srt32/revert@v0.0.1
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


================================================
FILE: .github/workflows/deploy_dynamic_content.yml
================================================
name: Deploy Web Builder dynamic Content

on:
  push:
    paths:
      - 'dynamic/**'
  pull_request:
    paths:
      - 'dynamic/**'
  workflow_dispatch:

jobs:
  check-news:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v6

      - uses: actions/setup-node@v6

      - run: node check_news.js

      - name: Create comment
        uses: peter-evans/commit-comment@v4
        if: ${{ failure() }}
        with:
          body: |
            您的 `news.json` 或 `alerts.json` 格式出了些问题, 请及时修正
  deploy:
    environment: production
    if: ${{ github.ref_name == 'master' && !failure() }}
    needs:
      - check-news
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v6

      - uses: Teahouse-Studios/aliyun-oss-action@0.7
        with:
          KEY_ID: ${{ secrets.KEY_ID }}
          KEY_SECRET: ${{ secrets.KEY_SECRET }}
          BUCKET: frontend-wdljt
          LOCAL_PATH: ./dynamic/
          REMOTE_PREFIX: meme/dynamic/


================================================
FILE: .github/workflows/lock.yml
================================================
name: 'Lock Threads'

on:
  schedule:
    - cron: '0 0 * * *'

permissions:
  issues: write
  pull-requests: write

jobs:
  action:
    runs-on: ubuntu-latest
    steps:
      - uses: dessant/lock-threads@v6
        with:
          github-token: ${{ github.token }}
          issue-lock-inactive-days: '60'
          pr-lock-inactive-days: '60'
          issue-exclude-labels: 'KEEP'
          pr-exclude-labels: 'KEEP'


================================================
FILE: .github/workflows/test_ci.yml
================================================
name: Test Build CI

on:
  push:
  pull_request:

jobs:
  test:
    if: "!contains(github.event.head_commit.message, '[skip ci]')"
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v6

      - uses: pnpm/action-setup@v4

      - uses: actions/setup-node@v6
        with:
          node-version: 24
          cache: pnpm

      - name: Install dependencies
        run: pnpm install --frozen-lockfile

      - name: Test build
        run: pnpm run test-build

      - name: Upload files built
        uses: actions/upload-artifact@v6
        with:
          name: files-built
          path: builds
  deploy:
    if: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
    needs:
      - test
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v6
      - name: Update Deployment Status
        run: |
          curl \
          -X POST \
          -H "Authorization: token ${{secrets.GITHUB_TOKEN}}" \
          -H "Accept: application/vnd.github.v3+json" \
          https://api.github.com/repos/${{github.repository}}/deployments \
          -d '{"ref":"${{ github.sha }}", "required_contexts": []}'


================================================
FILE: .gitignore
================================================
.vscode
.idea

builds/
*.zip
cache/

node_modules

__pycache__
Include/
Lib/
Scripts/


================================================
FILE: 1.12.lang
================================================
addServer.add=完成
addServer.enterIp=服务器地址
addServer.enterName=服务器名称
addServer.hideAddress=隐藏地址
addServer.resourcePack=服务器资源包
addServer.resourcePack.disabled=禁用
addServer.resourcePack.enabled=启用
addServer.resourcePack.prompt=询问
addServer.title=编辑服务器信息
advMode.allEntities=用“@e”来代表全部实体
advMode.allPlayers=用“@a”来代表全部玩家
advMode.command=控制台命令
advMode.mode.auto=循环
advMode.mode.autoexec.bat=保持开启
advMode.mode.conditional=条件制约
advMode.mode.redstone=脉冲
advMode.mode.redstoneTriggered=红石控制
advMode.mode.sequence=连锁
advMode.mode.unconditional=不受制约
advMode.nearestPlayer=用“@p”来代表最近的玩家
advMode.notAllowed=必须是处于创造模式的管理员
advMode.notEnabled=命令方块没有在此服务器上启用
advMode.previousOutput=上一个输出
advMode.randomPlayer=用“@r”来代表随机玩家
advMode.self=用“@s”来代表执行实体
advMode.setCommand=设置此方块的控制台命令
advMode.setCommand.success=成功设置:%s
advancements.adventure.adventuring_time.description=发现所有的生物群系
advancements.adventure.adventuring_time.title=探索的时光
advancements.adventure.kill_a_mob.description=杀死任意敌对性怪物
advancements.adventure.kill_a_mob.title=怪物猎人
advancements.adventure.kill_all_mobs.description=杀死每一种敌对性怪物
advancements.adventure.kill_all_mobs.title=怪物狩猎完成
advancements.adventure.root.description=冒险、探索与战斗
advancements.adventure.root.title=冒险
advancements.adventure.shoot_arrow.description=用弓箭射点什么
advancements.adventure.shoot_arrow.title=瞄准目标
advancements.adventure.sleep_in_bed.description=改变你的重生点
advancements.adventure.sleep_in_bed.title=甜蜜的梦
advancements.adventure.sniper_duel.description=用弓箭从50米外干掉一只骷髅
advancements.adventure.sniper_duel.title=狙击手间的对决
advancements.adventure.summon_iron_golem.description=召唤一只铁傀儡来帮忙守卫村庄
advancements.adventure.summon_iron_golem.title=招募援兵
advancements.adventure.totem_of_undying.description=利用不死图腾逃离死神
advancements.adventure.totem_of_undying.title=超越生死
advancements.adventure.trade.description=成功与一名村民进行交易
advancements.adventure.trade.title=这交易不错!
advancements.empty=这里好像什么都没有……
advancements.end.dragon_breath.description=用玻璃瓶收集一些龙息
advancements.end.dragon_breath.title=你需要来点薄荷糖
advancements.end.dragon_egg.description=获得龙蛋
advancements.end.dragon_egg.title=下一世代
advancements.end.elytra.description=找到鞘翅
advancements.end.elytra.title=天空即为极限
advancements.end.enter_end_gateway.description=逃离这个岛屿
advancements.end.enter_end_gateway.title=远程折跃
advancements.end.find_end_city.description=进去吧,又能发生什么呢?
advancements.end.find_end_city.title=在游戏尽头的城市
advancements.end.kill_dragon.description=祝君好运
advancements.end.kill_dragon.title=解放末地
advancements.end.levitate.description=利用潜影贝的攻击向上漂浮50个方块
advancements.end.levitate.title=这上面的风景不错
advancements.end.respawn_dragon.description=复活末影龙
advancements.end.respawn_dragon.title=结束了…再一次…
advancements.end.root.description=还是开始了?
advancements.end.root.title=末地
advancements.husbandry.balanced_diet.description=尝遍天下食材,即便是对身体不好的
advancements.husbandry.balanced_diet.title=均衡饮食
advancements.husbandry.break_diamond_hoe.description=用坏一把钻石锄,然后重新考虑你的人生抉择
advancements.husbandry.break_diamond_hoe.title=终极奉献
advancements.husbandry.breed_all_animals.description=繁殖每种动物!
advancements.husbandry.breed_all_animals.title=成双成对
advancements.husbandry.breed_an_animal.description=繁殖一对动物
advancements.husbandry.breed_an_animal.title=我从哪儿来?
advancements.husbandry.plant_seed.description=种下种子,见证它的成长
advancements.husbandry.plant_seed.title=开荒垦地
advancements.husbandry.root.description=世界无处没有朋友与美食
advancements.husbandry.root.title=农牧业
advancements.husbandry.tame_an_animal.description=驯服一只动物
advancements.husbandry.tame_an_animal.title=永恒的伙伴
advancements.nether.all_effects.description=同时拥有所有状态效果
advancements.nether.all_effects.title=为什么会变成这样呢?
advancements.nether.all_potions.description=同时拥有所有药水效果
advancements.nether.all_potions.title=狂乱的鸡尾酒
advancements.nether.brew_potion.description=酿造一瓶药水
advancements.nether.brew_potion.title=本地的酿造厂
advancements.nether.create_beacon.description=建造并放置一个信标
advancements.nether.create_beacon.title=带信标回家
advancements.nether.create_full_beacon.description=让一个信标发挥最大功效
advancements.nether.create_full_beacon.title=信标工程师
advancements.nether.fast_travel.description=利用下界移动对应主世界7千米的距离
advancements.nether.fast_travel.title=子空间泡泡
advancements.nether.find_fortress.description=用你的方式进入下界要塞
advancements.nether.find_fortress.title=可怕的要塞
advancements.nether.get_wither_skull.description=获得凋灵骷髅的头颅
advancements.nether.get_wither_skull.title=诡异又可怕的骷髅
advancements.nether.obtain_blaze_rod.description=让烈焰人从烈焰棒中解放吧
advancements.nether.obtain_blaze_rod.title=与火共舞
advancements.nether.return_to_sender.description=用一团火球干掉一只恶魂
advancements.nether.return_to_sender.title=见鬼去吧
advancements.nether.root.description=记得带夏装
advancements.nether.root.title=下界
advancements.nether.summon_wither.description=召唤一只凋灵
advancements.nether.summon_wither.title=凋零山庄
advancements.nether.uneasy_alliance.description=把一只恶魂从下界救出,将其安全带到主世界……然后干掉它。
advancements.nether.uneasy_alliance.title=不稳定的同盟
advancements.story.cure_zombie_villager.description=弱化并治疗一名僵尸村民
advancements.story.cure_zombie_villager.title=僵尸科医生
advancements.story.deflect_arrow.description=用盾牌反弹一根箭
advancements.story.deflect_arrow.title=抱歉,今天不行
advancements.story.enchant_item.description=在附魔台里附魔一样物品
advancements.story.enchant_item.title=附魔师
advancements.story.enter_the_end.description=进入末地传送门
advancements.story.enter_the_end.title=结束了?
advancements.story.enter_the_nether.description=建造、启动并进入一个下界传送门
advancements.story.enter_the_nether.title=我们需要再深入些
advancements.story.follow_ender_eye.description=跟随末影之眼
advancements.story.follow_ender_eye.title=隔墙有眼
advancements.story.form_obsidian.description=创造并挖掘一块黑曜石
advancements.story.form_obsidian.title=冰桶挑战
advancements.story.iron_tools.description=升级你的镐
advancements.story.iron_tools.title=这不是铁镐么
advancements.story.lava_bucket.description=用桶装点熔岩
advancements.story.lava_bucket.title=热腾腾的
advancements.story.mine_diamond.description=获得钻石
advancements.story.mine_diamond.title=钻石!
advancements.story.mine_stone.description=用你的新镐挖掘石头
advancements.story.mine_stone.title=石器时代
advancements.story.obtain_armor.description=用铁盔甲来保护你自己
advancements.story.obtain_armor.title=整装上阵
advancements.story.root.description=游戏的核心与故事
advancements.story.root.title=Minecraft
advancements.story.shiny_gear.description=钻石盔甲能救人
advancements.story.shiny_gear.title=用钻石包裹我
advancements.story.smelt_iron.description=冶炼出一块铁锭
advancements.story.smelt_iron.title=来硬的
advancements.story.upgrade_tools.description=制作一把更好的镐
advancements.story.upgrade_tools.title=获得升级
advancements.toast.challenge=挑战已完成!
advancements.toast.goal=目标已达成!
advancements.toast.task=进度已达成!
attribute.modifier.equals.0=%s %s
attribute.modifier.equals.1=%s%% %s
attribute.modifier.equals.2=%s%% %s
attribute.modifier.plus.0=+%s %s
attribute.modifier.plus.1=+%s%% %s
attribute.modifier.plus.2=+%s%% %s
attribute.modifier.take.0=-%s %s
attribute.modifier.take.1=-%s%% %s
attribute.modifier.take.2=-%s%% %s
attribute.name.generic.armor=盔甲
attribute.name.generic.armorToughness=盔甲韧性
attribute.name.generic.attackDamage=攻击伤害
attribute.name.generic.attackSpeed=攻击速度
attribute.name.generic.followRange=生物跟随距离
attribute.name.generic.knockbackResistance=击退抗性
attribute.name.generic.luck=幸运
attribute.name.generic.maxHealth=最大生命值
attribute.name.generic.movementSpeed=速度
attribute.name.horse.jumpStrength=马匹跳跃能力
attribute.name.zombie.spawnReinforcements=僵尸增援
book.byAuthor=%1$s 著
book.editTitle=输入书名:
book.finalizeButton=署名并关闭
book.finalizeWarning=注意!在你署名后,它将不能再被修改。
book.generation.0=原稿
book.generation.1=原稿的副本
book.generation.2=副本的副本
book.generation.3=破烂不堪
book.pageIndicator=页面:%1$s/%2$s
book.signButton=署名
build.tooHigh=建筑高度限制是%s个方块
chat.cannotSend=无法发送聊天信息
chat.copy=复制到剪贴板
chat.link.confirm=你确定你要打开以下网页?
chat.link.confirmTrusted=你想要打开这个链接或复制到你的剪贴板吗?
chat.link.open=在浏览器中打开
chat.link.warning=永远不要打开从你不信任的人得到的链接!
chat.type.admin=[%s: %s]
chat.type.advancement.challenge=%s完成了挑战%s
chat.type.advancement.goal=%s达成了目标%s
chat.type.advancement.task=%s取得了进度%s
chat.type.announcement=[%s] %s
chat.type.emote=* %s %s
chat.type.text=<%s> %s
chat.type.text.narrate=%s说%s
commands.advancement.advancementNotFound=没有找到名为'%s'的进度
commands.advancement.criterionNotFound=进度'%s'并不包含条件'%s'
commands.advancement.grant.criterion.failed=无法将进度'%1$s'的'%3$s'条件赋予%2$s,因为它们已达成此条件
commands.advancement.grant.criterion.success=已将进度'%1$s'的'%3$s'条件赋予%2$s
commands.advancement.grant.everything.failed=无法给予%1$s任何进度,原因是该玩家已拥有全部
commands.advancement.grant.everything.success=已将全部进度给予%1$s(共计%2$s项)
commands.advancement.grant.everything.usage=/advancement grant <玩家> everything
commands.advancement.grant.from.failed=无法将“%1$s”及其下游进度给予%2$s,原因是该玩家已经拥有全部
commands.advancement.grant.from.success=已将“%1$s”及其全部下游进度授予%2$s(共计%3$s项)
commands.advancement.grant.from.usage=/advancement grant <玩家> from <进度>
commands.advancement.grant.only.failed=无法将进度'%1$s'赋予%2$s,因为它们已达成此进度
commands.advancement.grant.only.success=已将整个进度'%1$s'赋予%2$s
commands.advancement.grant.only.usage=/advancement grant <玩家> only <进度> [条件]
commands.advancement.grant.through.failed=无法将“%1$s”及其上下游进度给予%2$s,原因是该玩家已经拥有全部
commands.advancement.grant.through.success=已将“%1$s”及其全部上下游进度授予%2$s(共计%3$s项)
commands.advancement.grant.through.usage=/advancement grant <玩家> through <进度>
commands.advancement.grant.until.failed=无法将“%1$s”及其上游进度给予%2$s,原因是该玩家已经拥有全部
commands.advancement.grant.until.success=已将“%1$s”及其全部上游进度授予%2$s(共计%3$s项)
commands.advancement.grant.until.usage=/advancement grant <玩家> until <进度>
commands.advancement.grant.usage=/advancement grant <玩家> <only|until|from|through|everything>
commands.advancement.revoke.criterion.failed=无法从%2$s处移除进度'%1$s'的'%3$s'条件,原因是该玩家还未获得任何进度
commands.advancement.revoke.criterion.success=已从%3$s处移除进度'%1$s'的'%2$s'条件
commands.advancement.revoke.everything.failed=无法移除%1$s的任何进度,原因是该玩家还未获得任何进度
commands.advancement.revoke.everything.success=已移除%1$s的全部进度(共计%2$s项)
commands.advancement.revoke.everything.usage=/advancement revoke <玩家> everything
commands.advancement.revoke.from.failed=无法移除%2$s的“%1$s”及其下游成就,原因是该玩家还未获得任何进度
commands.advancement.revoke.from.success=已移除%2$s的“%1$s”及其全部下游进度(共计%3$s项)
commands.advancement.revoke.from.usage=/advancement revoke <玩家> from <进度>
commands.advancement.revoke.only.failed=无法从%2$s处移除进度'%1$s',原因是该玩家还未获得任何进度
commands.advancement.revoke.only.success=已从%2$s处将整个进度'%1$s'移除
commands.advancement.revoke.only.usage=/advancement revoke <玩家> only <进度> [条件]
commands.advancement.revoke.through.failed=无法移除%2$s的“%1$s”及其上下游进度,原因是该玩家还未获得任何进度
commands.advancement.revoke.through.success=移除了%2$s的“%1$s”及其上下游的进度(共计%3$s项)
commands.advancement.revoke.through.usage=/advancement revoke <玩家> through <进度>
commands.advancement.revoke.until.failed=无法移除%2$s的“%1$s”及其上游成就,原因是该玩家还未获得任何进度
commands.advancement.revoke.until.success=已移除%2$s的“%1$s”及其全部上游进度(共计%3$s项)
commands.advancement.revoke.until.usage=/advancement revoke <玩家> until <进度>
commands.advancement.revoke.usage=/advancement revoke <玩家> <only|until|from|through|everything>
commands.advancement.test.advancement.notDone=玩家%s尚未完成进度'%s'
commands.advancement.test.advancement.success=玩家%1$s已达成了“%2$s”进度
commands.advancement.test.criterion.notDone=玩家%1$s尚未完成条件为“%3$s”的“%2$s”进度
commands.advancement.test.criterion.success=玩家%1$s已完成条件为“%3$s”的“%2$s”进度
commands.advancement.test.usage=/advancement test <玩家> <进度> [条件]
commands.advancement.usage=/advancement <grant|revoke|test> <玩家>
commands.ban.failed=无法封禁玩家%s
commands.ban.success=已封禁玩家%s
commands.ban.usage=/ban <名称> [原因...]
commands.banip.invalid=你输入了一个无效的IP地址或者此玩家不在线
commands.banip.success=已封禁IP地址%s
commands.banip.success.players=已封禁的IP地址%s是属于%s的
commands.banip.usage=/ban-ip <地址|名称> [原因...]
commands.banlist.ips=总共有%s个被封禁的IP地址:
commands.banlist.players=总共有%s个被封禁的玩家
commands.banlist.usage=/banlist [ips|玩家]
commands.blockdata.failed=数据标签未更改:%s
commands.blockdata.notValid=目标方块没有持有数据
commands.blockdata.outOfWorld=无法更改世界外的方块
commands.blockdata.success=方块数据更新为:%s
commands.blockdata.tagError=数据标签解析失败:%s
commands.blockdata.usage=/blockdata <x> <y> <z> <数据标签>
commands.chunkinfo.compiled=区块已编译。
commands.chunkinfo.data=前64个顶点为:%s
commands.chunkinfo.empty=区块是空的。
commands.chunkinfo.hasLayers=区块含有%s层面
commands.chunkinfo.hasNoRenderableLayers=区块没有渲染层。
commands.chunkinfo.isEmpty=区块有空层面:%s
commands.chunkinfo.location=区块位置:(%s,%s,%s)
commands.chunkinfo.noChunk=没有找到区块位置为%s,%s,%s的区块
commands.chunkinfo.notCompiled=区块未编译。
commands.chunkinfo.notEmpty=区块不为空。
commands.chunkinfo.usage=/chunkinfo [<x> <y> <z>]
commands.chunkinfo.vertices=%s层的缓冲包含了%s个点
commands.clear.failure=无法清除%s的物品栏,没有可清除的物品
commands.clear.success=清除了%s的物品栏,删除了%s个物品
commands.clear.tagError=数据标签解析失败:%s
commands.clear.testing=%s有%s个符合条件的物品
commands.clear.usage=/clear [玩家] [物品] [数据] [最大量] [数据标签]
commands.clone.failed=没有方块被复制
commands.clone.noOverlap=源坐标和目标坐标不能重叠
commands.clone.outOfWorld=无法访问世界外的方块
commands.clone.success=已复制%s个方块
commands.clone.tooManyBlocks=选定区域内的方块过多(%s > %s)
commands.clone.usage=/clone <x1> <y1> <z1> <x2> <y2> <z2> <x> <y> <z> [掩码模式] [复制模式]
commands.compare.failed=源坐标和目标坐标不相同
commands.compare.outOfWorld=无法访问世界外的方块
commands.compare.success=已比较%s个方块
commands.compare.tooManyBlocks=选定区域内的方块过多(%s > %s)
commands.compare.usage=/testforblocks <x1> <y1> <z1> <x2> <y2> <z2> <x> <y> <z> [模式]
commands.debug.notStarted=不能在开始前就停止分析!
commands.debug.start=开始调试分析
commands.debug.stop=在%s秒(%s刻)后停止调试分析
commands.debug.usage=/debug <start|stop>
commands.defaultgamemode.success=世界的默认游戏模式现为%s
commands.defaultgamemode.usage=/defaultgamemode <模式>
commands.deop.failed=无法撤销%s的管理员权限
commands.deop.success=已夺去%s的管理员权限
commands.deop.usage=/deop <玩家>
commands.difficulty.success=将游戏难度设置为%s
commands.difficulty.usage=/difficulty <新的难度>
commands.downfall.success=天气已切换
commands.downfall.usage=/toggledownfall
commands.effect.failure.notActive=无法从%2$s身上消除%1$s因为他们没有此效果
commands.effect.failure.notActive.all=无法从%s身上移除任何效果,因为他们身上什么效果都没有
commands.effect.notFound=没有ID为%s的生物状态效果
commands.effect.success=给予%4$s时长为%5$s秒的%1$s(ID %2$s)*%3$s效果
commands.effect.success.removed=消除了%2$s身上的%1$s
commands.effect.success.removed.all=已将%s身上的全部效果移除
commands.effect.usage=/effect <玩家> <药水效果> [秒数] [等级] [隐藏粒子] 或 /effect <玩家> clear
commands.enchant.cantCombine=%1$s无法和%2$s结合
commands.enchant.cantEnchant=该物品不能添加此魔咒
commands.enchant.noItem=目标没有拿着任何物品
commands.enchant.notFound=没有ID为%s的魔咒
commands.enchant.success=附魔成功
commands.enchant.usage=/enchant <玩家> <魔咒ID> [等级]
commands.entitydata.failed=数据标签未更改:%s
commands.entitydata.noPlayers=%s是一位玩家,不能更改
commands.entitydata.success=实体数据已更新:%s
commands.entitydata.tagError=数据标签解析失败:%s
commands.entitydata.usage=/entitydata <实体> <数据标签>
commands.execute.allInvocationsFailed=全部调用失败:“%s”
commands.execute.failed=无法使%2$s执行'%1$s'
commands.execute.usage=/execute <实体> <x> <y> <z> <命令> 或 /execute <实体> <x> <y> <z> detect <x> <y> <z> <方块> <数据值|-1|状态|*> <命令>|
commands.fill.failed=没有方块被填充
commands.fill.outOfWorld=无法在世界外放置方块
commands.fill.success=已填充%s个方块
commands.fill.tagError=数据标签解析失败:%s
commands.fill.tooManyBlocks=选定区域内的方块过多(%s > %s)
commands.fill.usage=/fill <x1> <y1> <z1> <x2> <y2> <z2> <方块名> [数据值|状态] [旧方块处理方式] [数据标签]
commands.function.skipped=已跳过函数‘%1$s’的执行
commands.function.success=执行了函数'%1$s'中的%2$s个命令
commands.function.unknown=未知函数'%s'
commands.function.usage=/function <名称> [if <选择器>|unless <选择器>]
commands.gamemode.success.other=将%s的游戏模式改为%s
commands.gamemode.success.self=您的游戏模式已被设置为%s 
commands.gamemode.usage=/gamemode <模式> [玩家]
commands.gamerule.nopermission=只有服务器所有人才能修改'%s'
commands.gamerule.norule=不存在叫做'%s'的游戏规则
commands.gamerule.success=游戏规则%s已经更新为 %s
commands.gamerule.usage=/gamerule <规则名称> [值]
commands.generic.blockstate.invalid='%s'不是%s的方块状态之一
commands.generic.boolean.invalid='%s'不是个布尔值参数
commands.generic.entity.invalidType=实体类型'%s'是无效的
commands.generic.entity.invalidUuid=实体UUID'%s'并非有效格式
commands.generic.entity.notFound=无法找到实体’%s‘
commands.generic.exception=在执行此命令时出现了未知的错误
commands.generic.notFound=未知命令。请使用/help来查看命令列表。
commands.generic.num.invalid='%s'不是一个有效的数字
commands.generic.num.tooBig=你输入的数字(%s)太大了,最高只能为%s
commands.generic.num.tooSmall=你输入的数字(%s)太小了,至少需要为%s
commands.generic.parameter.invalid='%s'为无效参数
commands.generic.permission=您没有使用此命令的权限
commands.generic.player.notFound=无法找到玩家‘%s’
commands.generic.player.unspecified=你必须指定要对其执行这个行为的玩家
commands.generic.selector.notFound=选择器'%s'什么都没找到
commands.generic.selector_argument=无效的选择器参数:'%s'
commands.generic.syntax=无效的命令语法
commands.generic.usage=用法:%s
commands.give.block.notFound=没有名为%s的方块
commands.give.item.notFound=没有名为%s的物品
commands.give.success=成功将%s*%s给予%s
commands.give.tagError=数据标签分析失败:%s
commands.give.usage=/give <玩家> <物品> [数量] [数据值] [数据标签]
commands.help.footer=小提示: 在输入命令时可以使用 <tab> 键来自动补全命令或参数。
commands.help.header=--- 显示帮助手册总%2$s页中的第%1$s页(/help <页码>) ---
commands.help.usage=/help [页码|命令名称]
commands.kick.success=已将%s从游戏中踢出
commands.kick.success.reason=%s被踢出游戏:'%s'
commands.kick.usage=/kick <玩家> [原因...]
commands.kill.successful=已清除%s
commands.kill.usage=/kill [玩家|实体]
commands.locate.failure=没有找到任何%s结构
commands.locate.success=已在%2$s(y?)%3$s定位到%1$s
commands.locate.usage=/locate <结构>
commands.me.usage=/me <动作...>
commands.message.display.incoming=%s悄悄地对你说:%s
commands.message.display.outgoing=你悄悄地对%s说:%s
commands.message.sameTarget=你不能向自己发出私人信息!
commands.message.usage=/tell <玩家> <私密信息...>
commands.op.failed=无法给予%s管理员权限
commands.op.success=已将%s设为管理员
commands.op.usage=/op <玩家>
commands.particle.invalidParam=提供了无效参数(%s)
commands.particle.notFound=未知的效果名称(%s)
commands.particle.success=播放%s效果%s次
commands.particle.usage=/particle <粒子名称> <x> <y> <z> <xd> <yd> <zd> <速度> [数量] [模式] [玩家] [参数]
commands.players.list=目前有%s/%s个玩家在线:
commands.players.usage=/list
commands.playsound.playerTooFar=玩家%s离得太远了,无法听到这声音
commands.playsound.success=向%2$s播放声音'%1$s'
commands.playsound.unknownSoundSource=声音资源%s未知
commands.playsound.usage=/playsound <声音> <资源> <玩家> [x] [y] [z] [音量] [音调] [最小音量]
commands.publish.failed=无法建立本地游戏
commands.publish.started=本地游戏已在端口%s上开启
commands.publish.usage=/publish
commands.recipe.alreadyHave=玩家%s已获得%s的配方
commands.recipe.dontHave=玩家%s尚未获得%s的配方
commands.recipe.give.success.all=成功将所有配方授予%s
commands.recipe.give.success.one=成功将%2$s的配方授予%1$s
commands.recipe.take.success.all=成功从%s移除所有配方
commands.recipe.take.success.one=成功从%2$s移除%1$s的配方
commands.recipe.unknownrecipe=%s是一个未知配方
commands.recipe.unsupported=配方%s不受支持
commands.recipe.usage=/recipe <give|take> [玩家] <名字|*>
commands.reload.success=成功刷新战利品表、进度和函数
commands.reload.usage=/reload
commands.replaceitem.block.usage=/replaceitem block <x> <y> <z> <物品栏> <物品> [数量] [数据] [数据标签]
commands.replaceitem.entity.usage=/replaceitem entity <选择器> <物品栏> <物品> [数量] [数据] [数据标签]
commands.replaceitem.failed=无法将%1$s号物品栏物品替换成%3$s*%2$s
commands.replaceitem.noContainer=位于%s,%s,%s的方块不是容器
commands.replaceitem.success=将%1$s号物品栏的物品替换为了%3$s*%2$s
commands.replaceitem.tagError=数据标签解析失败:%s
commands.replaceitem.usage=/replaceitem <entity|block> ...
commands.save-off.alreadyOff=已经关闭世界保存
commands.save-off.usage=/save-off
commands.save-on.alreadyOn=已经打开世界保存
commands.save-on.usage=/save-on
commands.save.disabled=世界自动保存已关闭
commands.save.enabled=世界自动保存已启用
commands.save.failed=保存失败:%s
commands.save.flushEnd=推送已完成
commands.save.flushStart=正在推送所有的存档…
commands.save.start=保存中……
commands.save.success=已保存世界
commands.save.usage=/save-all [flush]
commands.say.usage=/say <信息...>
commands.scoreboard.allMatchesFailed=没有匹配的对象
commands.scoreboard.noMultiWildcard=仅能使用一个用户通配符
commands.scoreboard.objectiveNotFound=没有找到名称为'%s'的记分项
commands.scoreboard.objectiveReadOnly=无法设置只读记分项'%s'
commands.scoreboard.objectives.add.alreadyExists=已经存在名为'%s'的记分项
commands.scoreboard.objectives.add.displayTooLong='%s'作为记分项的显示名太长了,它最多只能有%s个字
commands.scoreboard.objectives.add.success=成功地添加了新记分项'%s'
commands.scoreboard.objectives.add.tooLong='%s'作为记分项名太长了,它最多只能有%s个字
commands.scoreboard.objectives.add.usage=/scoreboard objectives add <名称> <准则类型> [显示的名称...]
commands.scoreboard.objectives.add.wrongType=无效的记分项准则类型'%s'
commands.scoreboard.objectives.list.count=记分板正在显示%s个记分项:
commands.scoreboard.objectives.list.empty=记分板上没有记分项
commands.scoreboard.objectives.list.entry=——%s:显示名为'%s',类型为'%s'
commands.scoreboard.objectives.remove.success=成功地移除了记分项'%s'
commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove <名称>
commands.scoreboard.objectives.setdisplay.invalidSlot=没有名称为'%s'的显示位置
commands.scoreboard.objectives.setdisplay.successCleared=清空了'%s'显示位置的记分项
commands.scoreboard.objectives.setdisplay.successSet=已将显示位置'%s'中的记分项设置为'%s'
commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay <位置> [记分项]
commands.scoreboard.objectives.usage=/scoreboard objectives <list|add|remove|setdisplay> ...
commands.scoreboard.players.add.usage=/scoreboard players add <玩家> <记分项> <数量> [数据标签]
commands.scoreboard.players.enable.noTrigger=记分项%s不是触发型
commands.scoreboard.players.enable.success=已将触发器%s对%s启用
commands.scoreboard.players.enable.usage=/scoreboard players enable <玩家> <触发器>
commands.scoreboard.players.list.count=记分板上正在显示%s个被追踪的玩家:
commands.scoreboard.players.list.empty=记分板上没有追踪的玩家
commands.scoreboard.players.list.player.count=正在给%2$s显示%1$s个被追踪的记分项:
commands.scoreboard.players.list.player.empty=玩家%s没有分数记录
commands.scoreboard.players.list.player.entry=—%2$s:%1$s(%3$s)
commands.scoreboard.players.list.usage=/scoreboard players list [名字]
commands.scoreboard.players.name.tooLong='%s'作为玩家名太长了,它最多只能有%s个字
commands.scoreboard.players.operation.invalidOperation=操作%s无效
commands.scoreboard.players.operation.notFound=无法找到 %2$s 的 %1$s 分数
commands.scoreboard.players.operation.success=操作已应用成功
commands.scoreboard.players.operation.usage=/scoreboard players operation <目标玩家> <目标记分项> <操作> <选择器> <记分项>
commands.scoreboard.players.remove.usage=/scoreboard players remove <玩家> <记分项> <数量> [数据标签]
commands.scoreboard.players.reset.success=重置玩家%s所有的分数
commands.scoreboard.players.reset.usage=/scoreboard players reset <玩家> [记分项]
commands.scoreboard.players.resetscore.success=已重置玩家%2$s的%1$s的分数
commands.scoreboard.players.set.success=将玩家%2$s的%1$s分数设置为%3$s
commands.scoreboard.players.set.tagError=无法解析数据标签,原因:%s
commands.scoreboard.players.set.tagMismatch=数据标签与%s不匹配
commands.scoreboard.players.set.usage=/scoreboard players set <玩家> <记分项> <分数> [数据标签]
commands.scoreboard.players.tag.list=在实体%s上的标签是:
commands.scoreboard.players.tag.notFound=实体没有%s标签
commands.scoreboard.players.tag.success.add=标签%s已添加
commands.scoreboard.players.tag.success.remove=标签%s已删除
commands.scoreboard.players.tag.tagError=玩家标签命令执行失败,原因:%s
commands.scoreboard.players.tag.tagMismatch=数据标签与 %s 不匹配
commands.scoreboard.players.tag.tooMany=不能给一个实体添加多于%s个的标签
commands.scoreboard.players.tag.usage=/scoreboard players tag <玩家> <add|remove|list> <标签名称> [数据标签]
commands.scoreboard.players.test.failed=分数%s不在%s到%s的范围内
commands.scoreboard.players.test.notFound=无法找到%2$s的%1$s分数
commands.scoreboard.players.test.success=分数%s在%s到%s的范围内
commands.scoreboard.players.test.usage=/scoreboard players test <玩家> <记分项> <最小> [最大]
commands.scoreboard.players.usage=/scoreboard players <set|add|remove|reset|list|enable|test|operation> ...
commands.scoreboard.teamNotFound=没有找到队名为'%s'的队伍
commands.scoreboard.teams.add.alreadyExists=名为'%s'的队伍已经存在
commands.scoreboard.teams.add.displayTooLong='%s'作为队伍的显示名太长了,它最多只能有%s个字
commands.scoreboard.teams.add.success=成功地添加了新队伍'%s'
commands.scoreboard.teams.add.tooLong='%s'作为队名太长了,它最多只能有%s个字
commands.scoreboard.teams.add.usage=/scoreboard teams add <名字> [显示的名字...]
commands.scoreboard.teams.empty.alreadyEmpty=队伍%s已空,无法移除不存在的玩家
commands.scoreboard.teams.empty.success=移除了队伍%2$s内的全部%1$s个玩家
commands.scoreboard.teams.empty.usage=/scoreboard teams empty <队伍>
commands.scoreboard.teams.join.failure=无法给队伍%2$s添加%1$s个玩家:%3$s
commands.scoreboard.teams.join.success=给队伍%2$s添加了%1$s个玩家:%3$s
commands.scoreboard.teams.join.usage=/scoreboard teams join <队名> [玩家]
commands.scoreboard.teams.leave.failure=无法从他们队伍中移除%s个玩家:%s
commands.scoreboard.teams.leave.noTeam=你不在一个队伍中
commands.scoreboard.teams.leave.success=从他们的队伍里移除了%s个玩家:%s
commands.scoreboard.teams.leave.usage=/scoreboard teams leave [玩家]
commands.scoreboard.teams.list.count=记分板上正在显示%s个队伍:
commands.scoreboard.teams.list.empty=记分板上无注册的队伍
commands.scoreboard.teams.list.entry=—%1$s:'%2$s'有%3$s个玩家
commands.scoreboard.teams.list.player.count=正在显示队伍%2$s中的%1$s个玩家:
commands.scoreboard.teams.list.player.empty=队伍%s没有玩家
commands.scoreboard.teams.list.player.entry=—%2$s:%1$s(%3$s)
commands.scoreboard.teams.list.usage=/scoreboard teams list [名字]
commands.scoreboard.teams.option.noValue=选项%s的有效数值有:%s
commands.scoreboard.teams.option.success=将队伍%2$s的选项%1$s设置为%3$s
commands.scoreboard.teams.option.usage=/scoreboard teams option <队伍名><friendlyfire|color|seeFriendlyInvisibles|nametagVisibility|deathMessageVisibility|collisionRule> <值>
commands.scoreboard.teams.remove.success=移除了队伍%s
commands.scoreboard.teams.remove.usage=/scoreboard teams remove <名字>
commands.scoreboard.teams.usage=/scoreboard teams <list|add|remove|empty|join|leave|option> ...
commands.scoreboard.usage=/scoreboard <objectives|players|teams> ...
commands.seed.success=种子: %s
commands.seed.usage=/seed
commands.setblock.failed=无法放置方块
commands.setblock.noChange=无法放置方块
commands.setblock.notFound=找不到数据值或名称为%s的方块
commands.setblock.outOfWorld=无法在世界外放置方块
commands.setblock.success=方块已放置
commands.setblock.tagError=数据标签解析失败:%s
commands.setblock.usage=/setblock <x> <y> <z> <方块名> [数据值|状态] [旧方块处理方式] [数据标签]
commands.setidletimeout.success=成功将闲置时限设为%s分钟
commands.setidletimeout.usage=/setidletimeout <时间(分)>
commands.setworldspawn.success=已将世界的出生点设置为(%s,%s,%s)
commands.setworldspawn.usage=/setworldspawn [<x> <y> <z>]
commands.spawnpoint.success=已将%s的出生点设置为(%s,%s,%s)
commands.spawnpoint.usage=/spawnpoint [玩家] [<x> <y> <z>]
commands.spreadplayers.failure.players=无法将%s个玩家扩散至(%s,%s)周围(玩家数量过多 - 最大玩家数为%s)
commands.spreadplayers.failure.teams=无法将%s个队伍扩散至%s个方块远离%s,%s (玩家数量过多 - 最大玩家数为%s)
commands.spreadplayers.info.players=(玩家间的平均距离在迭代%2$s次后为%1$s个方块)
commands.spreadplayers.info.teams=(队伍间的平均距离在迭代%2$s次后为%1$s个方块)
commands.spreadplayers.noop=没有找到可被扩散的玩家
commands.spreadplayers.spreading.players=已将%s个玩家分散至由%s,%s为中心的%s个方块(最少相隔%s个方块)
commands.spreadplayers.spreading.teams=已将%s个队伍分散至由%s,%s为中心的%s个方块(最少相隔%s个方块)
commands.spreadplayers.success.players=成功地将%s个玩家在(%s,%s)周围扩散
commands.spreadplayers.success.teams=成功地将%s个队伍在(%s,%s)周围扩散
commands.spreadplayers.usage=/spreadplayers <x> <z> <扩散距离> <最远距离> <分组 true|false> <玩家 ...>
commands.stats.block.clear.usage=/stats block <x> <y> <z> clear <统计>
commands.stats.block.set.usage=/stats block <x> <y> <z> set <统计> <选择器> <记分项>
commands.stats.block.usage=/stats block <x> <y> <z> <模式> ...
commands.stats.cleared=清除了%s的统计信息
commands.stats.entity.clear.usage=/stats entity <选择器> clear <统计>
commands.stats.entity.set.usage=/stats entity <选择器> set <统计> <选择器> <记分项>
commands.stats.entity.usage=/stats entity <选择器> <模式> ...
commands.stats.failed=无效的参数
commands.stats.noCompatibleBlock=位于%s,%s,%s的方块无法跟踪统计
commands.stats.success=将%s项统计信息储存在了%3$s的%2$s上
commands.stats.usage=/stats <entity|block> ...
commands.stop.start=正在关闭服务器
commands.stop.usage=/stop
commands.stopsound.success.all=为%s停止所有声音
commands.stopsound.success.individualSound=为%3$s停止源自'%2$s'的声音'%1$s'
commands.stopsound.success.soundSource=为%2$s停止声源'%1$s'
commands.stopsound.unknownSoundSource=未知的声音源%s
commands.stopsound.usage=/stopsound <玩家> [声音来源] [声音]
commands.summon.failed=无法召唤实体
commands.summon.outOfWorld=无法在世界外召唤实体
commands.summon.success=成功地召唤了实体
commands.summon.tagError=数据标签解析失败:%s
commands.summon.usage=/summon <实体名> [x] [y] [z] [数据标签]
commands.teleport.success.coordinates=传送%s至%s,%s,%s
commands.teleport.usage=/teleport <实体> <x> <y> <z> [<y-rot> <x-rot>]
commands.tellraw.jsonException=无效的json:%s
commands.tellraw.usage=/tellraw <玩家> <原始json消息>
commands.testfor.failure=%s与要求的数据结构不匹配
commands.testfor.success=发现%s
commands.testfor.tagError=数据标签解析失败:%s
commands.testfor.usage=/testfor <玩家> [数据标签]
commands.testforblock.failed.data=位于%s, %s, %s的方块具有数据值%s(预想: %s)
commands.testforblock.failed.nbt=位于%s,%s,%s的方块并没有所需的NBT标签
commands.testforblock.failed.tile=位于%s, %s, %s的方块为%s(预想: %s)
commands.testforblock.failed.tileEntity=位于%s,%s,%s的方块并非方块实体并不支持标签比对
commands.testforblock.outOfWorld=无法测试位于世界外的方块
commands.testforblock.success=成功找到了位于%s,%s,%s的方块
commands.testforblock.usage=/testforblock <x> <y> <z> <方块名> [数据值|-1|状态|*] [数据标签]
commands.time.added=将时间调快了%s
commands.time.query=时间为%s
commands.time.set=将时间设为%s
commands.time.usage=/time <set|add|query> <值>
commands.title.success=标题命令执行成功
commands.title.usage=/title <玩家> <title|subtitle|actionbar|clear|reset|times> …
commands.title.usage.clear=/title <玩家> clear|reset
commands.title.usage.times=/title <玩家> times <淡入时间> <保持时间> <淡出时间>
commands.title.usage.title=/title <玩家> title|subtitle|actionbar <纯json标题>
commands.tp.notSameDimension=无法传送,因为目标玩家不存在于同一个空间
commands.tp.success=已将%s传送至%s
commands.tp.success.coordinates=将%s传送到 %s,%s,%s
commands.tp.usage=/tp [目标玩家] <目的地玩家> 或 /tp [目标] <x> <y> <z> [<横向朝向> <纵向朝向>]
commands.trigger.disabled=触发型的%s没有启用
commands.trigger.invalidMode=无效的触发模式:%s
commands.trigger.invalidObjective=触发器的名称%s无效
commands.trigger.invalidPlayer=只有玩家能使用/trigger命令
commands.trigger.success=触发器%s以%s模式改变了%s
commands.trigger.usage=/trigger <记分项> <add|set> <值>
commands.unban.failed=无法解除玩家%s的封禁
commands.unban.success=已解封玩家%s
commands.unban.usage=/pardon <用户名>
commands.unbanip.invalid=你输入了一个无效的IP地址
commands.unbanip.success=已解封IP地址%s
commands.unbanip.usage=/pardon-ip <地址>
commands.weather.clear=更换到无天气
commands.weather.rain=更换到下雨天
commands.weather.thunder=更换到雷雨天
commands.weather.usage=/weather <clear|rain|thunder> [持续的秒数]
commands.whitelist.add.failed=无法将%s添加到白名单中
commands.whitelist.add.success=已将%s加入白名单
commands.whitelist.add.usage=/whitelist add <玩家>
commands.whitelist.disabled=白名单验证已关闭
commands.whitelist.enabled=白名单验证已启用
commands.whitelist.list=现在白名单中有%s个(于可见的%s人中)玩家:
commands.whitelist.reloaded=已重新读取白名单
commands.whitelist.remove.failed=无法从白名单中移除%s
commands.whitelist.remove.success=已将%s移出白名单
commands.whitelist.remove.usage=/whitelist remove <玩家>
commands.whitelist.usage=/whitelist <on|off|list|add|remove|reload>
commands.worldborder.add.usage=/worldborder add <大小(格)> [时间(秒)]
commands.worldborder.center.success=将世界边界的中心设置为%s,%s
commands.worldborder.center.usage=/worldborder center <x> <z>
commands.worldborder.damage.amount.success=将世界边界伤害设置为每方块%s(原每方块%s)
commands.worldborder.damage.amount.usage=/worldborder damage amount <每格伤害值>
commands.worldborder.damage.buffer.success=将世界边界伤害缓冲区设为%s个方块(原%s个方块)
commands.worldborder.damage.buffer.usage=/worldborder damage buffer <大小(格)>
commands.worldborder.damage.usage=/worldborder damage <buffer|amount> ...
commands.worldborder.get.success=当前世界边界宽度为%s个方块
commands.worldborder.set.success=设置世界边界的宽度为%s个方块(原%s个方块)
commands.worldborder.set.usage=/worldborder set <大小(格)> [时间(秒)]
commands.worldborder.setSlowly.grow.success=正将世界边界宽度逐渐增加为%s个方块(原%s个方块),时间%s秒
commands.worldborder.setSlowly.shrink.success=正将世界边界宽度逐渐缩小为%s个方块(原%s个方块),时间%s秒
commands.worldborder.usage=/worldborder <add|set|center|damage|warning|get> ...
commands.worldborder.warning.distance.success=将世界边界警告设置到%s方块的距离(从%s方块)
commands.worldborder.warning.distance.usage=/worldborder warning distance <距离>
commands.worldborder.warning.time.success=将世界边界警告设置到%s秒的距离(从%s秒)
commands.worldborder.warning.time.usage=/worldborder warning time <时间(秒)>
commands.worldborder.warning.usage=/worldborder warning <time|distance> ...
commands.xp.failure.widthdrawXp=无法给玩家为负数的经验值
commands.xp.success=已给予%2$s %1$s经验
commands.xp.success.levels=已给予%2$s %1$s级经验
commands.xp.success.negative.levels=从%2$s身上移除了%1$s级经验
commands.xp.usage=/xp <经验数量> [玩家] 或 /xp <等级数量>L [玩家]
connect.authorizing=登入中...
connect.connecting=正在连接到服务器...
connect.failed=无法连接至服务器
container.beacon=信标
container.brewing=酿造台
container.chest=箱子
container.chestDouble=大型箱子
container.crafting=合成
container.creative=物品选栏
container.dispenser=发射器
container.dropper=投掷器
container.enchant=附魔
container.enchant.clue=%s…?
container.enchant.lapis.many=花费:%s个青金石
container.enchant.lapis.one=花费:1个青金石
container.enchant.level.many=+ %s级经验
container.enchant.level.one=+ 1级经验
container.enchant.level.requirement=等级要求:%s
container.enderchest=末影箱
container.furnace=熔炉
container.hopper=漏斗
container.inventory=物品栏
container.isLocked=%s已被上锁!
container.repair=物品修复和命名
container.repair.cost=附魔花费:%1$s
container.repair.expensive=过于昂贵!
container.shulkerBox=潜影盒
container.shulkerBox.more=还有%s项未显示…
container.spectatorCantOpen=无法打开:战利品尚未生成。
controls.reset=重置
controls.resetAll=重置按键
controls.title=按键控制
createWorld.customize.custom.baseSize=基准深度大小
createWorld.customize.custom.biomeDepthOffset=生物群系深度补偿
createWorld.customize.custom.biomeDepthWeight=生物群系深度比重
createWorld.customize.custom.biomeScaleOffset=生物群系规模补偿
createWorld.customize.custom.biomeScaleWeight=生物群系规模比重
createWorld.customize.custom.biomeSize=生物群系规模
createWorld.customize.custom.center=中心高度
createWorld.customize.custom.confirm1=这将覆盖你的当前
createWorld.customize.custom.confirm2=设置且不能恢复。
createWorld.customize.custom.confirmTitle=警告!
createWorld.customize.custom.coordinateScale=平面比例
createWorld.customize.custom.count=生成尝试次数
createWorld.customize.custom.defaults=默认
createWorld.customize.custom.depthNoiseScaleExponent=高度差异指数
createWorld.customize.custom.depthNoiseScaleX=X轴高度差异值
createWorld.customize.custom.depthNoiseScaleZ=Z轴高度差异值
createWorld.customize.custom.dungeonChance=地牢数量
createWorld.customize.custom.fixedBiome=生物群系
createWorld.customize.custom.heightScale=高度比例
createWorld.customize.custom.lavaLakeChance=熔岩湖密度
createWorld.customize.custom.lowerLimitScale=规模下限
createWorld.customize.custom.mainNoiseScaleX=主地形差异值 X
createWorld.customize.custom.mainNoiseScaleY=主地形差异值 Y
createWorld.customize.custom.mainNoiseScaleZ=主地形差异值 Z
createWorld.customize.custom.maxHeight=最高高度
createWorld.customize.custom.minHeight=最低高度
createWorld.customize.custom.next=下一页
createWorld.customize.custom.page0=基本设置
createWorld.customize.custom.page1=矿物设置
createWorld.customize.custom.page2=高级设置(仅限高级用户)
createWorld.customize.custom.page3=额外高级设置 (仅限高级用户)
createWorld.customize.custom.preset.caveChaos=混沌洞穴
createWorld.customize.custom.preset.caveDelight=探洞者的喜悦
createWorld.customize.custom.preset.drought=旱地
createWorld.customize.custom.preset.goodLuck=祝你好运
createWorld.customize.custom.preset.isleLand=空岛
createWorld.customize.custom.preset.mountains=山脉狂魔
createWorld.customize.custom.preset.waterWorld=水世界
createWorld.customize.custom.presets=预设
createWorld.customize.custom.presets.title=自定义世界预设
createWorld.customize.custom.prev=上一页
createWorld.customize.custom.randomize=随机
createWorld.customize.custom.riverSize=河的规模
createWorld.customize.custom.seaLevel=海平面
createWorld.customize.custom.size=生成规模
createWorld.customize.custom.spread=扩散高度
createWorld.customize.custom.stretchY=高度伸展
createWorld.customize.custom.upperLimitScale=规模上限
createWorld.customize.custom.useCaves=洞穴
createWorld.customize.custom.useDungeons=地牢
createWorld.customize.custom.useLavaLakes=熔岩湖
createWorld.customize.custom.useLavaOceans=熔岩海
createWorld.customize.custom.useMansions=林地府邸
createWorld.customize.custom.useMineShafts=废弃矿井
createWorld.customize.custom.useMonuments=海底遗迹
createWorld.customize.custom.useRavines=峡谷
createWorld.customize.custom.useStrongholds=要塞
createWorld.customize.custom.useTemples=神庙
createWorld.customize.custom.useVillages=村庄
createWorld.customize.custom.useWaterLakes=湖泊
createWorld.customize.custom.waterLakeChance=湖泊密度
createWorld.customize.flat.addLayer=添加层面
createWorld.customize.flat.editLayer=编辑层面
createWorld.customize.flat.height=高度
createWorld.customize.flat.layer=%s
createWorld.customize.flat.layer.bottom=底层 - %s
createWorld.customize.flat.layer.top=顶层 - %s
createWorld.customize.flat.removeLayer=移除层面
createWorld.customize.flat.tile=此层的材料
createWorld.customize.flat.title=自定义超平坦世界
createWorld.customize.preset.bottomless_pit=无底深渊
createWorld.customize.preset.classic_flat=经典平坦
createWorld.customize.preset.desert=沙漠
createWorld.customize.preset.overworld=主世界
createWorld.customize.preset.redstone_ready=红石俱备
createWorld.customize.preset.snowy_kingdom=雪之王国
createWorld.customize.preset.the_void=虚空
createWorld.customize.preset.tunnelers_dream=挖掘工的梦想
createWorld.customize.preset.water_world=水世界
createWorld.customize.presets=预设
createWorld.customize.presets.list=另外,这里是些我们早期制作好的!
createWorld.customize.presets.select=使用预设
createWorld.customize.presets.share=想要与别人分享你的预设方案吗?使用下面的输入框吧!
createWorld.customize.presets.title=选择一个预设
death.attack.anvil=%1$s被坠落的铁砧压扁了
death.attack.arrow=%1$s被%2$s射杀
death.attack.arrow.item=%1$s被%2$s用%3$s射杀
death.attack.cactus=%1$s被戳死了
death.attack.cactus.player=%1$s在试图逃离%2$s时撞上了仙人掌
death.attack.cramming=%1$s因被过度挤压而死
death.attack.dragonBreath=%1$s被龙之吐息所烤焦
death.attack.drown=%1$s淹死了
death.attack.drown.player=%1$s在试图逃离%2$s时淹死了
death.attack.explosion=%1$s爆炸了
death.attack.explosion.player=%1$s被%2$s炸死了
death.attack.fall=%1$s落地过猛
death.attack.fallingBlock=%1$s被坠落的方块压扁了
death.attack.fireball=%1$s被%2$s用火球烧死了
death.attack.fireball.item=%1$s被%2$s用%3$s发射的火球烧死了
death.attack.fireworks=%1$s随着一声巨响消失了
death.attack.flyIntoWall=%1$s感受到了动能
death.attack.generic=%1$s死了
death.attack.hotFloor=%1$s发现了地板是熔岩做的
death.attack.hotFloor.player=%1$s因%2$s而步入危险之地
death.attack.inFire=%1$s 浴火焚身
death.attack.inFire.player=%1$s在与%2$s战斗时不慎走入了火中
death.attack.inWall=%1$s在墙里窒息而亡
death.attack.indirectMagic=%1$s被%2$s使用的魔法杀死了
death.attack.indirectMagic.item=%1$s被%2$s用%3$s杀死了
death.attack.lava=%1$s试图在熔岩里游泳
death.attack.lava.player=%1$s在逃离%2$s时试图在熔岩里游泳
death.attack.lightningBolt=%1$s被闪电击中
death.attack.magic=%1$s被魔法杀死了
death.attack.mob=%1$s被%2$s杀死了
death.attack.onFire=%1$s被烧死了
death.attack.onFire.player=%1$s在试图与%2$s战斗时被烤得酥脆
death.attack.outOfWorld=%1$s掉出了这个世界
death.attack.player=%1$s被%2$s杀死了
death.attack.player.item=%1$s被%2$s用%3$s杀死了
death.attack.starve=%1$s饿死了
death.attack.thorns=%1$s在试图伤害%2$s时被杀
death.attack.thrown=%1$s被%2$s给砸死了
death.attack.thrown.item=%1$s被%2$s用%3$s给砸死了
death.attack.wither=%1$s凋零了
death.fell.accident.generic=%1$s从高处摔了下来
death.fell.accident.ladder=%1$s从梯子上摔了下来
death.fell.accident.vines=%1$s从一些藤蔓上摔了下来
death.fell.accident.water=%1$s从水中掉了下来
death.fell.assist=%1$s因为%2$s注定要摔死
death.fell.assist.item=%1$s因为%2$s使用了%3$s注定要摔死
death.fell.finish=%1$s摔伤得太重并被%2$s完结了生命
death.fell.finish.item=%1$s摔伤得太重并被%2$s用%3$s完结了生命
death.fell.killer=%1$s注定要摔死
deathScreen.deleteWorld=删除世界
deathScreen.leaveServer=退出服务器
deathScreen.quit.confirm=你确定要退出吗?
deathScreen.respawn=重生
deathScreen.score=分数
deathScreen.spectate=旁观世界
deathScreen.title=你死了!
deathScreen.title.hardcore=游戏结束!
deathScreen.titleScreen=标题画面
debug.advanced_tooltips.help=F3 + H = 显示高级提示框
debug.advanced_tooltips.off=高级提示框:隐藏
debug.advanced_tooltips.on=高级提示框:显示
debug.chunk_boundaries.help=F3 + G = 显示区块边界
debug.chunk_boundaries.off=区块边界:隐藏
debug.chunk_boundaries.on=区块边界:显示
debug.clear_chat.help=F3 + D = 清空聊天记录
debug.creative_spectator.error=你没有切换游戏模式的权限
debug.creative_spectator.help=F3 + N = 在创造和旁观模式间切换
debug.cycle_renderdistance.help=F3 + F = 在渲染距离间循环(按Shift来反向循环)
debug.cycle_renderdistance.message=渲染距离:%s
debug.help.help=F3 + Q = 显示此列表
debug.help.message=按键设置:
debug.pause_focus.help=F3 + P = 失去焦点时暂停
debug.pause_focus.off=失去焦点时暂停:停用
debug.pause_focus.on=失去焦点时暂停:启用
debug.prefix=[调试]:
debug.reload_chunks.help=F3 + A = 重新加载区块
debug.reload_chunks.message=重新加载所有区块中
debug.reload_resourcepacks.help=F3 + T = 重新加载资源包
debug.reload_resourcepacks.message=已重新加载资源包
debug.show_hitboxes.help=F3 + B = 显示碰撞体积
debug.show_hitboxes.off=碰撞体积:隐藏
debug.show_hitboxes.on=碰撞体积:显示
demo.day.1=此试玩版只有5天游戏内时间,尽力而为吧!
demo.day.2=第二天
demo.day.3=第三天
demo.day.4=第四天
demo.day.5=这是你游戏内的最后一天!
demo.day.6=您已经度过了5天的试玩时间,按F2来截图留念
demo.day.warning=您的试玩时间即将结束!
demo.demoExpired=试玩的时间结束了!
demo.help.buy=即刻购买!
demo.help.fullWrapped=这个试玩将会持续游戏内5天的时间(现实时间大约为1小时40分钟)。查看进度来获得提示!祝您玩得开心!
demo.help.inventory=按%1$s来打开你的物品栏
demo.help.jump=按%1$s来跳跃
demo.help.later=继续玩!
demo.help.movement=按%1$s,%2$s,%3$s,%4$s以及鼠标来移动
demo.help.movementMouse=使用鼠标来查看四周
demo.help.movementShort=通过按下%1$s,%2$s,%3$s,%4$s来移动
demo.help.title=Minecraft试玩模式
demo.remainingTime=剩余时间:%s
demo.reminder=试玩时间已经结束,请购买游戏来继续或开始一个新的世界!
difficulty.lock.question=你确定你要锁定这个世界的难度吗?这会将这个世界的难度锁定为%1$s,并且永远无法再次改变难度。
difficulty.lock.title=锁定世界难度
disconnect.closed=连接已关闭
disconnect.disconnected=被服务器中断连接
disconnect.endOfStream=数据流终止
disconnect.genericReason=%s
disconnect.kicked=您已被踢出游戏
disconnect.loginFailed=登入失败
disconnect.loginFailedInfo=登入失败:%s
disconnect.loginFailedInfo.invalidSession=无效会话(请尝试重启游戏及启动器)
disconnect.loginFailedInfo.serversUnavailable=身份验证目前正在停机维护。
disconnect.lost=连接已丢失
disconnect.overflow=缓冲区溢出
disconnect.quitting=退出
disconnect.spam=由于滥发信息而被踢出游戏
disconnect.timeout=连接超时
effect.absorption=伤害吸收
effect.blindness=失明
effect.confusion=反胃
effect.damageBoost=力量
effect.digSlowDown=挖掘疲劳
effect.digSpeed=急迫
effect.fireResistance=防火
effect.glowing=发光
effect.harm=瞬间伤害
effect.heal=瞬间治疗
effect.healthBoost=生命提升
effect.hunger=饥饿
effect.invisibility=隐身
effect.jump=跳跃提升
effect.levitation=飘浮
effect.luck=幸运
effect.moveSlowdown=缓慢
effect.moveSpeed=速度
effect.nightVision=夜视
effect.none=无效果
effect.poison=中毒
effect.regeneration=生命恢复
effect.resistance=抗性提升
effect.saturation=饱和
effect.unluck=霉运
effect.waterBreathing=水下呼吸
effect.weakness=虚弱
effect.wither=凋零
enchantment.arrowDamage=力量
enchantment.arrowFire=火矢
enchantment.arrowInfinite=无限
enchantment.arrowKnockback=冲击
enchantment.binding_curse=绑定诅咒
enchantment.damage.all=锋利
enchantment.damage.arthropods=节肢杀手
enchantment.damage.undead=亡灵杀手
enchantment.digging=效率
enchantment.durability=耐久
enchantment.fire=火焰附加
enchantment.fishingSpeed=饵钓
enchantment.frostWalker=冰霜行者
enchantment.knockback=击退
enchantment.level.1=I
enchantment.level.10=X
enchantment.level.2=II
enchantment.level.3=III
enchantment.level.4=IV
enchantment.level.5=V
enchantment.level.6=VI
enchantment.level.7=VII
enchantment.level.8=VIII
enchantment.level.9=IX
enchantment.lootBonus=抢夺
enchantment.lootBonusDigger=时运
enchantment.lootBonusFishing=海之眷顾
enchantment.mending=经验修补
enchantment.oxygen=水下呼吸
enchantment.protect.all=保护
enchantment.protect.explosion=爆炸保护
enchantment.protect.fall=摔落保护
enchantment.protect.fire=火焰保护
enchantment.protect.projectile=弹射物保护
enchantment.sweeping=横扫之刃
enchantment.thorns=荆棘
enchantment.untouching=精准采集
enchantment.vanishing_curse=消失诅咒
enchantment.waterWalker=深海探索者
enchantment.waterWorker=水下速掘
entity.ArmorStand.name=盔甲架
entity.Arrow.name=箭
entity.Bat.name=蝙蝠
entity.Blaze.name=烈焰人
entity.Boat.name=船
entity.Cat.name=猫
entity.CaveSpider.name=洞穴蜘蛛
entity.Chicken.name=鸡
entity.Cow.name=牛
entity.Creeper.name=爬行者
entity.Donkey.name=驴
entity.DragonFireball.name=龙的火球
entity.ElderGuardian.name=远古守卫者
entity.EnderDragon.name=末影龙
entity.Enderman.name=末影人
entity.Endermite.name=末影螨
entity.EvocationIllager.name=唤魔者
entity.FallingSand.name=下落的方块
entity.Fireball.name=火球
entity.Ghast.name=恶魂
entity.Giant.name=巨人
entity.Guardian.name=守卫者
entity.Horse.name=马
entity.Husk.name=尸壳
entity.IllusionIllager.name=幻术师
entity.Item.name=物品
entity.KillerBunny.name=杀手兔
entity.LavaSlime.name=岩浆怪
entity.Llama.name=羊驼
entity.Minecart.name=矿车
entity.MinecartChest.name=运输矿车
entity.MinecartHopper.name=漏斗矿车
entity.Mob.name=生物
entity.Monster.name=怪物
entity.Mule.name=骡
entity.MushroomCow.name=哞菇
entity.Ozelot.name=豹猫
entity.Painting.name=画
entity.Parrot.name=鹦鹉
entity.Pig.name=猪
entity.PigZombie.name=僵尸猪人
entity.PolarBear.name=北极熊
entity.PrimedTnt.name=TNT方块
entity.Rabbit.name=兔子
entity.Sheep.name=羊
entity.Shulker.name=潜影贝
entity.Silverfish.name=蠹虫
entity.Skeleton.name=骷髅
entity.SkeletonHorse.name=骷髅马
entity.Slime.name=史莱姆
entity.SmallFireball.name=小火球
entity.SnowMan.name=雪傀儡
entity.Snowball.name=雪球
entity.Spider.name=蜘蛛
entity.Squid.name=鱿鱼
entity.Stray.name=流髑
entity.ThrownPotion.name=药水
entity.Vex.name=恼鬼
entity.Villager.armor=盔甲商
entity.Villager.butcher=屠夫
entity.Villager.cartographer=制图师
entity.Villager.cleric=牧师
entity.Villager.farmer=农民
entity.Villager.fisherman=渔夫
entity.Villager.fletcher=制箭师
entity.Villager.leather=皮匠
entity.Villager.librarian=图书管理员
entity.Villager.name=村民
entity.Villager.nitwit=傻子
entity.Villager.shepherd=牧羊人
entity.Villager.tool=工具商
entity.Villager.weapon=武器商
entity.VillagerGolem.name=铁傀儡
entity.VindicationIllager.name=卫道士
entity.Witch.name=女巫
entity.WitherBoss.name=凋灵
entity.WitherSkeleton.name=凋灵骷髅
entity.Wolf.name=狼
entity.XPOrb.name=经验球
entity.Zombie.name=僵尸
entity.ZombieHorse.name=僵尸马
entity.ZombieVillager.name=僵尸村民
entity.generic.name=不明
filled_map.level=(等级 %s/%s)
filled_map.mansion=林地探险家地图
filled_map.monument=海洋探险家地图
filled_map.scale=比例尺1:%s
filled_map.unknown=未知地图
gameMode.adventure=冒险模式
gameMode.changed=你的游戏模式已被更新为%s
gameMode.creative=创造模式
gameMode.hardcore=极限模式!
gameMode.spectator=旁观模式
gameMode.survival=生存模式
generator.amplified=放大化
generator.amplified.info=注意:只是为了好玩,需要强劲的电脑
generator.customized=自定义
generator.debug_all_block_states=调试模式
generator.default=默认
generator.flat=超平坦
generator.largeBiomes=巨型生物群系
gui.advancements=进度
gui.all=全部
gui.back=返回
gui.cancel=取消
gui.done=完成
gui.down=向下
gui.no=否
gui.none=无
gui.recipebook.moreRecipes=右击以获取更多信息
gui.recipebook.toggleRecipes.all=显示全部
gui.recipebook.toggleRecipes.craftable=仅显示可合成
gui.stats=统计信息
gui.toMenu=回到服务器列表
gui.toTitle=回到标题画面
gui.up=向上
gui.yes=是
inventory.binSlot=摧毁物品
inventory.hotbarInfo=用%1$s+%2$s来保存工具栏
inventory.hotbarSaved=已保存物品工具栏(用%1$s+%2$s来加载)
item.apple.name=苹果
item.appleGold.name=金苹果
item.armorStand.name=盔甲架
item.arrow.name=箭
item.banner.black.name=黑色旗帜
item.banner.blue.name=蓝色旗帜
item.banner.border.black=黑色方框边
item.banner.border.blue=蓝色方框边
item.banner.border.brown=棕色方框边
item.banner.border.cyan=青色方框边
item.banner.border.gray=灰色方框边
item.banner.border.green=绿色方框边
item.banner.border.lightBlue=淡蓝色方框边
item.banner.border.lime=黄绿色方框边
item.banner.border.magenta=品红色方框边
item.banner.border.orange=橙色方框边
item.banner.border.pink=粉红色方框边
item.banner.border.purple=紫色方框边
item.banner.border.red=红色方框边
item.banner.border.silver=淡灰色方框边
item.banner.border.white=白色方框边
item.banner.border.yellow=黄色方框边
item.banner.bricks.black=黑色砖纹
item.banner.bricks.blue=蓝色砖纹
item.banner.bricks.brown=棕色砖纹
item.banner.bricks.cyan=青色砖纹
item.banner.bricks.gray=灰色砖纹
item.banner.bricks.green=绿色砖纹
item.banner.bricks.lightBlue=淡蓝色砖纹
item.banner.bricks.lime=黄绿色砖纹
item.banner.bricks.magenta=品红色砖纹
item.banner.bricks.orange=橙色砖纹
item.banner.bricks.pink=粉红色砖纹
item.banner.bricks.purple=紫色砖纹
item.banner.bricks.red=红色砖纹
item.banner.bricks.silver=淡灰色砖纹
item.banner.bricks.white=白色砖纹
item.banner.bricks.yellow=黄色砖纹
item.banner.brown.name=棕色旗帜
item.banner.circle.black=黑色圆形
item.banner.circle.blue=蓝色圆形
item.banner.circle.brown=棕色圆形
item.banner.circle.cyan=青色圆形
item.banner.circle.gray=灰色圆形
item.banner.circle.green=绿色圆形
item.banner.circle.lightBlue=淡蓝色圆形
item.banner.circle.lime=黄绿色圆形
item.banner.circle.magenta=品红色圆形
item.banner.circle.orange=橙色圆形
item.banner.circle.pink=粉红色圆形
item.banner.circle.purple=紫色圆形
item.banner.circle.red=红色圆形
item.banner.circle.silver=淡灰色圆形
item.banner.circle.white=白色圆形
item.banner.circle.yellow=黄色圆形
item.banner.creeper.black=黑色爬行者盾徽
item.banner.creeper.blue=蓝色爬行者盾徽
item.banner.creeper.brown=棕色爬行者盾徽
item.banner.creeper.cyan=青色爬行者盾徽
item.banner.creeper.gray=灰色爬行者盾徽
item.banner.creeper.green=绿色爬行者盾徽
item.banner.creeper.lightBlue=淡蓝色爬行者盾徽
item.banner.creeper.lime=黄绿色爬行者盾徽
item.banner.creeper.magenta=品红色爬行者盾徽
item.banner.creeper.orange=橙色爬行者盾徽
item.banner.creeper.pink=粉红色爬行者盾徽
item.banner.creeper.purple=紫色爬行者盾徽
item.banner.creeper.red=红色爬行者盾徽
item.banner.creeper.silver=淡灰色爬行者盾徽
item.banner.creeper.white=白色爬行者盾徽
item.banner.creeper.yellow=黄色爬行者盾徽
item.banner.cross.black=黑斜十字
item.banner.cross.blue=蓝斜十字
item.banner.cross.brown=棕斜十字
item.banner.cross.cyan=青斜十字
item.banner.cross.gray=灰斜十字
item.banner.cross.green=绿斜十字
item.banner.cross.lightBlue=淡蓝斜十字
item.banner.cross.lime=黄绿斜十字
item.banner.cross.magenta=品红斜十字
item.banner.cross.orange=橙斜十字
item.banner.cross.pink=粉红斜十字
item.banner.cross.purple=紫斜十字
item.banner.cross.red=红斜十字
item.banner.cross.silver=淡灰斜十字
item.banner.cross.white=白斜十字
item.banner.cross.yellow=黄斜十字
item.banner.curly_border.black=黑色波纹边
item.banner.curly_border.blue=蓝色波纹边
item.banner.curly_border.brown=棕色波纹边
item.banner.curly_border.cyan=青色波纹边
item.banner.curly_border.gray=灰色波纹边
item.banner.curly_border.green=绿色波纹边
item.banner.curly_border.lightBlue=淡蓝色波纹边
item.banner.curly_border.lime=黄绿色波纹边
item.banner.curly_border.magenta=品红色波纹边
item.banner.curly_border.orange=橙色波纹边
item.banner.curly_border.pink=粉红色波纹边
item.banner.curly_border.purple=紫色波纹边
item.banner.curly_border.red=红色波纹边
item.banner.curly_border.silver=淡灰色波纹边
item.banner.curly_border.white=白色波纹边
item.banner.curly_border.yellow=黄色波纹边
item.banner.cyan.name=青色旗帜
item.banner.diagonal_left.black=黑色右上三角
item.banner.diagonal_left.blue=蓝色右上三角
item.banner.diagonal_left.brown=棕色右上三角
item.banner.diagonal_left.cyan=青色右上三角
item.banner.diagonal_left.gray=灰色右上三角
item.banner.diagonal_left.green=绿色右上三角
item.banner.diagonal_left.lightBlue=淡蓝色右上三角
item.banner.diagonal_left.lime=黄绿色右上三角
item.banner.diagonal_left.magenta=品红色右上三角
item.banner.diagonal_left.orange=橙色右上三角
item.banner.diagonal_left.pink=粉红色右上三角
item.banner.diagonal_left.purple=紫色右上三角
item.banner.diagonal_left.red=红色右上三角
item.banner.diagonal_left.silver=淡灰色右上三角
item.banner.diagonal_left.white=白色右上三角
item.banner.diagonal_left.yellow=黄色右上三角
item.banner.diagonal_right.black=黑色左上三角
item.banner.diagonal_right.blue=蓝色左上三角
item.banner.diagonal_right.brown=棕色左上三角
item.banner.diagonal_right.cyan=青色左上三角
item.banner.diagonal_right.gray=灰色左上三角
item.banner.diagonal_right.green=绿色左上三角
item.banner.diagonal_right.lightBlue=淡蓝色左上三角
item.banner.diagonal_right.lime=黄绿色左上三角
item.banner.diagonal_right.magenta=品红色左上三角
item.banner.diagonal_right.orange=橙色左上三角
item.banner.diagonal_right.pink=粉红色左上三角
item.banner.diagonal_right.purple=紫色左上三角
item.banner.diagonal_right.red=红色左上三角
item.banner.diagonal_right.silver=淡灰色左上三角
item.banner.diagonal_right.white=白色左上三角
item.banner.diagonal_right.yellow=黄色左上三角
item.banner.diagonal_up_left.black=黑色右下三角
item.banner.diagonal_up_left.blue=蓝色右下三角
item.banner.diagonal_up_left.brown=棕色右下三角
item.banner.diagonal_up_left.cyan=青色右下三角
item.banner.diagonal_up_left.gray=灰色右下三角
item.banner.diagonal_up_left.green=绿色右下三角
item.banner.diagonal_up_left.lightBlue=淡蓝色右下三角
item.banner.diagonal_up_left.lime=黄绿色右下三角
item.banner.diagonal_up_left.magenta=品红色右下三角
item.banner.diagonal_up_left.orange=橙色右下三角
item.banner.diagonal_up_left.pink=粉红色右下三角
item.banner.diagonal_up_left.purple=紫色右下三角
item.banner.diagonal_up_left.red=红色右下三角
item.banner.diagonal_up_left.silver=淡灰色右下三角
item.banner.diagonal_up_left.white=白色右下三角
item.banner.diagonal_up_left.yellow=黄色右下三角
item.banner.diagonal_up_right.black=黑色左下三角
item.banner.diagonal_up_right.blue=蓝色左下三角
item.banner.diagonal_up_right.brown=棕色左下三角
item.banner.diagonal_up_right.cyan=青色左下三角
item.banner.diagonal_up_right.gray=灰色左下三角
item.banner.diagonal_up_right.green=绿色左下三角
item.banner.diagonal_up_right.lightBlue=淡蓝色左下三角
item.banner.diagonal_up_right.lime=黄绿色左下三角
item.banner.diagonal_up_right.magenta=品红色左下三角
item.banner.diagonal_up_right.orange=橙色左下三角
item.banner.diagonal_up_right.pink=粉红色左下三角
item.banner.diagonal_up_right.purple=紫色左下三角
item.banner.diagonal_up_right.red=红色左下三角
item.banner.diagonal_up_right.silver=淡灰色左下三角
item.banner.diagonal_up_right.white=白色左下三角
item.banner.diagonal_up_right.yellow=黄色左下三角
item.banner.flower.black=黑色花朵盾徽
item.banner.flower.blue=蓝色花朵盾徽
item.banner.flower.brown=棕色花朵盾徽
item.banner.flower.cyan=青色花朵盾徽
item.banner.flower.gray=灰色花朵盾徽
item.banner.flower.green=绿色花朵盾徽
item.banner.flower.lightBlue=淡蓝色花朵盾徽
item.banner.flower.lime=黄绿色花朵盾徽
item.banner.flower.magenta=品红色花朵盾徽
item.banner.flower.orange=橙色花朵盾徽
item.banner.flower.pink=粉红色花朵盾徽
item.banner.flower.purple=紫色花朵盾徽
item.banner.flower.red=红色花朵盾徽
item.banner.flower.silver=淡灰色花朵盾徽
item.banner.flower.white=白色花朵盾徽
item.banner.flower.yellow=黄色花朵盾徽
item.banner.gradient.black=黑色自上渐淡
item.banner.gradient.blue=蓝色自上渐淡
item.banner.gradient.brown=棕色自上渐淡
item.banner.gradient.cyan=青色自上渐淡
item.banner.gradient.gray=灰色自上渐淡
item.banner.gradient.green=绿色自上渐淡
item.banner.gradient.lightBlue=淡蓝色自上渐淡
item.banner.gradient.lime=黄绿色自上渐淡
item.banner.gradient.magenta=品红色自上渐淡
item.banner.gradient.orange=橙色自上渐淡
item.banner.gradient.pink=粉红色自上渐淡
item.banner.gradient.purple=紫色自上渐淡
item.banner.gradient.red=红色自上渐淡
item.banner.gradient.silver=淡灰色自上渐淡
item.banner.gradient.white=白色自上渐淡
item.banner.gradient.yellow=黄色自上渐淡
item.banner.gradient_up.black=黑色自下渐淡
item.banner.gradient_up.blue=蓝色自下渐变
item.banner.gradient_up.brown=棕色自下渐淡
item.banner.gradient_up.cyan=青色自下渐淡
item.banner.gradient_up.gray=灰色自下渐淡
item.banner.gradient_up.green=绿色自下渐淡
item.banner.gradient_up.lightBlue=淡蓝色自下渐淡
item.banner.gradient_up.lime=黄绿色自下渐淡
item.banner.gradient_up.magenta=品红色自下渐淡
item.banner.gradient_up.orange=橙色自下渐淡
item.banner.gradient_up.pink=粉红色自下渐淡
item.banner.gradient_up.purple=紫色自下渐淡
item.banner.gradient_up.red=红色自下渐淡
item.banner.gradient_up.silver=淡灰色自下渐淡
item.banner.gradient_up.white=白色自下渐淡
item.banner.gradient_up.yellow=黄色自下渐淡
item.banner.gray.name=灰色旗帜
item.banner.green.name=绿色旗帜
item.banner.half_horizontal.black=黑色上半方形
item.banner.half_horizontal.blue=蓝色上半方形
item.banner.half_horizontal.brown=棕色上半方形
item.banner.half_horizontal.cyan=青色上半方形
item.banner.half_horizontal.gray=灰色上半方形
item.banner.half_horizontal.green=绿色上半方形
item.banner.half_horizontal.lightBlue=淡蓝色上半方形
item.banner.half_horizontal.lime=黄绿色上半方形
item.banner.half_horizontal.magenta=品红色上半方形
item.banner.half_horizontal.orange=橙色上半方形
item.banner.half_horizontal.pink=粉红色上半方形
item.banner.half_horizontal.purple=紫色上半方形
item.banner.half_horizontal.red=红色上半方形
item.banner.half_horizontal.silver=淡灰色上半方形
item.banner.half_horizontal.white=白色上半方形
item.banner.half_horizontal.yellow=黄色上半方形
item.banner.half_horizontal_bottom.black=黑色下半方形
item.banner.half_horizontal_bottom.blue=蓝色下半方形
item.banner.half_horizontal_bottom.brown=棕色下半方形
item.banner.half_horizontal_bottom.cyan=青色下半方形
item.banner.half_horizontal_bottom.gray=灰色下半方形
item.banner.half_horizontal_bottom.green=绿色下半方形
item.banner.half_horizontal_bottom.lightBlue=淡蓝色下半方形
item.banner.half_horizontal_bottom.lime=黄绿色下半方形
item.banner.half_horizontal_bottom.magenta=品红色下半方形
item.banner.half_horizontal_bottom.orange=橙色下半方形
item.banner.half_horizontal_bottom.pink=粉红色下半方形
item.banner.half_horizontal_bottom.purple=紫色下半方形
item.banner.half_horizontal_bottom.red=红色下半方形
item.banner.half_horizontal_bottom.silver=淡灰色下半方形
item.banner.half_horizontal_bottom.white=白色下半方形
item.banner.half_horizontal_bottom.yellow=黄色下半方形
item.banner.half_vertical.black=黑色右半方形
item.banner.half_vertical.blue=蓝色右半方形
item.banner.half_vertical.brown=棕色右半方形
item.banner.half_vertical.cyan=青色右半方形
item.banner.half_vertical.gray=灰色右半方形
item.banner.half_vertical.green=绿色右半方形
item.banner.half_vertical.lightBlue=淡蓝色右半方形
item.banner.half_vertical.lime=黄绿色右半方形
item.banner.half_vertical.magenta=品红色右半方形
item.banner.half_vertical.orange=橙色右半方形
item.banner.half_vertical.pink=粉红色右半方形
item.banner.half_vertical.purple=紫色右半方形
item.banner.half_vertical.red=红色右半方形
item.banner.half_vertical.silver=淡灰色右半方形
item.banner.half_vertical.white=白色右半方形
item.banner.half_vertical.yellow=黄色右半方形
item.banner.half_vertical_right.black=黑色左半方形
item.banner.half_vertical_right.blue=蓝色左半方形
item.banner.half_vertical_right.brown=棕色左半方形
item.banner.half_vertical_right.cyan=青色左半方形
item.banner.half_vertical_right.gray=灰色左半方形
item.banner.half_vertical_right.green=绿色左半方形
item.banner.half_vertical_right.lightBlue=淡蓝色左半方形
item.banner.half_vertical_right.lime=黄绿色左半方形
item.banner.half_vertical_right.magenta=品红色左半方形
item.banner.half_vertical_right.orange=橙色左半方形
item.banner.half_vertical_right.pink=粉红色左半方形
item.banner.half_vertical_right.purple=紫色左半方形
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.lightBlue.name=淡蓝色旗帜
item.banner.lime.name=黄绿色旗帜
item.banner.magenta.name=品红色旗帜
item.banner.mojang.black=黑色Mojang徽标
item.banner.mojang.blue=蓝色Mojang徽标
item.banner.mojang.brown=棕色Mojang徽标
item.banner.mojang.cyan=青色Mojang徽标
item.banner.mojang.gray=灰色Mojang徽标
item.banner.mojang.green=绿色Mojang徽标
item.banner.mojang.lightBlue=淡蓝色Mojang徽标
item.banner.mojang.lime=黄绿色Mojang徽标
item.banner.mojang.magenta=品红色Mojang徽标
item.banner.mojang.orange=橙色Mojang徽标
item.banner.mojang.pink=粉红色Mojang徽标
item.banner.mojang.purple=紫色Mojang徽标
item.banner.mojang.red=红色Mojang徽标
item.banner.mojang.silver=淡灰色Mojang徽标
item.banner.mojang.white=白色Mojang徽标
item.banner.mojang.yellow=黄色Mojang徽标
item.banner.orange.name=橙色旗帜
item.banner.pink.name=粉红色旗帜
item.banner.purple.name=紫色旗帜
item.banner.red.name=红色旗帜
item.banner.rhombus.black=黑色菱形
item.banner.rhombus.blue=蓝色菱形
item.banner.rhombus.brown=棕色菱形
item.banner.rhombus.cyan=青色菱形
item.banner.rhombus.gray=灰色菱形
item.banner.rhombus.green=绿色菱形
item.banner.rhombus.lightBlue=淡蓝色菱形
item.banner.rhombus.lime=黄绿色菱形
item.banner.rhombus.magenta=品红色菱形
item.banner.rhombus.orange=橙色菱形
item.banner.rhombus.pink=粉红色菱形
item.banner.rhombus.purple=紫色菱形
item.banner.rhombus.red=红色菱形
item.banner.rhombus.silver=淡灰色菱形
item.banner.rhombus.white=白色菱形
item.banner.rhombus.yellow=黄色菱形
item.banner.silver.name=淡灰色旗帜
item.banner.skull.black=黑色头颅盾徽
item.banner.skull.blue=蓝色头颅盾徽
item.banner.skull.brown=棕色头颅盾徽
item.banner.skull.cyan=青色头颅盾徽
item.banner.skull.gray=灰色头颅盾徽
item.banner.skull.green=绿色头颅盾徽
item.banner.skull.lightBlue=淡蓝色头颅盾徽
item.banner.skull.lime=黄绿色头颅盾徽
item.banner.skull.magenta=品红色头颅盾徽
item.banner.skull.orange=橙色头颅盾徽
item.banner.skull.pink=粉红色头颅盾徽
item.banner.skull.purple=紫色头颅盾徽
item.banner.skull.red=红色头颅盾徽
item.banner.skull.silver=淡灰色头颅盾徽
item.banner.skull.white=白色头颅盾徽
item.banner.skull.yellow=黄色头颅盾徽
item.banner.small_stripes.black=黑竖条纹
item.banner.small_stripes.blue=蓝竖条纹
item.banner.small_stripes.brown=棕竖条纹
item.banner.small_stripes.cyan=青竖条纹
item.banner.small_stripes.gray=灰竖条纹
item.banner.small_stripes.green=绿竖条纹
item.banner.small_stripes.lightBlue=淡蓝竖条纹
item.banner.small_stripes.lime=黄绿竖条纹
item.banner.small_stripes.magenta=品红竖条纹
item.banner.small_stripes.orange=橙竖条纹
item.banner.small_stripes.pink=粉红竖条纹
item.banner.small_stripes.purple=紫竖条纹
item.banner.small_stripes.red=红竖条纹
item.banner.small_stripes.silver=淡灰竖条纹
item.banner.small_stripes.white=白竖条纹
item.banner.small_stripes.yellow=黄竖条纹
item.banner.square_bottom_left.black=右底黑方
item.banner.square_bottom_left.blue=右底蓝方
item.banner.square_bottom_left.brown=右底棕方
item.banner.square_bottom_left.cyan=右底青方
item.banner.square_bottom_left.gray=右底灰方
item.banner.square_bottom_left.green=右底绿方
item.banner.square_bottom_left.lightBlue=右底淡蓝方
item.banner.square_bottom_left.lime=右底黄绿方
item.banner.square_bottom_left.magenta=右底品红方
item.banner.square_bottom_left.orange=右底橙方
item.banner.square_bottom_left.pink=右底粉红方
item.banner.square_bottom_left.purple=右底紫方
item.banner.square_bottom_left.red=右底红方
item.banner.square_bottom_left.silver=右底淡灰方
item.banner.square_bottom_left.white=右底白方
item.banner.square_bottom_left.yellow=右底黄方
item.banner.square_bottom_right.black=左底黑方
item.banner.square_bottom_right.blue=左底蓝方
item.banner.square_bottom_right.brown=左底棕方
item.banner.square_bottom_right.cyan=左底青方
item.banner.square_bottom_right.gray=左底灰方
item.banner.square_bottom_right.green=左底绿方
item.banner.square_bottom_right.lightBlue=左底淡蓝方
item.banner.square_bottom_right.lime=左底黄绿方
item.banner.square_bottom_right.magenta=左底品红方
item.banner.square_bottom_right.orange=左底橙方
item.banner.square_bottom_right.pink=左底粉红方
item.banner.square_bottom_right.purple=左底紫方
item.banner.square_bottom_right.red=左底红方
item.banner.square_bottom_right.silver=左底淡灰方
item.banner.square_bottom_right.white=左底白方
item.banner.square_bottom_right.yellow=左底黄方
item.banner.square_top_left.black=右顶黑方
item.banner.square_top_left.blue=右顶蓝方
item.banner.square_top_left.brown=右顶棕方
item.banner.square_top_left.cyan=右顶青方
item.banner.square_top_left.gray=右顶灰方
item.banner.square_top_left.green=右顶绿方
item.banner.square_top_left.lightBlue=右顶淡蓝方
item.banner.square_top_left.lime=右顶黄绿方
item.banner.square_top_left.magenta=右顶品红方
item.banner.square_top_left.orange=右顶橙方
item.banner.square_top_left.pink=右顶粉红方
item.banner.square_top_left.purple=右顶紫方
item.banner.square_top_left.red=右顶红方
item.banner.square_top_left.silver=右顶淡灰方
item.banner.square_top_left.white=右顶白方
item.banner.square_top_left.yellow=右顶黄方
item.banner.square_top_right.black=左顶黑方
item.banner.square_top_right.blue=左顶蓝方
item.banner.square_top_right.brown=左顶棕方
item.banner.square_top_right.cyan=左顶青方
item.banner.square_top_right.gray=左顶灰方
item.banner.square_top_right.green=左顶绿方
item.banner.square_top_right.lightBlue=左顶淡蓝方
item.banner.square_top_right.lime=左顶黄绿方
item.banner.square_top_right.magenta=左顶品红方
item.banner.square_top_right.orange=左顶橙方
item.banner.square_top_right.pink=左顶粉红方
item.banner.square_top_right.purple=左顶紫方
item.banner.square_top_right.red=左顶红方
item.banner.square_top_right.silver=左顶淡灰方
item.banner.square_top_right.white=左顶白方
item.banner.square_top_right.yellow=左顶黄方
item.banner.straight_cross.black=黑正十字
item.banner.straight_cross.blue=蓝正十字
item.banner.straight_cross.brown=棕正十字
item.banner.straight_cross.cyan=青正十字
item.banner.straight_cross.gray=灰正十字
item.banner.straight_cross.green=绿正十字
item.banner.straight_cross.lightBlue=淡蓝正十字
item.banner.straight_cross.lime=黄绿正十字
item.banner.straight_cross.magenta=品红正十字
item.banner.straight_cross.orange=橙正十字
item.banner.straight_cross.pink=粉红正十字
item.banner.straight_cross.purple=紫正十字
item.banner.straight_cross.red=红正十字
item.banner.straight_cross.silver=淡灰正十字
item.banner.straight_cross.white=白正十字
item.banner.straight_cross.yellow=黄正十字
item.banner.stripe_bottom.black=底黑横条
item.banner.stripe_bottom.blue=底蓝横条
item.banner.stripe_bottom.brown=底棕横条
item.banner.stripe_bottom.cyan=底青横条
item.banner.stripe_bottom.gray=底灰横条
item.banner.stripe_bottom.green=底绿横条
item.banner.stripe_bottom.lightBlue=底淡蓝横条
item.banner.stripe_bottom.lime=底黄绿横条
item.banner.stripe_bottom.magenta=底品红横条
item.banner.stripe_bottom.orange=底橙横条
item.banner.stripe_bottom.pink=底粉红横条
item.banner.stripe_bottom.purple=底紫横条
item.banner.stripe_bottom.red=底红横条
item.banner.stripe_bottom.silver=底淡灰横条
item.banner.stripe_bottom.white=底白横条
item.banner.stripe_bottom.yellow=底黄横条
item.banner.stripe_center.black=中黑竖条
item.banner.stripe_center.blue=中蓝竖条
item.banner.stripe_center.brown=中棕竖条
item.banner.stripe_center.cyan=中青竖条
item.banner.stripe_center.gray=中灰竖条
item.banner.stripe_center.green=中绿竖条
item.banner.stripe_center.lightBlue=中淡蓝竖条
item.banner.stripe_center.lime=中黄绿竖条
item.banner.stripe_center.magenta=中品红竖条
item.banner.stripe_center.orange=中橙竖条
item.banner.stripe_center.pink=中粉红竖条
item.banner.stripe_center.purple=中紫竖条
item.banner.stripe_center.red=中红竖条
item.banner.stripe_center.silver=中淡灰竖条
item.banner.stripe_center.white=中白竖条
item.banner.stripe_center.yellow=中黄竖条
item.banner.stripe_downleft.black=左黑斜条
item.banner.stripe_downleft.blue=左蓝斜条
item.banner.stripe_downleft.brown=左棕斜条
item.banner.stripe_downleft.cyan=左青斜条
item.banner.stripe_downleft.gray=左灰斜条
item.banner.stripe_downleft.green=左绿斜条
item.banner.stripe_downleft.lightBlue=左淡蓝斜条
item.banner.stripe_downleft.lime=左黄绿斜条
item.banner.stripe_downleft.magenta=左品红斜条
item.banner.stripe_downleft.orange=左橙斜条
item.banner.stripe_downleft.pink=左粉红斜条
item.banner.stripe_downleft.purple=左紫斜条
item.banner.stripe_downleft.red=左红斜条
item.banner.stripe_downleft.silver=左淡灰斜条
item.banner.stripe_downleft.white=左白斜条
item.banner.stripe_downleft.yellow=左黄斜条
item.banner.stripe_downright.black=右黑斜条
item.banner.stripe_downright.blue=右蓝斜条
item.banner.stripe_downright.brown=右棕斜条
item.banner.stripe_downright.cyan=右青斜条
item.banner.stripe_downright.gray=右灰斜条
item.banner.stripe_downright.green=右绿斜条
item.banner.stripe_downright.lightBlue=右淡蓝斜条
item.banner.stripe_downright.lime=右黄绿斜条
item.banner.stripe_downright.magenta=右品红斜条
item.banner.stripe_downright.orange=右橙斜条
item.banner.stripe_downright.pink=右粉红斜条
item.banner.stripe_downright.purple=右紫斜条
item.banner.stripe_downright.red=右红斜条
item.banner.stripe_downright.silver=右淡灰斜条
item.banner.stripe_downright.white=右白斜条
item.banner.stripe_downright.yellow=右黄斜条
item.banner.stripe_left.black=右黑竖条
item.banner.stripe_left.blue=右蓝竖条
item.banner.stripe_left.brown=右棕竖条
item.banner.stripe_left.cyan=右青竖条
item.banner.stripe_left.gray=右灰竖条
item.banner.stripe_left.green=右绿竖条
item.banner.stripe_left.lightBlue=右淡蓝竖条
item.banner.stripe_left.lime=右黄绿竖条
item.banner.stripe_left.magenta=右品红竖条
item.banner.stripe_left.orange=右橙竖条
item.banner.stripe_left.pink=右粉红竖条
item.banner.stripe_left.purple=右紫竖条
item.banner.stripe_left.red=右红竖条
item.banner.stripe_left.silver=右淡灰竖条
item.banner.stripe_left.white=右白竖条
item.banner.stripe_left.yellow=右黄竖条
item.banner.stripe_middle.black=中黑横条
item.banner.stripe_middle.blue=中蓝横条
item.banner.stripe_middle.brown=中棕横条
item.banner.stripe_middle.cyan=中青横条
item.banner.stripe_middle.gray=中灰横条
item.banner.stripe_middle.green=中绿横条
item.banner.stripe_middle.lightBlue=中淡蓝横条
item.banner.stripe_middle.lime=中黄绿横条
item.banner.stripe_middle.magenta=中品红横条
item.banner.stripe_middle.orange=中橙横条
item.banner.stripe_middle.pink=中粉红横条
item.banner.stripe_middle.purple=中紫横条
item.banner.stripe_middle.red=中红横条
item.banner.stripe_middle.silver=中淡灰横条
item.banner.stripe_middle.white=中白横条
item.banner.stripe_middle.yellow=中黄横条
item.banner.stripe_right.black=左黑竖条
item.banner.stripe_right.blue=左蓝竖条
item.banner.stripe_right.brown=左棕竖条
item.banner.stripe_right.cyan=左青竖条
item.banner.stripe_right.gray=左灰竖条
item.banner.stripe_right.green=左绿竖条
item.banner.stripe_right.lightBlue=左淡蓝竖条
item.banner.stripe_right.lime=左黄绿竖条
item.banner.stripe_right.magenta=左品红竖条
item.banner.stripe_right.orange=左橙竖条
item.banner.stripe_right.pink=左粉红竖条
item.banner.stripe_right.purple=左紫竖条
item.banner.stripe_right.red=左红竖条
item.banner.stripe_right.silver=左淡灰竖条
item.banner.stripe_right.white=左白竖条
item.banner.stripe_right.yellow=左黄竖条
item.banner.stripe_top.black=顶黑横条
item.banner.stripe_top.blue=顶蓝横条
item.banner.stripe_top.brown=顶棕横条
item.banner.stripe_top.cyan=顶青横条
item.banner.stripe_top.gray=顶灰横条
item.banner.stripe_top.green=顶绿横条
item.banner.stripe_top.lightBlue=顶淡蓝横条
item.banner.stripe_top.lime=顶黄绿横条
item.banner.stripe_top.magenta=顶品红横条
item.banner.stripe_top.orange=顶橙横条
item.banner.stripe_top.pink=顶粉红横条
item.banner.stripe_top.purple=顶紫横条
item.banner.stripe_top.red=顶红横条
item.banner.stripe_top.silver=顶淡灰横条
item.banner.stripe_top.white=顶白横条
item.banner.stripe_top.yellow=顶黄横条
item.banner.triangle_bottom.black=底黑三角
item.banner.triangle_bottom.blue=底蓝三角
item.banner.triangle_bottom.brown=底棕三角
item.banner.triangle_bottom.cyan=底青三角
item.banner.triangle_bottom.gray=底灰三角
item.banner.triangle_bottom.green=底绿三角
item.banner.triangle_bottom.lightBlue=底淡蓝三角
item.banner.triangle_bottom.lime=底黄绿三角
item.banner.triangle_bottom.magenta=底品红三角
item.banner.triangle_bottom.orange=底橙三角
item.banner.triangle_bottom.pink=底粉红三角
item.banner.triangle_bottom.purple=底紫三角
item.banner.triangle_bottom.red=底红三角
item.banner.triangle_bottom.silver=底淡灰三角
item.banner.triangle_bottom.white=底白三角
item.banner.triangle_bottom.yellow=底黄三角
item.banner.triangle_top.black=顶黑三角
item.banner.triangle_top.blue=顶蓝三角
item.banner.triangle_top.brown=顶棕三角
item.banner.triangle_top.cyan=顶青三角
item.banner.triangle_top.gray=灰色顶三角
item.banner.triangle_top.green=顶绿三角
item.banner.triangle_top.lightBlue=淡蓝色顶三角
item.banner.triangle_top.lime=黄绿色顶三角
item.banner.triangle_top.magenta=品红色顶三角
item.banner.triangle_top.orange=橙色顶三角
item.banner.triangle_top.pink=粉红色顶三角
item.banner.triangle_top.purple=顶紫三角
item.banner.triangle_top.red=顶红三角
item.banner.triangle_top.silver=顶淡灰三角
item.banner.triangle_top.white=白色顶三角
item.banner.triangle_top.yellow=黄色顶三角
item.banner.triangles_bottom.black=黑色底波纹
item.banner.triangles_bottom.blue=蓝色底波纹
item.banner.triangles_bottom.brown=棕色底波纹
item.banner.triangles_bottom.cyan=青色底波纹
item.banner.triangles_bottom.gray=灰色底波纹
item.banner.triangles_bottom.green=绿色底波纹
item.banner.triangles_bottom.lightBlue=淡蓝色底波纹
item.banner.triangles_bottom.lime=黄绿色底波纹
item.banner.triangles_bottom.magenta=品红色底波纹
item.banner.triangles_bottom.orange=橙色底波纹
item.banner.triangles_bottom.pink=粉红色底波纹
item.banner.triangles_bottom.purple=紫色底波纹
item.banner.triangles_bottom.red=红色底波纹
item.banner.triangles_bottom.silver=淡灰色底波纹
item.banner.triangles_bottom.white=白色底波纹
item.banner.triangles_bottom.yellow=黄色底波纹
item.banner.triangles_top.black=黑色顶波纹
item.banner.triangles_top.blue=蓝色顶波纹
item.banner.triangles_top.brown=棕色顶波纹
item.banner.triangles_top.cyan=青色顶波纹
item.banner.triangles_top.gray=灰色顶波纹
item.banner.triangles_top.green=绿色顶波纹
item.banner.triangles_top.lightBlue=淡蓝色顶波纹
item.banner.triangles_top.lime=黄绿色顶波纹
item.banner.triangles_top.magenta=品红色顶波纹
item.banner.triangles_top.orange=橙色顶波纹
item.banner.triangles_top.pink=粉红色顶波纹
item.banner.triangles_top.purple=紫色顶波纹
item.banner.triangles_top.red=红色顶波纹
item.banner.triangles_top.silver=淡灰色顶波纹
item.banner.triangles_top.white=白色顶波纹
item.banner.triangles_top.yellow=黄色顶波纹
item.banner.white.name=白色旗帜
item.banner.yellow.name=黄色旗帜
item.bed.black.name=黑色床
item.bed.blue.name=蓝色床
item.bed.brown.name=棕色床
item.bed.cyan.name=青色床
item.bed.gray.name=灰色床
item.bed.green.name=绿色床
item.bed.lightBlue.name=淡蓝色床
item.bed.lime.name=黄绿色床
item.bed.magenta.name=品红色床
item.bed.orange.name=橙色床
item.bed.pink.name=粉红色床
item.bed.purple.name=紫色床
item.bed.red.name=红色床
item.bed.silver.name=淡灰色床
item.bed.white.name=白色床
item.bed.yellow.name=黄色床
item.beefCooked.name=牛排
item.beefRaw.name=生牛肉
item.beetroot.name=甜菜根
item.beetroot_seeds.name=甜菜种子
item.beetroot_soup.name=甜菜汤
item.blazePowder.name=烈焰粉
item.blazeRod.name=烈焰棒
item.boat.acacia.name=金合欢木船
item.boat.birch.name=白桦木船
item.boat.dark_oak.name=深色橡木船
item.boat.jungle.name=丛林木船
item.boat.oak.name=橡木船
item.boat.spruce.name=云杉木船
item.bone.name=骨头
item.book.name=书
item.bootsChain.name=锁链靴子
item.bootsCloth.name=皮革靴子
item.bootsDiamond.name=钻石靴子
item.bootsGold.name=金靴子
item.bootsIron.name=铁靴子
item.bow.name=弓
item.bowl.name=碗
item.bread.name=面包
item.brewingStand.name=酿造台
item.brick.name=红砖
item.bucket.name=桶
item.bucketLava.name=熔岩桶
item.bucketWater.name=水桶
item.cake.name=蛋糕
item.canBreak=能破坏:
item.canPlace=可以放在:
item.carrotGolden.name=金胡萝卜
item.carrotOnAStick.name=胡萝卜钓竿
item.carrots.name=胡萝卜
item.cauldron.name=炼药锅
item.charcoal.name=木炭
item.chestplateChain.name=锁链胸甲
item.chestplateCloth.name=皮革外套
item.chestplateDiamond.name=钻石胸甲
item.chestplateGold.name=金胸甲
item.chestplateIron.name=铁胸甲
item.chickenCooked.name=熟鸡肉
item.chickenRaw.name=生鸡肉
item.chorusFruit.name=紫颂果
item.chorusFruitPopped.name=爆裂紫颂果
item.clay.name=粘土
item.clock.name=钟
item.coal.name=煤炭
item.color=颜色:%s
item.comparator.name=红石比较器
item.compass.name=指南针
item.cookie.name=曲奇
item.diamond.name=钻石
item.diode.name=红石中继器
item.doorAcacia.name=金合欢木门
item.doorBirch.name=白桦木门
item.doorDarkOak.name=深色橡木门
item.doorIron.name=铁门
item.doorJungle.name=丛林木门
item.doorOak.name=橡木门
item.doorSpruce.name=云杉木门
item.dragon_breath.name=龙息
item.durability=耐久度:%s / %s
item.dyePowder.black.name=墨囊
item.dyePowder.blue.name=青金石
item.dyePowder.brown.name=可可豆
item.dyePowder.cyan.name=青色染料
item.dyePowder.gray.name=灰色染料
item.dyePowder.green.name=仙人掌绿
item.dyePowder.lightBlue.name=淡蓝色染料
item.dyePowder.lime.name=黄绿色染料
item.dyePowder.magenta.name=品红色染料
item.dyePowder.orange.name=橙色染料
item.dyePowder.pink.name=粉红色染料
item.dyePowder.purple.name=紫色染料
item.dyePowder.red.name=玫瑰红
item.dyePowder.silver.name=淡灰色染料
item.dyePowder.white.name=骨粉
item.dyePowder.yellow.name=蒲公英黄
item.dyed=已染色
item.egg.name=鸡蛋
item.elytra.name=鞘翅
item.emerald.name=绿宝石
item.emptyMap.name=空地图
item.enchantedBook.name=附魔书
item.end_crystal.name=末影水晶
item.enderPearl.name=末影珍珠
item.expBottle.name=附魔之瓶
item.eyeOfEnder.name=末影之眼
item.feather.name=羽毛
item.fermentedSpiderEye.name=发酵蛛眼
item.fireball.name=火焰弹
item.fireworks.flight=飞行时间:
item.fireworks.name=烟花火箭
item.fireworksCharge.black=黑色
item.fireworksCharge.blue=蓝色
item.fireworksCharge.brown=棕色
item.fireworksCharge.customColor=自定义
item.fireworksCharge.cyan=青色
item.fireworksCharge.fadeTo=淡化至
item.fireworksCharge.flicker=闪烁
item.fireworksCharge.gray=灰色
item.fireworksCharge.green=绿色
item.fireworksCharge.lightBlue=淡蓝色
item.fireworksCharge.lime=黄绿色
item.fireworksCharge.magenta=品红色
item.fireworksCharge.name=烟火之星
item.fireworksCharge.orange=橙色
item.fireworksCharge.pink=粉红色
item.fireworksCharge.purple=紫色
item.fireworksCharge.red=红色
item.fireworksCharge.silver=淡灰色
item.fireworksCharge.trail=踪迹
item.fireworksCharge.type=未知形状
item.fireworksCharge.type.0=小型球状
item.fireworksCharge.type.1=大型球状
item.fireworksCharge.type.2=星形
item.fireworksCharge.type.3=爬行者状
item.fireworksCharge.type.4=爆裂状
item.fireworksCharge.white=白色
item.fireworksCharge.yellow=黄色
item.fish.clownfish.raw.name=小丑鱼
item.fish.cod.cooked.name=熟鱼
item.fish.cod.raw.name=生鱼
item.fish.pufferfish.raw.name=河豚
item.fish.salmon.cooked.name=熟鲑鱼
item.fish.salmon.raw.name=生鲑鱼
item.fishingRod.name=钓鱼竿
item.flint.name=燧石
item.flintAndSteel.name=打火石
item.flowerPot.name=花盆
item.frame.name=物品展示框
item.ghastTear.name=恶魂之泪
item.glassBottle.name=玻璃瓶
item.goldNugget.name=金粒
item.hatchetDiamond.name=钻石斧
item.hatchetGold.name=金斧
item.hatchetIron.name=铁斧
item.hatchetStone.name=石斧
item.hatchetWood.name=木斧
item.helmetChain.name=锁链头盔
item.helmetCloth.name=皮革帽子
item.helmetDiamond.name=钻石头盔
item.helmetGold.name=金头盔
item.helmetIron.name=铁头盔
item.hoeDiamond.name=钻石锄
item.hoeGold.name=金锄
item.hoeIron.name=铁锄
item.hoeStone.name=石锄
item.hoeWood.name=木锄
item.horsearmordiamond.name=钻石马铠
item.horsearmorgold.name=金马铠
item.horsearmormetal.name=铁马铠
item.ingotGold.name=金锭
item.ingotIron.name=铁锭
item.ironNugget.name=铁粒
item.knowledgeBook.name=知识之书
item.leash.name=拴绳
item.leather.name=皮革
item.leaves.name=树叶
item.leggingsChain.name=锁链护腿
item.leggingsCloth.name=皮革裤子
item.leggingsDiamond.name=钻石护腿
item.leggingsGold.name=金护腿
item.leggingsIron.name=铁护腿
item.lingering_potion.name=滞留药水
item.magmaCream.name=岩浆膏
item.map.name=地图
item.melon.name=西瓜
item.milk.name=牛奶
item.minecart.name=矿车
item.minecartChest.name=运输矿车
item.minecartCommandBlock.name=命令方块矿车
item.minecartFurnace.name=动力矿车
item.minecartHopper.name=漏斗矿车
item.minecartTnt.name=TNT矿车
item.modifiers.chest=穿在身上时:
item.modifiers.feet=穿在脚上时:
item.modifiers.head=戴在头上时:
item.modifiers.legs=穿在腿上时:
item.modifiers.mainhand=在主手时:
item.modifiers.offhand=在副手时:
item.monsterPlacer.name=生成
item.mushroomStew.name=蘑菇煲
item.muttonCooked.name=熟羊肉
item.muttonRaw.name=生羊肉
item.nameTag.name=命名牌
item.nbt_tags=NBT:%s个标签
item.netherStalkSeeds.name=地狱疣
item.netherStar.name=下界之星
item.netherbrick.name=地狱砖块
item.netherquartz.name=下界石英
item.painting.name=画
item.paper.name=纸
item.pickaxeDiamond.name=钻石镐
item.pickaxeGold.name=金镐
item.pickaxeIron.name=铁镐
item.pickaxeStone.name=石镐
item.pickaxeWood.name=木镐
item.porkchopCooked.name=熟猪排
item.porkchopRaw.name=生猪排
item.potato.name=马铃薯
item.potatoBaked.name=烤马铃薯
item.potatoPoisonous.name=毒马铃薯
item.potion.name=药水
item.prismarineCrystals.name=海晶砂粒
item.prismarineShard.name=海晶碎片
item.pumpkinPie.name=南瓜派
item.rabbitCooked.name=熟兔肉
item.rabbitFoot.name=兔子脚
item.rabbitHide.name=兔子皮
item.rabbitRaw.name=生兔肉
item.rabbitStew.name=兔肉煲
item.record.11.desc=C418 - 11
item.record.13.desc=C418 - 13
item.record.blocks.desc=C418 - blocks
item.record.cat.desc=C418 - cat
item.record.chirp.desc=C418 - chirp
item.record.far.desc=C418 - far
item.record.mall.desc=C418 - mall
item.record.mellohi.desc=C418 - mellohi
item.record.name=音乐唱片
item.record.stal.desc=C418 - stal
item.record.strad.desc=C418 - strad
item.record.wait.desc=C418 - wait
item.record.ward.desc=C418 - ward
item.redstone.name=红石
item.reeds.name=甘蔗
item.rottenFlesh.name=腐肉
item.saddle.name=鞍
item.seeds.name=小麦种子
item.seeds_melon.name=西瓜种子
item.seeds_pumpkin.name=南瓜种子
item.shears.name=剪刀
item.shield.black.name=黑色盾牌
item.shield.blue.name=蓝色盾牌
item.shield.brown.name=棕色盾牌
item.shield.cyan.name=青色盾牌
item.shield.gray.name=灰色盾牌
item.shield.green.name=绿色盾牌
item.shield.lightBlue.name=淡蓝色盾牌
item.shield.lime.name=黄绿色盾牌
item.shield.magenta.name=品红色盾牌
item.shield.name=盾牌
item.shield.orange.name=橙色盾牌
item.shield.pink.name=粉红色盾牌
item.shield.purple.name=紫色盾牌
item.shield.red.name=红色盾牌
item.shield.silver.name=淡灰色盾牌
item.shield.white.name=白色盾牌
item.shield.yellow.name=黄色盾牌
item.shovelDiamond.name=钻石锹
item.shovelGold.name=金锹
item.shovelIron.name=铁锹
item.shovelStone.name=石锹
item.shovelWood.name=木锹
item.shulkerShell.name=潜影壳
item.sign.name=告示牌
item.skull.char.name=头
item.skull.creeper.name=爬行者的头
item.skull.dragon.name=龙首
item.skull.player.name=%s的头
item.skull.skeleton.name=骷髅头颅
item.skull.wither.name=凋灵骷髅头颅
item.skull.zombie.name=僵尸的头
item.slimeball.name=粘液球
item.snowball.name=雪球
item.speckledMelon.name=闪烁的西瓜
item.spectral_arrow.name=光灵箭
item.spiderEye.name=蜘蛛眼
item.splash_potion.name=喷溅药水
item.stick.name=木棍
item.string.name=线
item.sugar.name=糖
item.sulphur.name=火药
item.swordDiamond.name=钻石剑
item.swordGold.name=金剑
item.swordIron.name=铁剑
item.swordStone.name=石剑
item.swordWood.name=木剑
item.tipped_arrow.name=药箭
item.totem.name=不死图腾
item.unbreakable=无法破坏
item.wheat.name=小麦
item.writingBook.name=书与笔
item.writtenBook.name=成书
item.yellowDust.name=荧石粉
itemGroup.brewing=酿造
itemGroup.buildingBlocks=建筑方块
itemGroup.combat=战斗用品
itemGroup.decorations=装饰性方块
itemGroup.food=食物
itemGroup.hotbar=已保存的工具栏
itemGroup.inventory=生存模式物品栏
itemGroup.materials=材料
itemGroup.misc=杂项
itemGroup.redstone=红石
itemGroup.search=搜索物品
itemGroup.tools=工具
itemGroup.transportation=交通运输
key.advancements=进度
key.attack=攻击/摧毁
key.back=向后移动
key.categories.creative=创造模式
key.categories.gameplay=游戏内容
key.categories.inventory=物品栏
key.categories.misc=杂项
key.categories.movement=移动
key.categories.multiplayer=多人游戏
key.categories.ui=游戏界面
key.chat=打开聊天栏
key.command=输入命令
key.drop=丢弃所选物品
key.forward=向前移动
key.fullscreen=全屏显示切换
key.hotbar.1=快捷栏1
key.hotbar.2=快捷栏2
key.hotbar.3=快捷栏3
key.hotbar.4=快捷栏4
key.hotbar.5=快捷栏5
key.hotbar.6=快捷栏6
key.hotbar.7=快捷栏7
key.hotbar.8=快捷栏8
key.hotbar.9=快捷栏9
key.inventory=开启/关闭物品栏
key.jump=跳跃
key.left=向左移动
key.loadToolbarActivator=加载物品工具栏
key.mouse.left=鼠标左键
key.mouse.middle=鼠标中键
key.mouse.right=鼠标右键
key.mouseButton=鼠标按键%1$s
key.pickItem=选取方块
key.playerlist=玩家列表
key.right=向右移动
key.saveToolbarActivator=保存物品工具栏
key.screenshot=截图
key.smoothCamera=切换电影视角
key.sneak=潜行
key.spectatorOutlines=高亮玩家(旁观者)
key.sprint=疾跑
key.swapHands=交换手中的物品
key.togglePerspective=切换视角
key.use=使用物品/放置方块
lanServer.otherPlayers=对其他玩家的设置
lanServer.scanning=正在你的本地网络中寻找游戏
lanServer.start=创造一个局域网世界
lanServer.title=局域网世界
language.code=zh_cn
language.name=简体中文
language.region=中国
lingering_potion.effect.awkward=滞留型粗制药水
lingering_potion.effect.empty=滞留型不可合成的药水
lingering_potion.effect.fire_resistance=滞留型抗火药水
lingering_potion.effect.harming=滞留型伤害药水
lingering_potion.effect.healing=滞留型治疗药水
lingering_potion.effect.invisibility=滞留型隐身药水
lingering_potion.effect.leaping=滞留型跳跃药水
lingering_potion.effect.levitation=滞留型飘浮药水
lingering_potion.effect.luck=滞留型幸运药水
lingering_potion.effect.mundane=滞留型平凡的药水
lingering_potion.effect.night_vision=滞留型夜视药水
lingering_potion.effect.poison=滞留型剧毒药水
lingering_potion.effect.regeneration=滞留型再生药水
lingering_potion.effect.slowness=滞留型迟缓药水
lingering_potion.effect.strength=滞留型力量药水
lingering_potion.effect.swiftness=滞留型迅捷药水
lingering_potion.effect.thick=滞留型浓稠的药水
lingering_potion.effect.water=滞留型水瓶
lingering_potion.effect.water_breathing=滞留型水肺药水
lingering_potion.effect.weakness=滞留型虚弱药水
mcoServer.title=Minecraft Online世界
menu.convertingLevel=转换世界中
menu.disconnect=断开连接
menu.game=游戏菜单
menu.generatingLevel=生成世界中
menu.generatingTerrain=生成地形中
menu.loadingLevel=加载世界中
menu.multiplayer=多人游戏
menu.online=Minecraft Realms
menu.options=选项…
menu.playdemo=开始试玩世界
menu.quit=退出游戏
menu.resetdemo=重置试玩世界
menu.respawning=重生中
menu.returnToGame=回到游戏
menu.returnToMenu=保存并退回到标题画面
menu.shareToLan=对局域网开放
menu.singleplayer=单人游戏
merchant.deprecated=交易一些其他东西来解锁!
mount.onboard=按下%1$s来脱离
multiplayer.connect=连接
multiplayer.disconnect.authservers_down=认证服务器处于宕机状态中。请稍后再试,抱歉!
multiplayer.disconnect.banned=你已被此服务器封禁。
multiplayer.disconnect.duplicate_login=你已在异地登录
multiplayer.disconnect.flying=此服务器未启用飞行
multiplayer.disconnect.generic=连接中止
multiplayer.disconnect.idling=你的未操作时间过长!
multiplayer.disconnect.illegal_characters=非法聊天字符
multiplayer.disconnect.invalid_entity_attacked=试图攻击无效实体
multiplayer.disconnect.invalid_player_movement=收到了包含非法玩家移动的数据包
multiplayer.disconnect.invalid_vehicle_movement=收到了包含非法载具移动的数据包
multiplayer.disconnect.ip_banned=你的IP已被此服务器封禁。
multiplayer.disconnect.kicked=被管理员踢出游戏。
multiplayer.disconnect.outdated_client=客户端已过期!请使用%s
multiplayer.disconnect.outdated_server=服务器已过期!我仍在运行%s
multiplayer.disconnect.server_shutdown=服务器已关闭
multiplayer.disconnect.slow_login=登录超时
multiplayer.disconnect.unverified_username=无法验证用户名!
multiplayer.downloadingStats=正在下载统计数据...
multiplayer.downloadingTerrain=加载地形中
multiplayer.ipinfo=输入服务器的IP来连接:
multiplayer.player.joined=%s加入了游戏
multiplayer.player.joined.renamed=%s(之前被称为%s)加入了游戏
multiplayer.player.left=%s退出了游戏
multiplayer.status.and_more=…及其他%s名玩家…
multiplayer.status.cancelled=已取消
multiplayer.status.cannot_connect=无法连接到服务器
multiplayer.status.cannot_resolve=无法解析主机名
multiplayer.status.client_out_of_date=客户端已过期!
multiplayer.status.no_connection=(无连接)
multiplayer.status.old=旧版
multiplayer.status.pinging=检测中...
multiplayer.status.server_out_of_date=服务器版本已过期!
multiplayer.status.unknown=???
multiplayer.status.unrequested=收到了未请求的状态
multiplayer.stopSleeping=起床
multiplayer.texturePrompt.line1=这个服务器推荐使用自定义的资源包。
multiplayer.texturePrompt.line2=你想要自动下载和安装它吗?
multiplayer.title=多人游戏
narrator.toast.disabled=复述功能已关闭
narrator.toast.enabled=复述功能已开启
options.anaglyph=3D效果
options.ao=平滑光照
options.ao.max=最大
options.ao.min=最小
options.ao.off=关
options.attack.crosshair=十字准星
options.attack.hotbar=快捷栏
options.attackIndicator=攻击指示器
options.autoJump=自动跳跃
options.chat.color=颜色
options.chat.height.focused=聚焦高度
options.chat.height.unfocused=淡化高度
options.chat.links=网页链接
options.chat.links.prompt=链接提示
options.chat.opacity=透明度
options.chat.scale=比例
options.chat.title=聊天设置...
options.chat.visibility=聊天
options.chat.visibility.full=显示
options.chat.visibility.hidden=隐藏
options.chat.visibility.system=仅限命令
options.chat.width=宽度
options.chunks=%s个区块
options.clouds.fancy=高品质
options.clouds.fast=流畅
options.controls=控制…
options.customizeTitle=自定义世界设置
options.difficulty=难度
options.difficulty.easy=简单
options.difficulty.hard=困难
options.difficulty.hardcore=极限
options.difficulty.normal=普通
options.difficulty.peaceful=和平
options.entityShadows=实体阴影
options.forceUnicodeFont=强制使用Unicode字体
options.fov=角视场
options.fov.max=广角
options.fov.min=中
options.framerate=%s fps
options.framerateLimit=最大帧率
options.framerateLimit.max=无限制
options.fullscreen=全屏
options.gamma=亮度
options.gamma.max=明亮
options.gamma.min=昏暗
options.graphics=图像品质
options.graphics.fancy=高品质
options.graphics.fast=流畅
options.guiScale=界面尺寸
options.guiScale.auto=自动
options.guiScale.large=大
options.guiScale.normal=中
options.guiScale.small=小
options.hidden=隐藏
options.invertMouse=鼠标反转
options.language=语言…
options.languageWarning=语言翻译不一定100%%准确
options.mainHand=主手
options.mainHand.left=左手
options.mainHand.right=右手
options.mipmapLevels=Mipmap 级别
options.modelPart.cape=披风
options.modelPart.hat=帽子
options.modelPart.jacket=衣物
options.modelPart.left_pants_leg=左裤腿
options.modelPart.left_sleeve=左袖
options.modelPart.right_pants_leg=右裤腿
options.modelPart.right_sleeve=右袖
options.multiplayer.title=多人游戏设置…
options.music=音乐
options.narrator=复述功能
options.narrator.all=复述所有
options.narrator.chat=复述聊天信息
options.narrator.notavailable=不可用
options.narrator.off=关闭
options.narrator.system=复述系统消息
options.off=关
options.on=开
options.particles=颗粒效果
options.particles.all=全部
options.particles.decreased=少量
options.particles.minimal=最少
options.realmsNotifications=Realms的通知
options.reducedDebugInfo=简化调试信息
options.renderClouds=云
options.renderDistance=渲染距离
options.resourcepack=资源包…
options.saturation=饱和
options.sensitivity=鼠标灵敏度
options.sensitivity.max=超高速!!!
options.sensitivity.min=*哈欠*
options.showSubtitles=显示字幕
options.skinCustomisation=自定义皮肤…
options.skinCustomisation.title=自定义皮肤
options.snooper=允许匿名信息反馈
options.snooper.desc=我们一直致力于改进Minecraft,而为了帮助我们达成这个目标,我们想要收集一些信息。这能让我们明白需要支持什么样的硬件以及主要的问题出在哪里。这也能让我们大致知道活跃玩家群体的规模,以此判断我们是不是还算做得不错。您能在下方查看我们收集的所有信息。如果您不想让我们继续收集它们,您可以随时将其关闭!
options.snooper.title=给我们数据!
options.snooper.view=匿名信息反馈设置…
options.sound=音效
options.sounds=音乐和声音…
options.sounds.title=音乐和声音选项
options.title=选项
options.touchscreen=触屏模式
options.vbo=启用顶点缓冲器
options.video=视频设置…
options.videoTitle=视频设置
options.viewBobbing=视角摇晃
options.visible=显示
options.vsync=使用垂直同步
potion.effect.awkward=粗制的药水
potion.effect.empty=不可合成的药水
potion.effect.fire_resistance=抗火药水
potion.effect.harming=伤害药水
potion.effect.healing=治疗药水
potion.effect.invisibility=隐身药水
potion.effect.leaping=跳跃药水
potion.effect.levitation=飘浮药水
potion.effect.luck=幸运药水
potion.effect.mundane=平凡的药水
potion.effect.night_vision=夜视药水
potion.effect.poison=剧毒药水
potion.effect.regeneration=再生药水
potion.effect.slowness=迟缓药水
potion.effect.strength=力量药水
potion.effect.swiftness=迅捷药水
potion.effect.thick=浓稠的药水
potion.effect.water=水瓶
potion.effect.water_breathing=水肺药水
potion.effect.weakness=虚弱药水
potion.potency.1=II
potion.potency.2=III
potion.whenDrank=当生效后:
recipe.toast.description=请检查你的配方书
recipe.toast.title=新配方已解锁!
record.nowPlaying=正在播放:%s
resourcePack.available.title=可用的资源包
resourcePack.folderInfo=(请把资源包文件放在这里)
resourcePack.incompatible=不兼容
resourcePack.incompatible.confirm.new=这个资源包是为更新的Minecraft版本所打造的,在此版本可能不会正常工作。
resourcePack.incompatible.confirm.old=这个资源包是为更旧的Minecraft版本所打造的,在此版本可能不会正常工作。
resourcePack.incompatible.confirm.title=你确定要加载此资源包吗?
resourcePack.incompatible.new=(适用于新版本的Minecraft)
resourcePack.incompatible.old=(适用于旧版本的Minecraft)
resourcePack.openFolder=打开资源包文件夹
resourcePack.selected.title=已选的资源包
resourcePack.title=选择资源包
resourcepack.downloading=正在下载资源包中
resourcepack.progress=下载文件中(%s MB)…
resourcepack.requesting=正在发送请求…
screenshot.failure=无法保存截图:%s
screenshot.success=已将截图保存为%s
selectServer.add=添加服务器
selectServer.defaultName=Minecraft 服务器
selectServer.delete=删除
selectServer.deleteButton=删除
selectServer.deleteQuestion=你确定要删除此服务器吗?
selectServer.deleteWarning=将会永久失去!(真的很久!)
selectServer.direct=直接连接
selectServer.edit=编辑
selectServer.empty=空
selectServer.hiddenAddress=(隐藏)
selectServer.refresh=刷新
selectServer.select=加入服务器
selectServer.title=选择服务器
selectWorld.allowCommands=允许作弊:
selectWorld.allowCommands.info=像/gamemode、/xp的命令
selectWorld.bonusItems=奖励箱:
selectWorld.cheats=作弊
selectWorld.conversion=必须进行转换!
selectWorld.create=创建新的世界
selectWorld.createDemo=进入新的试玩世界
selectWorld.customizeType=自定义
selectWorld.delete=删除
selectWorld.deleteButton=删除
selectWorld.deleteQuestion=你确定要删除这个世界吗?
selectWorld.deleteWarning=将会永久失去!(真的很久!)
selectWorld.edit=编辑
selectWorld.edit.openFolder=打开文件夹
selectWorld.edit.resetIcon=重置图标
selectWorld.edit.save=保存世界
selectWorld.edit.title=编辑世界
selectWorld.empty=空
selectWorld.enterName=世界名称
selectWorld.enterSeed=世界生成器的种子
selectWorld.gameMode=游戏模式
selectWorld.gameMode.adventure=冒险
selectWorld.gameMode.adventure.line1=与生存模式相同,但是方块
selectWorld.gameMode.adventure.line2=不能被添加或者移除
selectWorld.gameMode.creative=创造
selectWorld.gameMode.creative.line1=无限的资源、自由地飞翔
selectWorld.gameMode.creative.line2=并且能够瞬间破坏方块
selectWorld.gameMode.hardcore=极限
selectWorld.gameMode.hardcore.line1=难度锁定在困难的生存模式
selectWorld.gameMode.hardcore.line2=且只有一条生命
selectWorld.gameMode.spectator=旁观
selectWorld.gameMode.spectator.line1=你可以旁观,但不能互动
selectWorld.gameMode.survival=生存
selectWorld.gameMode.survival.line1=探索世界、收集资源、合成道具、
selectWorld.gameMode.survival.line2=提高等级、补充体力和生命值
selectWorld.hardcoreMode=极限:
selectWorld.hardcoreMode.info=世界将在死亡后被删除
selectWorld.load_folder_access=无法读取或访问游戏世界存档所在的文件夹!
selectWorld.mapFeatures=生成建筑:
selectWorld.mapFeatures.info=村庄、地牢等等
selectWorld.mapType=世界类型:
selectWorld.mapType.normal=普通
selectWorld.moreWorldOptions=更多世界的选项…
selectWorld.newWorld=新的世界
selectWorld.newWorld.copyOf=%s的副本
selectWorld.recreate=重建
selectWorld.resultFolder=将会保存于:
selectWorld.seedInfo=留空以生成随机种子
selectWorld.select=进入选中的世界
selectWorld.title=选择世界
selectWorld.tooltip.fromNewerVersion1=世界是在更新的版本中被保存的,
selectWorld.tooltip.fromNewerVersion2=加载这个世界可能会产生问题!
selectWorld.tooltip.snapshot1=在你在这个快照中加载它之前,
selectWorld.tooltip.snapshot2=不要忘了备份这个世界!
selectWorld.unable_to_load=无法加载世界
selectWorld.version=版本:
selectWorld.versionJoinButton=仍然加载
selectWorld.versionQuestion=你真的想加载此世界吗?
selectWorld.versionUnknown=未知
selectWorld.versionWarning=此世界是在'%s'版本中保存的,在此版本中加载可能会导致数据损坏!
selectWorld.world=世界
sign.edit=修改告示牌信息
soundCategory.ambient=环境
soundCategory.block=方块
soundCategory.hostile=敌对生物
soundCategory.master=主音量
soundCategory.music=音乐
soundCategory.neutral=友好生物
soundCategory.player=玩家
soundCategory.record=唱片机/音符盒
soundCategory.voice=声音/语音
soundCategory.weather=天气
spectatorMenu.close=关闭菜单
spectatorMenu.next_page=下一页
spectatorMenu.previous_page=上一页
spectatorMenu.root.prompt=按下一个键来选择命令,再按一次来使用它。
spectatorMenu.team_teleport=传送到队伍成员
spectatorMenu.team_teleport.prompt=选择一个想要传送到的队伍
spectatorMenu.teleport=传送到玩家
spectatorMenu.teleport.prompt=选择一个想要传送到的玩家
splash_potion.effect.awkward=喷溅型粗制药水
splash_potion.effect.empty=喷溅型不可合成的药水
splash_potion.effect.fire_resistance=喷溅型抗火药水
splash_potion.effect.harming=喷溅型伤害药水
splash_potion.effect.healing=喷溅型治疗药水
splash_potion.effect.invisibility=喷溅型隐身药水
splash_potion.effect.leaping=喷溅型跳跃药水
splash_potion.effect.levitation=喷溅型飘浮药水
splash_potion.effect.luck=喷溅型幸运药水
splash_potion.effect.mundane=喷溅型平凡的药水
splash_potion.effect.night_vision=喷溅型夜视药水
splash_potion.effect.poison=喷溅型剧毒药水
splash_potion.effect.regeneration=喷溅型再生药水
splash_potion.effect.slowness=喷溅型迟缓药水
splash_potion.effect.strength=喷溅型力量药水
splash_potion.effect.swiftness=喷溅型迅捷药水
splash_potion.effect.thick=喷溅型浓稠的药水
splash_potion.effect.water=喷溅型水瓶
splash_potion.effect.water_breathing=喷溅型水肺药水
splash_potion.effect.weakness=喷溅型虚弱药水
stat.animalsBred=繁殖动物次数
stat.armorCleaned=清洗盔甲次数
stat.aviateOneCm=鞘翅滑行距离
stat.bannerCleaned=清洗旗帜次数
stat.beaconInteraction=与信标互动次数
stat.blocksButton=方块
stat.boatOneCm=坐船移动距离
stat.breakItem=消耗了%1$s个工具
stat.brewingstandInteraction=与酿造台互动次数
stat.cakeSlicesEaten=吃掉的蛋糕片数
stat.cauldronFilled=炼药锅装水次数
stat.cauldronUsed=从炼药锅取水次数
stat.chestOpened=开箱次数
stat.climbOneCm=已攀爬距离
stat.craftItem=合成了%1$s个物品
stat.crafted=合成次数
stat.createWorld=已创建的世界数
stat.crouchOneCm=潜行距离
stat.damageDealt=造成伤害
stat.damageTaken=受到伤害
stat.deaths=死亡次数
stat.depleted=工具消耗数
stat.dispenserInspected=搜查发射器次数
stat.diveOneCm=水下移动距离
stat.drop=物品掉落
stat.dropped=丢弃个数
stat.dropperInspected=搜查投掷器次数
stat.enderchestOpened=打开末影箱次数
stat.entityKilledBy=%s杀死了你%s次
stat.entityKilledBy.none=你从来没有被%s杀死过
stat.entityKills=你杀死了%s只%s
stat.entityKills.none=你从来没有杀死过%s
stat.fallOneCm=摔落高度
stat.fishCaught=捕鱼数
stat.flowerPotted=盆栽种植数
stat.flyOneCm=飞行距离
stat.furnaceInteraction=与熔炉互动次数
stat.generalButton=通用
stat.hopperInspected=搜查漏斗次数
stat.horseOneCm=骑马移动距离
stat.itemEnchanted=物品附魔次数
stat.itemsButton=物品
stat.joinMultiplayer=加入多人游戏次数
stat.jump=跳跃次数
stat.junkFished=钓到垃圾次数
stat.leaveGame=游戏退出次数
stat.loadWorld=读取存档次数
stat.mineBlock=挖掘了%1$s个方块
stat.minecartOneCm=坐矿车移动距离
stat.mined=开采次数
stat.mobKills=生物击杀数
stat.mobsButton=生物
stat.noteblockPlayed=音符盒播放次数
stat.noteblockTuned=音符盒调音次数
stat.pickup=拾起个数
stat.pigOneCm=骑猪移动距离
stat.playOneMinute=游戏时间(分钟)
stat.playerKills=玩家击杀数
stat.recordPlayed=播放唱片次数
stat.shulkerBoxOpened=潜影盒打开次数
stat.sleepInBed=躺在床上的次数
stat.sneakTime=潜行时间
stat.sprintOneCm=疾跑距离
stat.startGame=游戏次数
stat.swimOneCm=游泳距离
stat.talkedToVillager=村民交互次数
stat.timeSinceDeath=自上次死亡
stat.tradedWithVillager=村民交易次数
stat.trappedChestTriggered=陷阱箱触发次数
stat.treasureFished=钓到宝藏次数
stat.useItem=使用了物品%1$s
stat.used=使用次数
stat.walkOneCm=行走距离
stat.workbenchInteraction=与工作台互动次数
stats.tooltip.type.statistic=统计
structure_block.button.detect_size=探测
structure_block.button.load=加载
structure_block.button.save=保存
structure_block.custom_data=自定义数据标签名
structure_block.detect_size=探测结构大小和位置:
structure_block.hover.corner=角落:%s
structure_block.hover.data=数据:%s
structure_block.hover.load=加载:%s
structure_block.hover.save=保存:%s
structure_block.include_entities=包括实体:
structure_block.integrity=结构完整性及种子
structure_block.load_not_found=不存在名为'%s'的结构 
structure_block.load_prepare=结构'%s'的加载位置已就绪
structure_block.load_success=成功从'%s'中加载结构
structure_block.mode.corner=角落模式
structure_block.mode.data=数据模式
structure_block.mode.load=加载模式
structure_block.mode.save=储存模式
structure_block.mode_info.corner=角落模式 — 位置和大小标记
structure_block.mode_info.data=数据模式 — 游戏逻辑标记
structure_block.mode_info.load=加载模式 — 从文件中加载
structure_block.mode_info.save=保存模式 — 写入文件
structure_block.position=相对位置
structure_block.save_failure=无法保存结构'%s'
structure_block.save_success=成功将结构保存为'%s'
structure_block.show_air=显示隐形方块:
structure_block.show_boundingbox=显示边框:
structure_block.size=结构大小
structure_block.size_failure=无法检测结构尺寸,请放置相对应结构名称的角落方块
structure_block.size_success='%s'的尺寸已成功检测
structure_block.structure_name=结构名称
subtitles.ambient.cave=怪异的噪声
subtitles.block.anvil.destroy=铁砧:被毁
subtitles.block.anvil.land=铁砧:着地
subtitles.block.anvil.use=铁砧:使用
subtitles.block.brewing_stand.brew=酿造台:冒泡
subtitles.block.button.click=按钮:点击
subtitles.block.chest.close=箱子:关闭
subtitles.block.chest.locked=箱子:关闭
subtitles.block.chest.open=箱子:开启
subtitles.block.chorus_flower.death=紫颂花:凋零
subtitles.block.chorus_flower.grow=紫颂花:生长
subtitles.block.comparator.click=比较器:模式变更
subtitles.block.dispenser.dispense=发射器:发射物品
subtitles.block.dispenser.fail=发射器:发射失败
subtitles.block.door.toggle=门:嘎吱作响
subtitles.block.fence_gate.toggle=栅栏门:嘎吱作响
subtitles.block.fire.ambient=火:噼啪作响
subtitles.block.fire.extinguish=火:熄灭
subtitles.block.furnace.fire_crackle=熔炉:噼啪作响
subtitles.block.generic.break=方块:被破坏
subtitles.block.generic.footsteps=脚步声
subtitles.block.generic.hit=方块:损坏中
subtitles.block.generic.place=方块:被放置
subtitles.block.iron_trapdoor.close=活板门:打开
subtitles.block.iron_trapdoor.open=活板门:关闭
subtitles.block.lava.ambient=熔岩:迸裂
subtitles.block.lava.extinguish=熔岩:嘶嘶声
subtitles.block.lever.click=拉杆:拉动
subtitles.block.note.note=音符盒:播放
subtitles.block.piston.move=活塞:移动
subtitles.block.portal.ambient=传送门:呼啸
subtitles.block.pressure_plate.click=压力板:被触发
subtitles.block.redstone_torch.burnout=红石火把:熄灭
subtitles.block.shulker_box.close=潜影贝:闭合
subtitles.block.shulker_box.open=潜影贝:开启
subtitles.block.trapdoor.toggle=活板门:嘎吱作响
subtitles.block.tripwire.attach=绊线钩:连接
subtitles.block.tripwire.click=绊线钩:被触发
subtitles.block.tripwire.detach=绊线钩:断开
subtitles.block.water.ambient=水:流动
subtitles.enchant.thorns.hit=荆棘:反刺
subtitles.entity.armorstand.fall=某物:着地
subtitles.entity.arrow.hit=箭:击中
subtitles.entity.arrow.hit_player=箭:击中玩家
subtitles.entity.arrow.shoot=箭:被射出
subtitles.entity.bat.ambient=蝙蝠:尖声叫
subtitles.entity.bat.death=蝙蝠:死亡
subtitles.entity.bat.hurt=蝙蝠:受伤
subtitles.entity.bat.takeoff=蝙蝠:起飞
subtitles.entity.blaze.ambient=烈焰人:呼吸
subtitles.entity.blaze.burn=烈焰人:噼啪作响
subtitles.entity.blaze.death=烈焰人:死亡
subtitles.entity.blaze.hurt=烈焰人:受伤
subtitles.entity.blaze.shoot=烈焰人:射击
subtitles.entity.bobber.splash=钓鱼钩:溅起水花
subtitles.entity.bobber.throw=浮标:甩出
subtitles.entity.cat.ambient=猫:喵~
subtitles.entity.cat.death=猫:死亡
subtitles.entity.cat.hurt=猫:受伤
subtitles.entity.chicken.ambient=鸡:咯咯叫
subtitles.entity.chicken.death=鸡:死亡
subtitles.entity.chicken.egg=鸡:下蛋
subtitles.entity.chicken.hurt=鸡:受伤
subtitles.entity.cow.ambient=牛:哞~
subtitles.entity.cow.death=牛:死亡
subtitles.entity.cow.hurt=牛:受伤
subtitles.entity.cow.milk=牛:被挤奶
subtitles.entity.creeper.death=爬行者:死亡
subtitles.entity.creeper.hurt=爬行者:受伤
subtitles.entity.creeper.primed=爬行者:嘶~
subtitles.entity.donkey.ambient=驴:嘶叫
subtitles.entity.donkey.angry=驴:嘶叫
subtitles.entity.donkey.chest=驴:装备箱子
subtitles.entity.donkey.death=驴:死亡
subtitles.entity.donkey.hurt=驴:受伤
subtitles.entity.egg.throw=蛋:飞出
subtitles.entity.elder_guardian.ambient=远古守卫者:低鸣
subtitles.entity.elder_guardian.ambient.land=远古守卫者:弹跳
subtitles.entity.elder_guardian.attack=远古守卫者:射击
subtitles.entity.elder_guardian.curse=远古守卫者:诅咒
subtitles.entity.elder_guardian.death=远古守卫者:死亡
subtitles.entity.elder_guardian.flop=远古守卫者:落地
subtitles.entity.elder_guardian.hurt=远古守卫者:受伤
subtitles.entity.enderdragon.ambient=末影龙:咆哮
subtitles.entity.enderdragon.death=末影龙:死亡
subtitles.entity.enderdragon.flap=末影龙:拍打翅膀
subtitles.entity.enderdragon.growl=末影龙:吼叫
subtitles.entity.enderdragon.hurt=末影龙:受伤
subtitles.entity.enderdragon.shoot=末影龙:射击
subtitles.entity.endereye.launch=末影之眼:射出
subtitles.entity.enderman.ambient=末影人:低鸣
subtitles.entity.enderman.death=末影人:死亡
subtitles.entity.enderman.hurt=末影人:受伤
subtitles.entity.enderman.stare=末影人:喊叫
subtitles.entity.enderman.teleport=末影人:传送
subtitles.entity.endermite.ambient=末影螨:叫声
subtitles.entity.endermite.death=末影螨:死亡
subtitles.entity.endermite.hurt=末影螨:受伤
subtitles.entity.enderpearl.throw=末影珍珠:飞出
subtitles.entity.evocation_fangs.attack=尖牙:咬合
subtitles.entity.evocation_illager.ambient=唤魔者:咕哝
subtitles.entity.evocation_illager.cast_spell=唤魔者:施法
subtitles.entity.evocation_illager.death=唤魔者:死亡
subtitles.entity.evocation_illager.hurt=唤魔者:受伤
subtitles.entity.evocation_illager.prepare_attack=唤魔者:准备攻击
subtitles.entity.evocation_illager.prepare_summon=唤魔者:准备召唤
subtitles.entity.evocation_illager.prepare_wololo=唤魔者:准备施咒
subtitles.entity.experience_orb.pickup=获得经验
subtitles.entity.firework.blast=烟花:爆炸
subtitles.entity.firework.launch=烟花:发射
subtitles.entity.firework.twinkle=烟火:闪烁
subtitles.entity.generic.big_fall=某物:着地
subtitles.entity.generic.burn=燃烧
subtitles.entity.generic.death=濒死
subtitles.entity.generic.drink=啜饮
subtitles.entity.generic.eat=进食
subtitles.entity.generic.explode=爆炸
subtitles.entity.generic.extinguish_fire=火:熄灭
subtitles.entity.generic.hurt=某物:受伤
subtitles.entity.generic.small_fall=某物:摔倒
subtitles.entity.generic.splash=溅起水花
subtitles.entity.generic.swim=实体:游泳
subtitles.entity.ghast.ambient=恶魂:哭泣
subtitles.entity.ghast.death=恶魂:死亡
subtitles.entity.ghast.hurt=恶魂:受伤
subtitles.entity.ghast.shoot=恶魂:射击
subtitles.entity.guardian.ambient=守卫者:低鸣
subtitles.entity.guardian.ambient.land=守卫者:弹跳
subtitles.entity.guardian.attack=守卫者:射击
subtitles.entity.guardian.curse=守卫者:诅咒
subtitles.entity.guardian.death=守卫者:死亡
subtitles.entity.guardian.flop=守卫者:落地
subtitles.entity.guardian.hurt=守卫者:受伤
subtitles.entity.horse.ambient=马:嘶鸣
subtitles.entity.horse.angry=马:嘶鸣
subtitles.entity.horse.armor=马铠:装备
subtitles.entity.horse.breathe=马:呼吸
subtitles.entity.horse.death=马:死亡
subtitles.entity.horse.eat=马:进食
subtitles.entity.horse.gallop=马:奔腾
subtitles.entity.horse.hurt=马:受伤
subtitles.entity.horse.jump=马:跳跃
subtitles.entity.horse.saddle=鞍:装备
subtitles.entity.husk.ambient=尸壳:低吼
subtitles.entity.husk.death=尸壳:死亡
subtitles.entity.husk.hurt=尸壳:受伤
subtitles.entity.illusion_illager.ambient=幻术师:咕哝
subtitles.entity.illusion_illager.cast_spell=幻术师:施法
subtitles.entity.illusion_illager.death=幻术师:死亡
subtitles.entity.illusion_illager.hurt=幻术师:受伤
subtitles.entity.illusion_illager.mirror_move=幻术师:替换
subtitles.entity.illusion_illager.prepare_blindness=幻术师:失明准备
subtitles.entity.illusion_illager.prepare_mirror=幻术师:镜像准备
subtitles.entity.iron_golem.attack=铁傀儡:攻击
subtitles.entity.iron_golem.death=铁傀儡:死亡
subtitles.entity.iron_golem.hurt=铁傀儡:受伤
subtitles.entity.item.break=物品:被破坏
subtitles.entity.item.pickup=物品:被拾起
subtitles.entity.itemframe.add_item=物品展示框:填充
subtitles.entity.itemframe.break=物品展示框:被破坏
subtitles.entity.itemframe.place=物品展示框:被放置
subtitles.entity.itemframe.remove_item=物品展示框:清空
subtitles.entity.itemframe.rotate_item=物品展示框:转动
subtitles.entity.leashknot.break=栓绳结:被破坏
subtitles.entity.leashknot.place=栓绳结:被系上
subtitles.entity.lightning.impact=电闪
subtitles.entity.lightning.thunder=雷鸣
subtitles.entity.llama.ambient=羊驼:吼叫
subtitles.entity.llama.angry=羊驼:怒吼
subtitles.entity.llama.chest=羊驼:装备箱子
subtitles.entity.llama.death=羊驼:死亡
subtitles.entity.llama.eat=羊驼:进食
subtitles.entity.llama.hurt=羊驼:受伤
subtitles.entity.llama.spit=羊驼:喷射唾沫
subtitles.entity.llama.step=羊驼:踏步
subtitles.entity.llama.swag=羊驼:被装饰
subtitles.entity.magmacube.death=岩浆怪:死亡
subtitles.entity.magmacube.hurt=岩浆怪:受伤
subtitles.entity.magmacube.squish=岩浆怪:移动
subtitles.entity.minecart.riding=矿车:行进
subtitles.entity.mule.ambient=骡:鸣叫
subtitles.entity.mule.chest=骡:装备箱子
subtitles.entity.mule.death=骡:死亡
subtitles.entity.mule.hurt=骡:受伤
subtitles.entity.painting.break=画:被破坏
subtitles.entity.painting.place=画:被放置
subtitles.entity.parrot.ambient=鹦鹉:说话
subtitles.entity.parrot.death=鹦鹉:死亡
subtitles.entity.parrot.eats=鹦鹉:进食
subtitles.entity.parrot.hurts=鹦鹉:受伤
subtitles.entity.parrot.imitate.blaze=鹦鹉:呼吸
subtitles.entity.parrot.imitate.cave_spider=鹦鹉:嘶嘶
subtitles.entity.parrot.imitate.creeper=鹦鹉:嘶~
subtitles.entity.parrot.imitate.elder_guardian=鹦鹉:弹跳
subtitles.entity.parrot.imitate.enderdragon=鹦鹉:咆哮
subtitles.entity.parrot.imitate.enderman=鹦鹉:低鸣
subtitles.entity.parrot.imitate.endermite=鹦鹉:螨叫
subtitles.entity.parrot.imitate.evocation_illager=鹦鹉:咕哝
subtitles.entity.parrot.imitate.ghast=鹦鹉:哭泣
subtitles.entity.parrot.imitate.husk=鹦鹉:低吼
subtitles.entity.parrot.imitate.illusion_illager=鹦鹉:咕哝
subtitles.entity.parrot.imitate.magmacube=鹦鹉:移动声
subtitles.entity.parrot.imitate.polar_bear=鹦鹉:低吼
subtitles.entity.parrot.imitate.shulker=鹦鹉:窥视声
subtitles.entity.parrot.imitate.silverfish=鹦鹉:嘶~
subtitles.entity.parrot.imitate.skeleton=鹦鹉:咯咯声
subtitles.entity.parrot.imitate.slime=鹦鹉:移动声
subtitles.entity.parrot.imitate.spider=鹦鹉:嘶~
subtitles.entity.parrot.imitate.stray=鹦鹉:咯咯声
subtitles.entity.parrot.imitate.vex=鹦鹉:恼人
subtitles.entity.parrot.imitate.vindication_illager=鹦鹉:低语
subtitles.entity.parrot.imitate.witch=鹦鹉:暗笑
subtitles.entity.parrot.imitate.wither=鹦鹉:愤怒
subtitles.entity.parrot.imitate.wither_skeleton=鹦鹉:咯咯声
subtitles.entity.parrot.imitate.wolf=鹦鹉:喘息
subtitles.entity.parrot.imitate.zombie=鹦鹉:低吼
subtitles.entity.parrot.imitate.zombie_pigman=鹦鹉:呼噜
subtitles.entity.parrot.imitate.zombie_villager=鹦鹉:低吼
subtitles.entity.pig.ambient=猪:哼叫
subtitles.entity.pig.death=猪:死亡
subtitles.entity.pig.hurt=猪:受伤
subtitles.entity.pig.saddle=鞍:装备
subtitles.entity.player.burp=打嗝
subtitles.entity.player.death=玩家:死亡
subtitles.entity.player.hurt=玩家:受伤
subtitles.entity.player.levelup=玩家:升级
subtitles.entity.polar_bear.ambient=北极熊:低吼
subtitles.entity.polar_bear.baby_ambient=北极熊:哼哼
subtitles.entity.polar_bear.death=北极熊:死亡
subtitles.entity.polar_bear.hurt=北极熊:受伤
subtitles.entity.polar_bear.warning=北极熊:咆哮
subtitles.entity.potion.splash=药瓶:碎裂
subtitles.entity.potion.throw=药瓶:扔出
subtitles.entity.rabbit.ambient=兔子:吱吱叫
subtitles.entity.rabbit.attack=兔子:攻击
subtitles.entity.rabbit.death=兔子:死亡
subtitles.entity.rabbit.hurt=兔子:受伤
subtitles.entity.rabbit.jump=兔子:跳动
subtitles.entity.sheep.ambient=羊:咩~
subtitles.entity.sheep.death=羊:死亡
subtitles.entity.sheep.hurt=羊:受伤
subtitles.entity.shulker.ambient=潜影贝:窥视
subtitles.entity.shulker.close=潜影贝:关闭
subtitles.entity.shulker.death=潜影贝:死亡
subtitles.entity.shulker.hurt=潜影贝:受伤
subtitles.entity.shulker.open=潜影贝:打开
subtitles.entity.shulker.shoot=潜影贝:射击
subtitles.entity.shulker.teleport=潜影贝:传送
subtitles.entity.shulker_bullet.hit=潜影贝导弹:爆炸
subtitles.entity.shulker_bullet.hurt=潜影贝导弹:被毁
subtitles.entity.silverfish.ambient=蠹虫:嘶嘶
subtitles.entity.silverfish.death=蠹虫:死亡
subtitles.entity.silverfish.hurt=蠹虫:受伤
subtitles.entity.skeleton.ambient=骷髅:咯咯声
subtitles.entity.skeleton.death=骷髅:死亡
subtitles.entity.skeleton.hurt=骷髅:受伤
subtitles.entity.skeleton.shoot=骷髅:射击
subtitles.entity.skeleton_horse.ambient=骷髅马:嘶叫
subtitles.entity.skeleton_horse.death=骷髅马:死亡
subtitles.entity.skeleton_horse.hurt=骷髅马:受伤
subtitles.entity.slime.attack=史莱姆:攻击
subtitles.entity.slime.death=史莱姆:死亡
subtitles.entity.slime.hurt=史莱姆:受伤
subtitles.entity.slime.squish=史莱姆:移动
subtitles.entity.snowball.throw=雪球:飞出
subtitles.entity.snowman.death=雪傀儡:死亡
subtitles.entity.snowman.hurt=雪傀儡:受伤
subtitles.entity.spider.ambient=蜘蛛:嘶嘶
subtitles.entity.spider.death=蜘蛛:死亡
subtitles.entity.spider.hurt=蜘蛛:受伤
subtitles.entity.squid.ambient=鱿鱼:游动
subtitles.entity.squid.death=鱿鱼:死亡
subtitles.entity.squid.hurt=鱿鱼:受伤
subtitles.entity.stray.ambient=流髑:咯咯声
subtitles.entity.stray.death=流髑:死亡
subtitles.entity.stray.hurt=流髑:受伤
subtitles.entity.tnt.primed=TNT:嘶嘶作响
subtitles.entity.vex.ambient=恼鬼:恼人
subtitles.entity.vex.charge=恼鬼:尖叫
subtitles.entity.vex.death=恼鬼:死亡
subtitles.entity.vex.hurt=恼鬼:受伤
subtitles.entity.villager.ambient=村民:喃喃自语
subtitles.entity.villager.death=村民:死亡
subtitles.entity.villager.hurt=村民:受伤
subtitles.entity.villager.no=村民:反对
subtitles.entity.villager.trading=村民:交易
subtitles.entity.villager.yes=村民:赞同
subtitles.entity.vindication_illager.ambient=卫道士:低语
subtitles.entity.vindication_illager.death=卫道士:死亡
subtitles.entity.vindication_illager.hurt=卫道士:受伤
subtitles.entity.witch.ambient=女巫:暗笑
subtitles.entity.witch.death=女巫:死亡
subtitles.entity.witch.drink=女巫:喝药水
subtitles.entity.witch.hurt=女巫:受伤
subtitles.entity.witch.throw=女巫:投掷
subtitles.entity.wither.ambient=凋灵:愤怒
subtitles.entity.wither.death=凋灵:死亡
subtitles.entity.wither.hurt=凋灵:受伤
subtitles.entity.wither.shoot=凋灵:攻击
subtitles.entity.wither.spawn=凋灵:解放
subtitles.entity.wither_skeleton.ambient=凋灵骷髅:咯咯声
subtitles.entity.wither_skeleton.death=凋灵骷髅:死亡
subtitles.entity.wither_skeleton.hurt=凋灵骷髅:受伤
subtitles.entity.wolf.ambient=狼:喘息
subtitles.entity.wolf.death=狼:死亡
subtitles.entity.wolf.growl=狼:嚎叫
subtitles.entity.wolf.hurt=狼:受伤
subtitles.entity.wolf.shake=狼:摇动
subtitles.entity.zombie.ambient=僵尸:低吼
subtitles.entity.zombie.death=僵尸:死亡
subtitles.entity.zombie.hurt=僵尸:受伤
subtitles.entity.zombie.infect=僵尸:感染
subtitles.entity.zombie_horse.ambient=僵尸马:嘶叫
subtitles.entity.zombie_horse.death=僵尸马:死亡
subtitles.entity.zombie_horse.hurt=僵尸马:受伤
subtitles.entity.zombie_pigman.ambient=僵尸猪人:呼噜
subtitles.entity.zombie_pigman.angry=僵尸猪人:愤怒
subtitles.entity.zombie_pigman.death=僵尸猪人:死亡
subtitles.entity.zombie_pigman.hurt=僵尸猪人:受伤
subtitles.entity.zombie_villager.ambient=僵尸村民:低吼
subtitles.entity.zombie_villager.converted=僵尸村民:绝望之吼
subtitles.entity.zombie_villager.cure=僵尸村民:撕心裂肺
subtitles.entity.zombie_villager.death=僵尸村民:死亡
subtitles.entity.zombie_villager.hurt=僵尸村民:受伤
subtitles.item.armor.equip=盔甲:装备
subtitles.item.armor.equip_chain=锁链盔甲:碰擦
subtitles.item.armor.equip_diamond=钻石盔甲:碰擦
subtitles.item.armor.equip_elytra=鞘翅:沙沙作响
subtitles.item.armor.equip_gold=黄金盔甲:叮当
subtitles.item.armor.equip_iron=铁质盔甲:铿锵
subtitles.item.armor.equip_leather=皮革护甲:摩擦
subtitles.item.bottle.fill=水瓶:装满
subtitles.item.bucket.empty=桶:倒空
subtitles.item.bucket.fill=桶:装满
subtitles.item.chorus_fruit.teleport=玩家:传送
subtitles.item.firecharge.use=火焰弹:呼啸
subtitles.item.flintandsteel.use=打火石:生火
subtitles.item.hoe.till=锄头:犁地
subtitles.item.shear=剪刀:剪断
subtitles.item.shield.block=盾牌:格挡
subtitles.item.shovel.flatten=锹:压地
subtitles.item.totem.use=图腾:发动
subtitles.weather.rain=雨:落下
tile.acaciaFence.name=金合欢栅栏
tile.acaciaFenceGate.name=金合欢栅栏门
tile.activatorRail.name=激活铁轨
tile.air.name=空气
tile.anvil.intact.name=铁砧
tile.anvil.name=铁砧
tile.anvil.slightlyDamaged.name=轻微损坏的铁砧
tile.anvil.veryDamaged.name=严重损坏的铁砧
tile.barrier.name=屏障
tile.beacon.name=信标
tile.beacon.primary=主效果
tile.beacon.secondary=辅助效果
tile.bed.noSleep=你只能在晚上睡觉
tile.bed.notSafe=你现在不能休息,周围有怪物在游荡
tile.bed.notValid=你的床已遗失或被阻挡
tile.bed.occupied=这张床已被占用
tile.bed.tooFarAway=你现在不能休息,床太远了
tile.bedrock.name=基岩
tile.beetroots.name=甜菜根
tile.birchFence.name=白桦木栅栏
tile.birchFenceGate.name=白桦木栅栏门
tile.blockCoal.name=煤炭块
tile.blockDiamond.name=钻石块
tile.blockEmerald.name=绿宝石块
tile.blockGold.name=金块
tile.blockIron.name=铁块
tile.blockLapis.name=青金石块
tile.blockRedstone.name=红石块
tile.boneBlock.name=骨块
tile.bookshelf.name=书架
tile.brick.name=砖块
tile.button.name=按钮
tile.cactus.name=仙人掌
tile.cake.name=蛋糕
tile.carrots.name=胡萝卜
tile.cauldron.name=炼药锅
tile.chainCommandBlock.name=连锁型命令方块
tile.chest.name=箱子
tile.chestTrap.name=陷阱箱
tile.chorusFlower.name=紫颂花
tile.chorusPlant.name=紫颂植物
tile.clay.name=粘土块
tile.clayHardened.name=陶瓦
tile.clayHardenedStained.black.name=黑色陶瓦
tile.clayHardenedStained.blue.name=蓝色陶瓦
tile.clayHardenedStained.brown.name=棕色陶瓦
tile.clayHardenedStained.cyan.name=青色陶瓦
tile.clayHardenedStained.gray.name=灰色陶瓦
tile.clayHardenedStained.green.name=绿色陶瓦
tile.clayHardenedStained.lightBlue.name=淡蓝色陶瓦
tile.clayHardenedStained.lime.name=黄绿色陶瓦
tile.clayHardenedStained.magenta.name=品红色陶瓦
tile.clayHardenedStained.name=染色陶瓦
tile.clayHardenedStained.orange.name=橙色陶瓦
tile.clayHardenedStained.pink.name=粉红色陶瓦
tile.clayHardenedStained.purple.name=紫色陶瓦
tile.clayHardenedStained.red.name=红色陶瓦
tile.clayHardenedStained.silver.name=淡灰色陶瓦
tile.clayHardenedStained.white.name=白色陶瓦
tile.clayHardenedStained.yellow.name=黄色陶瓦
tile.cloth.black.name=黑色羊毛
tile.cloth.blue.name=蓝色羊毛
tile.cloth.brown.name=棕色羊毛
tile.cloth.cyan.name=青色羊毛
tile.cloth.gray.name=灰色羊毛
tile.cloth.green.name=绿色羊毛
tile.cloth.lightBlue.name=淡蓝色羊毛
tile.cloth.lime.name=黄绿色羊毛
tile.cloth.magenta.name=品红色羊毛
tile.cloth.name=羊毛
tile.cloth.orange.name=橙色羊毛
tile.cloth.pink.name=粉红色羊毛
tile.cloth.purple.name=紫色羊毛
tile.cloth.red.name=红色羊毛
tile.cloth.silver.name=淡灰色羊毛
tile.cloth.white.name=白色羊毛
tile.cloth.yellow.name=黄色羊毛
tile.cobbleWall.mossy.name=苔石墙
tile.cobbleWall.normal.name=圆石墙
tile.cocoa.name=可可果
tile.commandBlock.name=命令方块
tile.concrete.black.name=黑色混凝土
tile.concrete.blue.name=蓝色混凝土
tile.concrete.brown.name=棕色混凝土
tile.concrete.cyan.name=青色混凝土
tile.concrete.gray.name=灰色混凝土
tile.concrete.green.name=绿色混凝土
tile.concrete.lightBlue.name=淡蓝色混凝土
tile.concrete.lime.name=黄绿色混凝土
tile.concrete.magenta.name=品红色混凝土
tile.concrete.orange.name=橙色混凝土
tile.concrete.pink.name=粉红色混凝土
tile.concrete.purple.name=紫色混凝土
tile.concrete.red.name=红色混凝土
tile.concrete.silver.name=淡灰色混凝土
tile.concrete.white.name=白色混凝土
tile.concrete.yellow.name=黄色混凝土
tile.concretePowder.black.name=黑色混凝土粉末
tile.concretePowder.blue.name=蓝色混凝土粉末
tile.concretePowder.brown.name=棕色混凝土粉末
tile.concretePowder.cyan.name=青色混凝土粉末
tile.concretePowder.gray.name=灰色混凝土粉末
tile.concretePowder.green.name=绿色混凝土粉末
tile.concretePowder.lightBlue.name=淡蓝色混凝土粉末
tile.concretePowder.lime.name=黄绿色混凝土粉末
tile.concretePowder.magenta.name=品红色混凝土粉末
tile.concretePowder.orange.name=橙色混凝土粉末
tile.concretePowder.pink.name=粉红色混凝土粉末
tile.concretePowder.purple.name=紫色混凝土粉末
tile.concretePowder.red.name=红色混凝土粉末
tile.concretePowder.silver.name=淡灰色混凝土粉末
tile.concretePowder.white.name=白色混凝土粉末
tile.concretePowder.yellow.name=黄色混凝土粉末
tile.crops.name=农作物
tile.darkOakFence.name=深色橡木栅栏
tile.darkOakFenceGate.name=深色橡木栅栏门
tile.daylightDetector.name=阳光传感器
tile.deadbush.name=枯死的灌木
tile.detectorRail.name=探测铁轨
tile.dirt.coarse.name=砂土
tile.dirt.default.name=泥土
tile.dirt.name=泥土
tile.dirt.podzol.name=灰化土
tile.dispenser.name=发射器
tile.doorIron.name=铁门
tile.doorWood.name=木门
tile.doublePlant.fern.name=大型蕨
tile.doublePlant.grass.name=高草丛
tile.doublePlant.name=植物
tile.doublePlant.paeonia.name=牡丹
tile.doublePlant.rose.name=玫瑰丛
tile.doublePlant.sunflower.name=向日葵
tile.doublePlant.syringa.name=丁香
tile.dragonEgg.name=龙蛋
tile.dropper.name=投掷器
tile.enchantmentTable.name=附魔台
tile.endBricks.name=末地石砖
tile.endPortalFrame.name=末地传送门
tile.endRod.name=末地烛
tile.enderChest.name=末影箱
tile.farmland.name=耕地
tile.fence.name=橡木栅栏
tile.fenceGate.name=橡木栅栏门
tile.fenceIron.name=铁栏杆
tile.fire.name=火
tile.flower1.dandelion.name=蒲公英
tile.flower1.name=花
tile.flower2.allium.name=绒球葱
tile.flower2.blueOrchid.name=兰花
tile.flower2.houstonia.name=茜草花
tile.flower2.name=花
tile.flower2.oxeyeDaisy.name=滨菊
tile.flower2.poppy.name=虞美人
tile.flower2.tulipOrange.name=橙色郁金香
tile.flower2.tulipPink.name=粉红色郁金香
tile.flower2.tulipRed.name=红色郁金香
tile.flower2.tulipWhite.name=白色郁金香
tile.frostedIce.name=霜冰
tile.furnace.name=熔炉
tile.glass.name=玻璃
tile.glazedTerracottaBlack.name=黑色带釉陶瓦
tile.glazedTerracottaBlue.name=蓝色带釉陶瓦
tile.glazedTerracottaBrown.name=棕色带釉陶瓦
tile.glazedTerracottaCyan.name=青色带釉陶瓦
tile.glazedTerracottaGray.name=灰色带釉陶瓦
tile.glazedTerracottaGreen.name=绿色带釉陶瓦
tile.glazedTerracottaLightBlue.name=淡蓝色带釉陶瓦
tile.glazedTerracottaLime.name=黄绿色带釉陶瓦
tile.glazedTerracottaMagenta.name=品红色带釉陶瓦
tile.glazedTerracottaOrange.name=橙色带釉陶瓦
tile.glazedTerracottaPink.name=粉红色带釉陶瓦
tile.glazedTerracottaPurple.name=紫色带釉陶瓦
tile.glazedTerracottaRed.name=红色带釉陶瓦
tile.glazedTerracottaSilver.name=淡灰色带釉陶瓦
tile.glazedTerracottaWhite.name=白色带釉陶瓦
tile.glazedTerracottaYellow.name=黄色带釉陶瓦
tile.goldenRail.name=充能铁轨
tile.grass.name=草方块
tile.grassPath.name=草径
tile.gravel.name=沙砾
tile.hayBlock.name=干草块
tile.hellrock.name=地狱岩
tile.hellsand.name=灵魂沙
tile.hopper.name=漏斗
tile.ice.name=冰
tile.icePacked.name=浮冰
tile.ironTrapdoor.name=铁活板门
tile.jukebox.name=唱片机
tile.jungleFence.name=丛林木栅栏
tile.jungleFenceGate.name=丛林木栅栏门
tile.ladder.name=梯子
tile.lava.name=熔岩
tile.leaves.acacia.name=金合欢树叶
tile.leaves.big_oak.name=深色橡树树叶
tile.leaves.birch.name=白桦树叶
tile.leaves.jungle.name=丛林树叶
tile.leaves.name=树叶
tile.leaves.oak.name=橡树树叶
tile.leaves.spruce.name=云杉树叶
tile.lever.name=拉杆
tile.lightgem.name=荧石
tile.litpumpkin.name=南瓜灯
tile.lockedchest.name=上锁的箱子
tile.log.acacia.name=金合欢木
tile.log.big_oak.name=深色橡木
tile.log.birch.name=白桦木
tile.log.jungle.name=丛林木
tile.log.name=木头
tile.log.oak.name=橡木
tile.log.spruce.name=云杉木
tile.magma.name=岩浆块
tile.melon.name=西瓜
tile.mobSpawner.name=刷怪箱
tile.monsterStoneEgg.brick.name=石砖怪物蛋
tile.monsterStoneEgg.chiseledbrick.name=錾制石砖怪物蛋
tile.monsterStoneEgg.cobble.name=圆石怪物蛋
tile.monsterStoneEgg.crackedbrick.name=裂石砖怪物蛋
tile.monsterStoneEgg.mossybrick.name=苔石砖怪物蛋
tile.monsterStoneEgg.name=石头怪物蛋
tile.monsterStoneEgg.stone.name=石头怪物蛋
tile.mushroom.name=蘑菇
tile.musicBlock.name=音符盒
tile.mycel.name=菌丝
tile.netherBrick.name=地狱砖
tile.netherFence.name=地狱砖栅栏
tile.netherStalk.name=地狱疣
tile.netherWartBlock.name=地狱疣块
tile.netherquartz.name=下界石英矿石
tile.notGate.name=红石火把
tile.observer.name=侦测器
tile.obsidian.name=黑曜石
tile.oreCoal.name=煤矿石
tile.oreDiamond.name=钻石矿石
tile.oreEmerald.name=绿宝石矿石
tile.oreGold.name=金矿石
tile.oreIron.name=铁矿石
tile.oreLapis.name=青金石矿石
tile.oreRedstone.name=红石矿石
tile.pistonBase.name=活塞
tile.pistonStickyBase.name=粘性活塞
tile.portal.name=传送门
tile.potatoes.name=马铃薯
tile.pressurePlateStone.name=石质压力板
tile.pressurePlateWood.name=木质压力板
tile.prismarine.bricks.name=海晶石砖
tile.prismarine.dark.name=暗海晶石
tile.prismarine.rough.name=海晶石
tile.pumpkin.name=南瓜
tile.pumpkinStem.name=南瓜梗
tile.purpurBlock.name=紫珀块
tile.purpurPillar.name=竖纹紫珀块
tile.purpurSlab.name=紫珀台阶
tile.quartzBlock.chiseled.name=錾制石英块
tile.quartzBlock.default.name=石英块
tile.quartzBlock.lines.name=竖纹石英块
tile.quartzBlock.name=石英块
tile.rail.name=铁轨
tile.redNetherBrick.name=红色地狱砖
tile.redSandStone.chiseled.name=錾制红砂岩
tile.redSandStone.default.name=红砂岩
tile.redSandStone.name=红砂岩
tile.redSandStone.smooth.name=平滑红砂岩
tile.redstoneDust.name=红石粉
tile.redstoneLight.name=红石灯
tile.reeds.name=甘蔗
tile.repeatingCommandBlock.name=循环型命令方块
tile.sand.default.name=沙子
tile.sand.name=沙子
tile.sand.red.name=红沙
tile.sandStone.chiseled.name=錾制砂岩
tile.sandStone.default.name=砂岩
tile.sandStone.name=砂岩
tile.sandStone.smooth.name=平滑砂岩
tile.sapling.acacia.name=金合欢树苗
tile.sapling.big_oak.name=深色橡树树苗
tile.sapling.birch.name=白桦树苗
tile.sapling.jungle.name=丛林树苗
tile.sapling.oak.name=橡树树苗
tile.sapling.spruce.name=云杉树苗
tile.seaLantern.name=海晶灯
tile.shulkerBoxBlack.name=黑色潜影盒
tile.shulkerBoxBlue.name=蓝色潜影盒
tile.shulkerBoxBrown.name=棕色潜影盒
tile.shulkerBoxCyan.name=青色潜影盒
tile.shulkerBoxGray.name=灰色潜影盒
tile.shulkerBoxGreen.name=绿色潜影盒
tile.shulkerBoxLightBlue.name=淡蓝色潜影盒
tile.shulkerBoxLime.name=黄绿色潜影盒
tile.shulkerBoxMagenta.name=品红色潜影盒
tile.shulkerBoxOrange.name=橙色潜影盒
tile.shulkerBoxPink.name=粉红色潜影盒
tile.shulkerBoxPurple.name=紫色潜影盒
tile.shulkerBoxRed.name=红色潜影盒
tile.shulkerBoxSilver.name=淡灰色潜影盒
tile.shulkerBoxWhite.name=白色潜影盒
tile.shulkerBoxYellow.name=黄色潜影盒
tile.sign.name=告示牌
tile.slime.name=粘液块
tile.snow.name=雪
tile.sponge.dry.name=海绵
tile.sponge.wet.name=湿海绵
tile.spruceFence.name=云杉木栅栏
tile.spruceFenceGate.name=云杉木栅栏门
tile.stainedGlass.black.name=黑色染色玻璃
tile.stainedGlass.blue.name=蓝色染色玻璃
tile.stainedGlass.brown.name=棕色染色玻璃
tile.stainedGlass.cyan.name=青色染色玻璃
tile.stainedGlass.gray.name=灰色染色玻璃
tile.stainedGlass.green.name=绿色染色玻璃
tile.stainedGlass.lightBlue.name=淡蓝色染色玻璃
tile.stainedGlass.lime.name=黄绿色染色玻璃
tile.stainedGlass.magenta.name=品红色染色玻璃
tile.stainedGlass.name=染色玻璃
tile.stainedGlass.orange.name=橙色染色玻璃
tile.stainedGlass.pink.name=粉红色染色玻璃
tile.stainedGlass.purple.name=紫色染色玻璃
tile.stainedGlass.red.name=红色染色玻璃
tile.stainedGlass.silver.name=淡灰色染色玻璃
tile.stainedGlass.white.name=白色染色玻璃
tile.stainedGlass.yellow.name=黄色染色玻璃
tile.stairsBrick.name=砖楼梯
tile.stairsNetherBrick.name=地狱砖楼梯
tile.stairsPurpur.name=紫珀楼梯
tile.stairsQuartz.name=石英楼梯
tile.stairsRedSandStone.name=红砂岩楼梯
tile.stairsSandStone.name=砂岩楼梯
tile.stairsStone.name=圆石楼梯
tile.stairsStoneBrickSmooth.name=石砖楼梯
tile.stairsWood.name=橡木楼梯
tile.stairsWoodAcacia.name=金合欢木楼梯
tile.stairsWoodBirch.name=桦木楼梯
tile.stairsWoodDarkOak.name=深色橡木楼梯 
tile.stairsWoodJungle.name=丛林木楼梯
tile.stairsWoodSpruce.name=云杉木楼梯
tile.stone.andesite.name=安山岩
tile.stone.andesiteSmooth.name=磨制安山岩
tile.stone.diorite.name=闪长岩
tile.stone.dioriteSmooth.name=磨制闪长岩
tile.stone.granite.name=花岗岩
tile.stone.graniteSmooth.name=磨制花岗岩
tile.stone.stone.name=石头
tile.stoneMoss.name=苔石
tile.stoneSlab.brick.name=砖台阶
tile.stoneSlab.cobble.name=圆石台阶
tile.stoneSlab.name=石台阶
tile.stoneSlab.netherBrick.name=地狱砖台阶
tile.stoneSlab.quartz.name=石英台阶
tile.stoneSlab.sand.name=砂岩台阶
tile.stoneSlab.smoothStoneBrick.name=石砖台阶
tile.stoneSlab.stone.name=石台阶
tile.stoneSlab.wood.name=木台阶
tile.stoneSlab2.red_sandstone.name=红砂岩台阶
tile.stonebrick.name=圆石
tile.stonebricksmooth.chiseled.name=錾制石砖
tile.stonebricksmooth.cracked.name=裂石砖
tile.stonebricksmooth.default.name=石砖
tile.stonebricksmooth.mossy.name=苔石砖
tile.stonebricksmooth.name=石砖
tile.structureBlock.name=结构方块
tile.structureVoid.name=结构空位
tile.tallgrass.fern.name=蕨
tile.tallgrass.grass.name=草
tile.tallgrass.name=草
tile.tallgrass.shrub.name=灌木
tile.thinGlass.name=玻璃板
tile.thinStainedGlass.black.name=黑色染色玻璃板
tile.thinStainedGlass.blue.name=蓝色染色玻璃板
tile.thinStainedGlass.brown.name=棕色染色玻璃板
tile.thinStainedGlass.cyan.name=青色染色玻璃板
tile.thinStainedGlass.gray.name=灰色染色玻璃板
tile.thinStainedGlass.green.name=绿色染色玻璃板
tile.thinStainedGlass.lightBlue.name=淡蓝色染色玻璃板
tile.thinStainedGlass.lime.name=黄绿色染色玻璃板
tile.thinStainedGlass.magenta.name=品红色染色玻璃板
tile.thinStainedGlass.name=染色玻璃板
tile.thinStainedGlass.orange.name=橙色染色玻璃板
tile.thinStainedGlass.pink.name=粉红色染色玻璃板
tile.thinStainedGlass.purple.name=紫色染色玻璃板
tile.thinStainedGlass.red.name=红色染色玻璃板
tile.thinStainedGlass.silver.name=淡灰色染色玻璃板
tile.thinStainedGlass.white.name=白色染色玻璃板
tile.thinStainedGlass.yellow.name=黄色染色玻璃板
tile.tnt.name=TNT
tile.torch.name=火把
tile.trapdoor.name=活板门
tile.tripWire.name=绊线
tile.tripWireSource.name=绊线钩
tile.vine.name=藤蔓
tile.water.name=水
tile.waterlily.name=睡莲
tile.web.name=蜘蛛网
tile.weightedPlate_heavy.name=测重压力板(重质)
tile.weightedPlate_light.name=测重压力板(轻质)
tile.whiteStone.name=末地石
tile.wood.acacia.name=金合欢木板
tile.wood.big_oak.name=深色橡木木板
tile.wood.birch.name=白桦木板
tile.wood.jungle.name=丛林木板
tile.wood.name=木板
tile.wood.oak.name=橡木木板
tile.wood.spruce.name=云杉木板
tile.woodSlab.acacia.name=金合欢木台阶
tile.woodSlab.big_oak.name=深色橡木台阶
tile.woodSlab.birch.name=桦木台阶
tile.woodSlab.jungle.name=丛林木台阶
tile.woodSlab.name=木台阶
tile.woodSlab.oak.name=橡木台阶
tile.woodSlab.spruce.name=云杉木台阶
tile.woolCarpet.black.name=黑色地毯
tile.woolCarpet.blue.name=蓝色地毯
tile.woolCarpet.brown.name=棕色地毯
tile.woolCarpet.cyan.name=青色地毯
tile.woolCarpet.gray.name=灰色地毯
tile.woolCarpet.green.name=绿色地毯
tile.woolCarpet.lightBlue.name=淡蓝色地毯
tile.woolCarpet.lime.name=黄绿色地毯
tile.woolCarpet.magenta.name=品红色地毯
tile.woolCarpet.name=地毯
tile.woolCarpet.orange.name=橙色地毯
tile.woolCarpet.pink.name=粉红色地毯
tile.woolCarpet.purple.name=紫色地毯
tile.woolCarpet.red.name=红色地毯
tile.woolCarpet.silver.name=淡灰色地毯
tile.woolCarpet.white.name=白色地毯
tile.woolCarpet.yellow.name=黄色地毯
tile.workbench.name=工作台
tipped_arrow.effect.awkward=药箭
tipped_arrow.effect.empty=不可合成的药箭
tipped_arrow.effect.fire_resistance=抗火之箭
tipped_arrow.effect.harming=伤害之箭
tipped_arrow.effect.healing=治疗之箭
tipped_arrow.effect.invisibility=隐身之箭
tipped_arrow.effect.leaping=跳跃之箭
tipped_arrow.effect.levitation=飘浮之箭
tipped_arrow.effect.luck=幸运之箭
tipped_arrow.effect.mundane=药箭
tipped_arrow.effect.night_vision=夜视之箭
tipped_arrow.effect.poison=剧毒之箭
tipped_arrow.effect.regeneration=再生之箭
tipped_arrow.effect.slowness=迟缓之箭
tipped_arrow.effect.strength=力量之箭
tipped_arrow.effect.swiftness=迅捷之箭
tipped_arrow.effect.thick=药箭
tipped_arrow.effect.water=喷溅之箭
tipped_arrow.effect.water_breathing=水肺之箭
tipped_arrow.effect.weakness=虚弱之箭
title.oldgl1=检测到旧式显卡;由于需要OpenGL 2.0,
title.oldgl2=这可能会在未来阻止您进行游戏。
translation.test.args=%s %s
translation.test.complex=前缀,%s%2$s 然后是 %s 和 %1$s 最后是 %s 还有 %1$s!
translation.test.escape=%%s %%%s %%%%s %%%%%s
translation.test.invalid=% 你好
translation.test.invalid2=%s 你好
translation.test.none=你好,世界!
translation.test.world=世界
tutorial.craft_planks.description=配方书能提供帮助
tutorial.craft_planks.title=合成木板
tutorial.find_tree.description=敲击木头来收集它
tutorial.find_tree.title=找到一棵树
tutorial.look.description=使用你的鼠标来转动
tutorial.look.title=观察四周
tutorial.move.description=用%s来跳跃
tutorial.move.title=用%s、%s、%s和%s来移动
tutorial.open_inventory.description=按下%s
tutorial.open_inventory.title=打开你的物品栏
tutorial.punch_tree.description=按住%s
tutorial.punch_tree.title=摧毁树木


================================================
FILE: CONTRIBUTING.md
================================================
# 给梗体中文资源包提出新的想法

任何人都可以为这个项目贡献自己的想法!但在此之前,请务必阅读下面的指导,它们有助于你更高效地和编辑者交流沟通。

## 分享想法

像大多数GitHub项目那样,有两种方法可以和编辑者交流。

### Issue

如果你发现了一个漏洞,或者只是想提个建议,那么可以新开一个issue。这么做之前请先搜索一下有没有人已经提出了相同或相似的建议,这样你就可以直接去那里留言,而不是新开一个重复的issue。issue分为两种:**漏洞报告**和**想法提议**。**在创建新的issue前一定要看清楚类型!** 然后只需要按照上面的提示填写清楚就可以了。提交issue后,可能不会立即有人来回应,所以还请耐心等待。

请注意,你提出的issue可能会因为<*吃掉了*>的原因而被标记为“等待回复”。如果你在一定期限(通常是两到三周)内没有回复,那么这个issue就会被关闭。所以为了能让我们更准确地了解到你的想法,务必经常来看看你的issue进度如何了。

如果你觉得提issue不够酷,你可以试试下面的方法:直接发Pull Request。

### Pull Request(PR)

这种方法适用于比较熟悉Git开发流程的人。如果你发现了想要修改的地方,从本仓库Fork一份到你自己的账号里,然后你就可以尽情修改了。当你觉得万事大吉后,你就可以向这里提出Pull Request了。当然,你提出的更改并不一定会被全部认同,可能只是因为它们不够出名或者不那么令人生草。


================================================
FILE: LICENSE
================================================
Attribution-ShareAlike 4.0 International

=======================================================================

Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.

Using Creative Commons Public Licenses

Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.

     Considerations for licensors: Our public licenses are
     intended for use by those authorized to give the public
     permission to use material in ways otherwise restricted by
     copyright and certain other rights. Our licenses are
     irrevocable. Licensors should read and understand the terms
     and conditions of the license they choose before applying it.
     Licensors should also secure all rights necessary before
     applying our licenses so that the public can reuse the
     material as expected. Licensors should clearly mark any
     material not subject to the license. This includes other CC-
     licensed material, or material used under an exception or
     limitation to copyright. More considerations for licensors:
     wiki.creativecommons.org/Considerations_for_licensors

     Considerations for the public: By using one of our public
     licenses, a licensor grants the public permission to use the
     licensed material under specified terms and conditions. If
     the licensor's permission is not necessary for any reason--for
     example, because of any applicable exception or limitation to
     copyright--then that use is not regulated by the license. Our
     licenses grant only permissions under copyright and certain
     other rights that a licensor has authority to grant. Use of
     the licensed material may still be restricted for other
     reasons, including because others have copyright or other
     rights in the material. A licensor may make special requests,
     such as asking that all changes be marked or described.
     Although not required by our licenses, you are encouraged to
     respect those requests where reasonable. More considerations
     for the public:
     wiki.creativecommons.org/Considerations_for_licensees

=======================================================================

Creative Commons Attribution-ShareAlike 4.0 International Public
License

By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution-ShareAlike 4.0 International Public License ("Public
License"). To the extent this Public License may be interpreted as a
contract, You are granted the Licensed Rights in consideration of Your
acceptance of these terms and conditions, and the Licensor grants You
such rights in consideration of benefits the Licensor receives from
making the Licensed Material available under these terms and
conditions.


Section 1 -- Definitions.

  a. Adapted Material means material subject to Copyright and Similar
     Rights that is derived from or based upon the Licensed Material
     and in which the Licensed Material is translated, altered,
     arranged, transformed, or otherwise modified in a manner requiring
     permission under the Copyright and Similar Rights held by the
     Licensor. For purposes of this Public License, where the Licensed
     Material is a musical work, performance, or sound recording,
     Adapted Material is always produced where the Licensed Material is
     synched in timed relation with a moving image.

  b. Adapter's License means the license You apply to Your Copyright
     and Similar Rights in Your contributions to Adapted Material in
     accordance with the terms and conditions of this Public License.

  c. BY-SA Compatible License means a license listed at
     creativecommons.org/compatiblelicenses, approved by Creative
     Commons as essentially the equivalent of this Public License.

  d. Copyright and Similar Rights means copyright and/or similar rights
     closely related to copyright including, without limitation,
     performance, broadcast, sound recording, and Sui Generis Database
     Rights, without regard to how the rights are labeled or
     categorized. For purposes of this Public License, the rights
     specified in Section 2(b)(1)-(2) are not Copyright and Similar
     Rights.

  e. Effective Technological Measures means those measures that, in the
     absence of proper authority, may not be circumvented under laws
     fulfilling obligations under Article 11 of the WIPO Copyright
     Treaty adopted on December 20, 1996, and/or similar international
     agreements.

  f. Exceptions and Limitations means fair use, fair dealing, and/or
     any other exception or limitation to Copyright and Similar Rights
     that applies to Your use of the Licensed Material.

  g. License Elements means the license attributes listed in the name
     of a Creative Commons Public License. The License Elements of this
     Public License are Attribution and ShareAlike.

  h. Licensed Material means the artistic or literary work, database,
     or other material to which the Licensor applied this Public
     License.

  i. Licensed Rights means the rights granted to You subject to the
     terms and conditions of this Public License, which are limited to
     all Copyright and Similar Rights that apply to Your use of the
     Licensed Material and that the Licensor has authority to license.

  j. Licensor means the individual(s) or entity(ies) granting rights
     under this Public License.

  k. Share means to provide material to the public by any means or
     process that requires permission under the Licensed Rights, such
     as reproduction, public display, public performance, distribution,
     dissemination, communication, or importation, and to make material
     available to the public including in ways that members of the
     public may access the material from a place and at a time
     individually chosen by them.

  l. Sui Generis Database Rights means rights other than copyright
     resulting from Directive 96/9/EC of the European Parliament and of
     the Council of 11 March 1996 on the legal protection of databases,
     as amended and/or succeeded, as well as other essentially
     equivalent rights anywhere in the world.

  m. You means the individual or entity exercising the Licensed Rights
     under this Public License. Your has a corresponding meaning.


Section 2 -- Scope.

  a. License grant.

       1. Subject to the terms and conditions of this Public License,
          the Licensor hereby grants You a worldwide, royalty-free,
          non-sublicensable, non-exclusive, irrevocable license to
          exercise the Licensed Rights in the Licensed Material to:

            a. reproduce and Share the Licensed Material, in whole or
               in part; and

            b. produce, reproduce, and Share Adapted Material.

       2. Exceptions and Limitations. For the avoidance of doubt, where
          Exceptions and Limitations apply to Your use, this Public
          License does not apply, and You do not need to comply with
          its terms and conditions.

       3. Term. The term of this Public License is specified in Section
          6(a).

       4. Media and formats; technical modifications allowed. The
          Licensor authorizes You to exercise the Licensed Rights in
          all media and formats whether now known or hereafter created,
          and to make technical modifications necessary to do so. The
          Licensor waives and/or agrees not to assert any right or
          authority to forbid You from making technical modifications
          necessary to exercise the Licensed Rights, including
          technical modifications necessary to circumvent Effective
          Technological Measures. For purposes of this Public License,
          simply making modifications authorized by this Section 2(a)
          (4) never produces Adapted Material.

       5. Downstream recipients.

            a. Offer from the Licensor -- Licensed Material. Every
               recipient of the Licensed Material automatically
               receives an offer from the Licensor to exercise the
               Licensed Rights under the terms and conditions of this
               Public License.

            b. Additional offer from the Licensor -- Adapted Material.
               Every recipient of Adapted Material from You
               automatically receives an offer from the Licensor to
               exercise the Licensed Rights in the Adapted Material
               under the conditions of the Adapter's License You apply.

            c. No downstream restrictions. You may not offer or impose
               any additional or different terms or conditions on, or
               apply any Effective Technological Measures to, the
               Licensed Material if doing so restricts exercise of the
               Licensed Rights by any recipient of the Licensed
               Material.

       6. No endorsement. Nothing in this Public License constitutes or
          may be construed as permission to assert or imply that You
          are, or that Your use of the Licensed Material is, connected
          with, or sponsored, endorsed, or granted official status by,
          the Licensor or others designated to receive attribution as
          provided in Section 3(a)(1)(A)(i).

  b. Other rights.

       1. Moral rights, such as the right of integrity, are not
          licensed under this Public License, nor are publicity,
          privacy, and/or other similar personality rights; however, to
          the extent possible, the Licensor waives and/or agrees not to
          assert any such rights held by the Licensor to the limited
          extent necessary to allow You to exercise the Licensed
          Rights, but not otherwise.

       2. Patent and trademark rights are not licensed under this
          Public License.

       3. To the extent possible, the Licensor waives any right to
          collect royalties from You for the exercise of the Licensed
          Rights, whether directly or through a collecting society
          under any voluntary or waivable statutory or compulsory
          licensing scheme. In all other cases the Licensor expressly
          reserves any right to collect such royalties.


Section 3 -- License Conditions.

Your exercise of the Licensed Rights is expressly made subject to the
following conditions.

  a. Attribution.

       1. If You Share the Licensed Material (including in modified
          form), You must:

            a. retain the following if it is supplied by the Licensor
               with the Licensed Material:

                 i. identification of the creator(s) of the Licensed
                    Material and any others designated to receive
                    attribution, in any reasonable manner requested by
                    the Licensor (including by pseudonym if
                    designated);

                ii. a copyright notice;

               iii. a notice that refers to this Public License;

                iv. a notice that refers to the disclaimer of
                    warranties;

                 v. a URI or hyperlink to the Licensed Material to the
                    extent reasonably practicable;

            b. indicate if You modified the Licensed Material and
               retain an indication of any previous modifications; and

            c. indicate the Licensed Material is licensed under this
               Public License, and include the text of, or the URI or
               hyperlink to, this Public License.

       2. You may satisfy the conditions in Section 3(a)(1) in any
          reasonable manner based on the medium, means, and context in
          which You Share the Licensed Material. For example, it may be
          reasonable to satisfy the conditions by providing a URI or
          hyperlink to a resource that includes the required
          information.

       3. If requested by the Licensor, You must remove any of the
          information required by Section 3(a)(1)(A) to the extent
          reasonably practicable.

  b. ShareAlike.

     In addition to the conditions in Section 3(a), if You Share
     Adapted Material You produce, the following conditions also apply.

       1. The Adapter's License You apply must be a Creative Commons
          license with the same License Elements, this version or
          later, or a BY-SA Compatible License.

       2. You must include the text of, or the URI or hyperlink to, the
          Adapter's License You apply. You may satisfy this condition
          in any reasonable manner based on the medium, means, and
          context in which You Share Adapted Material.

       3. You may not offer or impose any additional or different terms
          or conditions on, or apply any Effective Technological
          Measures to, Adapted Material that restrict exercise of the
          rights granted under the Adapter's License You apply.


Section 4 -- Sui Generis Database Rights.

Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:

  a. for the avoidance of doubt, Section 2(a)(1) grants You the right
     to extract, reuse, reproduce, and Share all or a substantial
     portion of the contents of the database;

  b. if You include all or a substantial portion of the database
     contents in a database in which You have Sui Generis Database
     Rights, then the database in which You have Sui Generis Database
     Rights (but not its individual contents) is Adapted Material,

     including for purposes of Section 3(b); and
  c. You must comply with the conditions in Section 3(a) if You Share
     all or a substantial portion of the contents of the database.

For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.


Section 5 -- Disclaimer of Warranties and Limitation of Liability.

  a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
     EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
     AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
     ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
     IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
     WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
     PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
     ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
     KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
     ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.

  b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
     TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
     NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
     INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
     COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
     USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
     ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
     DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
     IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.

  c. The disclaimer of warranties and limitation of liability provided
     above shall be interpreted in a manner that, to the extent
     possible, most closely approximates an absolute disclaimer and
     waiver of all liability.


Section 6 -- Term and Termination.

  a. This Public License applies for the term of the Copyright and
     Similar Rights licensed here. However, if You fail to comply with
     this Public License, then Your rights under this Public License
     terminate automatically.

  b. Where Your right to use the Licensed Material has terminated under
     Section 6(a), it reinstates:

       1. automatically as of the date the violation is cured, provided
          it is cured within 30 days of Your discovery of the
          violation; or

       2. upon express reinstatement by the Licensor.

     For the avoidance of doubt, this Section 6(b) does not affect any
     right the Licensor may have to seek remedies for Your violations
     of this Public License.

  c. For the avoidance of doubt, the Licensor may also offer the
     Licensed Material under separate terms or conditions or stop
     distributing the Licensed Material at any time; however, doing so
     will not terminate this Public License.

  d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
     License.


Section 7 -- Other Terms and Conditions.

  a. The Licensor shall not be bound by any additional or different
     terms or conditions communicated by You unless expressly agreed.

  b. Any arrangements, understandings, or agreements regarding the
     Licensed Material not stated herein are separate from and
     independent of the terms and conditions of this Public License.


Section 8 -- Interpretation.

  a. For the avoidance of doubt, this Public License does not, and
     shall not be interpreted to, reduce, limit, restrict, or impose
     conditions on any use of the Licensed Material that could lawfully
     be made without permission under this Public License.

  b. To the extent possible, if any provision of this Public License is
     deemed unenforceable, it shall be automatically reformed to the
     minimum extent necessary to make it enforceable. If the provision
     cannot be reformed, it shall be severed from this Public License
     without affecting the enforceability of the remaining terms and
     conditions.

  c. No term or condition of this Public License will be waived and no
     failure to comply consented to unless expressly agreed to by the
     Licensor.

  d. Nothing in this Public License constitutes or may be interpreted
     as a limitation upon, or waiver of, any privileges and immunities
     that apply to the Licensor or You, including from the legal
     processes of any jurisdiction or authority.


=======================================================================

Creative Commons is not a party to its public licenses.
Notwithstanding, Creative Commons may elect to apply one of its public
licenses to material it publishes and in those instances will be
considered the “Licensor.” The text of the Creative Commons public
licenses is dedicated to the public domain under the CC0 Public Domain
Dedication. Except for the limited purpose of indicating that material
is shared under a Creative Commons public license or as otherwise
permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the public
licenses.

Creative Commons may be contacted at creativecommons.org.


================================================
FILE: README.md
================================================
# 中文Minecraft Wiki梗体中文资源包 · Unofficial

[![GitHub issues](https://img.shields.io/github/issues/Teahouse-Studios/mcwzh-meme-resourcepack?logo=github&style=flat-square)](https://github.com/Teahouse-Studios/mcwzh-meme-resourcepack/issues)    [![GitHub pull requests](https://img.shields.io/github/issues-pr/Teahouse-Studios/mcwzh-meme-resourcepack?logo=github&style=flat-square)](https://github.com/Teahouse-Studios/mcwzh-meme-resourcepack/pulls)    [![License](https://img.shields.io/static/v1?label=License&message=CC%20BY-SA%204.0&color=db2331&style=flat-square&logo=creative%20commons)](https://creativecommons.org/licenses/by-sa/4.0/)    [![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/Teahouse-Studios/mcwzh-meme-resourcepack?label=latest%20version&style=flat-square)](https://github.com/Teahouse-Studios/mcwzh-meme-resourcepack/releases)    [![Minecraft ver](https://img.shields.io/static/v1?label=Minecraft%20version&message=1.12.2%2B&color=db2331&style=flat-square&logo=)](https://minecraft.net)

此资源包仅适用于**Minecraft Java版**。**关于适用于Minecraft基岩版的资源包,参见[基岩版梗体中文](https://github.com/Teahouse-Studios/mcwzh-meme-resourcepack-bedrock)。**

**注:若发现可能存在该资源包上头的情况,请立刻~~食用~~阅读[译名标准化](https://zh.minecraft.wiki/w/Minecraft_Wiki:译名标准化)。**

[![Banner](https://github.com/Teahouse-Studios/mcwzh-meme-resourcepack/blob/master/materials/zh_meme_banner.png?raw=true)](https://www.mcbbs.net/thread-1004643-1-1.html)

## 赞助者
<p align="center">
  <a href="https://afdian.com/a/teahouse">
    <img src='https://fe.wd-ljt.com/m3me/sP0ns0r5/sP0ns0r5.svg'>
  </a>
</p>

## 作用

这个资源包将一部分译名或其他游戏内字符串替换成了一些知名/不知名的梗或笑话,或将其用诙谐的语言重写了一遍。

## 用法

在[Releases](https://github.com/Teahouse-Studios/mcwzh-meme-resourcepack/releases)中下载此资源包,或在[网页构建](https://meme.teahouse.team/)中选择自定义选项下载。

### 常规

请选择 `mcwzh-meme.zip` 下载,像其他资源包一样复制到你对应的 `.minecraft/resourcepacks/` 目录中(MultiMC或其他分离版本的启动器请自行查找)。资源包新建了一个语言,安装启用后在语言设置中选择“**梗体中文**”即可体验。

### 加载Mod时

普通版本的资源包**无法**覆盖所有的Mod字符串,会导致大部分Mod的内容**全部变为英文**。请下载 `mcwzh-meme_compatible.zip` ,以保证体验。安装流程几乎相同,只是选择的语言应该是**普通的“简体中文”**。

关于支持梗体中文的Mod,请见[支持的Mod](./list_of_supported_mods.md)页面。

### 1.12.2及以下版本支持

1.13对可翻译字符串进行了一次破坏性更改,这意味着1.12.2及以下无法直接正常使用本资源包。同时,1.12.2及以下版本并不支持读取ASCII格式的Unicode码。通过建立映射表,我们初步实现了1.12.2及以下版本对大部分字符串的支持(也就是除去命令),详见Issue [#34](https://github.com/Teahouse-Studios/mcwzh-meme-resourcepack/issues/34)。1.12.2及以下版本请使用带有 `_legacy` 的预设包。

### 对旧版本的兼容

本仓库中的语言文件和最新的Java版的语言文件保持同步。对旧版本,我们采用了“模块”的方式保持兼容。构建时请加入参数 `-r <语言模块名称>` 来将其加入到主语言文件中。[这里](./list_of_language_modules.md)列出了目前所有的语言模块。

### 唱片替换

该资源包将唱片信息修改成了非Minecraft歌曲。由于版权原因,您需要自行制作一个唱片替换资源包(可以参考[这篇文章](https://www.planetminecraft.com/blog/how-to-change-music-discs-to-any-song---easy/))。一份不受支持的预制版唱片替换包(不允许二次分发)可以在[这里](https://wdf.ink/record-java)获得。

### 不死图腾替换

该资源包将不死图腾替换成了自定义模型。自定义模型范围为 `10800000~10800006` 。如果这不适用于你(例如模型出错,游玩自定义地图或装载其他3D资源包),你可以尝试调整加载顺序,或者下载不带自定义模型的预设构建(以 `_nofigure` 结尾)。如果不想重新下载,你也可以直接删除有自定义模型版本的对应的文件夹。

关于可以直接获取自定义模型的数据包,可以在[这里](https://lakeus.xyz/images/e/e5/Figure.zip),或是在本repo中的`datapack`目录找到。

### “Suitable for work”替换

我们十分理解,一些字符串可能并不适合公开场合的使用。因此为了规避,请在自己构建时在命令结尾加入参数 `--sfw` 以获取一个更加安全的版本。

## 鹦鹉通道

### 体验最新内容

想要**抢先体验**最前沿~~整活~~版本,我们强烈建议您前往[网页打包](https://meme.teahouse.team/),那里可以更直观地选择您需要的内容。

若您仍想自己尝试从命令行打包(并不推荐,比较繁琐),可按以下步骤进行:

#### 先决条件

请确保已经安装了NodeJS主流版本和Git。如果没有,请到[NodeJS官网](https://nodejs.org/zh-cn/)和[Git官网](https://www.git-scm.com)下载。

#### 步骤

1. 下载源码;
2. 进入文件夹;
3. 安装相关依赖;
4. 运行预设打包命令。

``` sh
git clone https://github.com/Teahouse-Studios/mcwzh-meme-resourcepack.git
cd mcwzh-meme-resourcepack
npm install
node preset_build.js
```

在 `builds` 文件夹中会生成 `mcwzh-meme.zip` 、 `mcwzh-meme_compatible_sfw.zip` 、 `mcwzh-meme_compatible_nofigure_legacy_sfw.zip` 等预设的资源包,名称和作用如上所述。

### 自助跟进游戏版本

此资源包的语言文件顺序与原版的英文顺序并不一致(本资源包是将key按照字母顺序排序)。如果原版的英文译名跟进了,请先将解包的英文语言文件按照前文所述排序,可以参考[这个网站](https://tool.funsmall.cn/jsonsort/)或本repo中的 `sort.py`。推荐使用[Visual Studio Code](https://github.com/microsoft/vscode)的比较功能以方便查看新字符串。

梗体中文本体文件也可以使用 `sort.py` 进行排序。

如果你是Crowdin上Minecraft项目的翻译者,你也可以随时查看通知来获取新字符串。

## 贡献

我们欢迎你为这个资源包贡献自己的想法。请参阅 [`CONTRIBUTING.md`](./CONTRIBUTING.md) 以获取一些建议。

## 声明

* 本资源包**仅供娱乐**,请勿将其可能存在的误导性内容当真。
* 本资源包与Mojang、Minecraft Wiki和Weird Gloop无关,原中文翻译版权为Mojang和翻译者所有。
  * 关于正确的译名,请参见[中文Minecraft Wiki上的标准译名列表](https://zh.minecraft.wiki/w/Minecraft_Wiki:译名标准化)。
* 本项目文件除另有声明外,均以 ***CC BY-SA 4.0*** 协议授权。
  * 这意味着,你可在署名的情况下自由修改本资源包,但是你再创作的作品必须以本协议发布。
  * 这不是法律建议。
  * `minecraft_cjk_character_supplement` 模块中散有的各个字形以Unifont兼容的协议(GPLv2+ with the GNU Font Embedding Exception及SIL Open Font License)发布;部分压缩文件的协议请参考压缩文件内的协议文件。
* 本项目附带的Mod内容字符串、未经梗体中文修改过的部分,按照 ***原作品的协议*** 发布。
* 本项目 `tools` 目录下的脚本和根目录下的 `preset_build.js` 文件,可选择 ***CC BY-SA 4.0*** 或 ***Apache License 2.0*** 协议之一授权。

![GitHub forks](https://img.shields.io/github/forks/Teahouse-Studios/mcwzh-meme-resourcepack?style=social)    ![GitHub stars](https://img.shields.io/github/stars/Teahouse-Studios/mcwzh-meme-resourcepack?style=social)    ![GitHub watchers](https://img.shields.io/github/watchers/Teahouse-Studios/mcwzh-meme-resourcepack?style=social)


================================================
FILE: check_news.js
================================================
const fs = require('fs')
const path = require('path')

const news = fs.readFileSync(path.resolve(__dirname, './dynamic/news.json'))
JSON.parse(news)

const alerts = fs.readFileSync(path.resolve(__dirname, './dynamic/alerts.json'))
JSON.parse(alerts)


================================================
FILE: datapack/data/minecraft/loot_tables/entities/evoker.json
================================================
{
    "type": "minecraft:entity",
    "pools": [
        {
            "rolls": 1,
            "entries": [
                {
                    "type": "minecraft:item",
                    "name": "minecraft:totem_of_undying",
                    "functions": [
                        {
                            "function": "minecraft:set_nbt",
                            "tag": "{CustomModelData:10800000}"
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "minecraft:totem_of_undying",
                    "functions": [
                        {
                            "function": "minecraft:set_nbt",
                            "tag": "{CustomModelData:10800001}"
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "minecraft:totem_of_undying",
                    "functions": [
                        {
                            "function": "minecraft:set_nbt",
                            "tag": "{CustomModelData:10800002}"
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "minecraft:totem_of_undying",
                    "functions": [
                        {
                            "function": "minecraft:set_nbt",
                            "tag": "{CustomModelData:10800003}"
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "minecraft:totem_of_undying",
                    "functions": [
                        {
                            "function": "minecraft:set_nbt",
                            "tag": "{CustomModelData:10800004}"
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "minecraft:totem_of_undying",
                    "functions": [
                        {
                            "function": "minecraft:set_nbt",
                            "tag": "{CustomModelData:10800005}"
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "minecraft:totem_of_undying",
                    "functions": [
                        {
                            "function": "minecraft:set_nbt",
                            "tag": "{CustomModelData:10800006}"
                        }
                    ]
                },
                {
                    "type": "minecraft:item",
                    "name": "minecraft:totem_of_undying",
                    "functions": [
                        {
                            "function": "minecraft:set_nbt",
                            "tag": "{CustomModelData:10800007}"
                        }
                    ]
                }
            ]
        },
        {
            "rolls": 1,
            "entries": [
                {
                    "type": "minecraft:item",
                    "functions": [
                        {
                            "function": "minecraft:set_count",
                            "count": {
                                "min": 0.0,
                                "max": 1.0,
                                "type": "minecraft:uniform"
                            }
                        },
                        {
                            "function": "minecraft:looting_enchant",
                            "count": {
                                "min": 0.0,
                                "max": 1.0
                            }
                        }
                    ],
                    "name": "minecraft:emerald"
                }
            ],
            "conditions": [
                {
                    "condition": "minecraft:killed_by_player"
                }
            ]
        }
    ]
}


================================================
FILE: datapack/pack.mcmeta
================================================
{
    "pack": { 
        "pack_format": 6,
        "description": "§e梗体中文数据包!!!\n§3不死图腾随机掉落"
    },
    "home": "https://github.com/lakejason0/mcwzh-meme-resourcepack"
}


================================================
FILE: dynamic/alerts.json
================================================
[
    {
        "name": "Bilibili20220601",
        "message": "欢迎关注<a href='https://space.bilibili.com/406275313' target='_blank' rel='noopener noreferrer'>官方Bilibili账号</a>,以随时获取最新资讯。",
        "emoji": "📺"
    }
]


================================================
FILE: dynamic/news.json
================================================
{
    "id": 20,
    "title": "致歉说明",
    "image": "https://fastly.jsdelivr.net/gh/Teahouse-Studios/mcwzh-meme-resourcepack/materials/banner_new.png",
    "video": null,
    "content": "<p>有关昨日所说的梗体中文语言部分正式加入原版Minecraft的通知事实上有误。实际上可以认为的是,梗体中文的部分模块加入了Minecraft愚人节快照!<p>有关拆分模块的事宜事实上确实存在,但仍在商讨之中。梗体中文作为茶馆工作室部分成员的项目孵化器,其实际地位还有待评估。<p>感谢各位对梗体中文的支持!我们将在梗体中文内发布本次愚人节快照的翻译(这次大概是真的!)<p>梗体中文内容组",
    "detail": "https://t.bilibili.com/779785646791196679"
}


================================================
FILE: dynamic/sp_messages.json
================================================
{
  "汉吐司": "游戏被你们镐蜂辣!!!🌶️🌶️🌶️",
  "[BIG SHOT]": "I love you [doge]",
  "古镇天Gugle": "电量量可爱",
  "匿名_0x01": "加油,希望你们能继续坚持下去!",
  "KFACBT": "加油!",
  "laohutongzhi": "加油",
  "EnderMoxynz": "qwqwqwqwqwqwqwqwqwqwqwq",
  "姜胤": "祝梗体中文越来越好!\ndl.meme.teahou.se yyds!",
  "羽末": "喵喵",
  "YuChuXi": "梗体中文给了我和我的伙伴们许多快乐",
  "DaJiFick": "Never Gonna Give You Up(",
  "Xzavier0707": "十分喜欢里面更改的终末之诗,感谢!",
  "1amSherluck": "加油!",
  "Moments_Closed_Switch": "你做的好,你做得好啊(无慈悲)",
  "匿名_0x02": "三杯咖啡请收好~",
  "ForeverMIAO": "加油!!永远热爱!!",
  "天下大帅比": "再一次捐赠,我很希望梗体中文越来越好😘",
  "DoroWolf": "多洛超可爱同人gkd",
  "孤123丫": "加油!💪希望越做越好",
  "章夜辰": "加油",
  "NBDK": "加油",
  "匿名_0x03": "一直以来辛苦了,这个年头活着不容易,希望所有用爱发电的人能获得幸福、快乐",
  "MNW小石头": "加油,挺过去",
  "LaoT": "Never gonna give you up~~~(莫名被骗)",
  "匿名_0x04": "加油(ง •_•)ง",
  "匿名_0x05": "忒牛了呀,加油,希望以后更牛啤",
  "winver1234_": "我宣布个事!",
  "匿名_0x06": "都挺不容易的……",
  "CallumBTW_": "可爱捏",
  "AntiRain15": "一个令人快乐的资源包",
  "匿名_0x07": "加油哦",
  "小刚嘿": "梗体中文真的很生草!!!",
  "小馒头": "加油!",
  "匿名_0x08": "好活当赏,",
  "_Cherry_Coke": "嘿嘿,啊哈哈哈哈,咖啡来咯~",
  "Ender_hz": "英雄联盟,很好资源包,爱来自太湖南面<3",
  "奏": "噶油",
  "匿名_0x09": "加油",
  "摆烂的小竹": "加油(撕心裂肺)",
  "SuperOrange": "只是个初中生,攒了一些钱,希望这个网站越变越好",
  "匿名_0x0A": "加油",
  "GPS22115": "加油awa",
  "匿名_0x0B": "谢谢你们 做的很好",
  "Gen_Cn": "如果可以,请不要把那些抖音,快手等短视频平台的梗编上去,因为真的很烂+无趣",
  "Longling10124": "欢乐不止",
  "苦茶子": "希望我的帮助有用",
  "meikuang": "感谢付出",
  "红红杨梅香": "看了梗体中文的终末之诗,这也许是今年为数不多让我静下心来好好看的一部作品了,虽不多但也是一点心意",
  "香菜工作室": "阿巴阿巴加油",
  "我是绵羊Yang_g": "你现在不能休息,周围有怪物在游荡",
  "0xBlueBerryx0": "欢乐不止"
}


================================================
FILE: en-mods/betternether.json
================================================
{
    "container.forge": "Forge",
    "container.chest_of_drawers": "Chest of Drawers",

    "entity.betternether.firefly": "Firefly",

    "item.betternether.black_apple": "Black Apple",

    "item.betternether.cincinnasite": "Cincinnasite",
    "item.betternether.cincinnasite_axe": "Cincinnasite Axe",
    "item.betternether.cincinnasite_axe_diamond": "Cincinnasite-Diamond Axe",
    "item.betternether.cincinnasite_pickaxe": "Cincinnasite Pickaxe",
    "item.betternether.cincinnasite_pickaxe_diamond": "Cincinnasite-Diamond Pickaxe",

    "item.betternether.stalagnate_bowl": "Stalagnate Bowl",
    "item.betternether.stalagnate_bowl_apple": "Black Apple",
    "item.betternether.stalagnate_bowl_mushroom": "Mushroom Stew",
    "item.betternether.stalagnate_bowl_wart": "Wart Soup",

    "itemGroup.betternether.items": "Better Nether",

    "message.spawn_help": "§c§lYou must hold Glowstone Dust to set your spawn point here",
    "message.spawn_set": "§2§lYour spawn point was set here",

    "block.betternether.agave": "Agave",

    "block.betternether.barrel_cactus": "Barrel Cactus",

    "block.betternether.black_apple_seed": "Black Apple Seed",
    "block.betternether.black_bush": "Black Bush",

    "block.betternether.eyeball": "Eyeball Block",
    "block.betternether.eyeball_small": "Small Eyeball Block",

    "block.betternether.bone_block": "Bone Block",
    "block.betternether.bone_button": "Bone Button",
    "block.betternether.bone_cincinnasite_door": "Bone-Cincinnasite Door",
    "block.betternether.bone_mushroom": "Bone Mushroom Spores",
    "block.betternether.bone_plate": "Bone Pressure Plate",
    "block.betternether.bone_reed_door": "Bone-Reed Door",
    "block.betternether.bone_slab": "Bone Slab",
    "block.betternether.bone_stairs": "Bone Stairs",
    "block.betternether.bone_tile": "Bone Tile",
    "block.betternether.bone_wall": "Bone Wall",

    "block.betternether.chest_of_drawers": "Chest of Drawers",

    "block.betternether.cincinnasite_bars": "Cincinnasite Bars",
    "block.betternether.cincinnasite_block": "Cincinnasite Block",
    "block.betternether.cincinnasite_brick_plate": "Cincinnasite Brick Plate",
    "block.betternether.cincinnasite_bricks": "Cincinnasite Bricks",
    "block.betternether.cincinnasite_bricks_pillar": "Cincinnasite Brick Pillar",
    "block.betternether.cincinnasite_button": "Cincinnasite Button",
    "block.betternether.cincinnasite_carved": "Cincinnasite Carved",
    "block.betternether.cincinnasite_fire_bowl": "Cincinnasite Fire Bowl",
    "block.betternether.cincinnasite_forge": "Cincinnasite Forge",
    "block.betternether.cincinnasite_forged": "Forged Cincinnasite Block",
    "block.betternether.cincinnasite_frame": "Cincinnasite Frame",
    "block.betternether.cincinnasite_lantern": "Cincinnasite Lantern",
    "block.betternether.cincinnasite_ore": "Cincinnasite Ore",
    "block.betternether.cincinnasite_pedestal": "Cincinnasite Pedestal",
    "block.betternether.cincinnasite_pillar": "Cincinnasite Pillar",
    "block.betternether.cincinnasite_plate": "Cincinnasite Plate",
    "block.betternether.cincinnasite_pot": "Cincinnasite Pot",
    "block.betternether.cincinnasite_slab": "Cincinnasite Slab",
    "block.betternether.cincinnasite_stairs": "Cincinnasite Stairs",
    "block.betternether.cincinnasite_tile_large": "Large Cincinnasite Tile",
    "block.betternether.cincinnasite_tile_small": "Small Cincinnasite Tile",
    "block.betternether.cincinnasite_wall": "Cincinnasite Wall",

    "block.betternether.egg_plant": "Egg Plant",

    "block.betternether.eye_seed": "Eye Seed",

    "block.betternether.farmland": "Farmland",

    "block.betternether.gray_mold": "Gray Mold",

    "block.betternether.ink_bush": "Ink Bush",
    "block.betternether.ink_bush_seed": "Ink Bush Seed",

    "block.betternether.lucis_spore": "Lucis Spore",

    "block.betternether.magma_flower": "Magma flower seed",

    "block.betternether.nether_brick_tile_large": "Large Nether Brick Tile",
    "block.betternether.nether_brick_tile_slab": "Small Nether Brick Tile Slab",
    "block.betternether.nether_brick_tile_small": "Small Nether Brick Tile",
    "block.betternether.nether_brick_tile_stairs": "Small Nether Brick Tile Stairs",
    "block.betternether.nether_brick_wall": "Nether Brick Wall",
    "block.betternether.nether_cactus": "Nether Cactus",
    "block.betternether.nether_grass": "Nether Grass",
    "block.betternether.nether_mycelium": "Nether Mycelium",
    "block.betternether.nether_reed": "Nether Reed",
    "block.betternether.netherrack_furnace": "Netherrack Furnace",
    "block.betternether.netherrack_moss": "Nether Moss",

    "block.betternether.orange_mushroom": "Orange Mushroom",

    "block.betternether.pig_statue_respawner": "Respawner Statue",

    "block.betternether.potted_plant": "Potted Plant",

    "block.betternether.quartz_glass": "Quartz Glass",
    "block.betternether.quartz_glass_framed": "Framed Quartz Glass",
    "block.betternether.quartz_glass_framed_pane": "Framed Quartz Glass Pane",
    "block.betternether.quartz_glass_pane": "Quartz Glass Pane",
    "block.betternether.quartz_glass_black": "Quartz Glass Black",
    "block.betternether.quartz_glass_blue": "Quartz Glass Blue",
    "block.betternether.quartz_glass_brown": "Quartz Glass Brown",
    "block.betternether.quartz_glass_cyan": "Quartz Glass Cyan",
    "block.betternether.quartz_glass_gray": "Quartz Glass Gray",
    "block.betternether.quartz_glass_green": "Quartz Glass Green",
    "block.betternether.quartz_glass_light_blue": "Quartz Glass Light Blue",
    "block.betternether.quartz_glass_lime": "Quartz Glass Lime",
    "block.betternether.quartz_glass_magenta": "Quartz Glass Magenta",
    "block.betternether.quartz_glass_orange": "Quartz Glass Orange",
    "block.betternether.quartz_glass_pink": "Quartz Glass Pink",
    "block.betternether.quartz_glass_purple": "Quartz Glass Purple",
    "block.betternether.quartz_glass_red": "Quartz Glass Red",
    "block.betternether.quartz_glass_light_gray": "Quartz Glass Light Gray",
    "block.betternether.quartz_glass_white": "Quartz Glass White",
    "block.betternether.quartz_glass_yellow": "Quartz Glass Yellow",
    "block.betternether.quartz_glass_framed_black": "Framed Quartz Glass Black",
    "block.betternether.quartz_glass_framed_blue": "Framed Quartz Glass Blue",
    "block.betternether.quartz_glass_framed_brown": "Framed Quartz Glass Brown",
    "block.betternether.quartz_glass_framed_cyan": "Framed Quartz Glass Cyan",
    "block.betternether.quartz_glass_framed_gray": "Framed Quartz Glass Gray",
    "block.betternether.quartz_glass_framed_green": "Framed Quartz Glass Green",
    "block.betternether.quartz_glass_framed_light_blue": "Framed Quartz Glass Light Blue",
    "block.betternether.quartz_glass_framed_lime": "Framed Quartz Glass Lime",
    "block.betternether.quartz_glass_framed_magenta": "Framed Quartz Glass Magenta",
    "block.betternether.quartz_glass_framed_orange": "Framed Quartz Glass Orange",
    "block.betternether.quartz_glass_framed_pink": "Framed Quartz Glass Pink",
    "block.betternether.quartz_glass_framed_purple": "Framed Quartz Glass Purple",
    "block.betternether.quartz_glass_framed_red": "Framed Quartz Glass Red",
    "block.betternether.quartz_glass_framed_light_gray": "Framed Quartz Glass Light Gray",
    "block.betternether.quartz_glass_framed_white": "Framed Quartz Glass White",
    "block.betternether.quartz_glass_framed_yellow": "Framed Quartz Glass Yellow",

    "block.betternether.red_mold": "Red Mold",

    "block.betternether.reeds_block": "Reeds Block",
    "block.betternether.reeds_button": "Reeds Button",
    "block.betternether.reeds_fence": "Reeds Fence",
    "block.betternether.reeds_gate": "Reeds Gate",
    "block.betternether.reeds_ladder": "Reeds Ladder",
    "block.betternether.reeds_plate": "Reeds Pressure Plate",
    "block.betternether.reeds_slab": "Reeds Slab",
    "block.betternether.reeds_stairs": "Reeds Stairs",
    "block.betternether.reeds_door": "Reeds Door",
    "block.betternether.reeds_trapdoor": "Reeds Trapdoor",

    "block.betternether.smoker": "Smoker",

    "block.betternether.stalagnate": "Stalagnate",
    "block.betternether.stalagnate_stem": "Stalagnate",
    "block.betternether.stalagnate_bark": "Stalagnate Wood",
    "block.betternether.stalagnate_bowl_placed": "Stalagnate Bowl",
    "block.betternether.stalagnate_planks": "Stalagnate Planks",
    "block.betternether.stalagnate_planks_button": "Stalagnate Button",
    "block.betternether.stalagnate_planks_fence": "Stalagnate Fence",
    "block.betternether.stalagnate_planks_gate": "Stalagnate Gate",
    "block.betternether.stalagnate_planks_plate": "Stalagnate Pressure Plate",
    "block.betternether.stalagnate_planks_slab": "Stalagnate Slab",
    "block.betternether.stalagnate_planks_stairs": "Stalagnate Stairs",
    "block.betternether.stalagnate_planks_door": "Stalagnate Door",
    "block.betternether.stalagnate_planks_trapdoor": "Stalagnate Trapdoor",
    "block.betternether.stalagnate_seed": "Stalagnate Seed",
    "block.betternether.wart_seed": "Wart Seed",

    "commands.findnethercity.usage.console": "No coordinates in input",
    "commands.findnethercity.usage.coordinates": "Wrong coordinates",
    "commands.findnethercity.usage": "Wrong usage, must be /findNetherCity or /findNetherCity x y z",

    "block.betternether.willow_branch": "Willow Branch",
    "block.betternether.willow_leaves": "Willow Leaves",
    "block.betternether.willow_trunk": "Willow Trunk",
    "block.betternether.willow_log": "Willow Log",
    "block.betternether.willow_bark": "Willow Wood",
    "block.betternether.willow_sapling": "Willow Sapling",

    "block.betternether.swamp_grass": "Swamp Grass",

    "block.betternether.willow_planks": "Willow Planks",
    "block.betternether.willow_stairs": "Willow Stairs",
    "block.betternether.willow_slab": "Willow Slab",
    "block.betternether.willow_fence": "Willow Fence",
    "block.betternether.willow_gate": "Willow Gate",
    "block.betternether.willow_button": "Willow Button",
    "block.betternether.willow_plate": "Willow Pressure Plate",
    "block.betternether.willow_trapdoor": "Willow Trapdoor",
    "block.betternether.willow_door": "Willow Door",

    "block.betternether.wart_planks": "Wart Planks",
    "block.betternether.wart_stairs": "Wart Stairs",
    "block.betternether.wart_slab": "Wart Slab",
    "block.betternether.wart_fence": "Wart Fence",
    "block.betternether.wart_gate": "Wart Gate",
    "block.betternether.wart_button": "Wart Button",
    "block.betternether.wart_plate": "Wart Pressure Plate",
    "block.betternether.wart_trapdoor": "Wart Trapdoor",
    "block.betternether.wart_door": "Wart Door",

    "block.betternether.black_vine": "Black Vine",
    "block.betternether.veined_sand": "Veined Sand",
    "block.betternether.soul_vein": "Soul Vein",
    "block.betternether.blooming_vine": "Blooming vine",
    "block.betternether.golden_vine": "Golden Vine",
    "block.betternether.geyser": "Geyser",

    "item.betternether.cincinnasite_shovel": "Cincinnasite Shovel",
    "item.betternether.cincinnasite_shovel_diamond": "Cincinnasite-Diamond Shovel",

    "item.betternether.cincinnasite_helmet": "Cincinnasite Helmet",
    "item.betternether.cincinnasite_chestplate": "Cincinnasite Chestplate",
    "item.betternether.cincinnasite_leggings": "Cincinnasite Leggings",
    "item.betternether.cincinnasite_boots": "Cincinnasite Boots",
    "item.betternether.cincinnasite_sword": "Cincinnasite Sword",
    "item.betternether.cincinnasite_sword_diamond": "Cincinnasite-Diamond Sword",

    "item.betternether.spawn_egg_firefly": "Firefly Spawn Egg",
    "item.betternether.cincinnasite_ingot": "Cincinnasite Ingot",

    "block.betternether.mushroom_stem": "Mushroom Stem",
    "block.betternether.mushroom_planks": "Mushroom Planks",
    "block.betternether.mushroom_stairs": "Mushroom Stairs",
    "block.betternether.mushroom_slab": "Mushroom Slab",
    "block.betternether.mushroom_fence": "Mushroom Fence",
    "block.betternether.mushroom_gate": "Mushroom Gate",
    "block.betternether.mushroom_button": "Mushroom Button",
    "block.betternether.mushroom_plate": "Mushroom Plate",
    "block.betternether.mushroom_trapdoor": "Mushroom Trapdoor",
    "block.betternether.mushroom_door": "Mushroom Door",

    "block.betternether.cincinnasite_lantern_small": "Small Cincinnasite Lantern",

    "block.betternether.quartz_glass_pane_white": "White Quartz Pane",
    "block.betternether.quartz_glass_pane_orange": "Orange Quartz Pane",
    "block.betternether.quartz_glass_pane_magenta": "Magenta Quartz Pane",
    "block.betternether.quartz_glass_pane_light_blue": "Light Blue Quartz Pane",
    "block.betternether.quartz_glass_pane_yellow": "Yellow Quartz Pane",
    "block.betternether.quartz_glass_pane_lime": "Lime Quartz Pane",
    "block.betternether.quartz_glass_pane_pink": "Pink Quartz Pane",
    "block.betternether.quartz_glass_pane_gray": "Gray Quartz Pane",
    "block.betternether.quartz_glass_pane_light_gray": "Light Gray Quartz Pane",
    "block.betternether.quartz_glass_pane_cyan": "Cyan Quartz Pane",
    "block.betternether.quartz_glass_pane_purple": "Purple Quartz Pane",
    "block.betternether.quartz_glass_pane_blue": "Blue Quartz Pane",
    "block.betternether.quartz_glass_pane_brown": "Brown Quartz Pane",
    "block.betternether.quartz_glass_pane_green": "Green Quartz Pane",
    "block.betternether.quartz_glass_pane_red": "Red Quartz Pane",
    "block.betternether.quartz_glass_pane_black": "Black Quartz Pane",

    "block.betternether.quartz_glass_framed_pane_white": "White Framed Quartz Pane",
    "block.betternether.quartz_glass_framed_pane_orange": "Orange Framed Quartz Pane",
    "block.betternether.quartz_glass_framed_pane_magenta": "Magenta Framed Quartz Pane",
    "block.betternether.quartz_glass_framed_pane_light_blue": "Light Framed Blue Quartz Pane",
    "block.betternether.quartz_glass_framed_pane_yellow": "Yellow Framed Quartz Pane",
    "block.betternether.quartz_glass_framed_pane_lime": "Lime Framed Quartz Pane",
    "block.betternether.quartz_glass_framed_pane_pink": "Pink Framed Quartz Pane",
    "block.betternether.quartz_glass_framed_pane_gray": "Gray Framed Quartz Pane",
    "block.betternether.quartz_glass_framed_pane_light_gray": "Light Gray Framed Quartz Pane",
    "block.betternether.quartz_glass_framed_pane_cyan": "Cyan Framed Quartz Pane",
    "block.betternether.quartz_glass_framed_pane_purple": "Purple Framed Quartz Pane",
    "block.betternether.quartz_glass_framed_pane_blue": "Blue Framed Quartz Pane",
    "block.betternether.quartz_glass_framed_pane_brown": "Brown Framed Quartz Pane",
    "block.betternether.quartz_glass_framed_pane_green": "Green Framed Quartz Pane",
    "block.betternether.quartz_glass_framed_pane_red": "Red Framed Quartz Pane",
    "block.betternether.quartz_glass_framed_pane_black": "Black Framed Quartz Pane",

    "block.betternether.soul_lily": "Soul Lily",
    "block.betternether.soul_lily_sapling": "Soul Lily Sapling",
    "block.betternether.soul_grass": "Soul Grass",

    "block.betternether.wart_log": "Wart Log",
    "block.betternether.wart_bark": "Wart Wood",
    "block.betternether.wart_roots": "Wart Roots",

    "block.betternether.wall_moss": "Wall Moss",
    "block.betternether.wall_mushroom_brown": "Wall Brown Mushroom",
    "block.betternether.wall_mushroom_red": "Wall Red Mushroom",

    "block.betternether.roof_tile_reeds": "Reeds Roof Tile",
    "block.betternether.roof_tile_reeds_stairs": "Reeds Roof Tile Stairs",
    "block.betternether.roof_tile_reeds_slab": "Reeds Roof Tile Slab",
    "block.betternether.roof_tile_stalagnate": "Stalagnate Roof Tile",
    "block.betternether.roof_tile_stalagnate_stairs": "Stalagnate Roof Tile Stairs",
    "block.betternether.roof_tile_stalagnate_slab": "Stalagnate Roof Tile Slab",
    "block.betternether.roof_tile_nether_bricks": "Nether Bricks Roof Tile",
    "block.betternether.roof_tile_nether_bricks_stairs": "Nether Bricks Roof Tile Stairs",
    "block.betternether.roof_tile_nether_bricks_slab": "Nether Bricks Roof Tile Slab",
    "block.betternether.roof_tile_cincinnasite": "Cincinnasite Roof Tile",
    "block.betternether.roof_tile_cincinnasite_stairs": "Cincinnasite Roof Tile Stairs",
    "block.betternether.roof_tile_cincinnasite_slab": "Cincinnasite Roof Tile Slab",
    "block.betternether.roof_tile_willow": "Willow Roof Tile",
    "block.betternether.roof_tile_willow_stairs": "Willow Roof Tile Stairs",
    "block.betternether.roof_tile_willow_slab": "Willow Roof Tile Slab",
    "block.betternether.roof_tile_wart": "Wart Roof Tile",
    "block.betternether.roof_tile_wart_stairs": "Wart Roof Tile Stairs",
    "block.betternether.roof_tile_wart_slab": "Wart Roof Tile Slab",

    "block.betternether.taburet_reeds": "Reeds Stool",
    "block.betternether.taburet_stalagnate": "Stalagnate Stool",
    "block.betternether.taburet_willow": "Willow Stool",
    "block.betternether.taburet_wart": "Wart Stool",
    "block.betternether.taburet_cincinnasite": "Cincinnasite Stool",

    "block.betternether.stalagnate_ladder": "Stalagnate Ladder",
    "block.betternether.willow_ladder": "Willow Ladder",
    "block.betternether.wart_ladder": "Wart Ladder",

    "block.betternether.chair_reeds": "Reeds Chair",
    "block.betternether.chair_stalagnate": "Stalagnate Chair",
    "block.betternether.chair_willow": "Willow Chair",
    "block.betternether.chair_wart": "Wart Chair",
    "block.betternether.chair_cincinnasite": "Cincinnasite Chair",

    "block.betternether.striped_log_stalagnate": "Striped Stalagnate Log",
    "block.betternether.striped_log_willow": "Striped Willow Log",
    "block.betternether.striped_log_wart": "Striped Wart Log",

    "block.betternether.striped_bark_stalagnate": "Striped Stalagnate Wood",
    "block.betternether.striped_bark_willow": "Striped Willow Wood",
    "block.betternether.striped_bark_wart": "Striped Wart Wood",

    "block.betternether.giant_mold": "Giant Mold",
    "block.betternether.giant_mold_sapling": "Giant Mold Sapling",

    "block.betternether.bar_stool_reeds": "Reed Bar Stool",
    "block.betternether.bar_stool_stalagnate": "Stalagnate Bar Stool",
    "block.betternether.bar_stool_willow": "Willow Bar Stool",
    "block.betternether.bar_stool_wart": "Wart Bar Stool",
    "block.betternether.bar_stool_cincinnasite": "Cincinnasite Bar Stool",

    "biome.betternether.gravel_desert": "Gravel Desert",
    "biome.betternether.nether_jungle": "Nether Jungle",
    "biome.betternether.wart_forest": "Wart Forest",
    "biome.betternether.nether_grasslands": "Nether Grasslands",
    "biome.betternether.nether_mushroom_forest": "Nether Mushroom Forest",
    "biome.betternether.nether_mushroom_forest_edge": "Nether Mushroom Forest Edge",
    "biome.betternether.nether_wart_forest_edge": "Wart Forest Edge",
    "biome.betternether.bone_reef": "Bone Reef",
    "biome.betternether.poor_grasslands": "Poor Grasslands",
    "biome.betternether.nether_swampland": "Nether Swampland",
    "biome.betternether.nether_swampland_terraces": "Nether Swampland Terraces",
    "biome.betternether.magma_land": "Magma Land",
    "biome.betternether.soul_plain": "Soul Plain",

    "block.betternether.mushroom_fir": "Mushroom Fir",
    "block.betternether.mushroom_fir_sapling": "Mushroom Fir Sapling",
    "block.betternether.mushroom_fir_stem": "Mushroom Fir Stem",
    "block.betternether.mushroom_fir_log": "Mushroom Fir Log",
    "block.betternether.mushroom_fir_wood": "Mushroom Fir Wood",
    "block.betternether.striped_log_mushroom_fir": "Striped Mushroom Fir Log",
    "block.betternether.striped_wood_mushroom_fir": "Striped Mushroom Fir Wood",
    "block.betternether.mushroom_fir_planks": "Mushroom Fir Planks",
    "block.betternether.mushroom_fir_stairs": "Mushroom Fir Stairs",
    "block.betternether.mushroom_fir_slab": "Mushroom Fir Slab",
    "block.betternether.mushroom_fir_fence": "Mushroom Fir Fence",
    "block.betternether.mushroom_fir_gate": "Mushroom Fir Gate",
    "block.betternether.mushroom_fir_button": "Mushroom Fir Button",
    "block.betternether.mushroom_fir_plate": "Mushroom Fir Plate",
    "block.betternether.mushroom_fir_trapdoor": "Mushroom Fir Trapdoor",
    "block.betternether.mushroom_fir_door": "Mushroom Fir Door",

    "block.betternether.chair_mushroom_fir": "Mushroom Fir Chair",
    "block.betternether.taburet_mushroom_fir": "Mushroom Fir Stool",
    "block.betternether.bar_stool_mushroom_fir": "Mushroom Fir Bar Stool",

    "block.betternether.obsidian_bricks": "Obsidian Bricks",
    "block.betternether.obsidian_bricks_stairs": "Obsidian Bricks Stairs",
    "block.betternether.obsidian_bricks_slab": "Obsidian Bricks Slab",
    "block.betternether.obsidian_tile": "Obsidian Tile",
    "block.betternether.obsidian_tile_small": "Obsidian Small Tile",
    "block.betternether.obsidian_tile_stairs": "Obsidian Tile Stairs",
    "block.betternether.obsidian_tile_slab": "Obsidian Tile Slab",
    "block.betternether.obsidian_glass": "Obsidian Glass",
    "block.betternether.obsidian_glass_pane": "Obsidian Glass Pane",
    "block.betternether.blue_obsidian": "Blue Obsidian",
    "block.betternether.blue_obsidian_bricks": "Blue Obsidian Bricks",
    "block.betternether.blue_obsidian_bricks_stairs": "Blue Obsidian Bricks Stairs",
    "block.betternether.blue_obsidian_bricks_slab": "Blue Obsidian Bricks Slab",
    "block.betternether.blue_obsidian_tile": "Blue Obsidian Tile",
    "block.betternether.blue_obsidian_tile_small": "Blue Obsidian Small Tile",
    "block.betternether.blue_obsidian_tile_stairs": "Blue Obsidian Tile Stairs",
    "block.betternether.blue_obsidian_tile_slab": "Blue Obsidian Tile Slab",
    "block.betternether.blue_obsidian_glass": "Blue Obsidian Glass",
    "block.betternether.blue_obsidian_glass_pane": "Blue Obsidian Glass Pane",

    "block.betternether.taburet_oak": "Oak Stool",
    "block.betternether.chair_oak": "Oak Chair",
    "block.betternether.bar_stool_oak": "Oak Bar Stool",
    "block.betternether.taburet_spruce": "Spruce Stool",
    "block.betternether.chair_spruce": "Spruce Chair",
    "block.betternether.bar_stool_spruce": "Spruce Bar Stool",
    "block.betternether.taburet_birch": "Birch Stool",
    "block.betternether.chair_birch": "Birch Chair",
    "block.betternether.bar_stool_birch": "Birch Bar Stool",
    "block.betternether.taburet_jungle": "Jungle Stool",
    "block.betternether.chair_jungle": "Jungle Chair",
    "block.betternether.bar_stool_jungle": "Jungle Bar Stool",
    "block.betternether.taburet_acacia": "Acacia Stool",
    "block.betternether.chair_acacia": "Acacia Chair",
    "block.betternether.bar_stool_acacia": "Acacia Bar Stool",
    "block.betternether.taburet_dark_oak": "Dark Oak Stool",
    "block.betternether.chair_dark_oak": "Dark Oak Chair",
    "block.betternether.bar_stool_dark_oak": "Dark Oak Bar Stool",

    "item.betternether.cincinnasite_hammer": "Cincinnasite Hammer",
    "item.betternether.cincinnasite_hammer_diamond": "Cincinnasite-Diamond Hammer",

    "block.betternether.nether_brewing_stand": "Nether Brewing Stand"
}


================================================
FILE: en-mods/craftpresence.json
================================================
{
    "gui.config.title": "CraftPresence - Configuration GUI",
    "gui.config.title.general": "General Settings",
    "gui.config.title.biomemessages": "Customize Biome Messages",
    "gui.config.title.dimensionmessages": "Customize Dimension Messages",
    "gui.config.title.servermessages": "Customize Server Messages",
    "gui.config.title.statusmessages": "Customize Status Messages",
    "gui.config.title.advanced": "Advanced Settings",
    "gui.config.title.accessibility": "Accessibility Settings",
    "gui.config.title.presencesettings": "Presence Settings",
    "gui.config.title.about.config": "About this Configuration GUI",
    "gui.config.title.changes": "Version Check Info (State: %1$s)",
    "gui.config.title.commands": "Commands",
    "gui.config.title.message": "CraftPresence - Message",
    "gui.config.title.biome.editspecificbiome": "CraftPresence - Edit Biome (%1$s)",
    "gui.config.title.dimension.editspecificdimension": "CraftPresence - Edit Dimension (%1$s)",
    "gui.config.title.server.editspecificserver": "CraftPresence - Edit Server (%1$s)",
    "gui.config.title.gui.editspecificgui": "CraftPresence - Edit GUI (%1$s)",
    "gui.config.title.gui.editspecificitem": "CraftPresence - Edit Item (%1$s)",
    "gui.config.title.editor.color": "CraftPresence - Color Editor (%1$s)",
    "gui.config.title.editor.character": "CraftPresence - Character Editor",
    "gui.config.title.editor.addnew": "CraftPresence - Add New Value",
    "gui.config.title.selector.dimension": "CraftPresence - Select a Dimension",
    "gui.config.title.selector.biome": "CraftPresence - Select a Biome",
    "gui.config.title.selector.server": "CraftPresence - Select Server IP",
    "gui.config.title.selector.gui": "CraftPresence - Select a GUI",
    "gui.config.title.selector.item": "CraftPresence - Select an Item",
    "gui.config.title.selector.icon": "CraftPresence - Select an Icon",
    "gui.config.title.selector.view.assets.large": "CraftPresence - Discord Large Assets",
    "gui.config.title.selector.view.assets.small": "CraftPresence - Discord Small Assets",
    "gui.config.title.selector.view.assets.all": "CraftPresence - Discord Assets List",
    "gui.config.title.selector.view.biomes": "CraftPresence - Available Biomes",
    "gui.config.title.selector.view.dimensions": "CraftPresence - Available Dimensions",
    "gui.config.title.selector.view.servers": "CraftPresence - Server Addresses",
    "gui.config.title.selector.view.guis": "CraftPresence - Available GUIs",
    "gui.config.title.selector.view.items": "CraftPresence - Available Items",
    "gui.config.comment.title.general": "General Settings for Displaying Info",
    "gui.config.comment.title.biomemessages": "Customize Messages to display with Biomes\\n (Manual Format: biome_name;message)\\n Available Placeholders:\\n - &biome& = Biome Name\\n - &id& = Biome ID",
    "gui.config.comment.title.dimensionmessages": "Customize Messages to display with Dimensions\\n (Manual Format: dimension_name;message)\\n Available Placeholders:\\n - &dimension& = Dimension Name\\n - &id& = Dimension ID\\n - &icon& = Default Dimension Icon",
    "gui.config.comment.title.servermessages": "Customize Messages to display with Servers\\n (Manual Format: server_IP;message;icon)\\n Available Placeholders:\\n - &ip& = Server IP\\n - &name& = Server Name\\n - &motd& = Server MOTD\\n - &icon& = Default Server Icon\\n - &players& = Server Player Counter\\n - &playerinfo& = Your In-World Player Info Message\\n - &worldinfo& = Your In-World Game Info",
    "gui.config.comment.title.statusmessages": "Customize Messages relating to different Game States",
    "gui.config.comment.title.advanced": "Customize Additional Settings of the Mod",
    "gui.config.comment.title.accessibility": "Customize Accessibility Settings of the Mod\\n Includes:\\n - Language ID\\n - KeyBindings\\n - Additional GUI Customization Options",
    "gui.config.comment.presencesettings": "Customize the Formatting and Locations of the Different Messages to display in the Rich Presence",
    "gui.config.buttonMessage.back": "Back",
    "gui.config.buttonMessage.save": "Save",
    "gui.config.buttonMessage.continue": "Continue",
    "gui.config.buttonMessage.viewsource": "View Source",
    "gui.config.buttonMessage.download": "Download",
    "gui.config.buttonMessage.versionInfo": "Version Info",
    "gui.config.buttonMessage.checkForUpdates": "Check for Updates",
    "gui.config.buttonMessage.addnew": "Add New",
    "gui.config.buttonMessage.iconchange": "Change Icon",
    "gui.config.buttonMessage.chareditor": "Character Editor",
    "gui.config.buttonMessage.sync.single": "Sync %1$s",
    "gui.config.buttonMessage.sync.all": "Sync All",
    "gui.config.buttonMessage.reset": "Reset To Default",
    "gui.config.defaultMessage.biome": "Default Biome Message",
    "gui.config.defaultMessage.dimension": "Default Dimension Message",
    "gui.config.defaultMessage.server": "Default Server Message",
    "gui.config.editorMessage.charinput": "Character Input:",
    "gui.config.editorMessage.charwidth": "Character Width:",
    "gui.config.editorMessage.search": "Search:",
    "gui.config.editorMessage.message": "Message:",
    "gui.config.editorMessage.enterkey": "Enter Key...",
    "gui.config.editorMessage.valuename": "Value Name:",
    "gui.config.editorMessage.hexcode": "Hex Code:",
    "gui.config.editorMessage.texturepath": "Texture Path:",
    "gui.config.editorMessage.preview": "Preview:",
    "gui.config.editorMessage.redcolorvalue": "Red Color Value",
    "gui.config.editorMessage.greencolorvalue": "Green Color Value",
    "gui.config.editorMessage.bluecolorvalue": "Blue Color Value",
    "gui.config.editorMessage.alphacolorvalue": "Alpha Color Value",
    "gui.config.editorMessage.refresh": "**Press ENTER to Refresh Values**",
    "gui.config.presenceMessage.generalArgs": "General Message Formatting Arguments:\\n* Placeholders Configuable in Status Messages and other areas\\n* Some Placeholders are Empty unless they are assigned\\n\\n - &MAINMENU& = The Main Menu Message, while in the Main Menu\\n - &MCVERSION& = The Minecraft Version Label\\n - &BRAND& = The Minecraft Branding Label\\n - &IGN& = The Non-World Player Info Message\\n - &MODS& = The Message displaying your Mod Count\\n - &PACK& = The Pack's Message, if using a pack\\n - &DIMENSION& = The Current Dimension Message\\n - &BIOME& = The Current Biome Message\\n - &SERVER& = The Current Server Message\\n - &GUI& = The Current Gui Message\\n - &ENTITY& = The Current Entity Message",
    "gui.config.presenceMessage.iconArgs": "General Icon Formatting Arguments:\\n* Placeholders Configuable in Status Messages and other areas\\n* Only One Placeholder is allowed at one time\\n* Some Placeholders are Empty unless they are assigned\\n\\n - &DEFAULT& = The Default Icon, specified in config\\n - &MAINMENU& = The Icon used in the Main Menu\\n  * Use this instead of &DEFAULT& to only show the default icon in the main menu\\n - &PACK& = The Pack's Icon, if using a pack\\n - &DIMENSION& = The Current Dimension Icon\\n - &SERVER& = The Current Server Icon",
    "gui.config.message.character.notice": "Notice on Syncing\\n\\n Syncing may not yield accurate Results on Older Minecraft Versions",
    "gui.config.message.credits": "This Configuration GUI was made from scratch by\\n Jonathing, and will continue to be maintained by\\n CDAGaming. A lot of effort went into making this\\n custom GUI, so show him some support! Thanks.\\n\\n Feel free to learn from this GUI's code on\\n the CraftPresence GitLab repository.",
    "gui.config.message.changelog": "Changes in %1$s:\\n\\n%2$s",
    "gui.config.message.remove": "**Remove Message Text to Remove this Value**",
    "gui.config.message.null": "This Area is not Implemented just yet!\\n\\n Please Check Back Later...",
    "gui.config.message.emptylist": "This List is Empty and Cannot be Displayed!\\n\\n Please Try Again...",
    "gui.config.hoverMessage.access": "**Enable \"%1$s\" to use this Menu**",
    "gui.config.hoverMessage.defaultempty": "**Default Info cannot be Empty and Must be Valid**",
    "gui.config.hoverMessage.valuename": "Name to Identify this Value",
    "gui.config.name.general.clientid": "Client ID",
    "gui.config.name.general.defaulticon": "Default Icon",
    "gui.config.name.general.detectcursemanifest": "Detect Curse Manifest",
    "gui.config.name.general.detectmultimcmanifest": "Detect MultiMC Instance",
    "gui.config.name.general.detectmcupdaterinstance": "Detect MCUpdater Instance",
    "gui.config.name.general.detecttechnicpack": "Detect Technic Pack",
    "gui.config.name.general.showtime": "Show Elapsed Time",
    "gui.config.name.general.showbiome": "Show Biome",
    "gui.config.name.general.showdimension": "Show Dimension",
    "gui.config.name.general.showstate": "Show Game Status",
    "gui.config.name.general.enablejoinrequest": "Enable Join Requests",
    "gui.config.name.biomemessages.biomemessages": "Biome Messages",
    "gui.config.name.dimensionmessages.dimensionicon": "Default Dimension Icon",
    "gui.config.name.dimensionmessages.dimensionmessages": "Dimension Messages",
    "gui.config.name.servermessages.servericon": "Default Server Icon",
    "gui.config.name.servermessages.servermotd": "Default Server MOTD",
    "gui.config.name.servermessages.servername": "Default Server Name",
    "gui.config.name.servermessages.servermessages": "Server Messages",
    "gui.config.name.statusmessages.mainmenumsg": "Main Menu Message",
    "gui.config.name.statusmessages.lanmsg": "LAN Game Message",
    "gui.config.name.statusmessages.singleplayermsg": "Singleplayer Game Message",
    "gui.config.name.statusmessages.placeholder.packmsg": "ModPack Message",
    "gui.config.name.statusmessages.placeholder.playermsg.out": "Player Outer Info Placeholder",
    "gui.config.name.statusmessages.placeholder.playermsg.in": "Player Inner Info Placeholder",
    "gui.config.name.statusmessages.placeholder.playercoordinatemsg": "Player Coordinate Placeholder",
    "gui.config.name.statusmessages.placeholder.playerhealthmsg": "Player Health Placeholder",
    "gui.config.name.statusmessages.placeholder.playeramountmsg": "Player List Placeholder",
    "gui.config.name.statusmessages.placeholder.worldmsg": "World Data Placeholder",
    "gui.config.name.statusmessages.placeholder.modsmsg": "Mods Placeholder",
    "gui.config.name.statusmessages.special.vivecraftmsg": "Vivecraft Message",
    "gui.config.name.advanced.splitcharacter": "Split Character",
    "gui.config.name.advanced.enablecommands": "Enable Commands",
    "gui.config.name.advanced.enablepergui": "Enable Per-GUI System",
    "gui.config.name.advanced.enableperitem": "Enable Per-Item System",
    "gui.config.name.advanced.rendertooltips": "Render Tooltips",
    "gui.config.name.advanced.debugmode": "Debug Mode",
    "gui.config.name.advanced.guimessages": "GUI Messages",
    "gui.config.name.advanced.itemmessages": "Item Messages",
    "gui.config.name.accessibility.tooltipbgcolor": "Tooltip Background Color",
    "gui.config.name.accessibility.tooltipbordercolor": "Tooltip Border Color",
    "gui.config.name.accessibility.guibgcolor": "GUI Background Color",
    "gui.config.name.accessibility.languageid": "Language ID",
    "gui.config.name.accessibility.striptranslationcolors": "Strip Translation Colors",
    "gui.config.name.accessibility.showlogginginchat": "Show Logging in Chat",
    "gui.config.name.display.smallimagemsg": "Small Image Text Format",
    "gui.config.name.display.largeimagemsg": "Large Image Text Format",
    "gui.config.name.display.detailsmsg": "Details Message Format",
    "gui.config.name.display.gamestatemsg": "Game State Message Format",
    "gui.config.name.display.smallimagekey": "Small Image Key Format",
    "gui.config.name.display.largeimagekey": "Large Image Key Format",
    "gui.config.comment.general.clientid": "Client ID Used for retrieving Assets, Icon Keys, and titles",
    "gui.config.comment.general.defaulticon": "Default Icon\\n (Used in Main Menu, Dimensions and Servers)",
    "gui.config.comment.general.detectcursemanifest": "Enable Detection for Twitch/Curse Manifest Data?",
    "gui.config.comment.general.detectmultimcmanifest": "Enable Detection for MultiMC Instance Data?",
    "gui.config.comment.general.detectmcupdaterinstance": "Enable Detection for MCUpdater Instance Data?",
    "gui.config.comment.general.detecttechnicpack": "Enable Detection for Technic Pack Data?",
    "gui.config.comment.general.showtime": "Show Elapsed Time in Rich Presence?",
    "gui.config.comment.general.showbiome": "Show Current Biome in Rich Presence?",
    "gui.config.comment.general.showdimension": "Show Current Dimension in Rich Presence?",
    "gui.config.comment.general.showstate": "Show Specific Game Data in Rich Presence?",
    "gui.config.comment.general.enablejoinrequest": "Allows Sending or Accepting Join Requests in Discord",
    "gui.config.comment.biomemessages.biomemessages": "Customize Messages to display with Biomes\\n (Manual Format: biome_name;message)\\n Available Placeholders:\\n - &biome& = Biome Name\\n - &id& = Biome ID",
    "gui.config.comment.dimensionmessages.dimensionicon": "Dimension Icon to Default to when in an Unsupported Dimension",
    "gui.config.comment.dimensionmessages.dimensionmessages": "Customize Messages to display with Dimensions\\n (Manual Format: dimension_name;message)\\n Available Placeholders:\\n - &dimension& = Dimension Name\\n - &id& = Dimension ID\\n - &icon& = Default Dimension Icon",
    "gui.config.comment.servermessages.servericon": "Server Icon to default to when in an Unsupported Server",
    "gui.config.comment.servermessages.servermotd": "Server MOTD to default to, in the case of a null MOTD\\n (Also Applies for Direct Connects)",
    "gui.config.comment.servermessages.servername": "Server Display Name to default to, in the case of a null Name\\n (Also Applies for Direct Connects)",
    "gui.config.comment.servermessages.servermessages": "Customize Messages to display with Servers\\n (Manual Format: server_IP;message;icon)\\n Available Placeholders:\\n - &ip& = Server IP\\n - &name& = Server Name\\n - &motd& = Server MOTD\\n - &icon& = Default Server Icon\\n - &players& = Server Player Counter\\n - &playerinfo& = Your In-World Player Info Message\\n - &worldinfo& = Your In-World Game Info",
    "gui.config.comment.statusmessages.mainmenumsg": "Message to Display while on the Main Menu",
    "gui.config.comment.statusmessages.lanmsg": "Message to Display while in a LAN Game\\n Available Placeholders:\\n - &ip& = Server IP\\n - &name& = Server Name\\n - &motd& = Server MOTD\\n - &icon& = Default Server Icon\\n - &players& = Server Player Counter\\n - &playerinfo& = Your In-World Player Info Message\\n - &worldinfo& = Your In-World Game Info",
    "gui.config.comment.statusmessages.singleplayermsg": "Message to Display while in Singleplayer\\n Available Placeholders:\\n - &playerinfo& = Your In-World Player Info Message\\n - &worldinfo& = Your In-World Game Info",
    "gui.config.comment.statusmessages.placeholder.packmsg": "Message to use for the &pack& placeholder in Presence Settings\\n (If a Curse, Twitch, Technic, MCUpdater, or MultiMC Pack is Detected)\\n Available Placeholders:\\n - &name& = The Pack's Name",
    "gui.config.comment.statusmessages.placeholder.playermsg.out": "Message to use for the &ign& General Placeholder in Presence Settings and the &playerinfo& Placeholder in Server Settings\\n Available Placeholders:\\n - &name& = Your Username",
    "gui.config.comment.statusmessages.placeholder.playermsg.in": "Message to use for the &playerinfo& Placeholder in Serv
Download .txt
gitextract_1tlnm8df/

├── .editorconfig
├── .github/
│   ├── FUNDING.yml
│   ├── ISSUE_TEMPLATE/
│   │   ├── bug_report.md
│   │   └── feature_request.md
│   ├── pull_request_template.md
│   └── workflows/
│       ├── automatic_release.yml
│       ├── automatic_revert.yml
│       ├── deploy_dynamic_content.yml
│       ├── lock.yml
│       └── test_ci.yml
├── .gitignore
├── 1.12.lang
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── check_news.js
├── datapack/
│   ├── data/
│   │   └── minecraft/
│   │       └── loot_tables/
│   │           └── entities/
│   │               └── evoker.json
│   └── pack.mcmeta
├── dynamic/
│   ├── alerts.json
│   ├── news.json
│   └── sp_messages.json
├── en-mods/
│   ├── betternether.json
│   ├── craftpresence.json
│   ├── extraalchemy.json
│   ├── shulkerboxtooltip.json
│   └── tdnf.json
├── list_of_language_modules.md
├── list_of_supported_mods.md
├── mappings/
│   ├── addServer.json
│   ├── advMode.json
│   ├── advancements.json
│   ├── all_mappings
│   ├── attribute.json
│   ├── book.json
│   ├── build.json
│   ├── chat.json
│   ├── connect.json
│   ├── container.json
│   ├── controls.json
│   ├── createWorld.json
│   ├── death.json
│   ├── deathScreen.json
│   ├── debug.json
│   ├── demo.json
│   ├── difficulty.json
│   ├── disconnect.json
│   ├── effect.json
│   ├── enchantment.json
│   ├── entity.json
│   ├── filled_map.json
│   ├── gameMode.json
│   ├── generator.json
│   ├── gui.json
│   ├── inventory.json
│   ├── item.json
│   ├── itemGroup.json
│   ├── key.json
│   ├── lanServer.json
│   ├── language.json
│   ├── lingering_potion.json
│   ├── mcoServer.json
│   ├── menu.json
│   ├── merchant.json
│   ├── mount.json
│   ├── multiplayer.json
│   ├── narrator.json
│   ├── options.json
│   ├── potion.json
│   ├── recipe.json
│   ├── record.json
│   ├── resourcePack.json
│   ├── screenshot.json
│   ├── selectServer.json
│   ├── selectWorld.json
│   ├── sign.json
│   ├── soundCategory.json
│   ├── spectatorMenu.json
│   ├── splash_potion.json
│   ├── stat.json
│   ├── stats.json
│   ├── structure_block.json
│   ├── subtitles.json
│   ├── tile.json
│   ├── tipped_arrow.json
│   ├── title.json
│   ├── translation.json
│   ├── tutorial.json
│   └── wip.txt
├── materials/
│   ├── 0.xcf
│   ├── 1.xcf
│   ├── 2.xcf
│   ├── 2_bedrock.xcf
│   ├── 3.xcf
│   ├── 3_bedrock.xcf
│   ├── 3_bedrock_netease.xcf
│   ├── 3_netease.xcf
│   ├── 4.xcf
│   ├── 4_bedrock.xcf
│   ├── 4_netease.xcf
│   ├── 5.xcf
│   ├── 6.xcf
│   ├── 7.xcf
│   ├── 8.xcf
│   ├── banner.xcf
│   ├── banner_2nd_birthday.xcf
│   ├── hammer_of_ban.bbmodel
│   ├── update.xcf
│   ├── zh_meme.xcf
│   ├── zh_meme_1.17.xcf
│   ├── zh_meme_2nd_birthday.xcf
│   ├── 梗体中文.xcf
│   └── 梗体中文_new.xcf
├── mods/
│   ├── Computronics.json
│   ├── adorn.json
│   ├── anc.json
│   ├── blockus.json
│   ├── buildcraft.json
│   ├── cloth-config2.json
│   ├── corail_woodcutter.json
│   ├── craftingpp.json
│   ├── create.json
│   ├── diggusmaximus.json
│   ├── durabilityviewer.json
│   ├── dynamicfps.json
│   ├── expandedstorage.json
│   ├── firefly8.json
│   ├── glassdoor.json
│   ├── hwyla.json
│   ├── illuminations.json
│   ├── immersive_engineering.json
│   ├── immersive_portals.json
│   ├── inventoryprofiles.json
│   ├── inventorysorter.json
│   ├── itemscroller.json
│   ├── ivrench.json
│   ├── justmap.json
│   ├── lightoverlay.json
│   ├── litematica.json
│   ├── minihud.json
│   ├── modmenu.json
│   ├── mousewheelie.json
│   ├── mycommands.json
│   ├── nochatreport.json
│   ├── opencomputers.json
│   ├── optifine.lang
│   ├── orderly.json
│   ├── raa.json
│   ├── realcamera.json
│   ├── roughlyenoughitems.json
│   ├── simplevoidworld.json
│   ├── simplexterrain.json
│   ├── slimefunction.json
│   ├── sodium.json
│   ├── sweet_potato.json
│   ├── techreborn.json
│   ├── terrestria.json
│   ├── torcherino.json
│   ├── traverse.json
│   ├── tweakeroo.json
│   ├── vanilla_hammers.json
│   └── voxelmap.json
├── modules/
│   ├── a_letter/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── texts/
│   │   │           └── end.txt
│   │   └── module_manifest.json
│   ├── a_piece_of_seriousness/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── texts/
│   │   │           └── end.txt
│   │   └── module_manifest.json
│   ├── air_pods/
│   │   └── module_manifest.json
│   ├── anniversary/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── block/
│   │   │               └── cake.json
│   │   └── module_manifest.json
│   ├── annoying_sounds/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       ├── sounds/
│   │   │       │   ├── copyright.ogg
│   │   │       │   ├── ding.ogg
│   │   │       │   ├── ghost.ogg
│   │   │       │   ├── peach.ogg
│   │   │       │   ├── whaaaaat.ogg
│   │   │       │   ├── yee.ogg
│   │   │       │   └── yeet.ogg
│   │   │       └── sounds.json
│   │   └── module_manifest.json
│   ├── author_zombies/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── optifine/
│   │   │           └── random/
│   │   │               └── entity/
│   │   │                   └── zombie/
│   │   │                       └── zombie.properties
│   │   └── module_manifest.json
│   ├── bagify/
│   │   └── module_manifest.json
│   ├── baguette/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── item/
│   │   │               └── bread.json
│   │   └── module_manifest.json
│   ├── bb_mace/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       ├── models/
│   │   │       │   └── item/
│   │   │       │       └── mace.json
│   │   │       ├── sounds/
│   │   │       │   └── item/
│   │   │       │       └── mace/
│   │   │       │           ├── smash_air.ogg
│   │   │       │           └── smash_ground.ogg
│   │   │       └── sounds.json
│   │   └── module_manifest.json
│   ├── beautiful_chicken/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── sounds/
│   │   │           └── mob/
│   │   │               └── chicken/
│   │   │                   ├── hurt1.ogg
│   │   │                   └── hurt2.ogg
│   │   └── module_manifest.json
│   ├── bee_breeze/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── bee_pickaxe/
│   │   └── module_manifest.json
│   ├── bee_pickaxe_ii/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── item/
│   │   │               └── golden_pickaxe.json
│   │   └── module_manifest.json
│   ├── bell_sound/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── sounds/
│   │   │           └── block/
│   │   │               └── bell/
│   │   │                   ├── bell_use01.ogg
│   │   │                   └── bell_use02.ogg
│   │   └── module_manifest.json
│   ├── block_animation_reverse/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── textures/
│   │   │           └── block/
│   │   │               ├── blast_furnace_front_on.png.mcmeta
│   │   │               ├── campfire_fire.png.mcmeta
│   │   │               ├── campfire_log_lit.png.mcmeta
│   │   │               ├── chain_command_block_back.png.mcmeta
│   │   │               ├── chain_command_block_conditional.png.mcmeta
│   │   │               ├── chain_command_block_front.png.mcmeta
│   │   │               ├── chain_command_block_side.png.mcmeta
│   │   │               ├── command_block_back.png.mcmeta
│   │   │               ├── command_block_conditional.png.mcmeta
│   │   │               ├── command_block_front.png.mcmeta
│   │   │               ├── command_block_side.png.mcmeta
│   │   │               ├── crimson_stem.png.mcmeta
│   │   │               ├── fire_0.png.mcmeta
│   │   │               ├── fire_1.png.mcmeta
│   │   │               ├── firefly_bush_emissive.png.mcmeta
│   │   │               ├── kelp.png.mcmeta
│   │   │               ├── kelp_plant.png.mcmeta
│   │   │               ├── lantern.png.mcmeta
│   │   │               ├── lava_flow.png.mcmeta
│   │   │               ├── lava_still.png.mcmeta
│   │   │               ├── magma.png.mcmeta
│   │   │               ├── nether_portal.png.mcmeta
│   │   │               ├── prismarine.png.mcmeta
│   │   │               ├── repeating_command_block_back.png.mcmeta
│   │   │               ├── repeating_command_block_conditional.png.mcmeta
│   │   │               ├── repeating_command_block_front.png.mcmeta
│   │   │               ├── repeating_command_block_side.png.mcmeta
│   │   │               ├── respawn_anchor_top.png.mcmeta
│   │   │               ├── sculk.png.mcmeta
│   │   │               ├── sculk_catalyst_side_bloom.png.mcmeta
│   │   │               ├── sculk_catalyst_top_bloom.png.mcmeta
│   │   │               ├── sculk_sensor_tendril_active.png.mcmeta
│   │   │               ├── sculk_sensor_tendril_inactive.png.mcmeta
│   │   │               ├── sculk_shrieker_can_summon_inner_top.png.mcmeta
│   │   │               ├── sculk_shrieker_inner_top.png.mcmeta
│   │   │               ├── sculk_vein.png.mcmeta
│   │   │               ├── sea_lantern.png.mcmeta
│   │   │               ├── seagrass.png.mcmeta
│   │   │               ├── smoker_front_on.png.mcmeta
│   │   │               ├── soul_campfire_fire.png.mcmeta
│   │   │               ├── soul_campfire_log_lit.png.mcmeta
│   │   │               ├── soul_fire_0.png.mcmeta
│   │   │               ├── soul_fire_1.png.mcmeta
│   │   │               ├── soul_lantern.png.mcmeta
│   │   │               ├── stonecutter_saw.png.mcmeta
│   │   │               ├── tall_seagrass_bottom.png.mcmeta
│   │   │               ├── tall_seagrass_top.png.mcmeta
│   │   │               ├── warped_stem.png.mcmeta
│   │   │               ├── water_flow.png.mcmeta
│   │   │               └── water_still.png.mcmeta
│   │   └── module_manifest.json
│   ├── blue_basin/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── brewing_stand_model/
│   │   ├── assets/
│   │   │   ├── mcwzhmeme/
│   │   │   │   └── models/
│   │   │   │       └── block/
│   │   │   │           └── author/
│   │   │   │               ├── dianliang.json
│   │   │   │               ├── gugle.json
│   │   │   │               ├── lake.json
│   │   │   │               ├── littlec.json
│   │   │   │               ├── lxazl5770.json
│   │   │   │               ├── mysticnebula70.json
│   │   │   │               ├── skyeyefast.json
│   │   │   │               └── wolf.json
│   │   │   └── minecraft/
│   │   │       └── blockstates/
│   │   │           └── brewing_stand.json
│   │   └── module_manifest.json
│   ├── bugjump/
│   │   └── module_manifest.json
│   ├── chicken_soup/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── chiseled_bookshelf/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── choice_module_netease/
│   │   └── module_manifest.json
│   ├── choice_modules_default/
│   │   └── module_manifest.json
│   ├── disco_ball/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── textures/
│   │   │           └── block/
│   │   │               └── redstone_lamp_on.png.mcmeta
│   │   └── module_manifest.json
│   ├── dorowolf_texture/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── item/
│   │   │               └── wolf_spawn_egg.json
│   │   └── module_manifest.json
│   ├── enable_compliancies/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── regional_compliancies.json
│   │   └── module_manifest.json
│   ├── enchantment_level_extend/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── explorer_pottery_pattern/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── fake_multitool/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── item/
│   │   │               ├── diamond_axe.json
│   │   │               ├── diamond_hoe.json
│   │   │               ├── diamond_pickaxe.json
│   │   │               ├── diamond_shovel.json
│   │   │               ├── diamond_sword.json
│   │   │               ├── golden_axe.json
│   │   │               ├── golden_hoe.json
│   │   │               ├── golden_pickaxe.json
│   │   │               ├── golden_shovel.json
│   │   │               ├── golden_sword.json
│   │   │               ├── iron_axe.json
│   │   │               ├── iron_hoe.json
│   │   │               ├── iron_pickaxe.json
│   │   │               ├── iron_shovel.json
│   │   │               ├── iron_sword.json
│   │   │               ├── netherite_axe.json
│   │   │               ├── netherite_hoe.json
│   │   │               ├── netherite_pickaxe.json
│   │   │               ├── netherite_shovel.json
│   │   │               ├── netherite_sword.json
│   │   │               ├── stone_axe.json
│   │   │               ├── stone_hoe.json
│   │   │               ├── stone_pickaxe.json
│   │   │               ├── stone_shovel.json
│   │   │               ├── stone_sword.json
│   │   │               ├── wooden_axe.json
│   │   │               ├── wooden_hoe.json
│   │   │               ├── wooden_pickaxe.json
│   │   │               ├── wooden_shovel.json
│   │   │               └── wooden_sword.json
│   │   └── module_manifest.json
│   ├── fake_omniore/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       ├── blockstates/
│   │   │       │   ├── infested_deepslate.json
│   │   │       │   └── infested_stone.json
│   │   │       ├── models/
│   │   │       │   └── block/
│   │   │       │       ├── coal_ore.json
│   │   │       │       ├── copper_ore.json
│   │   │       │       ├── deepslate_coal_ore.json
│   │   │       │       ├── deepslate_copper_ore.json
│   │   │       │       ├── deepslate_diamond_ore.json
│   │   │       │       ├── deepslate_emerald_ore.json
│   │   │       │       ├── deepslate_gold_ore.json
│   │   │       │       ├── deepslate_iron_ore.json
│   │   │       │       ├── deepslate_lapis_ore.json
│   │   │       │       ├── deepslate_redstone_ore.json
│   │   │       │       ├── diamond_ore.json
│   │   │       │       ├── emerald_ore.json
│   │   │       │       ├── fake_omniore.json
│   │   │       │       ├── fake_omniore_deepslate.json
│   │   │       │       ├── gold_ore.json
│   │   │       │       ├── iron_ore.json
│   │   │       │       ├── lapis_ore.json
│   │   │       │       ├── nether_gold_ore.json
│   │   │       │       ├── nether_quartz_ore.json
│   │   │       │       └── redstone_ore.json
│   │   │       └── textures/
│   │   │           └── block/
│   │   │               ├── omniore.png.mcmeta
│   │   │               ├── omniore_deepslate.png.mcmeta
│   │   │               └── omniore_nether.png.mcmeta
│   │   └── module_manifest.json
│   ├── famous_scene/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── firework_sound/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── sounds/
│   │   │           └── fireworks/
│   │   │               ├── blast1.ogg
│   │   │               ├── blast_far1.ogg
│   │   │               ├── largeblast1.ogg
│   │   │               ├── largeblast_far1.ogg
│   │   │               ├── launch1.ogg
│   │   │               ├── twinkle1.ogg
│   │   │               └── twinkle_far1.ogg
│   │   └── module_manifest.json
│   ├── fursuit/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── ga_zhi/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── sounds/
│   │   │           ├── block/
│   │   │           │   └── creaking_heart/
│   │   │           │       ├── break/
│   │   │           │       │   └── creaking_heart_break.ogg
│   │   │           │       ├── fall/
│   │   │           │       │   └── creaking_heart_fall.ogg
│   │   │           │       ├── hit/
│   │   │           │       │   ├── creaking_heart_hit1.ogg
│   │   │           │       │   ├── creaking_heart_hit2.ogg
│   │   │           │       │   ├── creaking_heart_hit3.ogg
│   │   │           │       │   ├── creaking_heart_hit4.ogg
│   │   │           │       │   └── creaking_heart_hit5.ogg
│   │   │           │       ├── hurt/
│   │   │           │       │   ├── trail1.ogg
│   │   │           │       │   ├── trail2.ogg
│   │   │           │       │   ├── trail3.ogg
│   │   │           │       │   ├── trail4.ogg
│   │   │           │       │   ├── trail5.ogg
│   │   │           │       │   ├── trail6.ogg
│   │   │           │       │   └── trail7.ogg
│   │   │           │       ├── idle/
│   │   │           │       │   ├── creaking_heart_idle1.ogg
│   │   │           │       │   ├── creaking_heart_idle2.ogg
│   │   │           │       │   ├── creaking_heart_idle3.ogg
│   │   │           │       │   └── creaking_heart_idle4.ogg
│   │   │           │       ├── place/
│   │   │           │       │   ├── wood1.ogg
│   │   │           │       │   ├── wood2.ogg
│   │   │           │       │   ├── wood3.ogg
│   │   │           │       │   └── wood4.ogg
│   │   │           │       ├── spawnmob/
│   │   │           │       │   └── creaking_heart_spawnmob.ogg
│   │   │           │       └── step/
│   │   │           │           ├── creaking_heart_step1.ogg
│   │   │           │           ├── creaking_heart_step2.ogg
│   │   │           │           ├── creaking_heart_step3.ogg
│   │   │           │           ├── creaking_heart_step4.ogg
│   │   │           │           ├── creaking_heart_step5.ogg
│   │   │           │           └── creaking_heart_step6.ogg
│   │   │           └── mob/
│   │   │               └── creaking/
│   │   │                   ├── attack.ogg
│   │   │                   ├── creaking_activate.ogg
│   │   │                   ├── creaking_attack1.ogg
│   │   │                   ├── creaking_attack2.ogg
│   │   │                   ├── creaking_attack3.ogg
│   │   │                   ├── creaking_attack4.ogg
│   │   │                   ├── creaking_deactive.ogg
│   │   │                   ├── creaking_death.ogg
│   │   │                   ├── creaking_freeze1.ogg
│   │   │                   ├── creaking_freeze2.ogg
│   │   │                   ├── creaking_freeze3.ogg
│   │   │                   ├── creaking_freeze4.ogg
│   │   │                   ├── creaking_idle1.ogg
│   │   │                   ├── creaking_idle2.ogg
│   │   │                   ├── creaking_idle3.ogg
│   │   │                   ├── creaking_idle4.ogg
│   │   │                   ├── creaking_idle5.ogg
│   │   │                   ├── creaking_idle6.ogg
│   │   │                   ├── creaking_spawn.ogg
│   │   │                   ├── creaking_step1.ogg
│   │   │                   ├── creaking_step2.ogg
│   │   │                   ├── creaking_step3.ogg
│   │   │                   ├── creaking_step4.ogg
│   │   │                   ├── creaking_step5.ogg
│   │   │                   ├── creaking_sway.ogg
│   │   │                   ├── creaking_unfreeze1.ogg
│   │   │                   ├── creaking_unfreeze2.ogg
│   │   │                   └── creaking_unfreeze3.ogg
│   │   └── module_manifest.json
│   ├── gameplay_confuser/
│   │   └── module_manifest.json
│   ├── goat_horn_sound/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── sounds/
│   │   │           └── item/
│   │   │               └── goat_horn/
│   │   │                   ├── call0.ogg
│   │   │                   ├── call1.ogg
│   │   │                   ├── call2.ogg
│   │   │                   ├── call3.ogg
│   │   │                   ├── call4.ogg
│   │   │                   ├── call5.ogg
│   │   │                   ├── call6.ogg
│   │   │                   └── call7.ogg
│   │   └── module_manifest.json
│   ├── grass_enchanted/
│   │   └── module_manifest.json
│   ├── jinkela/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_achievements_1.11-1.11.2/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_april_fools_snapshots/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── nothingtoseeheremovealong/
│   │   │       └── sounds/
│   │   │           └── ananas/
│   │   │               ├── papapaya.ogg
│   │   │               └── papaya.ogg
│   │   └── module_manifest.json
│   ├── lang_attributes_1.12.2-1.15.2/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_backupworld_1.12.2-1.16.5/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_chat_preview_1.19.2/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_combat_test_6/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_commands_1.11-1.12.2/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_compatibility_1.12/
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_extra_strings/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_grass_path_1.12.2-1.16.5/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_itemgroup_1.12.2-1.19.2/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_multiplayer_1.12.2-1.16.3/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_netease/
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_nether_biome_1.12.2-1.15.2/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_old_biomes_1.12.2-1.17.1/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_old_realms_strings/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_old_strings/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_replaceitem_1.12.2-1.16.5/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_selectworld_gui_1.12.2-1.16.1/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_selectworld_gui_1.16.2-1.16.5/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_serious_dedication_1.12.2-1.15.2/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_sfc/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_sfw/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_sleep_impossible_1.12.2-1.16.5/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_spawnpoint_1.12.2-1.15.2/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_spawnpoint_1.16-1.16.1/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_trapdoor_1.12.2-1.15.2/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── lang_world_generation_1.12.2-1.18.2/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── lang_worldborder_1.12.2-1.16.5/
│   │   ├── add.json
│   │   ├── module_manifest.json
│   │   └── remove.json
│   ├── latiao/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── linus_minecraft_craps/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── locusazzurro/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── item/
│   │   │               └── chicken_spawn_egg.json
│   │   └── module_manifest.json
│   ├── manhole_trapdoor/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── map_override/
│   │   └── module_manifest.json
│   ├── mcbbs/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── meme_resourcepack/
│   │   ├── LICENSE
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       ├── lang/
│   │   │       │   └── zh_meme.json
│   │   │       └── texts/
│   │   │           └── credits.json
│   │   ├── module_manifest.json
│   │   └── pack.mcmeta
│   ├── meme_splashes/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── texts/
│   │   │           └── splashes.txt
│   │   └── module_manifest.json
│   ├── miku_bucket/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── item/
│   │   │               └── tadpole_bucket.json
│   │   └── module_manifest.json
│   ├── minecart_helmet/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── minecraft_cjk_character_supplement/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── font/
│   │   │           ├── default.json
│   │   │           ├── ext-d
│   │   │           ├── ext-i
│   │   │           ├── extb-first-32
│   │   │           ├── extb-supp
│   │   │           ├── extb-to-extf
│   │   │           ├── extc-supp
│   │   │           ├── extg-first-384
│   │   │           └── unicode_ext_a_15_1_pending_correct1.hex
│   │   └── module_manifest.json
│   ├── mooncake/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── mopemope/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── muilla/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── observer_think/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── block/
│   │   │               └── observer_on.json
│   │   └── module_manifest.json
│   ├── open_close_sound/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── sounds/
│   │   │           └── block/
│   │   │               ├── barrel/
│   │   │               │   ├── close.ogg
│   │   │               │   ├── open1.ogg
│   │   │               │   └── open2.ogg
│   │   │               ├── chest/
│   │   │               │   ├── close.ogg
│   │   │               │   ├── close2.ogg
│   │   │               │   ├── close3.ogg
│   │   │               │   └── open.ogg
│   │   │               ├── enderchest/
│   │   │               │   ├── close.ogg
│   │   │               │   └── open.ogg
│   │   │               ├── fence_gate/
│   │   │               │   ├── close1.ogg
│   │   │               │   ├── close2.ogg
│   │   │               │   ├── open1.ogg
│   │   │               │   └── open2.ogg
│   │   │               ├── iron_door/
│   │   │               │   ├── close1.ogg
│   │   │               │   ├── close2.ogg
│   │   │               │   ├── close3.ogg
│   │   │               │   ├── close4.ogg
│   │   │               │   ├── open1.ogg
│   │   │               │   ├── open2.ogg
│   │   │               │   ├── open3.ogg
│   │   │               │   └── open4.ogg
│   │   │               ├── iron_trapdoor/
│   │   │               │   ├── close1.ogg
│   │   │               │   ├── close2.ogg
│   │   │               │   ├── close3.ogg
│   │   │               │   ├── close4.ogg
│   │   │               │   ├── open1.ogg
│   │   │               │   ├── open2.ogg
│   │   │               │   ├── open3.ogg
│   │   │               │   └── open4.ogg
│   │   │               ├── shulker_box/
│   │   │               │   ├── close.ogg
│   │   │               │   └── open.ogg
│   │   │               ├── wooden_door/
│   │   │               │   ├── close1.ogg
│   │   │               │   ├── close2.ogg
│   │   │               │   ├── close3.ogg
│   │   │               │   ├── close4.ogg
│   │   │               │   ├── close5.ogg
│   │   │               │   ├── close6.ogg
│   │   │               │   ├── open1.ogg
│   │   │               │   ├── open2.ogg
│   │   │               │   ├── open3.ogg
│   │   │               │   └── open4.ogg
│   │   │               └── wooden_trapdoor/
│   │   │                   ├── close1.ogg
│   │   │                   ├── close2.ogg
│   │   │                   ├── close3.ogg
│   │   │                   ├── open1.ogg
│   │   │                   ├── open2.ogg
│   │   │                   ├── open3.ogg
│   │   │                   ├── open4.ogg
│   │   │                   └── open5.ogg
│   │   └── module_manifest.json
│   ├── point_and_pixelate/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── gui/
│   │   │           └── sprites/
│   │   │               └── container/
│   │   │                   └── slot_highlight_front.png.mcmeta
│   │   └── module_manifest.json
│   ├── priority.txt
│   ├── questioning_totem/
│   │   └── module_manifest.json
│   ├── rainbow_enchanting/
│   │   └── module_manifest.json
│   ├── real_grass/
│   │   └── module_manifest.json
│   ├── real_meme_resourcepack/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── block/
│   │   │               └── stem_fruit.json
│   │   └── module_manifest.json
│   ├── red_leaf_valley/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── optifine/
│   │   │           └── colormap/
│   │   │               └── blocks/
│   │   │                   ├── birch_foliage.properties
│   │   │                   └── spruce_foliage.properties
│   │   └── module_manifest.json
│   ├── reverse_cake_model/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── block/
│   │   │               ├── cake.json
│   │   │               ├── cake_slice1.json
│   │   │               ├── cake_slice2.json
│   │   │               ├── cake_slice3.json
│   │   │               ├── cake_slice4.json
│   │   │               ├── cake_slice5.json
│   │   │               └── cake_slice6.json
│   │   └── module_manifest.json
│   ├── reverse_cake_texture/
│   │   ├── add.json
│   │   └── module_manifest.json
│   ├── sacabambaspis_dropper/
│   │   └── module_manifest.json
│   ├── sculk_sound/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── sounds/
│   │   │           └── block/
│   │   │               ├── sculk_sensor/
│   │   │               │   ├── sculk_clicking1.ogg
│   │   │               │   ├── sculk_clicking2.ogg
│   │   │               │   ├── sculk_clicking3.ogg
│   │   │               │   ├── sculk_clicking4.ogg
│   │   │               │   ├── sculk_clicking5.ogg
│   │   │               │   └── sculk_clicking6.ogg
│   │   │               └── sculk_shrieker/
│   │   │                   ├── shriek1.ogg
│   │   │                   ├── shriek2.ogg
│   │   │                   ├── shriek3.ogg
│   │   │                   ├── shriek4.ogg
│   │   │                   ├── shriek5.ogg
│   │   │                   └── shriek6.ogg
│   │   └── module_manifest.json
│   ├── sounds_modules/
│   │   └── module_manifest.json
│   ├── strange_item_modules/
│   │   └── module_manifest.json
│   ├── strange_spawn_eggs/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── textures/
│   │   │           └── item/
│   │   │               ├── panda_spawn_egg.png.mcmeta
│   │   │               ├── parrot_spawn_egg.png.mcmeta
│   │   │               └── witch_spawn_egg.png.mcmeta
│   │   └── module_manifest.json
│   ├── super_spicy_seaweed/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── textures/
│   │   │           └── block/
│   │   │               ├── kelp.png.mcmeta
│   │   │               ├── kelp_plant.png.mcmeta
│   │   │               ├── seagrass.png.mcmeta
│   │   │               ├── tall_seagrass_bottom.png.mcmeta
│   │   │               └── tall_seagrass_top.png.mcmeta
│   │   └── module_manifest.json
│   ├── sus_stuff/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── optifine/
│   │   │           └── cit/
│   │   │               └── suspicious_stew/
│   │   │                   ├── blindness.properties
│   │   │                   ├── fire_resistance.properties
│   │   │                   ├── jump_boost.properties
│   │   │                   ├── night_vision.properties
│   │   │                   ├── poison.properties
│   │   │                   ├── regeneration.properties
│   │   │                   ├── saturation.properties
│   │   │                   ├── weakness.properties
│   │   │                   └── wither.properties
│   │   └── module_manifest.json
│   ├── text_credits_1.12-1.16.5/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── texts/
│   │   │           └── credits.txt
│   │   └── module_manifest.json
│   ├── text_credits_1.17-1.19.4/
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── texts/
│   │   │           └── credits.json
│   │   └── module_manifest.json
│   ├── tnt_bamboo_block/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── block/
│   │   │               ├── bamboo_block.json
│   │   │               ├── bamboo_block_x.json
│   │   │               ├── bamboo_block_y.json
│   │   │               ├── bamboo_block_z.json
│   │   │               ├── stripped_bamboo_block.json
│   │   │               ├── stripped_bamboo_block_x.json
│   │   │               ├── stripped_bamboo_block_y.json
│   │   │               └── stripped_bamboo_block_z.json
│   │   └── module_manifest.json
│   ├── too_much_compliancies/
│   │   ├── add.json
│   │   ├── assets/
│   │   │   └── minecraft/
│   │   │       └── regional_compliancies.json
│   │   └── module_manifest.json
│   ├── totem_model/
│   │   ├── assets/
│   │   │   ├── mcwzhmeme/
│   │   │   │   └── models/
│   │   │   │       └── item/
│   │   │   │           └── author/
│   │   │   │               ├── dianliang.json
│   │   │   │               ├── gugle.json
│   │   │   │               ├── lake.json
│   │   │   │               ├── littlec.json
│   │   │   │               ├── lxazl5770.json
│   │   │   │               ├── mysticnebula70.json
│   │   │   │               ├── skyeyefast.json
│   │   │   │               └── wolf.json
│   │   │   └── minecraft/
│   │   │       └── models/
│   │   │           └── item/
│   │   │               └── totem_of_undying.json
│   │   └── module_manifest.json
│   ├── version_1.12.2-1.15.2/
│   │   └── module_manifest.json
│   ├── version_1.13-1.15.2/
│   │   └── module_manifest.json
│   ├── version_1.16.1/
│   │   └── module_manifest.json
│   ├── version_1.16.5/
│   │   └── module_manifest.json
│   ├── version_1.17.1/
│   │   └── module_manifest.json
│   ├── version_1.18.2/
│   │   └── module_manifest.json
│   ├── version_1.19.2/
│   │   └── module_manifest.json
│   ├── version_1.19.3/
│   │   └── module_manifest.json
│   ├── version_1.19.4/
│   │   └── module_manifest.json
│   ├── version_1.20/
│   │   └── module_manifest.json
│   ├── version_1.21/
│   │   └── module_manifest.json
│   └── vulpes_ferrilata/
│       ├── add.json
│       └── module_manifest.json
├── package.json
├── preset_build.js
├── prettier.config.js
├── renovate.json
└── tools/
    ├── cancel_ascii.py
    ├── conversion.py
    ├── conversiongroup.py
    ├── enchantment_level.py
    ├── generate_bitmap_font_provider.py
    ├── json2lang.py
    ├── lang_diff.py
    ├── lang_update/
    │   ├── .gitignore
    │   ├── README.md
    │   ├── apply_patch.py
    │   ├── gen_diff.py
    │   └── requirements.txt
    ├── mapping_evaluating.py
    ├── pnghex.py
    └── sort.py
Download .txt
SYMBOL INDEX (37 symbols across 11 files)

FILE: preset_build.js
  constant PACK_VERSION (line 4) | const PACK_VERSION = '1.9.0'
  function start (line 107) | async function start() {

FILE: tools/conversion.py
  function generate_conversion (line 5) | def generate_conversion(json1, json2, regex) -> dict:
  function generate_parser (line 15) | def generate_parser() -> ArgumentParser:

FILE: tools/conversiongroup.py
  function generate_conversion (line 5) | def generate_conversion(json1, json2, json3, regex) -> list:
  function generate_parser (line 17) | def generate_parser() -> ArgumentParser:

FILE: tools/enchantment_level.py
  function dump (line 7) | def dump(max: int):
  function generate_parser (line 14) | def generate_parser():

FILE: tools/generate_bitmap_font_provider.py
  function generate_bitmap_font_provider (line 2) | def generate_bitmap_font_provider(cps):

FILE: tools/json2lang.py
  function json_to_lang (line 4) | def json_to_lang(source, dest):
  function lang_to_json (line 9) | def lang_to_json(source, dest, indent):
  function generate_parser (line 19) | def generate_parser():

FILE: tools/lang_diff.py
  function generate_parser (line 5) | def generate_parser():

FILE: tools/lang_update/apply_patch.py
  function read_json (line 21) | def read_json(fn: str) -> dict:
  function write_json (line 26) | def write_json(fn: str, obj: Any):
  function merge_json (line 32) | def merge_json(*json_files: Dict[str, str]) -> Dict[str, str]:
  function map_with_filter (line 39) | def map_with_filter(src: Dict[str, str], mapping: Dict[str, str]) -> Dic...
  function main (line 48) | def main():

FILE: tools/lang_update/gen_diff.py
  function whats_new (line 19) | def whats_new(legacy: Dict[str, str], new_unlocalized: Dict[str, str]) -...
  function load_chinese_translations (line 27) | def load_chinese_translations(version: str | None):
  function gen_diff (line 46) | def gen_diff(version: str):
  function init_filters (line 55) | def init_filters():
  function main (line 68) | def main():

FILE: tools/pnghex.py
  function png_to_hex (line 3) | def png_to_hex(png_file):
  function png_to_hex_mc (line 19) | def png_to_hex_mc(png_file):
  function hex_to_png (line 34) | def hex_to_png(hex_string, png_file):
  function cesi_pngs_to_hex (line 45) | def cesi_pngs_to_hex():
  function split_mc_unicode_page (line 59) | def split_mc_unicode_page(png_file, cp_start, path):
  function pngs_to_hex (line 74) | def pngs_to_hex(path, hex_file):
  function pngs_to_hex_mc (line 82) | def pngs_to_hex_mc(path, hex_file):
  function read_hex_file_glyphs (line 90) | def read_hex_file_glyphs(hex_file):
  function remove_identical_glyphs (line 99) | def remove_identical_glyphs(partial_hex_file, unifont_hex_file, final_he...
  function create_hk_patch_from_tw_hex (line 108) | def create_hk_patch_from_tw_hex(path, unifont_hex_file, hk_ref_tw_list, ...
  function print_256_chr_in_batch (line 131) | def print_256_chr_in_batch(cp_start=0x4E00):
  function unihex_to_unicode_page (line 137) | def unihex_to_unicode_page(hex_file, output_image_file, cp_start=0x4E00,...

FILE: tools/sort.py
  function sort (line 1) | def sort(origin):
  function generate_parser (line 10) | def generate_parser() -> ArgumentParser:
Condensed preview — 704 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (3,758K chars).
[
  {
    "path": ".editorconfig",
    "chars": 108,
    "preview": "[*]\nend_of_line = lf\nindent_style = space\nindent_size = 4\n\n[*.js]\nindent_size = 2\n\n[*.yaml]\nindent_size = 2\n"
  },
  {
    "path": ".github/FUNDING.yml",
    "chars": 837,
    "preview": "# These are supported funding model platforms\n\ngithub: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [u"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/bug_report.md",
    "chars": 353,
    "preview": "---\nname: 漏洞报告\nabout: 报告资源包使用的问题。\ntitle: ''\nlabels: 漏洞\nassignees: ''\n\n---\n\n**描述**\n请简明扼要地描述漏洞。\n\n**复现步骤**\n复现漏洞的步骤:\n\n1. 前往“"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feature_request.md",
    "chars": 244,
    "preview": "---\nname: 特性建议\nabout: 给这个资源包添加一个新点子\ntitle: ''\nlabels: 改进\nassignees: ''\n\n---\n\n**你的特性建议和某个问题相关吗?请描述。**\n简明扼要地描述问题所在。例:我在[.."
  },
  {
    "path": ".github/pull_request_template.md",
    "chars": 217,
    "preview": "# 提请合并\n\n**请注意:如果你的拉取请求被通过了,请记得同步至[基岩版梗体中文](https://github.com/Teahouse-Studios/mcwzh-meme-resourcepack-bedrock)。不能同步的另说。"
  },
  {
    "path": ".github/workflows/automatic_release.yml",
    "chars": 819,
    "preview": "name: GitHub build & release\n\non:\n  push:\n    tags:\n      - 'v*'\n\njobs:\n  tagged-release:\n    name: Tagged Release\n    r"
  },
  {
    "path": ".github/workflows/automatic_revert.yml",
    "chars": 350,
    "preview": "name: Automatic Revert\n\non:\n  issue_comment:\n    types: [created]\n\njobs:\n  revert-commit:\n    runs-on: ubuntu-latest\n\n  "
  },
  {
    "path": ".github/workflows/deploy_dynamic_content.yml",
    "chars": 969,
    "preview": "name: Deploy Web Builder dynamic Content\n\non:\n  push:\n    paths:\n      - 'dynamic/**'\n  pull_request:\n    paths:\n      -"
  },
  {
    "path": ".github/workflows/lock.yml",
    "chars": 420,
    "preview": "name: 'Lock Threads'\n\non:\n  schedule:\n    - cron: '0 0 * * *'\n\npermissions:\n  issues: write\n  pull-requests: write\n\njobs"
  },
  {
    "path": ".github/workflows/test_ci.yml",
    "chars": 1154,
    "preview": "name: Test Build CI\n\non:\n  push:\n  pull_request:\n\njobs:\n  test:\n    if: \"!contains(github.event.head_commit.message, '[s"
  },
  {
    "path": ".gitignore",
    "chars": 86,
    "preview": ".vscode\n.idea\n\nbuilds/\n*.zip\ncache/\n\nnode_modules\n\n__pycache__\nInclude/\nLib/\nScripts/\n"
  },
  {
    "path": "1.12.lang",
    "chars": 119879,
    "preview": "addServer.add=完成\naddServer.enterIp=服务器地址\naddServer.enterName=服务器名称\naddServer.hideAddress=隐藏地址\naddServer.resourcePack=服务器"
  },
  {
    "path": "CONTRIBUTING.md",
    "chars": 654,
    "preview": "# 给梗体中文资源包提出新的想法\n\n任何人都可以为这个项目贡献自己的想法!但在此之前,请务必阅读下面的指导,它们有助于你更高效地和编辑者交流沟通。\n\n## 分享想法\n\n像大多数GitHub项目那样,有两种方法可以和编辑者交流。\n\n### I"
  },
  {
    "path": "LICENSE",
    "chars": 20135,
    "preview": "Attribution-ShareAlike 4.0 International\n\n=======================================================================\n\nCreat"
  },
  {
    "path": "README.md",
    "chars": 5070,
    "preview": "# 中文Minecraft Wiki梗体中文资源包 · Unofficial\n\n[![GitHub issues](https://img.shields.io/github/issues/Teahouse-Studios/mcwzh-me"
  },
  {
    "path": "check_news.js",
    "chars": 250,
    "preview": "const fs = require('fs')\nconst path = require('path')\n\nconst news = fs.readFileSync(path.resolve(__dirname, './dynamic/n"
  },
  {
    "path": "datapack/data/minecraft/loot_tables/entities/evoker.json",
    "chars": 4162,
    "preview": "{\n    \"type\": \"minecraft:entity\",\n    \"pools\": [\n        {\n            \"rolls\": 1,\n            \"entries\": [\n            "
  },
  {
    "path": "datapack/pack.mcmeta",
    "chars": 170,
    "preview": "{\n    \"pack\": { \n        \"pack_format\": 6,\n        \"description\": \"§e梗体中文数据包!!!\\n§3不死图腾随机掉落\"\n    },\n    \"home\": \"https:/"
  },
  {
    "path": "dynamic/alerts.json",
    "chars": 216,
    "preview": "[\n    {\n        \"name\": \"Bilibili20220601\",\n        \"message\": \"欢迎关注<a href='https://space.bilibili.com/406275313' targe"
  },
  {
    "path": "dynamic/news.json",
    "chars": 445,
    "preview": "{\n    \"id\": 20,\n    \"title\": \"致歉说明\",\n    \"image\": \"https://fastly.jsdelivr.net/gh/Teahouse-Studios/mcwzh-meme-resourcepa"
  },
  {
    "path": "dynamic/sp_messages.json",
    "chars": 1510,
    "preview": "{\n  \"汉吐司\": \"游戏被你们镐蜂辣!!!🌶️🌶️🌶️\",\n  \"[BIG SHOT]\": \"I love you [doge]\",\n  \"古镇天Gugle\": \"电量量可爱\",\n  \"匿名_0x01\": \"加油,希望你们能继续坚持下去"
  },
  {
    "path": "en-mods/betternether.json",
    "chars": 23200,
    "preview": "{\n    \"container.forge\": \"Forge\",\n    \"container.chest_of_drawers\": \"Chest of Drawers\",\n\n    \"entity.betternether.firefl"
  },
  {
    "path": "en-mods/craftpresence.json",
    "chars": 29870,
    "preview": "{\n    \"gui.config.title\": \"CraftPresence - Configuration GUI\",\n    \"gui.config.title.general\": \"General Settings\",\n    \""
  },
  {
    "path": "en-mods/extraalchemy.json",
    "chars": 3274,
    "preview": "{\n    \"effect.extraalchemy.magnetism\": \"Magnetism\",\n    \"item.minecraft.potion.effect.magnetism\": \"Potion of Magnetism\","
  },
  {
    "path": "en-mods/shulkerboxtooltip.json",
    "chars": 3713,
    "preview": "{\n    \"container.shulkerbox.contains\": \"Contains %s stack(s)\",\n    \"container.shulkerbox.empty\": \"Empty\",\n    \"shulkerbo"
  },
  {
    "path": "en-mods/tdnf.json",
    "chars": 3431,
    "preview": "{\n    \"config.tdnf.title\": \"Trees Do Not Float\",\n    \"config.tdnf.reset\": \"Reset\",\n\n    \"config.tdnf.category.blocks\": \""
  },
  {
    "path": "list_of_language_modules.md",
    "chars": 1661,
    "preview": "# 语言模块说明\n\n众所周知,Mojang经常对语言文件进行破坏性更改(残念~)。为了保证仓库中的梗体中文和最新版本的原始语言文件有相同的键,我们将不同的部分提取出来,做成模块放在单独的文件夹内。如果你在游玩过程中遇到了没有翻译的内容,请检"
  },
  {
    "path": "list_of_supported_mods.md",
    "chars": 920,
    "preview": "# 支持梗体中文的Mod\n\n由于本资源包使用了自定义的语言代码`zh_meme`,因此并非所有Mod都支持本语言(其实是几乎所有都不,(╯‵□′)╯︵┻━┻)。如果你实在没辙,请参考[`README.md`](/README.md)中关于加"
  },
  {
    "path": "mappings/addServer.json",
    "chars": 505,
    "preview": "{\n    \"addServer.add\": \"addServer.add\",\n    \"addServer.enterIp\": \"addServer.enterIp\",\n    \"addServer.enterName\": \"addSer"
  },
  {
    "path": "mappings/advMode.json",
    "chars": 961,
    "preview": "{\n    \"advMode.allEntities\": \"advMode.allEntities\",\n    \"advMode.allPlayers\": \"advMode.allPlayers\",\n    \"advMode.command"
  },
  {
    "path": "mappings/advancements.json",
    "chars": 10623,
    "preview": "{\n    \"advancements.adventure.adventuring_time.description\": \"advancements.adventure.adventuring_time.description\",\n    "
  },
  {
    "path": "mappings/all_mappings",
    "chars": 939,
    "preview": "[\n    \"addServer\",\n    \"advancements\",\n    \"advMode\",\n    \"attribute\",\n    \"book\",\n    \"build\",\n    \"chat\",\n    \"connect"
  },
  {
    "path": "mappings/attribute.json",
    "chars": 1463,
    "preview": "{\n    \"attribute.modifier.equals.0\": \"attribute.modifier.equals.0\",\n    \"attribute.modifier.equals.1\": \"attribute.modifi"
  },
  {
    "path": "mappings/book.json",
    "chars": 685,
    "preview": "{\n    \"book.byAuthor\": \"book.byAuthor\",\n    \"book.editTitle\": \"book.editTitle\",\n    \"book.finalizeButton\": \"book.finaliz"
  },
  {
    "path": "mappings/build.json",
    "chars": 41,
    "preview": "{\n    \"build.tooHigh\": \"build.tooHigh\"\n}\n"
  },
  {
    "path": "mappings/chat.json",
    "chars": 705,
    "preview": "{\n    \"chat.cannotSend\": \"chat.cannotSend\",\n    \"chat.copy\": \"chat.copy\",\n    \"chat.link.confirm\": \"chat.link.confirm\",\n"
  },
  {
    "path": "mappings/connect.json",
    "chars": 141,
    "preview": "{\n    \"connect.authorizing\": \"connect.authorizing\",\n    \"connect.connecting\": \"connect.connecting\",\n    \"connect.failed\""
  },
  {
    "path": "mappings/container.json",
    "chars": 1415,
    "preview": "{\n    \"container.beacon\": \"container.beacon\",\n    \"container.brewing\": \"container.brewing\",\n    \"container.chest\": \"cont"
  },
  {
    "path": "mappings/controls.json",
    "chars": 129,
    "preview": "{\n    \"controls.reset\": \"controls.reset\",\n    \"controls.resetAll\": \"controls.resetAll\",\n    \"controls.title\": \"controls."
  },
  {
    "path": "mappings/createWorld.json",
    "chars": 7627,
    "preview": "{\n    \"createWorld.customize.custom.baseSize\": \"createWorld.customize.custom.baseSize\",\n    \"createWorld.customize.custo"
  },
  {
    "path": "mappings/death.json",
    "chars": 2749,
    "preview": "{\n    \"death.attack.anvil\": \"death.attack.anvil\",\n    \"death.attack.arrow\": \"death.attack.arrow\",\n    \"death.attack.arro"
  },
  {
    "path": "mappings/deathScreen.json",
    "chars": 495,
    "preview": "{\n    \"deathScreen.deleteWorld\": \"deathScreen.deleteWorld\",\n    \"deathScreen.leaveServer\": \"deathScreen.leaveServer\",\n  "
  },
  {
    "path": "mappings/debug.json",
    "chars": 1485,
    "preview": "{\n    \"debug.advanced_tooltips.help\": \"debug.advanced_tooltips.help\",\n    \"debug.advanced_tooltips.off\": \"debug.advanced"
  },
  {
    "path": "mappings/demo.json",
    "chars": 799,
    "preview": "{\n    \"demo.day.1\": \"demo.day.1\",\n    \"demo.day.2\": \"demo.day.2\",\n    \"demo.day.3\": \"demo.day.3\",\n    \"demo.day.4\": \"dem"
  },
  {
    "path": "mappings/difficulty.json",
    "chars": 117,
    "preview": "{\n    \"difficulty.lock.question\": \"difficulty.lock.question\",\n    \"difficulty.lock.title\": \"difficulty.lock.title\"\n}\n"
  },
  {
    "path": "mappings/disconnect.json",
    "chars": 817,
    "preview": "{\n    \"disconnect.closed\": \"disconnect.closed\",\n    \"disconnect.disconnected\": \"disconnect.disconnected\",\n    \"disconnec"
  },
  {
    "path": "mappings/effect.json",
    "chars": 1501,
    "preview": "{\n    \"effect.absorption\": \"effect.minecraft.absorption\",\n    \"effect.blindness\": \"effect.minecraft.blindness\",\n    \"eff"
  },
  {
    "path": "mappings/enchantment.json",
    "chars": 2535,
    "preview": "{\n    \"enchantment.arrowDamage\": \"enchantment.minecraft.power\",\n    \"enchantment.arrowFire\": \"enchantment.minecraft.flam"
  },
  {
    "path": "mappings/entity.json",
    "chars": 4892,
    "preview": "{\n    \"entity.ArmorStand.name\": \"entity.minecraft.armor_stand\",\n    \"entity.Arrow.name\": \"entity.minecraft.arrow\",\n    \""
  },
  {
    "path": "mappings/filled_map.json",
    "chars": 237,
    "preview": "{\n    \"filled_map.level\": \"filled_map.level\",\n    \"filled_map.mansion\": \"filled_map.mansion\",\n    \"filled_map.monument\":"
  },
  {
    "path": "mappings/gameMode.json",
    "chars": 281,
    "preview": "{\n    \"gameMode.adventure\": \"gameMode.adventure\",\n    \"gameMode.changed\": \"gameMode.changed\",\n    \"gameMode.creative\": \""
  },
  {
    "path": "mappings/generator.json",
    "chars": 381,
    "preview": "{\n    \"generator.amplified\": \"generator.amplified\",\n    \"generator.amplified.info\": \"generator.amplified.info\",\n    \"gen"
  },
  {
    "path": "mappings/gui.json",
    "chars": 615,
    "preview": "{\n    \"gui.advancements\": \"gui.advancements\",\n    \"gui.all\": \"gui.all\",\n    \"gui.back\": \"gui.back\",\n    \"gui.cancel\": \"g"
  },
  {
    "path": "mappings/inventory.json",
    "chars": 155,
    "preview": "{\n    \"inventory.binSlot\": \"inventory.binSlot\",\n    \"inventory.hotbarInfo\": \"inventory.hotbarInfo\",\n    \"inventory.hotba"
  },
  {
    "path": "mappings/item.json",
    "chars": 70564,
    "preview": "{\n    \"item.apple.name\": \"item.minecraft.apple\",\n    \"item.appleGold.name\": \"item.minecraft.golden_apple\",\n    \"item.arm"
  },
  {
    "path": "mappings/itemGroup.json",
    "chars": 625,
    "preview": "{\n    \"itemGroup.brewing\": \"itemGroup.brewing\",\n    \"itemGroup.buildingBlocks\": \"itemGroup.buildingBlocks\",\n    \"itemGro"
  },
  {
    "path": "mappings/key.json",
    "chars": 1789,
    "preview": "{\n    \"key.advancements\": \"key.advancements\",\n    \"key.attack\": \"key.attack\",\n    \"key.back\": \"key.back\",\n    \"key.categ"
  },
  {
    "path": "mappings/lanServer.json",
    "chars": 191,
    "preview": "{\n    \"lanServer.otherPlayers\": \"lanServer.otherPlayers\",\n    \"lanServer.scanning\": \"lanServer.scanning\",\n    \"lanServer"
  },
  {
    "path": "mappings/language.json",
    "chars": 121,
    "preview": "{\n    \"language.code\": \"language.code\",\n    \"language.name\": \"language.name\",\n    \"language.region\": \"language.region\"\n}"
  },
  {
    "path": "mappings/lingering_potion.json",
    "chars": 1841,
    "preview": "{\n    \"lingering_potion.effect.awkward\": \"item.minecraft.lingering_potion.effect.awkward\",\n    \"lingering_potion.effect."
  },
  {
    "path": "mappings/mcoServer.json",
    "chars": 45,
    "preview": "{\n    \"mcoServer.title\": \"mcoServer.title\"\n}\n"
  },
  {
    "path": "mappings/menu.json",
    "chars": 725,
    "preview": "{\n    \"menu.convertingLevel\": \"menu.convertingLevel\",\n    \"menu.disconnect\": \"menu.disconnect\",\n    \"menu.game\": \"menu.g"
  },
  {
    "path": "mappings/merchant.json",
    "chars": 64,
    "preview": "{\n    \"merchant.deprecated\": \"merchant.deprecated.deprecated\"\n}\n"
  },
  {
    "path": "mappings/mount.json",
    "chars": 41,
    "preview": "{\n    \"mount.onboard\": \"mount.onboard\"\n}\n"
  },
  {
    "path": "mappings/multiplayer.json",
    "chars": 2939,
    "preview": "{\n    \"multiplayer.connect\": \"multiplayer.connect\",\n    \"multiplayer.disconnect.authservers_down\": \"multiplayer.disconne"
  },
  {
    "path": "mappings/narrator.json",
    "chars": 117,
    "preview": "{\n    \"narrator.toast.disabled\": \"narrator.toast.disabled\",\n    \"narrator.toast.enabled\": \"narrator.toast.enabled\"\n}\n"
  },
  {
    "path": "mappings/options.json",
    "chars": 5719,
    "preview": "{\n    \"options.anaglyph\": \"options.anaglyph\",\n    \"options.ao\": \"options.ao\",\n    \"options.ao.max\": \"options.ao.max\",\n  "
  },
  {
    "path": "mappings/potion.json",
    "chars": 1573,
    "preview": "{\n    \"potion.effect.awkward\": \"item.minecraft.potion.effect.awkward\",\n    \"potion.effect.empty\": \"item.minecraft.potion"
  },
  {
    "path": "mappings/recipe.json",
    "chars": 111,
    "preview": "{\n    \"recipe.toast.description\": \"recipe.toast.description\",\n    \"recipe.toast.title\": \"recipe.toast.title\"\n}\n"
  },
  {
    "path": "mappings/record.json",
    "chars": 49,
    "preview": "{\n    \"record.nowPlaying\": \"record.nowPlaying\"\n}\n"
  },
  {
    "path": "mappings/resourcePack.json",
    "chars": 937,
    "preview": "{\n    \"resourcePack.available.title\": \"resourcePack.available.title\",\n    \"resourcepack.downloading\": \"resourcepack.down"
  },
  {
    "path": "mappings/screenshot.json",
    "chars": 99,
    "preview": "{\n    \"screenshot.failure\": \"screenshot.failure\",\n    \"screenshot.success\": \"screenshot.success\"\n}\n"
  },
  {
    "path": "mappings/selectServer.json",
    "chars": 707,
    "preview": "{\n    \"selectServer.add\": \"selectServer.add\",\n    \"selectServer.defaultName\": \"selectServer.defaultName\",\n    \"selectSer"
  },
  {
    "path": "mappings/selectWorld.json",
    "chars": 3907,
    "preview": "{\n    \"selectWorld.allowCommands\": \"selectWorld.allowCommands\",\n    \"selectWorld.allowCommands.info\": \"selectWorld.allow"
  },
  {
    "path": "mappings/sign.json",
    "chars": 33,
    "preview": "{\n    \"sign.edit\": \"sign.edit\"\n}\n"
  },
  {
    "path": "mappings/soundCategory.json",
    "chars": 525,
    "preview": "{\n    \"soundCategory.ambient\": \"soundCategory.ambient\",\n    \"soundCategory.block\": \"soundCategory.block\",\n    \"soundCate"
  },
  {
    "path": "mappings/spectatorMenu.json",
    "chars": 511,
    "preview": "{\n    \"spectatorMenu.close\": \"spectatorMenu.close\",\n    \"spectatorMenu.next_page\": \"spectatorMenu.next_page\",\n    \"spect"
  },
  {
    "path": "mappings/splash_potion.json",
    "chars": 1721,
    "preview": "{\n    \"splash_potion.effect.awkward\": \"item.minecraft.splash_potion.effect.awkward\",\n    \"splash_potion.effect.empty\": \""
  },
  {
    "path": "mappings/stat.json",
    "chars": 4199,
    "preview": "{\n    \"stat.animalsBred\": \"stat.minecraft.animals_bred\",\n    \"stat.armorCleaned\": \"stat.minecraft.clean_armor\",\n    \"sta"
  },
  {
    "path": "mappings/stats.json",
    "chars": 71,
    "preview": "{\n    \"stats.tooltip.type.statistic\": \"stats.tooltip.type.statistic\"\n}\n"
  },
  {
    "path": "mappings/structure_block.json",
    "chars": 2089,
    "preview": "{\n    \"structure_block.button.detect_size\": \"structure_block.button.detect_size\",\n    \"structure_block.button.load\": \"st"
  },
  {
    "path": "mappings/subtitles.json",
    "chars": 26004,
    "preview": "{\n    \"subtitles.ambient.cave\": \"subtitles.ambient.cave\",\n    \"subtitles.block.anvil.destroy\": \"subtitles.block.anvil.de"
  },
  {
    "path": "mappings/tile.json",
    "chars": 27912,
    "preview": "{\n    \"tile.acaciaFence.name\": \"block.minecraft.acacia_fence\",\n    \"tile.acaciaFenceGate.name\": \"block.minecraft.acacia_"
  },
  {
    "path": "mappings/tipped_arrow.json",
    "chars": 1681,
    "preview": "{\n    \"tipped_arrow.effect.awkward\": \"item.minecraft.tipped_arrow.effect.awkward\",\n    \"tipped_arrow.effect.empty\": \"ite"
  },
  {
    "path": "mappings/title.json",
    "chars": 93,
    "preview": "{\n    \"title.oldgl1\": \"title.oldgl.eol.line1\",\n    \"title.oldgl2\": \"title.oldgl.eol.line2\"\n}\n"
  },
  {
    "path": "mappings/translation.json",
    "chars": 407,
    "preview": "{\n    \"translation.test.args\": \"translation.test.args\",\n    \"translation.test.complex\": \"translation.test.complex\",\n    "
  },
  {
    "path": "mappings/tutorial.json",
    "chars": 791,
    "preview": "{\n    \"tutorial.craft_planks.description\": \"tutorial.craft_planks.description\",\n    \"tutorial.craft_planks.title\": \"tuto"
  },
  {
    "path": "mappings/wip.txt",
    "chars": 169,
    "preview": "{\n    \"todo\": [],\n    \"wontdo\": [\n        \"commands\" // diff is too large\n    ],\n    \"notes\": {\n        \"format\": {\n    "
  },
  {
    "path": "materials/hammer_of_ban.bbmodel",
    "chars": 345782,
    "preview": "{\"meta\":{\"format_version\":\"3.6\",\"model_format\":\"java_block\",\"box_uv\":false},\"name\":\"wand_of_ban\",\"parent\":\"\",\"ambientocc"
  },
  {
    "path": "mods/Computronics.json",
    "chars": 8819,
    "preview": "{\n    \"tile.computronics.ironNoteBlock.name\": \"老铁笔记方块\",\n    \"tile.computronics.tapeDrive.name\": \"磁带机\",\n    \"tile.computr"
  },
  {
    "path": "mods/adorn.json",
    "chars": 5065,
    "preview": "{\n    \"block.adorn.white_sofa\": \"白色沙发\",\n    \"block.adorn.light_gray_sofa\": \"浅灰色沙发\",\n    \"block.adorn.gray_sofa\": \"灰色沙发\","
  },
  {
    "path": "mods/anc.json",
    "chars": 3370,
    "preview": "{\n    \"Please install the correct resource pack\": \"§f§l============================§r\\n§b§l欢迎使用哐当工艺,数据包版本:§r%s§b§l,亮目害眼包"
  },
  {
    "path": "mods/blockus.json",
    "chars": 65397,
    "preview": "{\n    \"itemGroup.blockus.blockus_building_blocks\": \"造房子用的 §3(Blockus)\",\n    \"itemGroup.blockus.blockus_decorations\": \"花里"
  },
  {
    "path": "mods/buildcraft.json",
    "chars": 38403,
    "preview": "{\n    \"buildcraft.boardRobotClean\": \"清洁工具人\",\n    \"buildcraft.boardRobotPicker\": \"拾取工具人\",\n    \"buildcraft.boardRobotLumbe"
  },
  {
    "path": "mods/cloth-config2.json",
    "chars": 2622,
    "preview": "{\n    \"text.cloth-config.save_and_done\": \"完成\",\n    \"text.cloth-config.apply\": \"应用更改\",\n    \"text.cloth-config.quit_config"
  },
  {
    "path": "mods/corail_woodcutter.json",
    "chars": 579,
    "preview": "{\n    \"itemGroup.corail_woodcutter.main\": \"Corail锯木机\",\n    \"block.corail_woodcutter.oak_woodcutter\": \"橡木锯木机\",\n    \"block"
  },
  {
    "path": "mods/craftingpp.json",
    "chars": 33030,
    "preview": "{\n    \"item.cpp.sheep_head\": \"§e咩咩头\",\n    \"item.cpp.chicken_head\": \"§e鸡头\",\n    \"item.cpp.pig_head\": \"§e猪头\",\n    \"item.cp"
  },
  {
    "path": "mods/create.json",
    "chars": 132243,
    "preview": "{\n    \"block.create.acacia_window\": \"相思木窗户\",\n    \"block.create.acacia_window_pane\": \"相思木窗户板\",\n    \"block.create.adjustab"
  },
  {
    "path": "mods/diggusmaximus.json",
    "chars": 1148,
    "preview": "{\n    \"key.categories.diggusmaximus\": \"Diggus最大值\",\n    \"key.diggusmaximus.excavate\": \"挖掘\",\n    \"key.diggusmaximus.config"
  },
  {
    "path": "mods/durabilityviewer.json",
    "chars": 194,
    "preview": "{\n    \"key.categories.durabilityviewer\": \"耐久指示器\",\n    \"key.durabilityviewer.showhide\": \"显示/隐藏 耐久显示\",\n    \"tooltip.durabi"
  },
  {
    "path": "mods/dynamicfps.json",
    "chars": 91,
    "preview": "{\n    \"key.dynamicfps.toggle\": \"硬核掉帧\",\n    \"gui.dynamicfps.hud.reducing\": \"动态FPS:强制每秒1帧\"\n}\n"
  },
  {
    "path": "mods/expandedstorage.json",
    "chars": 1842,
    "preview": "{\n    \"container.expandedstorage.wood_chest\": \"木胸部\",\n    \"container.expandedstorage.iron_chest\": \"老铁胸部\",\n    \"container."
  },
  {
    "path": "mods/firefly8.json",
    "chars": 4963,
    "preview": "{\r\n  \"item.firefly8.tinted_glass_bottle\": \"见光死玻璃瓶\",\r\n  \"item.firefly8.tinted_potion\": \"申必溶液\",\r\n  \"item.firefly8.tinted_h"
  },
  {
    "path": "mods/glassdoor.json",
    "chars": 347,
    "preview": "{\n    \"block.glassdoor.oak_glassdoor\": \"橡木玻璃门\",\n    \"block.glassdoor.spruce_glassdoor\": \"云杉木玻璃门\",\n    \"block.glassdoor.b"
  },
  {
    "path": "mods/hwyla.json",
    "chars": 3196,
    "preview": "{\n    \"tooltip.waila.crop_growth\": \"增长率: %s\",\n    \"tooltip.waila.crop_mature\": \"满的\",\n    \"tooltip.waila.empty\": \"空的\",\n  "
  },
  {
    "path": "mods/illuminations.json",
    "chars": 140,
    "preview": "{\n    \"item.illuminations.bug_net\": \"虫网\",\n    \"item.illuminations.firefly\": \"萤火虫\",\n    \"block.illuminations.firefly_in_a"
  },
  {
    "path": "mods/immersive_engineering.json",
    "chars": 78857,
    "preview": "{\n    \"advancement.immersiveengineering.connect_wire\": \"电杆上的鸟儿\",\n    \"advancement.immersiveengineering.connect_wire.desc"
  },
  {
    "path": "mods/immersive_portals.json",
    "chars": 963,
    "preview": "{\n    \"imm_ptl.loading_chunks\": \"正在加载区块 %1$s/%2$s\",\n    \"imm_ptl.searching_for_frame\": \"正在搜索门户框架\\n位面:%1$s\\n中心坐标:%2$s\\n已搜"
  },
  {
    "path": "mods/inventoryprofiles.json",
    "chars": 6178,
    "preview": "{\n    \"inventoryprofiles.gui.config.title\": \"Inventory Profiles 配置菜单\",\n\n    \"inventoryprofiles.common.gui.config.reset\":"
  },
  {
    "path": "mods/inventorysorter.json",
    "chars": 479,
    "preview": "{\n    \"key.categories.inventorysorter\": \"Inventory Sorting\",\n    \"key.inventorysorter.sort\": \"整理库存\",\n    \"key.inventorys"
  },
  {
    "path": "mods/itemscroller.json",
    "chars": 9698,
    "preview": "{\n    \"itemscroller.gui.button.config_gui.generic\": \"通用设置\",\n    \"itemscroller.gui.button.config_gui.hotkeys\": \"快捷键\",\n   "
  },
  {
    "path": "mods/ivrench.json",
    "chars": 1884,
    "preview": "{\n    \"enchantment.ivrench.suffocation\": \"内置鼻塞\",\n    \"enchantment.ivrench.noprotect.all\": \"保护不了\",\n    \"enchantment.ivren"
  },
  {
    "path": "mods/justmap.json",
    "chars": 3879,
    "preview": "{\n    \"justmap\": \"Just Map\",\n\n    \"key.justmap.toggle_map_visible\": \"切换映射可见性\",\n    \"key.justmap.create_waypoint\": \"创建导航点"
  },
  {
    "path": "mods/lightoverlay.json",
    "chars": 787,
    "preview": "{\n    \"key.lightoverlay.category\": \"光照显示\",\n    \"key.lightoverlay.enable_overlay\": \"开关光照显示\",\n    \"key.lightoverlay.decrea"
  },
  {
    "path": "mods/litematica.json",
    "chars": 58448,
    "preview": "{\n    \"litematica.error.area_selection.copy_failed\": \"无法复制选区\",\n    \"litematica.error.area_selection.create_failed\": \"无法创"
  },
  {
    "path": "mods/minihud.json",
    "chars": 31494,
    "preview": "{\n    \"malilib.gui.button.render_layers_gui.set_to_player\": \"放在这里\",\n\n    \"minihud.gui.button.config_gui.colors\": \"颜色\",\n "
  },
  {
    "path": "mods/modmenu.json",
    "chars": 1237,
    "preview": "{\n    \"modmenu.title\": \"Mod\",\n    \"modmenu.loaded\": \"(已加载%s个)\",\n    \"modmenu.config\": \"编辑配置\",\n    \"modmenu.modsFolder\": "
  },
  {
    "path": "mods/mousewheelie.json",
    "chars": 1562,
    "preview": "{\n    \"key.categories.mousewheelie\": \"Mouse Wheelie\",\n    \"key.mousewheelie.sort_inventory\": \"库存排序\",\n    \"key.mousewheel"
  },
  {
    "path": "mods/mycommands.json",
    "chars": 1549,
    "preview": "{\n    \"commands.back.done\": \"已传送回到之前的位置!\",\n    \"commands.back.failure\": \"你无法传送到任何地方!\",\n    \"commands.day.done\": \"耶!天亮了\","
  },
  {
    "path": "mods/nochatreport.json",
    "chars": 1038,
    "preview": "{\n\t\"gui.nochatreport.secureChat\": \"此选项无法与No Chat Reports一起使用,因为没有可用于验证的签名。\",\n\t\"gui.nochatreport.noReporting\": \"阿伟你又在菊♂爆哦"
  },
  {
    "path": "mods/opencomputers.json",
    "chars": 19965,
    "preview": "{\n    \"tile.oc.assembler.name\": \"装配器\",\n    \"tile.oc.cable.name\": \"线缆\",\n    \"tile.oc.capacitor.name\": \"电容\",\n    \"tile.oc."
  },
  {
    "path": "mods/optifine.lang",
    "chars": 28292,
    "preview": "# Contributors of Chinese localization #\n#   HeartyYF From InfinityStudio 2016-2-18 ---- 2019-10-6\n#   xwjcool123 From M"
  },
  {
    "path": "mods/orderly.json",
    "chars": 135,
    "preview": "{\n    \"key.orderly.toggle\": \"开关血量显示\",\n    \"config.orderly.title\": \"血条\",\n    \"config.orderly.error.invalid_identifier\": \""
  },
  {
    "path": "mods/raa.json",
    "chars": 6322,
    "preview": "{\n    \"itemGroup.raa.ores\": \"RAA:矿石\",\n    \"itemGroup.raa.resources\": \"RAA: 资源\",\n    \"itemGroup.raa.tools\": \"RAA:工 具 人\",\n"
  },
  {
    "path": "mods/realcamera.json",
    "chars": 6924,
    "preview": "{\n  \"general.xtracr_realcamera.modName\": \"Real Camera\",\n  \"key.xtracr_realcamera.modelViewScreen\": \"燕国地图,开!\",\n  \"key.xtr"
  },
  {
    "path": "mods/roughlyenoughitems.json",
    "chars": 15065,
    "preview": "{\n    \"key.rei.category\": \"粗略足够物品(在“配置”屏幕上设置快捷键)\",\n    \"text.rei.cheating\": \"滥权模式\",\n    \"text.rei.cheating_disabled\": \"§"
  },
  {
    "path": "mods/simplevoidworld.json",
    "chars": 111,
    "preview": "{\n    \"block.simplevoidworld.void_portal\": \"虚空门户\",\n    \"itemGroup.simplevoidworld.simplevoidworld\": \"简单虚空世界\"\n}\n"
  },
  {
    "path": "mods/simplexterrain.json",
    "chars": 36,
    "preview": "{\n    \"generator.simplex\": \"单一地形\"\n}\n"
  },
  {
    "path": "mods/slimefunction.json",
    "chars": 1911,
    "preview": "{\n    \"sf.Slimefunction\": \"§6§l黏糊糊科技\",\n\n    \"sf.weapon.grandmas_walking_stick.name\": \"奶奶的拐杖\",\n\n    \"sf.weapon.grandpas_w"
  },
  {
    "path": "mods/sodium.json",
    "chars": 4162,
    "preview": "{\n    \"sodium.option_impact.low\": \"低\",\n    \"sodium.option_impact.medium\": \"中\",\n    \"sodium.option_impact.high\": \"高\",\n   "
  },
  {
    "path": "mods/sweet_potato.json",
    "chars": 3433,
    "preview": "{\n    \"mod.sweet_potato\": \"甜 土 豆 国 防 部\",\n    \"mod.sweet_potato.0\": \",由Pigeonia Featurehouse独家出品\",\n    \"mod.sweet_potato."
  },
  {
    "path": "mods/techreborn.json",
    "chars": 32752,
    "preview": "{\n    \"itemGroup.techreborn.item_group\": \"科技复兴\",\n    \"_comment\": \"机器\",\n    \"block.techreborn.pump\": \"泵\",\n    \"block.tech"
  },
  {
    "path": "mods/terrestria.json",
    "chars": 12792,
    "preview": "{\n    \"itemGroup.terrestria.items\": \"Terrestria\",\n    \"item.terrestria.cypress_boat\": \"柏木方舟\",\n    \"item.terrestria.hemlo"
  },
  {
    "path": "mods/torcherino.json",
    "chars": 828,
    "preview": "{\n    \"block.torcherino.torcherino\": \"真·加速火把\",\n    \"block.torcherino.compressed_torcherino\": \"压缩加速火把\",\n    \"block.torche"
  },
  {
    "path": "mods/traverse.json",
    "chars": 2059,
    "preview": "{\n    \"biome.traverse.arid_highlands\": \"干旱高原\",\n    \"biome.traverse.autumnal_wooded_hills\": \"秋木山脉\",\n    \"biome.traverse.a"
  },
  {
    "path": "mods/tweakeroo.json",
    "chars": 42522,
    "preview": "{\n    \"tweakeroo.gui.button.config_gui.disable_hotkeys\": \"禁用类工具热键\",\n    \"tweakeroo.gui.button.config_gui.disable_toggle\""
  },
  {
    "path": "mods/vanilla_hammers.json",
    "chars": 1588,
    "preview": "{\n    \"item.vanilla-hammers.wooden_hammer\": \"木锤\",\n    \"item.vanilla-hammers.stone_hammer\": \"石锤\",\n    \"item.vanilla-hamme"
  },
  {
    "path": "mods/voxelmap.json",
    "chars": 6880,
    "preview": "{\n    \"minimap.ui.welcome1\": \"模组作者:MamiyaOtaru\",\n    \"minimap.ui.welcome2\": \"汉化人员:law_4x,梗化人员:梗体中文资源包制作组\",\n    \"minimap."
  },
  {
    "path": "modules/a_letter/assets/minecraft/texts/end.txt",
    "chars": 2968,
    "preview": "§9???§r: 你在等着看终末之诗,是吗?\n\n§9???§r: 或者说……你其实已经提前就解包了?\n\n§9LakeJason§r: 哦对了,PLAYERNAME,我叫§9LakeJason§r,叫我湖人就好。\n\n§9LakeJason§r"
  },
  {
    "path": "modules/a_letter/module_manifest.json",
    "chars": 166,
    "preview": "{\n    \"name\": \"a_letter\",\n    \"type\": \"resource\",\n    \"description\": \"一封信,也许打完龙会出现\",\n    \"author\": [\"梗体中文内容组\"],\n    \"inc"
  },
  {
    "path": "modules/a_piece_of_seriousness/assets/minecraft/texts/end.txt",
    "chars": 1972,
    "preview": "你好。\n\n正常情况下,你应该见过原版的终末之诗。这或许不是你第一次来到这里了。\n\n所以我为你准备了一些别的东西。“你”。你一定知道自己叫做什么名字,所以我不会再复述一遍了,以免你并不认同你的游戏名称是你希望得到的称呼。\n\n这一次,你或许可以"
  },
  {
    "path": "modules/a_piece_of_seriousness/module_manifest.json",
    "chars": 170,
    "preview": "{\n    \"name\": \"a_piece_of_seriousness\",\n    \"type\": \"resource\",\n    \"description\": \"一份取代终末之诗的文章。\",\n    \"author\": [\"siift"
  },
  {
    "path": "modules/air_pods/module_manifest.json",
    "chars": 119,
    "preview": "{\n    \"name\": \"air_pods\",\n    \"type\": \"resource\",\n    \"description\": \"Wow,四个铁锭儿就能换到介么好的耳机\",\n    \"author\": [\"Zh9c418\"]\n}"
  },
  {
    "path": "modules/anniversary/assets/minecraft/models/block/cake.json",
    "chars": 4893,
    "preview": "{\n    \"credit\": \"Made with Blockbench\",\n    \"textures\": {\n        \"two\": \"mcwzhmeme:block/two\",\n        \"bottom\": \"block"
  },
  {
    "path": "modules/anniversary/module_manifest.json",
    "chars": 179,
    "preview": "{\n    \"name\": \"anniversary\",\n    \"type\": \"resource\",\n    \"description\": \"我们两周年啦!\",\n    \"author\": [\"Lakejason0\", \"Dianlia"
  },
  {
    "path": "modules/annoying_sounds/assets/minecraft/sounds.json",
    "chars": 1290,
    "preview": "{\n    \"ui.button.click\": {\n        \"sounds\": [\n            {\n                \"name\": \"whaaaaat\",\n                \"stream"
  },
  {
    "path": "modules/annoying_sounds/module_manifest.json",
    "chars": 128,
    "preview": "{\n    \"name\": \"annoying_sounds\",\n    \"type\": \"resource\",\n    \"description\": \"烦人的音效\",\n    \"author\": [\"Lakejason0\", \"Neubu"
  },
  {
    "path": "modules/author_zombies/assets/minecraft/optifine/random/entity/zombie/zombie.properties",
    "chars": 12,
    "preview": "skins.1=1-8\n"
  },
  {
    "path": "modules/author_zombies/module_manifest.json",
    "chars": 119,
    "preview": "{\n    \"name\": \"author_zombies\",\n    \"type\": \"resource\",\n    \"description\": \"让僵尸随机变成各个作者的亚子\",\n    \"author\": [\"Gugle\"]\n}\n"
  },
  {
    "path": "modules/bagify/module_manifest.json",
    "chars": 127,
    "preview": "{\n    \"name\": \"bagify\",\n    \"type\": \"resource\",\n    \"description\": \"帮你把所有粉末装到袋子里\",\n    \"author\": [\"SkyEye_FAST\", \"DoroWo"
  },
  {
    "path": "modules/baguette/assets/minecraft/models/item/bread.json",
    "chars": 430,
    "preview": "{\n    \"parent\": \"minecraft:item/generated\",\n    \"textures\": {\n        \"layer0\": \"minecraft:item/bread\"\n    },\n    \"displ"
  },
  {
    "path": "modules/baguette/module_manifest.json",
    "chars": 122,
    "preview": "{\n    \"name\": \"baguette\",\n    \"type\": \"resource\",\n    \"description\": \"真·法国面包\",\n    \"author\": [\"DoroWolf\", \"Lakejason0\"]\n"
  },
  {
    "path": "modules/bb_mace/add.json",
    "chars": 132,
    "preview": "{\n    \"item.minecraft.mace\":\"BB锤\",\n    \"subtitles.item.mace.smash_ground\":\"BB锤:八十\",\n    \"subtitles.item.mace.smash_air\":"
  },
  {
    "path": "modules/bb_mace/assets/minecraft/models/item/mace.json",
    "chars": 3036,
    "preview": "{\n\t\"credit\": \"Made by Don_Trueno with Blockbench\",\n\t\"texture_size\": [64, 32],\n\t\"textures\": {\n\t\t\"0\": \"item/bb_mace\",\n\t\t\"p"
  },
  {
    "path": "modules/bb_mace/assets/minecraft/sounds.json",
    "chars": 313,
    "preview": "{\n  \"item.mace.smash_air\": {\n    \"replace\":true,\n    \"sounds\": [\n      \"item/mace/smash_air\"\n    ],\n    \"subtitle\": \"sub"
  },
  {
    "path": "modules/bb_mace/module_manifest.json",
    "chars": 264,
    "preview": "{\r\n    \"name\": \"bb_mace\",\r\n    \"type\": \"resource\",\r\n    \"description\": \"锤蜂机。\",\r\n    \"author\": [\"Don_Trueno\"],\r\n    \"lang"
  },
  {
    "path": "modules/beautiful_chicken/module_manifest.json",
    "chars": 131,
    "preview": "{\n    \"name\": \"beautiful_chicken\",\n    \"type\": \"resource\",\n    \"description\": \"你干嘛~哎呦~\",\n    \"author\": [\"DoroWolf\",\"Don_"
  },
  {
    "path": "modules/bee_breeze/add.json",
    "chars": 785,
    "preview": "{\n    \"entity.minecraft.breeze\": \"蜂人\",\n    \"entity.minecraft.wind_charge\": \"蜂弹\",\n    \"entity.minecraft.breeze_wind_charg"
  },
  {
    "path": "modules/bee_breeze/module_manifest.json",
    "chars": 270,
    "preview": "{\r\n    \"name\": \"bee_breeze\",\r\n    \"type\": \"resource\",\r\n    \"description\": \"旋风人也蜂了。\",\r\n    \"author\": [\"Don_Trueno\"],\r\n   "
  },
  {
    "path": "modules/bee_pickaxe/module_manifest.json",
    "chars": 112,
    "preview": "{\n    \"name\": \"bee_pickaxe\",\n    \"type\": \"resource\",\n    \"description\": \"镐蜂了!\",\n    \"author\": [\"SkyEye_FAST\"]\n}\n"
  },
  {
    "path": "modules/bee_pickaxe_ii/assets/minecraft/models/item/golden_pickaxe.json",
    "chars": 6748,
    "preview": "{\n\t\"credit\": \"Made by Don_Trueno with Blockbench\",\n\t\"texture_size\": [64, 32],\n\t\"textures\": {\n\t\t\"0\": \"item/bee_pickaxe\",\n"
  },
  {
    "path": "modules/bee_pickaxe_ii/module_manifest.json",
    "chars": 115,
    "preview": "{\n    \"name\": \"bee_pickaxe_ii\",\n    \"type\": \"resource\",\n    \"description\": \"镐一直蜂!\",\n    \"author\": [\"Don_Trueno\"]\n}\n"
  },
  {
    "path": "modules/bell_sound/module_manifest.json",
    "chars": 113,
    "preview": "{\n    \"name\": \"bell_sound\",\n    \"type\": \"resource\",\n    \"description\": \"噔 噔 咚(钟声)\",\n    \"author\": [\"DoroWolf\"]\n}\n"
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/blast_furnace_front_on.png.mcmeta",
    "chars": 110,
    "preview": "{\n  \"animation\": {\n    \"interpolate\": true,\n    \"frametime\": 10,\n    \"frames\": [\n      0,\n      1\n    ]\n  }\n}\n"
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/campfire_fire.png.mcmeta",
    "chars": 138,
    "preview": "{\n  \"animation\": {\n    \"frametime\": 2,\n    \"frames\": [\n      0,\n      7,\n      6,\n      5,\n      4,\n      3,\n      2,\n  "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/campfire_log_lit.png.mcmeta",
    "chars": 172,
    "preview": "{\n    \"animation\": {\n        \"interpolate\": true,\n        \"frametime\": 20,\n        \"frames\": [\n            0,\n          "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta",
    "chars": 128,
    "preview": "{\n  \"animation\": {\n    \"interpolate\": true,\n    \"frametime\": 10,\n    \"frames\": [\n      0,\n      3,\n      2,\n      1\n    "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta",
    "chars": 128,
    "preview": "{\n  \"animation\": {\n    \"interpolate\": true,\n    \"frametime\": 10,\n    \"frames\": [\n      0,\n      3,\n      2,\n      1\n    "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta",
    "chars": 128,
    "preview": "{\n  \"animation\": {\n    \"interpolate\": true,\n    \"frametime\": 10,\n    \"frames\": [\n      0,\n      3,\n      2,\n      1\n    "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta",
    "chars": 128,
    "preview": "{\n  \"animation\": {\n    \"interpolate\": true,\n    \"frametime\": 10,\n    \"frames\": [\n      0,\n      3,\n      2,\n      1\n    "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/command_block_back.png.mcmeta",
    "chars": 128,
    "preview": "{\n  \"animation\": {\n    \"interpolate\": true,\n    \"frametime\": 10,\n    \"frames\": [\n      0,\n      3,\n      2,\n      1\n    "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/command_block_conditional.png.mcmeta",
    "chars": 128,
    "preview": "{\n  \"animation\": {\n    \"interpolate\": true,\n    \"frametime\": 10,\n    \"frames\": [\n      0,\n      3,\n      2,\n      1\n    "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/command_block_front.png.mcmeta",
    "chars": 128,
    "preview": "{\n  \"animation\": {\n    \"interpolate\": true,\n    \"frametime\": 10,\n    \"frames\": [\n      0,\n      3,\n      2,\n      1\n    "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/command_block_side.png.mcmeta",
    "chars": 128,
    "preview": "{\n  \"animation\": {\n    \"interpolate\": true,\n    \"frametime\": 10,\n    \"frames\": [\n      0,\n      3,\n      2,\n      1\n    "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/crimson_stem.png.mcmeta",
    "chars": 137,
    "preview": "{\n  \"animation\": {\n    \"interpolate\": true,\n    \"frametime\": 10,\n    \"frames\": [\n      0,\n      4,\n      3,\n      2,\n   "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/fire_0.png.mcmeta",
    "chars": 356,
    "preview": "{\n  \"animation\": {\n    \"frames\": [\n      16,\n      15,\n      14,\n      13,\n      12,\n      11,\n      10,\n      9,\n      "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/fire_1.png.mcmeta",
    "chars": 355,
    "preview": "{\n  \"animation\": {\n    \"frames\": [\n      0,\n      31,\n      30,\n      29,\n      28,\n      27,\n      26,\n      25,\n      "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/firefly_bush_emissive.png.mcmeta",
    "chars": 156,
    "preview": "{\n  \"animation\": {\n    \"frametime\": 3,\n    \"frames\": [\n      0,\n      9,\n      8,\n      7,\n      6,\n      5,\n      4,\n  "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/kelp.png.mcmeta",
    "chars": 256,
    "preview": "{\n  \"animation\": {\n    \"frametime\": 2,\n    \"frames\": [\n      0,\n      19,\n      18,\n      17,\n      16,\n      15,\n      "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/kelp_plant.png.mcmeta",
    "chars": 256,
    "preview": "{\n  \"animation\": {\n    \"frametime\": 2,\n    \"frames\": [\n      0,\n      19,\n      18,\n      17,\n      16,\n      15,\n      "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/lantern.png.mcmeta",
    "chars": 92,
    "preview": "{\n  \"animation\": {\n    \"frametime\": 8,\n    \"frames\": [\n      0,\n      2,\n      1\n    ]\n  }\n}"
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/lava_flow.png.mcmeta",
    "chars": 376,
    "preview": "{\n  \"animation\": {\n    \"frametime\": 3,\n    \"frames\": [\n      0,\n      31,\n      30,\n      29,\n      28,\n      27,\n      "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/lava_still.png.mcmeta",
    "chars": 426,
    "preview": "{\n  \"animation\": {\n    \"frametime\": 2,\n    \"frames\": [\n      0,\n      1,\n      2,\n      3,\n      4,\n      5,\n      6,\n  "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/magma.png.mcmeta",
    "chars": 118,
    "preview": "{\n  \"animation\": {\n    \"frametime\": 8,\n    \"interpolate\": true,\n    \"frames\": [\n      0,\n      2,\n      1\n    ]\n  }\n}\n"
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/nether_portal.png.mcmeta",
    "chars": 355,
    "preview": "{\n  \"animation\": {\n    \"frames\": [\n      0,\n      31,\n      30,\n      29,\n      28,\n      27,\n      26,\n      25,\n      "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/prismarine.png.mcmeta",
    "chars": 291,
    "preview": "{\n  \"animation\": {\n    \"frametime\": 300,\n    \"interpolate\": true,\n    \"frames\": [\n      0,\n      3,\n      1,\n      3,\n  "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta",
    "chars": 128,
    "preview": "{\n  \"animation\": {\n    \"interpolate\": true,\n    \"frametime\": 10,\n    \"frames\": [\n      0,\n      3,\n      2,\n      1\n    "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta",
    "chars": 128,
    "preview": "{\n  \"animation\": {\n    \"interpolate\": true,\n    \"frametime\": 10,\n    \"frames\": [\n      0,\n      3,\n      2,\n      1\n    "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta",
    "chars": 128,
    "preview": "{\n  \"animation\": {\n    \"interpolate\": true,\n    \"frametime\": 10,\n    \"frames\": [\n      0,\n      3,\n      2,\n      1\n    "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta",
    "chars": 128,
    "preview": "{\n  \"animation\": {\n    \"interpolate\": true,\n    \"frametime\": 10,\n    \"frames\": [\n      0,\n      3,\n      2,\n      1\n    "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/respawn_anchor_top.png.mcmeta",
    "chars": 355,
    "preview": "{\n  \"animation\": {\n    \"frames\": [\n      0,\n      31,\n      30,\n      29,\n      28,\n      27,\n      26,\n      25,\n      "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/sculk.png.mcmeta",
    "chars": 119,
    "preview": "{\n  \"animation\": {\n    \"frametime\": 20,\n    \"interpolate\": true,\n    \"frames\": [\n      0,\n      2,\n      1\n    ]\n  }\n}\n"
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/sculk_catalyst_side_bloom.png.mcmeta",
    "chars": 138,
    "preview": "{\n  \"animation\": {\n    \"frametime\": 1,\n    \"frames\": [\n      0,\n      7,\n      6,\n      5,\n      4,\n      3,\n      2,\n  "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/sculk_catalyst_top_bloom.png.mcmeta",
    "chars": 138,
    "preview": "{\n  \"animation\": {\n    \"frametime\": 1,\n    \"frames\": [\n      0,\n      7,\n      6,\n      5,\n      4,\n      3,\n      2,\n  "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/sculk_sensor_tendril_active.png.mcmeta",
    "chars": 328,
    "preview": "{\n    \"animation\": {\n        \"frametime\": 1,\n        \"frames\": [\n            0,\n            15,\n            14,\n        "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/sculk_sensor_tendril_inactive.png.mcmeta",
    "chars": 328,
    "preview": "{\n    \"animation\": {\n        \"frametime\": 2,\n        \"frames\": [\n            0,\n            15,\n            14,\n        "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/sculk_shrieker_can_summon_inner_top.png.mcmeta",
    "chars": 181,
    "preview": "{\n  \"animation\": {\n    \"frametime\": 3,\n    \"interpolate\": true,\n    \"frames\": [\n      0,\n      9,\n      8,\n      7,\n    "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/sculk_shrieker_inner_top.png.mcmeta",
    "chars": 181,
    "preview": "{\n  \"animation\": {\n    \"frametime\": 6,\n    \"interpolate\": true,\n    \"frames\": [\n      0,\n      9,\n      8,\n      7,\n    "
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/sculk_vein.png.mcmeta",
    "chars": 119,
    "preview": "{\n  \"animation\": {\n    \"frametime\": 20,\n    \"interpolate\": true,\n    \"frames\": [\n      0,\n      2,\n      1\n    ]\n  }\n}\n"
  },
  {
    "path": "modules/block_animation_reverse/assets/minecraft/textures/block/sea_lantern.png.mcmeta",
    "chars": 157,
    "preview": "{\n    \"animation\": {\n        \"frametime\": 5,\n        \"frames\": [\n            0,\n            4,\n            3,\n          "
  }
]

// ... and 504 more files (download for full content)

About this extraction

This page contains the full source code of the Teahouse-Studios/mcwzh-meme-resourcepack GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 704 files (2.9 MB), approximately 786.8k tokens, and a symbol index with 37 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!