================================================================================
SECTION 1: FILE TREE
================================================================================

resources/
├── architectury.common.json
├── assets
│   ├── minecraft
│   │   └── atlases
│   │       └── blocks.json
│   └── morevillagers
│       ├── blockstates
│       │   ├── blueprint_table.json
│       │   ├── chiller.json
│       │   ├── decayed_workbench.json
│       │   ├── gardening_table.json
│       │   ├── gilded_station.json
│       │   ├── hunting_post.json
│       │   ├── mining_bench.json
│       │   ├── oceanography_table.json
│       │   ├── purpur_altar.json
│       │   ├── woodworking_table.json
│       │   └── xmas_chest.json
│       ├── items
│       │   ├── blueprint_table.json
│       │   ├── chiller.json
│       │   ├── decayed_workbench.json
│       │   ├── gardening_table.json
│       │   ├── hunting_post.json
│       │   ├── mining_bench.json
│       │   ├── oceanography_table.json
│       │   ├── purpur_altar.json
│       │   ├── woodworking_table.json
│       │   └── xmas_chest.json
│       ├── lang
│       │   ├── de_de.json
│       │   ├── en_us.json
│       │   ├── no_no.json
│       │   ├── pl_pl.json
│       │   ├── pt_br.json
│       │   ├── ru_ru.json
│       │   ├── zh_cn.json
│       │   └── zh_tw.json
│       ├── models
│       │   ├── block
│       │   │   ├── blueprint_table.json
│       │   │   ├── chiller.json
│       │   │   ├── decayed_workbench.json
│       │   │   ├── gardening_table.json
│       │   │   ├── gilded_station.json
│       │   │   ├── hunting_post.json
│       │   │   ├── mining_bench.json
│       │   │   ├── oceanography_table.json
│       │   │   ├── purpur_altar.json
│       │   │   ├── woodworking_table.json
│       │   │   ├── xmas_chest.json
│       │   │   └── xmas_chest_item.json
│       │   └── item
│       │       ├── blueprint_table.json
│       │       ├── chiller.json
│       │       ├── decayed_workbench.json
│       │       ├── gardening_table.json
│       │       ├── gilded_station.json
│       │       ├── hunting_post.json
│       │       ├── mining_bench.json
│       │       ├── oceanography_table.json
│       │       ├── purpur_altar.json
│       │       ├── woodworking_table.json
│       │       └── xmas_chest.json
│       └── textures
│           ├── block
│           │   ├── blueprint_table_bottom.png
│           │   ├── blueprint_table_front.png
│           │   ├── blueprint_table_side.png
│           │   ├── blueprint_table_top.png
│           │   ├── chiller_side.png
│           │   ├── chiller_top.png
│           │   ├── decayed_workbench_bottom.png
│           │   ├── decayed_workbench_side.png
│           │   ├── decayed_workbench_top.png
│           │   ├── gardening_table_bottom.png
│           │   ├── gardening_table_side.png
│           │   ├── gardening_table_top.png
│           │   ├── gilded_station_side.png
│           │   ├── gilded_station_top.png
│           │   ├── hunting_post_back.png
│           │   ├── hunting_post_bottom.png
│           │   ├── hunting_post_front.png
│           │   ├── hunting_post_left.png
│           │   ├── hunting_post_right.png
│           │   ├── hunting_post_top.png
│           │   ├── mining_bench_back.png
│           │   ├── mining_bench_bottom.png
│           │   ├── mining_bench_front.png
│           │   ├── mining_bench_left.png
│           │   ├── mining_bench_right.png
│           │   ├── mining_bench_top.png
│           │   ├── oceanography_table_back.png
│           │   ├── oceanography_table_front.png
│           │   ├── oceanography_table_left.png
│           │   ├── oceanography_table_right.png
│           │   ├── oceanography_table_side.png
│           │   ├── oceanography_table_top.png
│           │   ├── purpur_altar_back.png
│           │   ├── purpur_altar_bottom.png
│           │   ├── purpur_altar_front.png
│           │   ├── purpur_altar_left.png
│           │   ├── purpur_altar_right.png
│           │   ├── purpur_altar_top.png
│           │   ├── woodworking_table_back.png
│           │   ├── woodworking_table_front.png
│           │   ├── woodworking_table_side.png
│           │   ├── woodworking_table_side2.png
│           │   └── woodworking_table_top.png
│           ├── entity
│           │   ├── villager
│           │   │   ├── baby
│           │   │   │   └── badlands.png
│           │   │   ├── profession
│           │   │   │   ├── ascended.png
│           │   │   │   ├── enderian.png
│           │   │   │   ├── enderian.png.mcmeta
│           │   │   │   ├── engineer.png
│           │   │   │   ├── engineer.png.mcmeta
│           │   │   │   ├── explorer.png
│           │   │   │   ├── florist.png
│           │   │   │   ├── florist.png.mcmeta
│           │   │   │   ├── hunter.png
│           │   │   │   ├── hunter.png.mcmeta
│           │   │   │   ├── iceman.png
│           │   │   │   ├── iceman.png.mcmeta
│           │   │   │   ├── miner.png
│           │   │   │   ├── miner.png.mcmeta
│           │   │   │   ├── netherian.png
│           │   │   │   ├── netherian.png.mcmeta
│           │   │   │   ├── oceanographer.png
│           │   │   │   ├── woodworker.png
│           │   │   │   └── woodworker.png.mcmeta
│           │   │   └── type
│           │   │       ├── badlands.png
│           │   │       └── badlands.png.mcmeta
│           │   └── zombie_villager
│           │       ├── baby
│           │       │   └── badlands.png
│           │       ├── profession
│           │       │   ├── ascended.png
│           │       │   ├── enderian.png
│           │       │   ├── enderian.png.mcmeta
│           │       │   ├── engineer.png
│           │       │   ├── engineer.png.mcmeta
│           │       │   ├── explorer.png
│           │       │   ├── florist.png
│           │       │   ├── florist.png.mcmeta
│           │       │   ├── hunter.png
│           │       │   ├── hunter.png.mcmeta
│           │       │   ├── iceman.png
│           │       │   ├── iceman.png.mcmeta
│           │       │   ├── miner.png
│           │       │   ├── miner.png.mcmeta
│           │       │   ├── netherian.png
│           │       │   ├── netherian.png.mcmeta
│           │       │   ├── oceanographer.png
│           │       │   ├── woodworker.png
│           │       │   └── woodworker.png.mcmeta
│           │       └── type
│           │           ├── badlands.png
│           │           └── badlands.png.mcmeta
│           └── map
│               └── decorations
│                   ├── ancient_city_decoration.png
│                   ├── bastion_remnant_decoration.png
│                   ├── end_city_decoration.png
│                   ├── fortress_decoration.png
│                   ├── jungle_temple_decoration.png
│                   ├── mineshaft_decoration.png
│                   ├── pillager_outpost_decoration.png
│                   ├── red_x_decoration.png
│                   ├── swamp_hut_decoration.png
│                   ├── trail_ruins_decoration.png
│                   └── trial_chambers_decoration.png
├── data
│   ├── minecraft
│   │   └── tags
│   │       ├── block
│   │       │   └── mineable
│   │       │       ├── axe.json
│   │       │       └── pickaxe.json
│   │       └── point_of_interest_type
│   │           └── acquirable_job_site.json
│   ├── morevillagers
│   │   ├── advancement
│   │   │   ├── all_professions_traded.json
│   │   │   ├── all_villages.json
│   │   │   ├── all_workstations_get.json
│   │   │   ├── buy_map.json
│   │   │   ├── buy_xmas_chest.json
│   │   │   ├── end_trade.json
│   │   │   ├── first_trade.json
│   │   │   ├── first_village.json
│   │   │   ├── first_workstation_get.json
│   │   │   ├── kill_babyvillager.json
│   │   │   ├── kill_villager.json
│   │   │   ├── map_bastion.json
│   │   │   ├── map_endcity.json
│   │   │   ├── master_trade.json
│   │   │   ├── nether_trade.json
│   │   │   ├── recipes
│   │   │   │   ├── blueprint_table.json
│   │   │   │   ├── chiller.json
│   │   │   │   ├── decayed_workbench.json
│   │   │   │   ├── gardening_table.json
│   │   │   │   ├── hunting_post.json
│   │   │   │   ├── mining_bench.json
│   │   │   │   ├── oceanography_table.json
│   │   │   │   ├── purpur_altar.json
│   │   │   │   └── woodworking_table.json
│   │   │   ├── root.json
│   │   │   └── tame_cat.json
│   │   ├── loot_table
│   │   │   ├── blocks
│   │   │   │   ├── blueprint_table.json
│   │   │   │   ├── chiller.json
│   │   │   │   ├── decayed_workbench.json
│   │   │   │   ├── gardening_table.json
│   │   │   │   ├── gilded_station.json
│   │   │   │   ├── hunting_post.json
│   │   │   │   ├── mining_bench.json
│   │   │   │   ├── oceanography_table.json
│   │   │   │   ├── purpur_altar.json
│   │   │   │   ├── woodworking_table.json
│   │   │   │   └── xmas_chest.json
│   │   │   ├── chests
│   │   │   │   └── village
│   │   │   │       ├── village_hunter.json
│   │   │   │       └── village_oceanographer.json
│   │   │   └── gameplay
│   │   │       └── hero_of_the_village
│   │   │           ├── enderian_gift.json
│   │   │           ├── engineer_gift.json
│   │   │           ├── explorer_gift.json
│   │   │           ├── florist_gift.json
│   │   │           ├── hunter_gift.json
│   │   │           ├── iceman_gift.json
│   │   │           ├── miner_gift.json
│   │   │           ├── netherian_gift.json
│   │   │           ├── oceanographer_gift.json
│   │   │           └── woodworker_gift.json
│   │   ├── recipe
│   │   │   ├── blueprint_table.json
│   │   │   ├── chiller.json
│   │   │   ├── decayed_workbench.json
│   │   │   ├── gardening_table.json
│   │   │   ├── gilded_station.json
│   │   │   ├── hunting_post.json
│   │   │   ├── mining_bench.json
│   │   │   ├── oceanography_table.json
│   │   │   ├── purpur_altar.json
│   │   │   └── woodworking_table.json
│   │   ├── rs_pieces_spawn_counts
│   │   │   ├── village_badlands.json
│   │   │   ├── village_bamboo.json
│   │   │   ├── village_birch.json
│   │   │   ├── village_cherry.json
│   │   │   ├── village_dark_forest.json
│   │   │   ├── village_giant_taiga.json
│   │   │   ├── village_jungle.json
│   │   │   ├── village_mountains.json
│   │   │   ├── village_mushroom.json
│   │   │   ├── village_oak.json
│   │   │   ├── village_ocean.json
│   │   │   └── village_swamp.json
│   │   ├── rs_pool_additions
│   │   │   └── villages
│   │   │       ├── badlands
│   │   │       │   └── houses.json
│   │   │       ├── bamboo
│   │   │       │   └── houses.json
│   │   │       ├── birch
│   │   │       │   └── houses.json
│   │   │       ├── cherry
│   │   │       │   └── houses.json
│   │   │       ├── dark_forest
│   │   │       │   └── houses.json
│   │   │       ├── giant_taiga
│   │   │       │   └── houses.json
│   │   │       ├── jungle
│   │   │       │   └── houses.json
│   │   │       ├── mountains
│   │   │       │   └── houses.json
│   │   │       ├── mushroom
│   │   │       │   └── houses.json
│   │   │       ├── oak
│   │   │       │   └── houses.json
│   │   │       ├── ocean
│   │   │       │   └── houses.json
│   │   │       └── swamp
│   │   │           └── houses.json
│   │   ├── structure
│   │   │   └── village
│   │   │       ├── badlands
│   │   │       │   ├── engineer.nbt
│   │   │       │   ├── florist.nbt
│   │   │       │   ├── hunter.nbt
│   │   │       │   ├── hunter_engineer.nbt
│   │   │       │   ├── oceanographer.nbt
│   │   │       │   └── woodworker.nbt
│   │   │       ├── bamboo
│   │   │       │   ├── engineer.nbt
│   │   │       │   ├── florist.nbt
│   │   │       │   ├── hunter.nbt
│   │   │       │   ├── oceanographer.nbt
│   │   │       │   └── woodworker.nbt
│   │   │       ├── birch
│   │   │       │   ├── engineer.nbt
│   │   │       │   ├── florist.nbt
│   │   │       │   ├── hunter.nbt
│   │   │       │   ├── oceanographer.nbt
│   │   │       │   └── woodworker.nbt
│   │   │       ├── cherry
│   │   │       │   ├── engineer.nbt
│   │   │       │   ├── florist.nbt
│   │   │       │   ├── hunter.nbt
│   │   │       │   ├── oceanographer.nbt
│   │   │       │   └── woodworker.nbt
│   │   │       ├── dark_forest
│   │   │       │   ├── engineer.nbt
│   │   │       │   ├── florist.nbt
│   │   │       │   ├── hunter.nbt
│   │   │       │   ├── oceanographer.nbt
│   │   │       │   └── woodworker.nbt
│   │   │       ├── desert
│   │   │       │   ├── desert_engineer.nbt
│   │   │       │   ├── desert_florist.nbt
│   │   │       │   ├── desert_hunter.nbt
│   │   │       │   ├── desert_oceanographer.nbt
│   │   │       │   └── desert_woodworker.nbt
│   │   │       ├── giant_taiga
│   │   │       │   ├── engineer.nbt
│   │   │       │   ├── florist.nbt
│   │   │       │   ├── hunter.nbt
│   │   │       │   ├── oceanographer.nbt
│   │   │       │   └── woodworker.nbt
│   │   │       ├── jungle
│   │   │       │   ├── engineer.nbt
│   │   │       │   ├── florist.nbt
│   │   │       │   ├── hunter.nbt
│   │   │       │   ├── oceanographer.nbt
│   │   │       │   └── woodworker.nbt
│   │   │       ├── mountains
│   │   │       │   ├── engineer.nbt
│   │   │       │   ├── florist.nbt
│   │   │       │   ├── hunter.nbt
│   │   │       │   ├── oceanographer.nbt
│   │   │       │   └── woodworker.nbt
│   │   │       ├── mushroom
│   │   │       │   ├── engineer.nbt
│   │   │       │   ├── florist.nbt
│   │   │       │   ├── hunter.nbt
│   │   │       │   ├── oceanographer.nbt
│   │   │       │   └── woodworker.nbt
│   │   │       ├── oak
│   │   │       │   ├── engineer.nbt
│   │   │       │   ├── florist.nbt
│   │   │       │   ├── hunter.nbt
│   │   │       │   ├── oceanographer.nbt
│   │   │       │   └── woodworker.nbt
│   │   │       ├── ocean
│   │   │       │   ├── engineer.nbt
│   │   │       │   ├── florist.nbt
│   │   │       │   ├── hunter.nbt
│   │   │       │   ├── oceanographer.nbt
│   │   │       │   └── woodworker.nbt
│   │   │       ├── plains
│   │   │       │   ├── plains_engineer.nbt
│   │   │       │   ├── plains_florist.nbt
│   │   │       │   ├── plains_hunter.nbt
│   │   │       │   ├── plains_oceanographer.nbt
│   │   │       │   └── plains_woodworker.nbt
│   │   │       ├── savanna
│   │   │       │   ├── savanna_engineer.nbt
│   │   │       │   ├── savanna_florist.nbt
│   │   │       │   ├── savanna_hunter.nbt
│   │   │       │   ├── savanna_oceanographer.nbt
│   │   │       │   └── savanna_woodworker.nbt
│   │   │       ├── snowy
│   │   │       │   ├── snowy_engineer.nbt
│   │   │       │   ├── snowy_florist.nbt
│   │   │       │   ├── snowy_hunter.nbt
│   │   │       │   ├── snowy_oceanographer.nbt
│   │   │       │   └── snowy_woodworker.nbt
│   │   │       ├── swamp
│   │   │       │   ├── engineer.nbt
│   │   │       │   ├── florist.nbt
│   │   │       │   ├── hunter.nbt
│   │   │       │   ├── oceanographer.nbt
│   │   │       │   └── woodworker.nbt
│   │   │       └── taiga
│   │   │           ├── taiga_engineer.nbt
│   │   │           ├── taiga_florist.nbt
│   │   │           ├── taiga_hunter.nbt
│   │   │           ├── taiga_oceanographer.nbt
│   │   │           └── taiga_woodworker.nbt
│   │   ├── tags
│   │   │   └── worldgen
│   │   │       └── structure
│   │   │           ├── on_ancient_city_explorer_maps.json
│   │   │           ├── on_bastion_remnant_explorer_maps.json
│   │   │           ├── on_end_city_explorer_maps.json
│   │   │           ├── on_fortress_explorer_maps.json
│   │   │           ├── on_jungle_temple_explorer_maps.json
│   │   │           ├── on_mineshaft_explorer_maps.json
│   │   │           ├── on_pillager_outpost_explorer_maps.json
│   │   │           ├── on_shipwreck_maps.json
│   │   │           ├── on_swamp_hut_explorer_maps.json
│   │   │           ├── on_trail_ruins_maps.json
│   │   │           └── on_trial_chambers_maps.json
│   │   └── villager_trade
│   └── neoforge
│       └── data_maps
│           ├── villager_profession
│           │   └── raid_hero_gifts.json
│           └── worldgen
│               └── biome
│                   └── villager_types.json
├── morevillagers.classtweaker
├── morevillagers.mixins.json
├── one.py
├── pack.mcmeta
├── pack.png
├── villagerapi_config.json
└── villagers
    ├── biome_mappings
    │   └── badlands.json
    ├── biome_trades
    ├── gifts
    │   ├── enderian.json
    │   ├── engineer.json
    │   ├── explorer.json
    │   ├── florist.json
    │   ├── hunter.json
    │   ├── iceman.json
    │   ├── miner.json
    │   ├── netherian.json
    │   ├── oceanographer.json
    │   └── woodworker.json
    ├── poi_types
    │   ├── enderian.json
    │   ├── engineer.json
    │   ├── explorer.json
    │   ├── florist.json
    │   ├── hunter.json
    │   ├── iceman.json
    │   ├── miner.json
    │   ├── netherian.json
    │   ├── oceanographer.json
    │   └── woodworker.json
    ├── professions
    │   ├── enderian.json
    │   ├── engineer.json
    │   ├── explorer.json
    │   ├── florist.json
    │   ├── hunter.json
    │   ├── iceman.json
    │   ├── miner.json
    │   ├── netherian.json
    │   ├── oceanographer.json
    │   └── woodworker.json
    ├── structure_tags
    │   ├── on_ancient_city_explorer_maps.json
    │   ├── on_bastion_remnant_explorer_maps.json
    │   ├── on_end_city_explorer_maps.json
    │   ├── on_fortress_explorer_maps.json
    │   ├── on_jungle_temple_explorer_maps.json
    │   ├── on_mineshaft_explorer_maps.json
    │   ├── on_pillager_outpost_explorer_maps.json
    │   ├── on_shipwreck_maps.json
    │   ├── on_swamp_hut_explorer_maps.json
    │   ├── on_trail_ruins_maps.json
    │   └── on_trial_chambers_maps.json
    ├── trades
    │   ├── enderian.json
    │   ├── engineer.json
    │   ├── explorer.json
    │   ├── florist.json
    │   ├── hunter.json
    │   ├── iceman.json
    │   ├── miner.json
    │   ├── netherian.json
    │   ├── oceanographer.json
    │   └── woodworker.json
    ├── types
    │   └── badlands.json
    └── workstations


================================================================================
SECTION 2: FILE CONTENTS
================================================================================

================================================================================
FILE: architectury.common.json
================================================================================
{
  "accessWidener": "morevillagers.classtweaker"
}

================================================================================
FILE: morevillagers.classtweaker
================================================================================
classTweaker   v1  official
accessible class net/minecraft/world/level/block/entity/BlockEntityType$BlockEntitySupplier

================================================================================
FILE: morevillagers.mixins.json
================================================================================
{
  "required": true,
  "package": "com.frikinjay.morevillagers.mixin",
  "compatibilityLevel": "JAVA_21",
  "minVersion": "0.8",
  "client": [
    "ChestRendererMixin"
  ],
  "mixins": [
    "StructureTemplatePoolAccessor"
  ],
  "injectors": {
    "defaultRequire": 1
  }
}


================================================================================
FILE: one.py
================================================================================
import os


def generate_file_tree(start_path, prefix=""):
    """Recursively generates a visual file tree string."""
    tree_str = ""
    try:
        entries = sorted(os.listdir(start_path))
    except PermissionError:
        return f"{prefix}[Permission Denied]\n"

    # Optional: Skip common hidden/system folders
    ignored_dirs = {".git", "__pycache__", "venv", ".env", ".DS_Store"}
    entries = [e for e in entries if e not in ignored_dirs]

    pointers = ["├── "] * (len(entries) - 1) + ["└── "]
    if entries:
        pointers[-1] = "└── "

    for pointer, entry in zip(pointers, entries):
        path = os.path.join(start_path, entry)
        tree_str += f"{prefix}{pointer}{entry}\n"
        if os.path.isdir(path):
            extension = "│   " if pointer == "├── " else "    "
            tree_str += generate_file_tree(path, prefix + extension)
    return tree_str


def export_folder_to_txt(target_dir, output_filename="folder_contents_dump.txt"):
    target_dir = os.path.abspath(target_dir)

    # 1. Build the File Tree Section
    tree_content = f"{os.path.basename(target_dir)}/\n"
    tree_content += generate_file_tree(target_dir)

    # 2. Collect File Contents Section
    files_content = ""
    for root, dirs, files in os.walk(target_dir):
        dirs.sort()
        files.sort()

        # Skip output file if it's created inside the target directory
        if output_filename in files and os.path.abspath(
            os.path.join(root, output_filename)
        ) == os.path.abspath(os.path.join(target_dir, output_filename)):
            files.remove(output_filename)

        for file in files:
            file_path = os.path.join(root, file)
            rel_path = os.path.relpath(file_path, target_dir)

            files_content += "\n" + "=" * 80 + "\n"
            files_content += f"FILE: {rel_path}\n"
            files_content += "=" * 80 + "\n"

            try:
                with open(file_path, "r", encoding="utf-8") as f:
                    content = f.read()
                files_content += content + "\n"
            except UnicodeDecodeError:
                files_content += (
                    "[Binary file or non-UTF-8 encoding - content skipped]\n"
                )
            except Exception as e:
                files_content += f"[Error reading file: {e}]\n"

    # 3. Combine and Write to Output File
    full_output = (
        "================================================================================\n"
        "SECTION 1: FILE TREE\n"
        "================================================================================\n\n"
        + tree_content
        + "\n\n"
        "================================================================================\n"
        "SECTION 2: FILE CONTENTS\n"
        "================================================================================\n"
        + files_content
    )

    with open(output_filename, "w", encoding="utf-8") as out_file:
        out_file.write(full_output)

    print(
        f"Successfully exported file tree and contents to '{output_filename}'!"
    )


if __name__ == "__main__":
    # Change '.' to your target folder path if needed
    TARGET_DIRECTORY = "."
    OUTPUT_FILE = "folder_contents_dump.txt"

    export_folder_to_txt(TARGET_DIRECTORY, OUTPUT_FILE)

================================================================================
FILE: pack.mcmeta
================================================================================
{
  "pack": {
    "pack_format": 48,
    "min_format": 38,
    "max_format": 1000,
    "supported_formats": [38, 1000],
    "description": "More Villagers Pack"
  }
}

================================================================================
FILE: pack.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: villagerapi_config.json
================================================================================
{
  "namespace": "morevillagers",
  "display_name": "More Villagers",
  "description": "Adds new villager professions, types, workstations and trades",
  "version": "1.25.12.1",
  "author": "frikinjay",
  "creative_tab_icon": "minecraft:emerald"
}

================================================================================
FILE: assets\minecraft\atlases\blocks.json
================================================================================
{
  "sources": [
    {
      "type": "single",
      "resource": "entity/chest/christmas",
      "sprite": "entity/chest/christmas"
    }
  ]
}

================================================================================
FILE: assets\morevillagers\blockstates\blueprint_table.json
================================================================================
{
  "variants": {
    "": {
      "model": "morevillagers:block/blueprint_table"
    }
  }
}

================================================================================
FILE: assets\morevillagers\blockstates\chiller.json
================================================================================
{
	"variants": {
		"": {
			"model": "morevillagers:block/chiller"
		}
	}
}

================================================================================
FILE: assets\morevillagers\blockstates\decayed_workbench.json
================================================================================
{
  "variants": {
    "": {
      "model": "morevillagers:block/decayed_workbench"
    }
  }
}

================================================================================
FILE: assets\morevillagers\blockstates\gardening_table.json
================================================================================
{
  "variants": {
    "": {
      "model": "morevillagers:block/gardening_table"
    }
  }
}

================================================================================
FILE: assets\morevillagers\blockstates\gilded_station.json
================================================================================
{
	"variants": {
		"": {
			"model": "morevillagers:block/gilded_station"
		}
	}
}

================================================================================
FILE: assets\morevillagers\blockstates\hunting_post.json
================================================================================
{
  "variants": {
    "": {
      "model": "morevillagers:block/hunting_post"
    }
  }
}

================================================================================
FILE: assets\morevillagers\blockstates\mining_bench.json
================================================================================
{
  "variants": {
    "": {
      "model": "morevillagers:block/mining_bench"
    }
  }
}

================================================================================
FILE: assets\morevillagers\blockstates\oceanography_table.json
================================================================================
{
  "variants": {
    "": {
      "model": "morevillagers:block/oceanography_table"
    }
  }
}

================================================================================
FILE: assets\morevillagers\blockstates\purpur_altar.json
================================================================================
{
  "variants": {
    "": {
      "model": "morevillagers:block/purpur_altar"
    }
  }
}

================================================================================
FILE: assets\morevillagers\blockstates\woodworking_table.json
================================================================================
{
  "variants": {
    "": {
      "model": "morevillagers:block/woodworking_table"
    }
  }
}

================================================================================
FILE: assets\morevillagers\blockstates\xmas_chest.json
================================================================================
{
  "variants": {
    "facing=north,type=single,waterlogged=false": { "model": "morevillagers:block/xmas_chest" },
    "facing=south,type=single,waterlogged=false": { "model": "morevillagers:block/xmas_chest", "y": 180 },
    "facing=west,type=single,waterlogged=false":  { "model": "morevillagers:block/xmas_chest", "y": 270 },
    "facing=east,type=single,waterlogged=false":  { "model": "morevillagers:block/xmas_chest", "y": 90 },
    "facing=north,type=single,waterlogged=true":  { "model": "morevillagers:block/xmas_chest" },
    "facing=south,type=single,waterlogged=true":  { "model": "morevillagers:block/xmas_chest", "y": 180 },
    "facing=west,type=single,waterlogged=true":   { "model": "morevillagers:block/xmas_chest", "y": 270 },
    "facing=east,type=single,waterlogged=true":   { "model": "morevillagers:block/xmas_chest", "y": 90 },
    "facing=north,type=left,waterlogged=false":   { "model": "morevillagers:block/xmas_chest" },
    "facing=south,type=left,waterlogged=false":   { "model": "morevillagers:block/xmas_chest", "y": 180 },
    "facing=west,type=left,waterlogged=false":    { "model": "morevillagers:block/xmas_chest", "y": 270 },
    "facing=east,type=left,waterlogged=false":    { "model": "morevillagers:block/xmas_chest", "y": 90 },
    "facing=north,type=left,waterlogged=true":    { "model": "morevillagers:block/xmas_chest" },
    "facing=south,type=left,waterlogged=true":    { "model": "morevillagers:block/xmas_chest", "y": 180 },
    "facing=west,type=left,waterlogged=true":     { "model": "morevillagers:block/xmas_chest", "y": 270 },
    "facing=east,type=left,waterlogged=true":     { "model": "morevillagers:block/xmas_chest", "y": 90 },
    "facing=north,type=right,waterlogged=false":  { "model": "morevillagers:block/xmas_chest" },
    "facing=south,type=right,waterlogged=false":  { "model": "morevillagers:block/xmas_chest", "y": 180 },
    "facing=west,type=right,waterlogged=false":   { "model": "morevillagers:block/xmas_chest", "y": 270 },
    "facing=east,type=right,waterlogged=false":   { "model": "morevillagers:block/xmas_chest", "y": 90 },
    "facing=north,type=right,waterlogged=true":   { "model": "morevillagers:block/xmas_chest" },
    "facing=south,type=right,waterlogged=true":   { "model": "morevillagers:block/xmas_chest", "y": 180 },
    "facing=west,type=right,waterlogged=true":    { "model": "morevillagers:block/xmas_chest", "y": 270 },
    "facing=east,type=right,waterlogged=true":    { "model": "morevillagers:block/xmas_chest", "y": 90 }
  }
}

================================================================================
FILE: assets\morevillagers\items\blueprint_table.json
================================================================================
{
  "model": {
    "type": "minecraft:model",
    "model": "morevillagers:item/blueprint_table"
  }
}

================================================================================
FILE: assets\morevillagers\items\chiller.json
================================================================================
{
  "model": {
    "type": "minecraft:model",
    "model": "morevillagers:item/chiller"
  }
}

================================================================================
FILE: assets\morevillagers\items\decayed_workbench.json
================================================================================
{
  "model": {
    "type": "minecraft:model",
    "model": "morevillagers:item/decayed_workbench"
  }
}

================================================================================
FILE: assets\morevillagers\items\gardening_table.json
================================================================================
{
  "model": {
    "type": "minecraft:model",
    "model": "morevillagers:item/gardening_table"
  }
}

================================================================================
FILE: assets\morevillagers\items\hunting_post.json
================================================================================
{
  "model": {
    "type": "minecraft:model",
    "model": "morevillagers:item/hunting_post"
  }
}

================================================================================
FILE: assets\morevillagers\items\mining_bench.json
================================================================================
{
  "model": {
    "type": "minecraft:model",
    "model": "morevillagers:item/mining_bench"
  }
}

================================================================================
FILE: assets\morevillagers\items\oceanography_table.json
================================================================================
{
  "model": {
    "type": "minecraft:model",
    "model": "morevillagers:item/oceanography_table"
  }
}

================================================================================
FILE: assets\morevillagers\items\purpur_altar.json
================================================================================
{
  "model": {
    "type": "minecraft:model",
    "model": "morevillagers:item/purpur_altar"
  }
}

================================================================================
FILE: assets\morevillagers\items\woodworking_table.json
================================================================================
{
  "model": {
    "type": "minecraft:model",
    "model": "morevillagers:item/woodworking_table"
  }
}

================================================================================
FILE: assets\morevillagers\items\xmas_chest.json
================================================================================
{
  "model": {
    "type": "minecraft:model",
    "model": "morevillagers:block/xmas_chest_item"
  }
}

================================================================================
FILE: assets\morevillagers\lang\de_de.json
================================================================================
{
  "block.morevillagers.oceanography_table": "Ozeanographie-Tisch",
  "block.morevillagers.woodworking_table": "Forstbank",
  "block.morevillagers.decayed_workbench": "Verfallene Werkbank",
  "block.morevillagers.purpur_altar": "Purpur-Altar",
  "block.morevillagers.blueprint_table": "Blaupausentisch",
  "block.morevillagers.gardening_table": "Gärtnerbank",
  "block.morevillagers.hunting_post": "Jagdposten",
  "block.morevillagers.mining_bench": "Bergbaubank",
  "block.morevillagers.chiller": "Kühler",

  "item.morevillagers.oceanography_table": "Ozeanographie-Tisch",
  "item.morevillagers.woodworking_table": "Forstbank",
  "item.morevillagers.decayed_workbench": "Verfallene Werkbank",
  "item.morevillagers.purpur_altar": "Purpur-Altar",
  "item.morevillagers.blueprint_table": "Blaupausentisch",
  "item.morevillagers.gardening_table": "Gärtnerbank",
  "item.morevillagers.hunting_post": "Jagdposten",
  "item.morevillagers.mining_bench": "Bergbaubank",
  "item.morevillagers.chiller": "Kühler",

  "filled_map.bastion_remnant": "Bastion-Entdeckerkarte",
  "filled_map.fortress": "Festung-Entdeckerkarte",
  "filled_map.endcity": "Endsiedlung-Entdeckerkarte",
  "filled_map.swamp_hut": "Sumpf-Entdeckerkarte",
  "filled_map.jungle_pyramid": "Dschungel-Entdeckerkarte",
  "filled_map.pillager_outpost": "Außenposten-Entdeckerkarte",
  "filled_map.mineshaft": "Minen-Entdeckerkarte",
  "filled_map.ancient_city": "Antike Stadt-Entdeckerkarte",

  "itemGroup.morevillagers.villagerpack_tab": "More Villagers",
  "itemGroup.morevillagers.tab": "More Villagers",

  "entity.minecraft.villager.morevillagers.oceanographer": "Ozeanograph",
  "entity.minecraft.villager.morevillagers.netherian": "Netherologe",
  "entity.minecraft.villager.morevillagers.woodworker": "Förster",
  "entity.minecraft.villager.morevillagers.enderian": "Enderologe",
  "entity.minecraft.villager.morevillagers.engineer": "Ingenieur",
  "entity.minecraft.villager.morevillagers.florist": "Florist",
  "entity.minecraft.villager.morevillagers.hunter": "Jäger",
  "entity.minecraft.villager.morevillagers.miner": "Bergarbeiter",

  "advancements.all_professions_traded.title": "Stammkunde",
  "advancements.all_professions_traded.description": "Handeln Sie mit jedem Dorfbewohnerberuf",
  "advancements.all_villages.title": "Stadt Tourist",
  "advancements.all_villages.description": "Besuche alle 5 Dorftypen!",
  "advancements.all_workstations_get.title": "Alleskönner",
  "advancements.all_workstations_get.description": "Erhalten Sie jeden Dorfbewohner-Arbeitsplatz.",
  "advancements.buy_map.title": "Gesponserte Reise",
  "advancements.buy_map.description": "Kaufe eine Entdeckerkarte von einem Dorfbewohner.",
  "advancements.end_trade.title": "Smaragde zum Mond!",
  "advancements.end_trade.description": "Handeln Sie mit dem Enderologen in der Enddimension.",
  "advancements.first_trade.title": "Erster Handel",
  "advancements.first_trade.description": "Machen Sie Ihren ersten Dorfbewohnerhandel.",
  "advancements.first_village.title": "Erstes Dorf",
  "advancements.first_village.description": "Finden Sie ein Dorf.",
  "advancements.first_workstation_get.title": "Lass uns zur Arbeit gehen",
  "advancements.first_workstation_get.description": "Finden oder fertigen Sie eine Dorfbewohner-Arbeitsstation.",
  "advancements.kill_babyvillager.title": "Noch schlechteres Angebot",
  "advancements.kill_babyvillager.description": "Töte ein Baby Dorfbewohner...",
  "advancements.kill_villager.title": "Schlechter Deal",
  "advancements.kill_villager.description": "Töte einen Dorfbewohner...",
  "advancements.map_bastion.title": "Bastion-Entdeckerkarte",
  "advancements.map_bastion.description": "Verwenden Sie eine Bastion-Entdeckerkarte vom Netherologen, um eine Bastionsruine zu finden.",
  "advancements.map_endcity.title": "Endsiedlung-Entdeckerkarte",
  "advancements.map_endcity.description": "Verwenden Sie eine Endsiedlung-Entdeckerkarte vom Enderologen, um eine Endsiedlung zu finden.",
  "advancements.master_trade.title": "Ass-Trainer",
  "advancements.master_trade.description": "Bringe einen Dorfbewohner zum Meister und mache einen großartigen Kauf.",
  "advancements.nether_trade.title": "Geld verbrennen",
  "advancements.nether_trade.description": "Handeln Sie mit dem Netherologen in der Nether-Dimension.",
  "advancements.root.title": "More Villagers Mod",
  "advancements.root.description": "Ihre Dorfbewohnerreise erwartet Sie.",
  "advancements.tame_cat.title": "Stadthaustier",
  "advancements.tame_cat.description": "Zähme eine Katze in einem Dorf."
}

================================================================================
FILE: assets\morevillagers\lang\en_us.json
================================================================================
{
  "block.morevillagers.oceanography_table": "Oceanography Table",
  "block.morevillagers.woodworking_table": "Forestry Bench",
  "block.morevillagers.decayed_workbench": "Decayed Workbench",
  "block.morevillagers.purpur_altar": "Purpur Altar",
  "block.morevillagers.blueprint_table": "Blueprint Table",
  "block.morevillagers.gardening_table": "Gardening Table",
  "block.morevillagers.hunting_post": "Hunting Post",
  "block.morevillagers.mining_bench": "Mining Bench",
  "block.morevillagers.gilded_station": "Gilded Station",
  "block.morevillagers.chiller": "Chiller",

  "block.morevillagers.xmas_chest": "Christmas Chest",

  "item.morevillagers.oceanography_table": "Oceanography Table",
  "item.morevillagers.woodworking_table": "Forestry Bench",
  "item.morevillagers.decayed_workbench": "Decayed Workbench",
  "item.morevillagers.purpur_altar": "Purpur Altar",
  "item.morevillagers.blueprint_table": "Blueprint Table",
  "item.morevillagers.gardening_table": "Gardening Table",
  "item.morevillagers.hunting_post": "Hunting Post",
  "item.morevillagers.mining_bench": "Mining Bench",
  "item.morevillagers.gilded_station": "Gilded Station",
  "item.morevillagers.chiller": "Chiller",

  "item.morevillagers.xmas_chest": "Christmas Chest",

  "filled_map.bastion_remnant": "Bastion Explorer Map",
  "filled_map.fortress": "Fortress Explorer Map",
  "filled_map.endcity": "End City Explorer Map",
  "filled_map.swamp_hut": "Swamp Explorer Map",
  "filled_map.jungle_pyramid": "Jungle Explorer Map",
  "filled_map.pillager_outpost": "Outpost Explorer Map",
  "filled_map.mineshaft": "Mineshaft Explorer Map",
  "filled_map.ancient_city": "Ancient City Explorer Map",
  "filled_map.shipwreck": "Shipwreck Explorer Map",
  "filled_map.trial_chambers_map": "Trial Chambers Explorer Map",
  "filled_map.trail_ruins": "Trail Ruins Explorer Map",

  "itemGroup.morevillagers.villagerpack_tab": "More Villagers",
  "itemGroup.morevillagers.tab": "More Villagers",

  "entity.minecraft.villager.morevillagers.oceanographer": "Oceanographer",
  "entity.minecraft.villager.morevillagers.netherian": "Netherologist",
  "entity.minecraft.villager.morevillagers.woodworker": "Forester",
  "entity.minecraft.villager.morevillagers.enderian": "Enderologist",
  "entity.minecraft.villager.morevillagers.engineer": "Engineer",
  "entity.minecraft.villager.morevillagers.florist": "Florist",
  "entity.minecraft.villager.morevillagers.hunter": "Hunter",
  "entity.minecraft.villager.morevillagers.miner": "Miner",
  "entity.minecraft.villager.morevillagers.ascended": "Ascended",
  "entity.minecraft.villager.morevillagers.iceman": "Iceman",
  "entity.minecraft.villager.morevillagers.explorer": "Explorer",

  "advancements.all_professions_traded.title": "Frequent Customer",
  "advancements.all_professions_traded.description": "Trade with every villager profession",
  "advancements.all_villages.title": "Town Tourist",
  "advancements.all_villages.description": "Visit all 5 village types!",
  "advancements.all_workstations_get.title": "Jack Of All Trades",
  "advancements.all_workstations_get.description": "Obtain every villager workstation.",
  "advancements.buy_map.title": "Sponsored Voyage",
  "advancements.buy_map.description": "Buy an Explorer Map from a villager.",
  "advancements.buy_xmas_chest.title": "It's Christmas every day!",
  "advancements.buy_xmas_chest.description": "Buy a Christmas Chest from a villager.",
  "advancements.end_trade.title": "Emeralds to the Moon!",
  "advancements.end_trade.description": "Trade with the Enderologist in the End dimension.",
  "advancements.first_trade.title": "First Trade",
  "advancements.first_trade.description": "Make your first villager trade.",
  "advancements.first_village.title": "First Village",
  "advancements.first_village.description": "Find a village.",
  "advancements.first_workstation_get.title": "Let's Get To Work",
  "advancements.first_workstation_get.description": "Find or craft a villager workstation.",
  "advancements.kill_babyvillager.title": "Even Badder Deal",
  "advancements.kill_babyvillager.description": "Kill a baby villager...",
  "advancements.kill_villager.title": "Bad Deal",
  "advancements.kill_villager.description": "Kill a villager...",
  "advancements.map_bastion.title": "Bastion Explorer Map",
  "advancements.map_bastion.description": "Use a Bastion Explorer Map from the Netherologist to find a Bastion Remnant.",
  "advancements.map_endcity.title": "End City Explorer Map",
  "advancements.map_endcity.description": "Use an End City Explorer Map from the Enderologist to find an End City.",
  "advancements.master_trade.title": "Ace Trainer",
  "advancements.master_trade.description": "Level up a villager to Master and make a grand purchase.",
  "advancements.nether_trade.title": "Burning Money",
  "advancements.nether_trade.description": "Trade with the Netherologist in the Nether dimension.",
  "advancements.root.title": "More Villagers Mod",
  "advancements.root.description": "Your villager journey awaits.",
  "advancements.tame_cat.title": "Town Pet",
  "advancements.tame_cat.description": "Tame a cat in a village.",

  "text.autoconfig.morevillagers.title": "More Villagers Config",
  "text.autoconfig.morevillagers.option.houses": "House Generation Settings",
  "text.autoconfig.morevillagers.option.houses.generatePlainsHouses": "Generate Plains Houses",
  "text.autoconfig.morevillagers.option.houses.generateTaigaHouses": "Generate Taiga Houses",
  "text.autoconfig.morevillagers.option.houses.generateSavannaHouses": "Generate Savanna Houses",
  "text.autoconfig.morevillagers.option.houses.generateSnowyHouses": "Generate Snowy Houses",
  "text.autoconfig.morevillagers.option.houses.generateDesertHouses": "Generate Desert Houses",
  "text.autoconfig.morevillagers.option.weights": "House Weights (Spawn Frequency)",
  "text.autoconfig.morevillagers.option.weights.woodworkerHouseWeight": "Woodworker House Weight",
  "text.autoconfig.morevillagers.option.weights.oceanographerHouseWeight": "Oceanographer House Weight",
  "text.autoconfig.morevillagers.option.weights.floristHouseWeight": "Florist House Weight",
  "text.autoconfig.morevillagers.option.weights.hunterHouseWeight": "Hunter House Weight",
  "text.autoconfig.morevillagers.option.weights.engineerHouseWeight": "Engineer House Weight"
}

================================================================================
FILE: assets\morevillagers\lang\no_no.json
================================================================================
{
  "block.morevillagers.oceanography_table": "Oseanografbenk",
  "block.morevillagers.woodworking_table": "Skogsmesterbenk",
  "block.morevillagers.decayed_workbench": "Forfalt Arbeidsbenk",
  "block.morevillagers.purpur_altar": "Purpuralter",
  "block.morevillagers.blueprint_table": "Ingeniørbord",
  "block.morevillagers.gardening_table": "Hagearbeidsbenk",
  "block.morevillagers.hunting_post": "Jaktpost",
  "block.morevillagers.mining_bench": "Gruvedriftsbenk",
  "block.morevillagers.chiller": "Verkoeler",

  "item.morevillagers.oceanography_table": "Oseanografbenk",
  "item.morevillagers.woodworking_table": "Skogsmesterbenk",
  "item.morevillagers.decayed_workbench": "Forfalt Arbeidsbenk",
  "item.morevillagers.purpur_altar": "Purpuralter",
  "item.morevillagers.blueprint_table": "Ingeniørbord",
  "item.morevillagers.gardening_table": "Hagearbeidsbenk",
  "item.morevillagers.hunting_post": "Jaktpost",
  "item.morevillagers.mining_bench": "Gruvedriftsbenk",
  "item.morevillagers.chiller": "Verkoeler",

  "filled_map.bastion_remnant": "Bastion-Utforskerkart",
  "filled_map.fortress": "Festningsutforskerkart",
  "filled_map.endcity": "Endebyutforskerkart",
  "filled_map.swamp_hut": "Somputforskerkart",
  "filled_map.jungle_pyramid": "Jungelutforskerkart",
  "filled_map.pillager_outpost": "Utpostutforskerart",
  "filled_map.mineshaft": "Gruvesjaktutforskerkart",

  "itemGroup.morevillagers.villagerpack_tab": "More Villagers",
  "itemGroup.morevillagers.tab": "More Villagers",

  "entity.minecraft.villager.morevillagers.oceanographer": "Oseanograf",
  "entity.minecraft.villager.morevillagers.netherian": "Netherologist",
  "entity.minecraft.villager.morevillagers.woodworker": "Skogsmester",
  "entity.minecraft.villager.morevillagers.enderian": "Enderologist",
  "entity.minecraft.villager.morevillagers.engineer": "Ingeniør",
  "entity.minecraft.villager.morevillagers.florist": "Blomsterhandler",
  "entity.minecraft.villager.morevillagers.hunter": "Jeger",
  "entity.minecraft.villager.morevillagers.miner": "Gruvearbeider",

  "advancements.all_professions_traded.title": "Stamkunde",
  "advancements.all_professions_traded.description": "Utfør handel med hver eneste proffesjon",
  "advancements.all_villages.title": "Byturist",
  "advancements.all_villages.description": "Besøk de 5 landsbytypene!",
  "advancements.all_workstations_get.title": "Alt-Mulig-Mann",
  "advancements.all_workstations_get.description": "Få fatt i alle typer Arbeidsstasjoner",
  "advancements.buy_map.title": "Sponset Reise",
  "advancements.buy_map.description": "Kjøp et Utforskerkart fra en landsbyboer.",
  "advancements.end_trade.title": "Smaragder til Månen!",
  "advancements.end_trade.description": "Handle med Enderologisten in Endedimensjonen.",
  "advancements.first_trade.title": "Første Handel",
  "advancements.first_trade.description": "Gjør din første handel med en landsbyboer.",
  "advancements.first_village.title": "Første Landsby",
  "advancements.first_village.description": "Finn en landsby.",
  "advancements.first_workstation_get.title": "Kom arbeidslyst og treng deg på!",
  "advancements.first_workstation_get.description": "Finn eller bygg en Arbeidsstasjon.",
  "advancements.kill_babyvillager.title": "Enda Dårligere Byttehandel",
  "advancements.kill_babyvillager.description": "Drep en babylandsbyboer...",
  "advancements.kill_villager.title": "Dårlig Byttehandel",
  "advancements.kill_villager.description": "Drep en landsbyboer...",
  "advancements.map_bastion.title": "Bastion Utforskerkart",
  "advancements.map_bastion.description": "Bruk et Bastion-Utforskerkart fra Netherologisten til å finne Bastionruiner.",
  "advancements.map_endcity.title": "Endeby Utforskerkart",
  "advancements.map_endcity.description": "Bruk et Endebyutforskerkart fra Enderologisten til å finne en Endeby.",
  "advancements.master_trade.title": "Ess-trener",
  "advancements.master_trade.description": "Utvikle en landsbyboer til Mester og gjør et stort kjøp.",
  "advancements.nether_trade.title": "Brenne Penger",
  "advancements.nether_trade.description": "Handle med Netherologisten i Netherdimensjonen.",
  "advancements.root.title": "Flere Landsbyboere-modden",
  "advancements.root.description": "Din landsbyboerreise venter deg.",
  "advancements.tame_cat.title": "Byens Kjæledyr",
  "advancements.tame_cat.description": "Temme en katt i en landsby."
}


================================================================================
FILE: assets\morevillagers\lang\pl_pl.json
================================================================================
{
  "block.morevillagers.oceanography_table": "Stół Oceanograficzny",
  "block.morevillagers.woodworking_table": "Stół Leśniczy",
  "block.morevillagers.decayed_workbench": "Zbutwiały Stół Warsztatowy",
  "block.morevillagers.purpur_altar": "Purpurowy Ołtarz",
  "block.morevillagers.blueprint_table": "Stół Schematów",
  "block.morevillagers.gardening_table": "Stół Ogrodniczy",
  "block.morevillagers.hunting_post": "Posterunek Myśliwski",
  "block.morevillagers.mining_bench": "Mining Bench",
  "block.morevillagers.chiller": "Chłodnica",

  "item.morevillagers.oceanography_table": "Stół Oceanograficzny",
  "item.morevillagers.woodworking_table": "Stół Leśniczy",
  "item.morevillagers.decayed_workbench": "Zbutwiały Stół Warsztatowy",
  "item.morevillagers.purpur_altar": "Purpurowy Ołtarz",
  "item.morevillagers.blueprint_table": "Stół Schematów",
  "item.morevillagers.gardening_table": "Stół Ogrodniczy",
  "item.morevillagers.hunting_post": "Posterunek Myśliwski",
  "item.morevillagers.mining_bench": "Mining Bench",
  "item.morevillagers.chiller": "Chłodnica",

  "filled_map.bastion_remnant": "Mapa Badacza Bastionu",
  "filled_map.fortress": "Mapa Badacza Fortecy",
  "filled_map.endcity": "Mapa Badacza Miasta Endu",
  "filled_map.swamp_hut": "Mapa Badacza Bagien",
  "filled_map.jungle_pyramid": "Mapa Badacza Dżungli",
  "filled_map.pillager_outpost": "Mapa Badacza Posterunku",
  "filled_map.mineshaft": "Mineshaft Explorer Map",
  "filled_map.ancient_city": "Ancient City Explorer Map",

  "itemGroup.morevillagers.villagerpack_tab": "More Villagers",
  "itemGroup.morevillagers.tab": "More Villagers",

  "entity.minecraft.villager.morevillagers.oceanographer": "Oceanograf",
  "entity.minecraft.villager.morevillagers.netherian": "Netherolog",
  "entity.minecraft.villager.morevillagers.woodworker": "Leśnik",
  "entity.minecraft.villager.morevillagers.enderian": "Enderolog",
  "entity.minecraft.villager.morevillagers.engineer": "Inżynier",
  "entity.minecraft.villager.morevillagers.florist": "Florysta",
  "entity.minecraft.villager.morevillagers.hunter": "Myśliwy",
  "entity.minecraft.villager.morevillagers.miner": "Miner",

  "advancements.all_professions_traded.title": "Stały Klient",
  "advancements.all_professions_traded.description": "Handluj z Każdą Profesją.",
  "advancements.all_villages.title": "Turysta Miejski",
  "advancements.all_villages.description": "Odwiedź Wszystkie 5 Typów Wiosek!",
  "advancements.all_workstations_get.title": "Złota Rączka",
  "advancements.all_workstations_get.description": "Zdobądź każdą stację roboczą.",
  "advancements.buy_map.title": "Rejs Sponsorowany",
  "advancements.buy_map.description": "Kup mapę badacza od osadnika.",
  "advancements.end_trade.title": "Szmaragdy na Księżyc!",
  "advancements.end_trade.description": "Handluj z Enderologiem w wymiarze Kresu.",
  "advancements.first_trade.title": "Pierwsza Transakcja",
  "advancements.first_trade.description": "Dokonaj pierwszej transakcji.",
  "advancements.first_village.title": "Pierwsza Wioska",
  "advancements.first_village.description": "Znajdź wioskę.",
  "advancements.first_workstation_get.title": "Bierzmy Się Do Roboty",
  "advancements.first_workstation_get.description": "Znajdź lub wytwórz stację roboczą.",
  "advancements.kill_babyvillager.title": "Jeszcze Gorsza Oferta",
  "advancements.kill_babyvillager.description": "Zabij dziecko osadnika...",
  "advancements.kill_villager.title": "Zła Oferta",
  "advancements.kill_villager.description": "Zabij osadnika...",
  "advancements.map_bastion.title": "Mapa Badacza Bastionu",
  "advancements.map_bastion.description": "Użyj mapy Eksploratora Bastionu od Netherologa, aby znaleźć Ruiny Bastionu.",
  "advancements.map_endcity.title": "Mapa Badacza Miasta Kresu",
  "advancements.map_endcity.description": "Użyj Mapy Badacza Miasta Kresu od Enderologa, aby znaleźć Miasto Kresu.",
  "advancements.master_trade.title": "Mistrzowski Trener",
  "advancements.master_trade.description": "Awansuj osadnika do poziomu Mistrza i dokonaj wielkiego zakupu.",
  "advancements.nether_trade.title": "Płonące Pieniądze",
  "advancements.nether_trade.description": "Handluj z Netherologiem w Netherze.",
  "advancements.root.title": "More Villagers Mod",
  "advancements.root.description": "Twoja osadnicza przygoda czeka.",
  "advancements.tame_cat.title": "Maskotka Miasta",
  "advancements.tame_cat.description": "Oswój kota w wiosce."
}


================================================================================
FILE: assets\morevillagers\lang\pt_br.json
================================================================================
{
  "block.morevillagers.oceanography_table": "Mesa de Oceanografia",
  "block.morevillagers.woodworking_table": "Bancada Florestal",
  "block.morevillagers.decayed_workbench": "Bancada de Trabalho Decadente",
  "block.morevillagers.purpur_altar": "Altar de Púrpur",
  "block.morevillagers.blueprint_table": "Mesa de Projetos",
  "block.morevillagers.gardening_table": "Mesa de Jardinagem",
  "block.morevillagers.hunting_post": "Posto de Caça",
  "block.morevillagers.mining_bench": "Bancada de Mineração",
  "block.morevillagers.gilded_station": "Estação Dourada",
  "block.morevillagers.chiller": "Resfriador",

  "filled_map.bastion_remnant": "Mapa do Explorador de Bastião",
  "filled_map.fortress": "Mapa do Explorador de Fortaleza",
  "filled_map.endcity": "Mapa do Explorador da Cidade do End",
  "filled_map.swamp_hut": "Mapa do Explorador de Pântano",
  "filled_map.jungle_pyramid": "Mapa do Explorador da Selva",
  "filled_map.pillager_outpost": "Mapa do Explorador de Posto Avançado",
  "filled_map.mineshaft": "Mapa do Explorador de Mina",
  "filled_map.ancient_city": "Mapa do Explorador de Cidade Ancestral",

  "itemGroup.morevillagers.villagerpack_tab": "More Villagers",
  "itemGroup.morevillagers.tab": "More Villagers",

  "entity.minecraft.villager.morevillagers.oceanographer": "Oceanógrafo",
  "entity.minecraft.villager.morevillagers.netherian": "Netherólogo",
  "entity.minecraft.villager.morevillagers.woodworker": "Silvicultor",
  "entity.minecraft.villager.morevillagers.enderian": "Enderólogo",
  "entity.minecraft.villager.morevillagers.engineer": "Engenheiro",
  "entity.minecraft.villager.morevillagers.florist": "Florista",
  "entity.minecraft.villager.morevillagers.hunter": "Caçador",
  "entity.minecraft.villager.morevillagers.miner": "Mineiro",
  "entity.minecraft.villager.morevillagers.ascended": "Ascendido",
  "entity.minecraft.villager.morevillagers.iceman": "Homem de Gelo",

  "advancements.all_professions_traded.title": "Cliente Frequente",
  "advancements.all_professions_traded.description": "Comercialize com todas as profissões de aldeão",
  "advancements.all_villages.title": "Turista da Cidade",
  "advancements.all_villages.description": "Visite todos os 5 tipos de vila!",
  "advancements.all_workstations_get.title": "Pau para Toda Obra",
  "advancements.all_workstations_get.description": "Obtenha todas as bancadas de trabalho de aldeão.",
  "advancements.buy_map.title": "Viagem Patrocinada",
  "advancements.buy_map.description": "Compre um Mapa do Explorador de um aldeão.",
  "advancements.end_trade.title": "Esmeraldas até a Lua!",
  "advancements.end_trade.description": "Comercialize com o Enderólogo na dimensão do End.",
  "advancements.first_trade.title": "Primeira Troca",
  "advancements.first_trade.description": "Faça sua primeira troca com um aldeão.",
  "advancements.first_village.title": "Primeira Vila",
  "advancements.first_village.description": "Encontre uma vila.",
  "advancements.first_workstation_get.title": "Mãos à Obra",
  "advancements.first_workstation_get.description": "Encontre ou fabrique uma bancada de trabalho de aldeão.",
  "advancements.kill_babyvillager.title": "Um Acordo Pior Ainda",
  "advancements.kill_babyvillager.description": "Mate um aldeão bebê...",
  "advancements.kill_villager.title": "Mau Negócio",
  "advancements.kill_villager.description": "Mate um aldeão...",
  "advancements.map_bastion.title": "Mapa do Explorador de Bastião",
  "advancements.map_bastion.description": "Use um Mapa do Explorador de Bastião do Netherólogo para encontrar Ruínas de Bastião.",
  "advancements.map_endcity.title": "Mapa do Explorador da Cidade do End",
  "advancements.map_endcity.description": "Use um Mapa do Explorador da Cidade do End do Enderólogo para encontrar uma Cidade do End.",
  "advancements.master_trade.title": "Treinador de Elite",
  "advancements.master_trade.description": "Eleve o nível de um aldeão até Mestre e faça uma grande compra.",
  "advancements.nether_trade.title": "Queimando Dinheiro",
  "advancements.nether_trade.description": "Comercialize com o Netherólogo na dimensão do Nether.",
  "advancements.root.title": "More Villagers Mod",
  "advancements.root.description": "Sua jornada com aldeões o aguarda.",
  "advancements.tame_cat.title": "Mascote da Cidade",
  "advancements.tame_cat.description": "Dome um gato em uma vila.",

  "text.autoconfig.morevillagers.title": "Configuração do More Villagers",
  "text.autoconfig.morevillagers.option.houses": "Configurações de Geração de Casas",
  "text.autoconfig.morevillagers.option.houses.generatePlainsHouses": "Gerar Casas nas Planícies",
  "text.autoconfig.morevillagers.option.houses.generateTaigaHouses": "Gerar Casas na Taiga",
  "text.autoconfig.morevillagers.option.houses.generateSavannaHouses": "Gerar Casas na Savana",
  "text.autoconfig.morevillagers.option.houses.generateSnowyHouses": "Gerar Casas na Neve",
  "text.autoconfig.morevillagers.option.houses.generateDesertHouses": "Gerar Casas no Deserto",
  "text.autoconfig.morevillagers.option.weights": "Pesos das Casas (Frequência de Geração)",
  "text.autoconfig.morevillagers.option.weights.woodworkerHouseWeight": "Peso da Casa do Silvicultor",
  "text.autoconfig.morevillagers.option.weights.oceanographerHouseWeight": "Peso da Casa do Oceanógrafo",
  "text.autoconfig.morevillagers.option.weights.floristHouseWeight": "Peso da Casa do Florista",
  "text.autoconfig.morevillagers.option.weights.hunterHouseWeight": "Peso da Casa do Caçador",
  "text.autoconfig.morevillagers.option.weights.engineerHouseWeight": "Peso da Casa do Engenheiro"
}

================================================================================
FILE: assets\morevillagers\lang\ru_ru.json
================================================================================
{
  "block.morevillagers.oceanography_table": "Стол океанографа",
  "block.morevillagers.woodworking_table": "Стол лесника",
  "block.morevillagers.decayed_workbench": "Брошеная станция",
  "block.morevillagers.purpur_altar": "Пурпурный алтарь",
  "block.morevillagers.blueprint_table": "Чертёжный стол",
  "block.morevillagers.gardening_table": "Столик садовника",
  "block.morevillagers.hunting_post": "Пост охотника",
  "block.morevillagers.mining_bench": "Рабочая станция шахтёра",
  "block.morevillagers.chiller": "Чиллер",

  "item.morevillagers.oceanography_table": "Стол океанографа",
  "item.morevillagers.woodworking_table": "Стол лесника",
  "item.morevillagers.decayed_workbench": "Брошеная станция",
  "item.morevillagers.purpur_altar": "Пурпурный алтарь",
  "item.morevillagers.blueprint_table": "Чертёжный стол",
  "item.morevillagers.gardening_table": "Столик садовника",
  "item.morevillagers.hunting_post": "Пост охотника",
  "item.morevillagers.mining_bench": "Рабочая станция шахтёра",
  "item.morevillagers.chiller": "Чиллер",

  "filled_map.bastion_remnant": "Карта исследователя бастиона",
  "filled_map.fortress": "Карта исследователя крепости Незера ",
  "filled_map.endcity": "Карта исследователя города Энда",
  "filled_map.swamp_hut": "Карта исследователя хижины ведьмы",
  "filled_map.jungle_pyramid": "Карта исследователя храма в джунглях",
  "filled_map.pillager_outpost": "Карта исследователя аванпоста разбойников",
  "filled_map.mineshaft": "Карта исследователя заброшенных шахт",

  "itemGroup.morevillagers.villagerpack_tab": "More Villagers",
  "itemGroup.morevillagers.tab": "More Villagers",

  "entity.minecraft.villager.morevillagers.oceanographer": "Океанограф",
  "entity.minecraft.villager.morevillagers.netherian": "Незеролог",
  "entity.minecraft.villager.morevillagers.woodworker": "Лесник",
  "entity.minecraft.villager.morevillagers.enderian": "Эндолог",
  "entity.minecraft.villager.morevillagers.engineer": "Инженер",
  "entity.minecraft.villager.morevillagers.florist": "Садовник",
  "entity.minecraft.villager.morevillagers.hunter": "Охотник",
  "entity.minecraft.villager.morevillagers.miner": "Шахтёр",

  "advancements.all_professions_traded.title": "Постоянный клиент",
  "advancements.all_professions_traded.description": "Поторгуйтесь с крестьянином каждой профессии",
  "advancements.all_villages.title": "Городской турист",
  "advancements.all_villages.description": "Посетите все пять видов деревень!",
  "advancements.all_workstations_get.title": "Мастер на все руки",
  "advancements.all_workstations_get.description": "Заполучите каждую рабочую станцию крестьянина",
  "advancements.buy_map.title": "Спонсируемое путешествие",
  "advancements.buy_map.description": "Купите карту исследователя у крестьянина",
  "advancements.end_trade.title": "Изумруды на Луну!",
  "advancements.end_trade.description": "Поторгуйтесь с эндологом в Энде",
  "advancements.first_trade.title": "Первая покупка",
  "advancements.first_trade.description": "Первый раз поторгуйтесь с крестьянином",
  "advancements.first_village.title": "Первая деревень",
  "advancements.first_village.description": "Найдите деревню",
  "advancements.first_workstation_get.title": "Приступим к работе",
  "advancements.first_workstation_get.description": "Найдите или создайте рабочую станцию крестьянина",
  "advancements.kill_babyvillager.title": "Ещё более ужасная сделка",
  "advancements.kill_babyvillager.description": "Убейте ребёнка крестьянина...",
  "advancements.kill_villager.title": "Ужасная сделка",
  "advancements.kill_villager.description": "Убейте крестьянина...",
  "advancements.map_bastion.title": "Карта исследователя бастиона",
  "advancements.map_bastion.description": "Воспользуйтесь карта исследователя бастиона, чтобы найти сам бастион",
  "advancements.map_endcity.title": "Карта исследователя города Энда",
  "advancements.map_endcity.description": "Воспользуйтесь карта исследователя города Энда, чтобы найти сам город Энда",
  "advancements.master_trade.title": "Ace Trainer",
  "advancements.master_trade.description": "Повысьте уровень крестьянина до мастера и совершите грандиозную покупку",
  "advancements.nether_trade.title": "Сжигаем деньги",
  "advancements.nether_trade.description": "Поторгуйтесь с незрологом в Незере",
  "advancements.root.title": "More Villagers Mod",
  "advancements.root.description": "Вас ждёт путешествие по деревням",
  "advancements.tame_cat.title": "Городской друг",
  "advancements.tame_cat.description": "Приручите кота в деревне"
}


================================================================================
FILE: assets\morevillagers\lang\zh_cn.json
================================================================================
{
  "block.morevillagers.oceanography_table": "海洋研究站",
  "block.morevillagers.woodworking_table": "林业站",
  "block.morevillagers.decayed_workbench": "腐化工作台",
  "block.morevillagers.purpur_altar": "紫颂坛",
  "block.morevillagers.blueprint_table": "绘图桌",
  "block.morevillagers.gardening_table": "园艺站",
  "block.morevillagers.hunting_post": "狩猎站",
  "block.morevillagers.mining_bench": "矿业站",
  "block.morevillagers.chiller": "冷却器",

  "item.morevillagers.oceanography_table": "海洋研究站",
  "item.morevillagers.woodworking_table": "林业站",
  "item.morevillagers.decayed_workbench": "腐化工作台",
  "item.morevillagers.purpur_altar": "紫颂坛",
  "item.morevillagers.blueprint_table": "绘图桌",
  "item.morevillagers.gardening_table": "园艺站",
  "item.morevillagers.hunting_post": "狩猎站",
  "item.morevillagers.mining_bench": "矿业站",
  "item.morevillagers.chiller": "冷却器",

  "filled_map.bastion_remnant": "堡垒遗迹探险家地图",
  "filled_map.fortress": "下界要塞探险家地图",
  "filled_map.endcity": "末地城探险家地图",
  "filled_map.swamp_hut": "沼泽探险家地图",
  "filled_map.jungle_pyramid": "丛林探险家地图",
  "filled_map.pillager_outpost": "前哨站探险家地图",
  "filled_map.mineshaft": "废弃矿井探险家地图",

  "itemGroup.morevillagers.villagerpack_tab": "更多村民",
  "itemGroup.morevillagers.tab": "更多村民",

  "entity.minecraft.villager.morevillagers.oceanographer": "海洋学家",
  "entity.minecraft.villager.morevillagers.netherian": "下界学家",
  "entity.minecraft.villager.morevillagers.woodworker": "林业员",
  "entity.minecraft.villager.morevillagers.enderian": "末地学家",
  "entity.minecraft.villager.morevillagers.engineer": "工程师",
  "entity.minecraft.villager.morevillagers.florist": "花匠",
  "entity.minecraft.villager.morevillagers.hunter": "猎人",
  "entity.minecraft.villager.morevillagers.miner": "矿工",

  "advancements.all_professions_traded.title": "常客",
  "advancements.all_professions_traded.description": "与所有职业的村民进行交易。",
  "advancements.all_villages.title": "小镇旅人",
  "advancements.all_villages.description": "造访全部5种村庄！",
  "advancements.all_workstations_get.title": "万事通",
  "advancements.all_workstations_get.description": "获得所有的村民工作站。",
  "advancements.buy_map.title": "远航支援",
  "advancements.buy_map.description": "向村民购买一张探险地图。",
  "advancements.end_trade.title": "月之翡翠！",
  "advancements.end_trade.description": "在末地与末地学家进行交易。",
  "advancements.first_trade.title": "第一桶金",
  "advancements.first_trade.description": "与村民进行一次交易。",
  "advancements.first_village.title": "新手村",
  "advancements.first_village.description": "造访一座村庄。",
  "advancements.first_workstation_get.title": "该上班了",
  "advancements.first_workstation_get.description": "找到或制作一个村民工作站。",
  "advancements.kill_babyvillager.title": "更糟糕的生意",
  "advancements.kill_babyvillager.description": "杀死一个幼年村民……",
  "advancements.kill_villager.title": "糟糕的生意",
  "advancements.kill_villager.description": "杀死一个村民……",
  "advancements.map_bastion.title": "堡垒遗迹探险家地图",
  "advancements.map_bastion.description": "用下界学家售卖的探险家地图找到下界堡垒遗迹。",
  "advancements.map_endcity.title": "末地城探险家地图",
  "advancements.map_endcity.description": "用末地学家售卖的探险家地图找到末地城。",
  "advancements.master_trade.title": "王牌训练师",
  "advancements.master_trade.description": "提升村民等级到大师级并进行一次盛大的采购。",
  "advancements.nether_trade.title": "“烧”钱",
  "advancements.nether_trade.description": "在下界维度与下界学家进行交易。",
  "advancements.root.title": "更多村民",
  "advancements.root.description": "亟待启程的村民之旅。",
  "advancements.tame_cat.title": "小镇之宠",
  "advancements.tame_cat.description": "驯服一只村庄里的猫。"
}

================================================================================
FILE: assets\morevillagers\lang\zh_tw.json
================================================================================
{
  "block.morevillagers.oceanography_table": "海研台",
  "block.morevillagers.woodworking_table": "鋸木台",
  "block.morevillagers.decayed_workbench": "腐朽壇",
  "block.morevillagers.purpur_altar": "紫珀壇",
  "block.morevillagers.blueprint_table": "藍圖台",
  "block.morevillagers.gardening_table": "園藝台",
  "block.morevillagers.hunting_post": "狩獵台",
  "block.morevillagers.mining_bench": "礦研台",
  "block.morevillagers.chiller": "冷卻器",

  "item.morevillagers.oceanography_table": "海研台",
  "item.morevillagers.woodworking_table": "鋸木台",
  "item.morevillagers.decayed_workbench": "腐朽壇",
  "item.morevillagers.purpur_altar": "紫珀壇",
  "item.morevillagers.blueprint_table": "藍圖台",
  "item.morevillagers.gardening_table": "園藝台",
  "item.morevillagers.hunting_post": "狩獵台",
  "item.morevillagers.mining_bench": "礦研台",
  "item.morevillagers.chiller": "冷卻器",

  "filled_map.bastion_remnant": "堡壘遺跡探險家地圖",
  "filled_map.fortress": "地獄堡壘探險家地圖",
  "filled_map.endcity": "終界城探險家地圖",
  "filled_map.swamp_hut": "沼澤小屋探險家地圖",
  "filled_map.jungle_pyramid": "叢林神廟探險家地圖",
  "filled_map.pillager_outpost": "前哨站探險家地圖",
  "filled_map.mineshaft": "廢棄礦坑探險家地圖",

  "itemGroup.morevillagers.villagerpack_tab": "More Villagers",
  "itemGroup.morevillagers.tab": "More Villagers",

  "entity.minecraft.villager.morevillagers.oceanographer": "海洋學家",
  "entity.minecraft.villager.morevillagers.netherian": "地獄旅者",
  "entity.minecraft.villager.morevillagers.woodworker": "木匠",
  "entity.minecraft.villager.morevillagers.enderian": "終界旅者",
  "entity.minecraft.villager.morevillagers.engineer": "工程學家",
  "entity.minecraft.villager.morevillagers.florist": "園藝匠",
  "entity.minecraft.villager.morevillagers.hunter": "追獵人",
  "entity.minecraft.villager.morevillagers.miner": "礦工",

  "advancements.all_professions_traded.title": "常客",
  "advancements.all_professions_traded.description": "與每個職業交易",
  "advancements.all_villages.title": "村莊旅遊",
  "advancements.all_villages.description": "到訪五個類型的村莊!",
  "advancements.all_workstations_get.title": "萬事通",
  "advancements.all_workstations_get.description": "製作每個工作站點.",
  "advancements.buy_map.title": "啟航贊助",
  "advancements.buy_map.description": "從村民那裡購買探險家地圖.",
  "advancements.end_trade.title": "月上琢心",
  "advancements.end_trade.description": "與終界的終界旅者交易.",
  "advancements.first_trade.title": "首次交易",
  "advancements.first_trade.description": "首次交易成交.",
  "advancements.first_village.title": "首個村莊",
  "advancements.first_village.description": "發現村莊.",
  "advancements.first_workstation_get.title": "一起上工",
  "advancements.first_workstation_get.description": "發現或製作村民工作站.",
  "advancements.kill_babyvillager.title": "更糟糕的交易",
  "advancements.kill_babyvillager.description": "殺死幼年村民...",
  "advancements.kill_villager.title": "糟糕的交易",
  "advancements.kill_villager.description": "殺死村民...",
  "advancements.map_bastion.title": "堡壘遺跡探險家地圖",
  "advancements.map_bastion.description": "使用地獄旅者的堡壘遺跡探險家地圖找到堡壘遺跡.",
  "advancements.map_endcity.title": "終界城探險家地圖",
  "advancements.map_endcity.description": "使用終界旅者的終界城探險家地圖找到終界城.",
  "advancements.master_trade.title": "王牌教練",
  "advancements.master_trade.description": "將村民升級為大師並大採購.",
  "advancements.nether_trade.title": "燒錢時間",
  "advancements.nether_trade.description": "在地獄與地獄旅者交易.",
  "advancements.root.title": "More Villagers Mod",
  "advancements.root.description": "村民之旅出發.",
  "advancements.tame_cat.title": "村莊寵物",
  "advancements.tame_cat.description": "馴服一隻村莊的貓."
}

================================================================================
FILE: assets\morevillagers\models\block\blueprint_table.json
================================================================================
{
	"parent": "minecraft:block/cube",
	"textures": {
		"east": "morevillagers:block/blueprint_table_side",
		"particle": "morevillagers:block/blueprint_table_front",
		"west": "morevillagers:block/blueprint_table_front",
		"up": "morevillagers:block/blueprint_table_top",
		"down": "morevillagers:block/blueprint_table_bottom"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#east"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#east"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#east"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#west"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#down"}
			}
		}
	]
}

================================================================================
FILE: assets\morevillagers\models\block\chiller.json
================================================================================
{
	"parent": "minecraft:block/cube",
	"textures": {
		"0": "morevillagers:block/chiller_side",
		"1": "morevillagers:block/chiller_top",
		"2": "minecraft:block/spruce_log",
		"particle": "morevillagers:block/chiller_side"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#0"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#0"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#0"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#0"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#1"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#2"}
			}
		}
	]
}

================================================================================
FILE: assets\morevillagers\models\block\decayed_workbench.json
================================================================================
{
	"parent": "minecraft:block/cube",
	"textures": {
		"particle": "morevillagers:block/decayed_workbench_side",
		"side": "morevillagers:block/decayed_workbench_side",
		"bottom": "morevillagers:block/decayed_workbench_bottom",
		"top": "morevillagers:block/decayed_workbench_top"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#side"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#side"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#side"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#side"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#top"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
			}
		}
	]
}

================================================================================
FILE: assets\morevillagers\models\block\gardening_table.json
================================================================================
{
	"parent": "minecraft:block/cube",
	"textures": {
		"particle": "morevillagers:block/gardening_table_side",
		"side": "morevillagers:block/gardening_table_side",
		"bottom": "morevillagers:block/gardening_table_bottom",
		"top": "morevillagers:block/gardening_table_top"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#side"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#side"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#side"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#side"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#top"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
			}
		}
	]
}

================================================================================
FILE: assets\morevillagers\models\block\gilded_station.json
================================================================================
{
	"parent": "minecraft:block/cube",
	"textures": {
		"0": "morevillagers:block/gilded_station_side",
		"1": "morevillagers:block/gilded_station_top",
		"particle": "morevillagers:block/gilded_station_side"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#0"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#0"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#0"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#0"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#1"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#0"}
			}
		}
	]
}

================================================================================
FILE: assets\morevillagers\models\block\hunting_post.json
================================================================================
{
	"parent": "minecraft:block/cube",
	"textures": {
		"north": "morevillagers:block/hunting_post_back",
		"south": "morevillagers:block/hunting_post_front",
		"east": "morevillagers:block/hunting_post_right",
		"west": "morevillagers:block/hunting_post_left",
		"up": "morevillagers:block/hunting_post_top",
		"particle": "morevillagers:block/hunting_post_bottom",
		"down": "morevillagers:block/hunting_post_bottom"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#east"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#north"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#west"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#south"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#down"}
			}
		}
	]
}

================================================================================
FILE: assets\morevillagers\models\block\mining_bench.json
================================================================================
{
	"parent": "minecraft:block/cube",
	"textures": {
		"north": "morevillagers:block/mining_bench_front",
		"south": "morevillagers:block/mining_bench_back",
		"east": "morevillagers:block/mining_bench_right",
		"west": "morevillagers:block/mining_bench_left",
		"up": "morevillagers:block/mining_bench_top",
		"particle": "morevillagers:block/mining_bench_bottom",
		"down": "morevillagers:block/mining_bench_bottom"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#east"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#south"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#west"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#north"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#down"}
			}
		}
	]
}

================================================================================
FILE: assets\morevillagers\models\block\oceanography_table.json
================================================================================
{
	"parent": "minecraft:block/cube",
	"textures": {
		"5": "morevillagers:block/oceanography_table_right",
		"north": "morevillagers:block/oceanography_table_back",
		"south": "morevillagers:block/oceanography_table_front",
		"particle": "morevillagers:block/oceanography_table_left",
		"west": "morevillagers:block/oceanography_table_left",
		"up": "morevillagers:block/oceanography_table_top",
		"down": "minecraft:block/barrel_bottom"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#5"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#north"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#west"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#south"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#down"}
			}
		}
	]
}

================================================================================
FILE: assets\morevillagers\models\block\purpur_altar.json
================================================================================
{
	"parent": "minecraft:block/cube",
	"textures": {
		"north": "morevillagers:block/purpur_altar_back",
		"south": "morevillagers:block/purpur_altar_front",
		"east": "morevillagers:block/purpur_altar_right",
		"west": "morevillagers:block/purpur_altar_left",
		"up": "morevillagers:block/purpur_altar_top",
		"particle": "morevillagers:block/purpur_altar_bottom",
		"down": "morevillagers:block/purpur_altar_bottom"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#east"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#north"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#west"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#south"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#down"}
			}
		}
	]
}

================================================================================
FILE: assets\morevillagers\models\block\woodworking_table.json
================================================================================
{
	"parent": "minecraft:block/cube",
	"textures": {
		"north": "morevillagers:block/woodworking_table_front",
		"south": "morevillagers:block/woodworking_table_back",
		"particle": "morevillagers:block/woodworking_table_side",
		"east": "morevillagers:block/woodworking_table_side",
		"west": "morevillagers:block/woodworking_table_side2",
		"up": "morevillagers:block/woodworking_table_top",
		"down": "minecraft:block/beehive_end"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#west"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#south"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#east"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#north"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#down"}
			}
		}
	]
}

================================================================================
FILE: assets\morevillagers\models\block\xmas_chest.json
================================================================================
{
  "textures": {
    "particle": "minecraft:entity/chest/christmas"
  }
}

================================================================================
FILE: assets\morevillagers\models\block\xmas_chest_item.json
================================================================================
{
  "texture_size": [64, 64],
  "textures": {
    "0": "minecraft:entity/chest/christmas",
    "particle": "minecraft:entity/chest/christmas"
  },
  "elements": [
    {
      "name": "base",
      "from": [1, 0, 1],
      "to": [15, 10, 15],
      "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]},
      "faces": {
        "north": {"uv": [10.5, 8.25, 14, 10.75], "rotation": 180, "texture": "#0"},
        "east": {"uv": [0, 8.25, 3.5, 10.75], "rotation": 180, "texture": "#0"},
        "south": {"uv": [3.5, 8.25, 7, 10.75], "rotation": 180, "texture": "#0"},
        "west": {"uv": [7, 8.25, 10.5, 10.75], "rotation": 180, "texture": "#0"},
        "up": {"uv": [10.5, 8.25, 7, 4.75], "texture": "#0"},
        "down": {"uv": [7, 4.75, 3.5, 8.25], "rotation": 270, "texture": "#0"}
      }
    },
    {
      "name": "lid",
      "from": [1, 9, 1],
      "to": [15, 14, 15],
      "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.5, 15]},
      "faces": {
        "north": {"uv": [10.5, 3.5, 14, 4.75], "rotation": 180, "texture": "#0"},
        "east": {"uv": [0, 3.5, 3.5, 4.75], "rotation": 180, "texture": "#0"},
        "south": {"uv": [3.5, 3.5, 7, 4.75], "rotation": 180, "texture": "#0"},
        "west": {"uv": [7, 3.5, 10.5, 4.75], "rotation": 180, "texture": "#0"},
        "up": {"uv": [10.5, 0, 7, 3.5], "texture": "#0"},
        "down": {"uv": [7, 0, 3.5, 3.5], "texture": "#0"}
      }
    },
    {
      "name": "knob",
      "from": [7, 7, 0],
      "to": [9, 11, 1],
      "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 0.5]},
      "faces": {
        "north": {"uv": [1, 0.25, 1.5, 1.25], "rotation": 180, "texture": "#0"},
        "east": {"uv": [0, 0.25, 0.25, 1.25], "rotation": 180, "texture": "#0"},
        "south": {"uv": [0.25, 0.25, 0.75, 1.25], "rotation": 180, "texture": "#0"},
        "west": {"uv": [0.75, 0.25, 1, 1.25], "rotation": 180, "texture": "#0"},
        "up": {"uv": [1.25, 0.25, 0.75, 0], "texture": "#0"},
        "down": {"uv": [0.75, 0, 0.25, 0.25], "texture": "#0"}
      }
    }
  ],
  "display": {
    "thirdperson_righthand": {
      "rotation": [75, 45, 0],
      "translation": [0, 2.5, 0],
      "scale": [0.375, 0.375, 0.375]
    },
    "thirdperson_lefthand": {
      "rotation": [75, 45, 0],
      "translation": [0, 2.5, 0],
      "scale": [0.375, 0.375, 0.375]
    },
    "firstperson_righthand": {
      "rotation": [0, 45, 0],
      "scale": [0.4, 0.4, 0.4]
    },
    "firstperson_lefthand": {
      "rotation": [0, -135, 0],
      "scale": [0.4, 0.4, 0.4]
    },
    "ground": {
      "translation": [0, 3, 0],
      "scale": [0.25, 0.25, 0.25]
    },
    "gui": {
      "rotation": [30, -135, 0],
      "scale": [0.625, 0.625, 0.625]
    },
    "head": {
      "translation": [0, 1, 0]
    },
    "fixed": {
      "scale": [0.5, 0.5, 0.5]
    },
    "on_shelf": {
      "rotation": [0, 180, 0]
    }
  },
  "groups": [
    {
      "name": "base",
      "origin": [8, 5, 8],
      "color": 0,
      "children": [0]
    },
    {
      "name": "lid",
      "origin": [16, 9, 15],
      "color": 0,
      "children": [
        1,
        {
          "name": "knob",
          "origin": [16, 9, 15],
          "color": 0,
          "children": [2]
        }
      ]
    }
  ]
}

================================================================================
FILE: assets\morevillagers\models\item\blueprint_table.json
================================================================================
{
  "parent": "morevillagers:block/blueprint_table"
}

================================================================================
FILE: assets\morevillagers\models\item\chiller.json
================================================================================
{
	"parent": "morevillagers:block/chiller"
}

================================================================================
FILE: assets\morevillagers\models\item\decayed_workbench.json
================================================================================
{
  "parent": "morevillagers:block/decayed_workbench"
}

================================================================================
FILE: assets\morevillagers\models\item\gardening_table.json
================================================================================
{
  "parent": "morevillagers:block/gardening_table"
}

================================================================================
FILE: assets\morevillagers\models\item\gilded_station.json
================================================================================
{
	"parent": "morevillagers:block/gilded_station"
}

================================================================================
FILE: assets\morevillagers\models\item\hunting_post.json
================================================================================
{
  "parent": "morevillagers:block/hunting_post"
}

================================================================================
FILE: assets\morevillagers\models\item\mining_bench.json
================================================================================
{
  "parent": "morevillagers:block/mining_bench"
}

================================================================================
FILE: assets\morevillagers\models\item\oceanography_table.json
================================================================================
{
  "parent": "morevillagers:block/oceanography_table"
}

================================================================================
FILE: assets\morevillagers\models\item\purpur_altar.json
================================================================================
{
  "parent": "morevillagers:block/purpur_altar"
}

================================================================================
FILE: assets\morevillagers\models\item\woodworking_table.json
================================================================================
{
  "parent": "morevillagers:block/woodworking_table"
}

================================================================================
FILE: assets\morevillagers\models\item\xmas_chest.json
================================================================================
{
  "parent": "morevillagers:block/xmas_chest_item"
}

================================================================================
FILE: assets\morevillagers\textures\block\blueprint_table_bottom.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\blueprint_table_front.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\blueprint_table_side.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\blueprint_table_top.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\chiller_side.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\chiller_top.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\decayed_workbench_bottom.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\decayed_workbench_side.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\decayed_workbench_top.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\gardening_table_bottom.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\gardening_table_side.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\gardening_table_top.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\gilded_station_side.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\gilded_station_top.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\hunting_post_back.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\hunting_post_bottom.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\hunting_post_front.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\hunting_post_left.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\hunting_post_right.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\hunting_post_top.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\mining_bench_back.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\mining_bench_bottom.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\mining_bench_front.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\mining_bench_left.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\mining_bench_right.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\mining_bench_top.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\oceanography_table_back.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\oceanography_table_front.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\oceanography_table_left.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\oceanography_table_right.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\oceanography_table_side.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\oceanography_table_top.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\purpur_altar_back.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\purpur_altar_bottom.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\purpur_altar_front.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\purpur_altar_left.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\purpur_altar_right.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\purpur_altar_top.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\woodworking_table_back.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\woodworking_table_front.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\woodworking_table_side.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\woodworking_table_side2.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\block\woodworking_table_top.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\villager\baby\badlands.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\ascended.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\enderian.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\enderian.png.mcmeta
================================================================================
{
  "villager": {
    "hat": "partial"
  }
}


================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\engineer.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\engineer.png.mcmeta
================================================================================
{
  "villager": {
    "hat": "partial"
  }
}


================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\explorer.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\florist.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\florist.png.mcmeta
================================================================================
{
  "villager": {
    "hat": "partial"
  }
}


================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\hunter.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\hunter.png.mcmeta
================================================================================
{
  "villager": {
    "hat": "partial"
  }
}


================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\iceman.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\iceman.png.mcmeta
================================================================================
{
  "villager": {
    "hat": "partial"
  }
}


================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\miner.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\miner.png.mcmeta
================================================================================
{
  "villager": {
    "hat": "partial"
  }
}


================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\netherian.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\netherian.png.mcmeta
================================================================================
{
  "villager": {
    "hat": "partial"
  }
}


================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\oceanographer.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\woodworker.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\villager\profession\woodworker.png.mcmeta
================================================================================
{
  "villager": {
    "hat": "partial"
  }
}


================================================================================
FILE: assets\morevillagers\textures\entity\villager\type\badlands.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\villager\type\badlands.png.mcmeta
================================================================================
{
  "villager": {
    "hat": "full"
  }
}


================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\baby\badlands.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\ascended.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\enderian.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\enderian.png.mcmeta
================================================================================
{
  "villager": {
    "hat": "partial"
  }
}


================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\engineer.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\engineer.png.mcmeta
================================================================================
{
  "villager": {
    "hat": "partial"
  }
}


================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\explorer.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\florist.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\florist.png.mcmeta
================================================================================
{
  "villager": {
    "hat": "partial"
  }
}


================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\hunter.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\hunter.png.mcmeta
================================================================================
{
  "villager": {
    "hat": "partial"
  }
}


================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\iceman.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\iceman.png.mcmeta
================================================================================
{
  "villager": {
    "hat": "partial"
  }
}


================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\miner.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\miner.png.mcmeta
================================================================================
{
  "villager": {
    "hat": "partial"
  }
}


================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\netherian.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\netherian.png.mcmeta
================================================================================
{
  "villager": {
    "hat": "partial"
  }
}


================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\oceanographer.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\woodworker.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\profession\woodworker.png.mcmeta
================================================================================
{
  "villager": {
    "hat": "partial"
  }
}


================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\type\badlands.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\entity\zombie_villager\type\badlands.png.mcmeta
================================================================================
{
  "villager": {
    "hat": "full"
  }
}


================================================================================
FILE: assets\morevillagers\textures\map\decorations\ancient_city_decoration.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\map\decorations\bastion_remnant_decoration.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\map\decorations\end_city_decoration.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\map\decorations\fortress_decoration.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\map\decorations\jungle_temple_decoration.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\map\decorations\mineshaft_decoration.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\map\decorations\pillager_outpost_decoration.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\map\decorations\red_x_decoration.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\map\decorations\swamp_hut_decoration.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\map\decorations\trail_ruins_decoration.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: assets\morevillagers\textures\map\decorations\trial_chambers_decoration.png
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\minecraft\tags\block\mineable\axe.json
================================================================================
{
  "replace": false,
  "values": [
    "morevillagers:oceanography_table",
    "morevillagers:woodworking_table",
    "morevillagers:decayed_workbench",
    "morevillagers:blueprint_table",
    "morevillagers:gardening_table",
    "morevillagers:hunting_post",
    "morevillagers:chiller"
  ]
}

================================================================================
FILE: data\minecraft\tags\block\mineable\pickaxe.json
================================================================================
{
  "replace": false,
  "values": [
    "morevillagers:purpur_altar",
    "morevillagers:mining_bench"
  ]
}

================================================================================
FILE: data\minecraft\tags\point_of_interest_type\acquirable_job_site.json
================================================================================
{
  "replace": false,
  "values": [
    "morevillagers:oceanographer",
    "morevillagers:netherian",
    "morevillagers:woodworker",
    "morevillagers:enderian",
    "morevillagers:engineer",
    "morevillagers:florist",
    "morevillagers:hunter",
    "morevillagers:miner",
    "morevillagers:iceman",
    "morevillagers:explorer"
  ]
}

================================================================================
FILE: data\morevillagers\advancement\all_professions_traded.json
================================================================================
{
  "parent": "morevillagers:first_trade",
  "display": {
    "icon": {
      "id": "minecraft:experience_bottle"
    },
    "title": {
      "translate": "advancements.all_professions_traded.title"
    },
    "description": {
      "translate": "advancements.all_professions_traded.description"
    },
    "frame": "goal",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "armorer": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"minecraft:armorer\"}}"
          }
        }
      }
    },
    "butcher": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"minecraft:butcher\"}}"
          }
        }
      }
    },
    "cartographer": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"minecraft:cartographer\"}}"
          }
        }
      }
    },
    "cleric": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"minecraft:cleric\"}}"
          }
        }
      }
    },
    "farmer": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"minecraft:farmer\"}}"
          }
        }
      }
    },
    "fisherman": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"minecraft:fisherman\"}}"
          }
        }
      }
    },
    "fletcher": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"minecraft:fletcher\"}}"
          }
        }
      }
    },
    "leatherworker": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"minecraft:leatherworker\"}}"
          }
        }
      }
    },
    "librarian": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"minecraft:librarian\"}}"
          }
        }
      }
    },
    "mason": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"minecraft:mason\"}}"
          }
        }
      }
    },
    "shepherd": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"minecraft:shepherd\"}}"
          }
        }
      }
    },
    "toolsmith": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"minecraft:toolsmith\"}}"
          }
        }
      }
    },
    "weaponsmith": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"minecraft:weaponsmith\"}}"
          }
        }
      }
    },
    "oceanographer": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"morevillagers:oceanographer\"}}"
          }
        }
      }
    },
    "netherian": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"morevillagers:netherian\"}}"
          }
        }
      }
    },
    "woodworker": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"morevillagers:woodworker\"}}"
          }
        }
      }
    },
    "enderian": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"morevillagers:enderian\"}}"
          }
        }
      }
    },
    "engineer": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"morevillagers:engineer\"}}"
          }
        }
      }
    },
    "florist": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"morevillagers:florist\"}}"
          }
        }
      }
    },
    "hunter": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"morevillagers:hunter\"}}"
          }
        }
      }
    },
    "miner": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"morevillagers:miner\"}}"
          }
        }
      }
    },
    "iceman": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"morevillagers:iceman\"}}"
          }
        }
      }
    }
  },
  "requirements": [
    ["armorer"], ["butcher"], ["cartographer"], ["cleric"], ["farmer"], ["fisherman"], ["fletcher"], ["leatherworker"], ["librarian"], ["mason"], ["shepherd"], ["toolsmith"], ["weaponsmith"], ["oceanographer"], ["netherian"], ["woodworker"], ["enderian"], ["engineer"], ["florist"], ["hunter"], ["miner"], ["iceman"]
  ],
  "rewards": {
    "experience": 200
  }
}

================================================================================
FILE: data\morevillagers\advancement\all_villages.json
================================================================================
{
  "parent": "morevillagers:first_village",
  "display": {
    "icon": {
      "id": "minecraft:filled_map"
    },
    "title": {
      "translate": "advancements.all_villages.title"
    },
    "description": {
      "translate": "advancements.all_villages.description"
    },
    "frame": "goal",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "plains": {
      "trigger": "minecraft:location",
      "conditions": {
        "player": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:location": {
              "structures": "minecraft:village_plains"
            }
          }
        }
      }
    },
    "desert": {
      "trigger": "minecraft:location",
      "conditions": {
        "player": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:location": {
              "structures": "minecraft:village_desert"
            }
          }
        }
      }
    },
    "savanna": {
      "trigger": "minecraft:location",
      "conditions": {
        "player": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:location": {
              "structures": "minecraft:village_savanna"
            }
          }
        }
      }
    },
    "snowy": {
      "trigger": "minecraft:location",
      "conditions": {
        "player": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:location": {
              "structures": "minecraft:village_snowy"
            }
          }
        }
      }
    },
    "taiga": {
      "trigger": "minecraft:location",
      "conditions": {
        "player": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:location": {
              "structures": "minecraft:village_taiga"
            }
          }
        }
      }
    }
  },
  "rewards": {
    "experience": 200
  }
}

================================================================================
FILE: data\morevillagers\advancement\all_workstations_get.json
================================================================================
{
  "parent": "morevillagers:first_workstation_get",
  "display": {
    "icon": {
      "id": "minecraft:smithing_table"
    },
    "title": {
      "translate": "advancements.all_workstations_get.title"
    },
    "description": {
      "translate": "advancements.all_workstations_get.description"
    },
    "frame": "goal",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "blastfurnace": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:blast_furnace"
            ]
          }
        ]
      }
    },
    "smoker": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:smoker"
            ]
          }
        ]
      }
    },
    "cartographytable": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:cartography_table"
            ]
          }
        ]
      }
    },
    "brewingstand": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:brewing_stand"
            ]
          }
        ]
      }
    },
    "composter": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:composter"
            ]
          }
        ]
      }
    },
    "barrel": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:barrel"
            ]
          }
        ]
      }
    },
    "fletchingtable": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:fletching_table"
            ]
          }
        ]
      }
    },
    "cauldron": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:cauldron"
            ]
          }
        ]
      }
    },
    "lectern": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:lectern"
            ]
          }
        ]
      }
    },
    "stonecutter": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:stonecutter"
            ]
          }
        ]
      }
    },
    "loom": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:loom"
            ]
          }
        ]
      }
    },
    "smithingtable": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:smithing_table"
            ]
          }
        ]
      }
    },
    "grindstone": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:grindstone"
            ]
          }
        ]
      }
    },
    "oceanographytable": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "morevillagers:oceanography_table"
            ]
          }
        ]
      }
    },
    "decayedworkbench": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "morevillagers:decayed_workbench"
            ]
          }
        ]
      }
    },
    "woodworkingtable": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "morevillagers:woodworking_table"
            ]
          }
        ]
      }
    },
    "purpuraltar": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "morevillagers:purpur_altar"
            ]
          }
        ]
      }
    },
    "blueprinttable": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "morevillagers:blueprint_table"
            ]
          }
        ]
      }
    },
    "gardeningtable": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "morevillagers:gardening_table"
            ]
          }
        ]
      }
    },
    "huntingpost": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "morevillagers:hunting_post"
            ]
          }
        ]
      }
    },
    "miningbench": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "morevillagers:mining_bench"
            ]
          }
        ]
      }
    },
    "chiller": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "morevillagers:chiller"
            ]
          }
        ]
      }
    }
  },
  "requirements": [
    ["blastfurnace"], ["smoker"], ["cartographytable"], ["brewingstand"], ["composter"], ["barrel"], ["fletchingtable"], ["cauldron"], ["lectern"], ["stonecutter"], ["loom"], ["smithingtable"], ["grindstone"], ["oceanographytable"], ["decayedworkbench"], ["woodworkingtable"], ["purpuraltar"], ["blueprinttable"], ["gardeningtable"], ["huntingpost"], ["miningbench"], ["chiller"]
  ],
  "rewards": {
    "experience": 200
  }
}

================================================================================
FILE: data\morevillagers\advancement\buy_map.json
================================================================================
{
  "parent": "morevillagers:first_trade",
  "display": {
    "icon": {
      "id": "minecraft:compass"
    },
    "title": {
      "translate": "advancements.buy_map.title"
    },
    "description": {
      "translate": "advancements.buy_map.description"
    },
    "frame": "task",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "trade": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "item": {
          "items": [
            "minecraft:filled_map"
          ]
        }
      }
    }
  },
  "rewards": {
    "experience": 50
  }
}

================================================================================
FILE: data\morevillagers\advancement\buy_xmas_chest.json
================================================================================
{
  "parent": "morevillagers:first_trade",
  "display": {
    "icon": {
      "id": "morevillagers:xmas_chest"
    },
    "title": {
      "translate": "advancements.buy_xmas_chest.title"
    },
    "description": {
      "translate": "advancements.buy_xmas_chest.description"
    },
    "frame": "task",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "trade": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "item": {
          "items": [
            "morevillagers:xmas_chest"
          ]
        }
      }
    }
  },
  "rewards": {
    "experience": 100
  }
}

================================================================================
FILE: data\morevillagers\advancement\end_trade.json
================================================================================
{
  "parent": "morevillagers:first_trade",
  "display": {
    "icon": {
      "id": "minecraft:end_stone"
    },
    "title": {
      "translate": "advancements.end_trade.title"
    },
    "description": {
      "translate": "advancements.end_trade.description"
    },
    "frame": "task",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "enderian": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"morevillagers:enderian\"}}",
            "minecraft:location": {
              "dimension": "minecraft:the_end"
            }
          }
        }
      }
    }
  },
  "rewards": {
    "experience": 100
  }
}

================================================================================
FILE: data\morevillagers\advancement\first_trade.json
================================================================================
{
  "parent": "morevillagers:root",
  "display": {
    "icon": {
      "id": "minecraft:emerald"
    },
    "title": {
      "translate": "advancements.first_trade.title"
    },
    "description": {
      "translate": "advancements.first_trade.description"
    },
    "frame": "task",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "villagertrade": {
      "trigger": "minecraft:villager_trade"
    }
  },
  "rewards": {
    "experience": 20
  }
}

================================================================================
FILE: data\morevillagers\advancement\first_village.json
================================================================================
{
  "parent": "morevillagers:root",
  "display": {
    "icon": {
      "id": "minecraft:map"
    },
    "title": {
      "translate": "advancements.first_village.title"
    },
    "description": {
      "translate": "advancements.first_village.description"
    },
    "frame": "task",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "entered_village": {
      "trigger": "minecraft:location",
      "conditions": {
        "player": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:location": {
              "structures": "#minecraft:village"
            }
          }
        }
      }
    }
  },
  "requirements": [
    [
      "entered_village"
    ]
  ],
  "rewards": {
    "experience": 25
  }
}

================================================================================
FILE: data\morevillagers\advancement\first_workstation_get.json
================================================================================
{
  "parent": "morevillagers:root",
  "display": {
    "icon": {
      "id": "minecraft:stonecutter"
    },
    "title": {
      "translate": "advancements.first_workstation_get.title"
    },
    "description": {
      "translate": "advancements.first_workstation_get.description"
    },
    "frame": "task",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "blastfurnace": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:blast_furnace"
            ]
          }
        ]
      }
    },
    "smoker": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": ["minecraft:smoker"]
          }
        ]
      }
    },
    "cartographytable": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:cartography_table"
            ]
          }
        ]
      }
    },
    "brewingstand": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:brewing_stand"
            ]
          }
        ]
      }
    },
    "composter": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:composter"
            ]
          }
        ]
      }
    },
    "barrel": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:barrel"
            ]
          }
        ]
      }
    },
    "fletchingtable": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:fletching_table"
            ]
          }
        ]
      }
    },
    "cauldron": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:cauldron"
            ]
          }
        ]
      }
    },
    "lectern": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:lectern"
            ]
          }
        ]
      }
    },
    "stonecutter": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:stonecutter"
            ]
          }
        ]
      }
    },
    "loom": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:loom"
            ]
          }
        ]
      }
    },
    "smithingtable": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:smithing_table"
            ]
          }
        ]
      }
    },
    "grindstone": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:grindstone"
            ]
          }
        ]
      }
    },
    "oceanographytable": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "morevillagers:oceanography_table"
            ]
          }
        ]
      }
    },
    "decayedworkbench": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "morevillagers:decayed_workbench"
            ]
          }
        ]
      }
    },
    "woodworkingtable": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "morevillagers:woodworking_table"
            ]
          }
        ]
      }
    },
    "purpuraltar": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "morevillagers:purpur_altar"
            ]
          }
        ]
      }
    },
    "blueprinttable": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "morevillagers:blueprint_table"
            ]
          }
        ]
      }
    },
    "gardeningtable": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "morevillagers:gardening_table"
            ]
          }
        ]
      }
    },
    "huntingpost": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "morevillagers:hunting_post"
            ]
          }
        ]
      }
    },
    "miningbench": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "morevillagers:mining_bench"
            ]
          }
        ]
      }
    },
    "chiller": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "morevillagers:chiller"
            ]
          }
        ]
      }
    }
  },
  "requirements": [
    [
      "blastfurnace",
      "smoker",
      "cartographytable",
      "brewingstand",
      "composter",
      "barrel",
      "fletchingtable",
      "cauldron",
      "lectern",
      "stonecutter",
      "loom",
      "smithingtable",
      "grindstone",
      "oceanographytable",
      "decayedworkbench",
      "woodworkingtable",
      "purpuraltar",
      "blueprinttable",
      "gardeningtable",
      "huntingpost",
      "miningbench",
      "chiller"
    ]
  ]
}

================================================================================
FILE: data\morevillagers\advancement\kill_babyvillager.json
================================================================================
{
  "parent": "morevillagers:kill_villager",
  "display": {
    "icon": {
      "id": "minecraft:iron_axe"
    },
    "title": {
      "translate": "advancements.kill_babyvillager.title"
    },
    "description": {
      "translate": "advancements.kill_babyvillager.description"
    },
    "frame": "task",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": true
  },
  "criteria": {
    "killedbabyvillager": {
      "trigger": "minecraft:player_killed_entity",
      "conditions": {
        "entity": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:flags": {
              "is_baby": true
            }
          }
        }
      }
    }
  },
  "rewards": {
    "experience": 10
  }
}

================================================================================
FILE: data\morevillagers\advancement\kill_villager.json
================================================================================
{
  "parent": "morevillagers:root",
  "display": {
    "icon": {
      "id": "minecraft:iron_sword"
    },
    "title": {
      "translate": "advancements.kill_villager.title"
    },
    "description": {
      "translate": "advancements.kill_villager.description"
    },
    "frame": "task",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": true
  },
  "criteria": {
    "killedvillager": {
      "trigger": "minecraft:player_killed_entity",
      "conditions": {
        "entity": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager"
          }
        }
      }
    }
  },
  "rewards": {
    "experience": 5
  }
}

================================================================================
FILE: data\morevillagers\advancement\map_bastion.json
================================================================================
{
  "parent": "morevillagers:nether_trade",
  "display": {
    "icon": {
      "id": "minecraft:polished_blackstone_bricks"
    },
    "title": {
      "translate": "advancements.map_bastion.title"
    },
    "description": {
      "translate": "advancements.map_bastion.description"
    },
    "frame": "goal",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "has_map": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"morevillagers:netherian\"}}"
          }
        },
        "item": {
          "items": "minecraft:filled_map"
        }
      }
    },
    "bastion": {
      "trigger": "minecraft:location",
      "conditions": {
        "player": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:location": {
              "structures": "minecraft:bastion_remnant"
            },
            "minecraft:type_specific/player": {
              "advancements": {
                "morevillagers:map_bastion": {
                  "has_map": true
                }
              }
            }
          }
        }
      }
    }
  },
  "rewards": {
    "experience": 200
  }
}

================================================================================
FILE: data\morevillagers\advancement\map_endcity.json
================================================================================
{
  "parent": "morevillagers:end_trade",
  "display": {
    "icon": {
      "id": "minecraft:purpur_block"
    },
    "title": {
      "translate": "advancements.map_endcity.title"
    },
    "description": {
      "translate": "advancements.map_endcity.description"
    },
    "frame": "goal",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "has_map": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"morevillagers:enderian\"}}"
          }
        },
        "item": {
          "items": "minecraft:filled_map"
        }
      }
    },
    "end_city": {
      "trigger": "minecraft:location",
      "conditions": {
        "player": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:location": {
              "structures": "minecraft:end_city"
            },
            "minecraft:type_specific/player": {
              "advancements": {
                "morevillagers:map_endcity": {
                  "has_map": true
                }
              }
            }
          }
        }
      }
    }
  },
  "rewards": {
    "experience": 200
  }
}

================================================================================
FILE: data\morevillagers\advancement\master_trade.json
================================================================================
{
  "parent": "morevillagers:first_trade",
  "display": {
    "icon": {
      "id": "minecraft:diamond"
    },
    "title": {
      "translate": "advancements.master_trade.title"
    },
    "description": {
      "translate": "advancements.master_trade.description"
    },
    "frame": "task",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "villagertrade": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{level:5}}"
          }
        }
      }
    }
  },
  "rewards": {
    "experience": 50
  }
}

================================================================================
FILE: data\morevillagers\advancement\nether_trade.json
================================================================================
{
  "parent": "morevillagers:first_trade",
  "display": {
    "icon": {
      "id": "minecraft:netherrack"
    },
    "title": {
      "translate": "advancements.nether_trade.title"
    },
    "description": {
      "translate": "advancements.nether_trade.description"
    },
    "frame": "task",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "netherian": {
      "trigger": "minecraft:villager_trade",
      "conditions": {
        "villager": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:villager",
            "minecraft:nbt": "{VillagerData:{profession:\"morevillagers:netherian\"}}",
            "minecraft:location": {
              "dimension": "minecraft:the_nether"
            }
          }
        }
      }
    }
  },
  "rewards": {
    "experience": 100
  }
}

================================================================================
FILE: data\morevillagers\advancement\root.json
================================================================================
{
  "display": {
    "icon": {
      "id": "minecraft:emerald_block"
    },
    "title": {
      "translate": "advancements.root.title"
    },
    "description": {
      "translate": "advancements.root.description"
    },
    "frame": "task",
    "show_toast": false,
    "announce_to_chat": false,
    "hidden": false,
    "background": "minecraft:textures/block/lime_terracotta.png"
  },
  "criteria": {
    "always": {
      "trigger": "minecraft:tick"
    }
  }
}

================================================================================
FILE: data\morevillagers\advancement\tame_cat.json
================================================================================
{
  "parent": "morevillagers:first_village",
  "display": {
    "icon": {
      "id": "minecraft:cod"
    },
    "title": {
      "translate": "advancements.tame_cat.title"
    },
    "description": {
      "translate": "advancements.tame_cat.description"
    },
    "frame": "task",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "plains": {
      "trigger": "minecraft:tame_animal",
      "conditions": {
        "entity": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:cat",
            "minecraft:location": {
              "structures": "minecraft:village_plains"
            }
          }
        }
      }
    },
    "desert": {
      "trigger": "minecraft:tame_animal",
      "conditions": {
        "entity": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:cat",
            "minecraft:location": {
              "structures": "minecraft:village_desert"
            }
          }
        }
      }
    },
    "savanna": {
      "trigger": "minecraft:tame_animal",
      "conditions": {
        "entity": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:cat",
            "minecraft:location": {
              "structures": "minecraft:village_savanna"
            }
          }
        }
      }
    },
    "snowy": {
      "trigger": "minecraft:tame_animal",
      "conditions": {
        "entity": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:cat",
            "minecraft:location": {
              "structures": "minecraft:village_snowy"
            }
          }
        }
      }
    },
    "taiga": {
      "trigger": "minecraft:tame_animal",
      "conditions": {
        "entity": {
          "type": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_type": "minecraft:cat",
            "minecraft:location": {
              "structures": "minecraft:village_taiga"
            }
          }
        }
      }
    }
  },
  "requirements": [
    [
      "plains",
      "desert",
      "savanna",
      "snowy",
      "taiga"
    ]
  ],
  "rewards": {
    "experience": 20
  }
}

================================================================================
FILE: data\morevillagers\advancement\recipes\blueprint_table.json
================================================================================
{
  "parent": "minecraft:recipes/root",
  "rewards": {
    "recipes": [
      "morevillagers:blueprint_table"
    ]
  },
  "criteria": {
    "has_paper": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": "minecraft:paper"
          }
        ]
      }
    },
    "has_the_recipe": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipes": "morevillagers:blueprint_table"
      }
    }
  },
  "requirements": [
    [
      "has_paper",
      "has_the_recipe"
    ]
  ]
}

================================================================================
FILE: data\morevillagers\advancement\recipes\chiller.json
================================================================================
{
  "parent": "minecraft:recipes/root",
  "rewards": {
    "recipes": [
      "morevillagers:chiller"
    ]
  },
  "criteria": {
    "has_spruce": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": "minecraft:spruce_log"
          }
        ]
      }
    },
    "has_the_recipe": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipes": "morevillagers:chiller"
      }
    }
  },
  "requirements": [
    [
      "has_spruce",
      "has_the_recipe"
    ]
  ]
}

================================================================================
FILE: data\morevillagers\advancement\recipes\decayed_workbench.json
================================================================================
{
  "parent": "minecraft:recipes/root",
  "rewards": {
    "recipes": [
      "morevillagers:decayed_workbench"
    ]
  },
  "criteria": {
    "has_nether_bricks": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": "minecraft:nether_bricks"
          }
        ]
      }
    },
    "has_the_recipe": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipes": "morevillagers:decayed_workbench"
      }
    }
  },
  "requirements": [
    [
      "has_nether_bricks",
      "has_the_recipe"
    ]
  ]
}

================================================================================
FILE: data\morevillagers\advancement\recipes\gardening_table.json
================================================================================
{
  "parent": "minecraft:recipes/root",
  "rewards": {
    "recipes": [
      "morevillagers:gardening_table"
    ]
  },
  "criteria": {
    "has_flower": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": "#minecraft:flowers"
          }
        ]
      }
    },
    "has_the_recipe": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipes": "morevillagers:gardening_table"
      }
    }
  },
  "requirements": [
    [
      "has_flower",
      "has_the_recipe"
    ]
  ]
}

================================================================================
FILE: data\morevillagers\advancement\recipes\hunting_post.json
================================================================================
{
  "parent": "minecraft:recipes/root",
  "rewards": {
    "recipes": [
      "morevillagers:hunting_post"
    ]
  },
  "criteria": {
    "has_arrow": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": "minecraft:arrow"
          }
        ]
      }
    },
    "has_the_recipe": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipes": "morevillagers:hunting_post"
      }
    }
  },
  "requirements": [
    [
      "has_arrow",
      "has_the_recipe"
    ]
  ]
}

================================================================================
FILE: data\morevillagers\advancement\recipes\mining_bench.json
================================================================================
{
  "parent": "minecraft:recipes/root",
  "rewards": {
    "recipes": [
      "morevillagers:mining_bench"
    ]
  },
  "criteria": {
    "has_iron_pickaxe": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": "minecraft:iron_pickaxe"
          }
        ]
      }
    },
    "has_the_recipe": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipes": "morevillagers:mining_bench"
      }
    }
  },
  "requirements": [
    [
      "has_iron_pickaxe",
      "has_the_recipe"
    ]
  ]
}

================================================================================
FILE: data\morevillagers\advancement\recipes\oceanography_table.json
================================================================================
{
  "parent": "minecraft:recipes/root",
  "rewards": {
    "recipes": [
      "morevillagers:oceanography_table"
    ]
  },
  "criteria": {
    "has_barrel": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": "minecraft:barrel"
          }
        ]
      }
    },
    "has_the_recipe": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipes": "morevillagers:oceanography_table"
      }
    }
  },
  "requirements": [
    [
      "has_barrel",
      "has_the_recipe"
    ]
  ]
}

================================================================================
FILE: data\morevillagers\advancement\recipes\purpur_altar.json
================================================================================
{
  "parent": "minecraft:recipes/root",
  "rewards": {
    "recipes": [
      "morevillagers:purpur_altar"
    ]
  },
  "criteria": {
    "has_end_stone": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": "minecraft:end_stone"
          }
        ]
      }
    },
    "has_the_recipe": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipes": "morevillagers:purpur_altar"
      }
    }
  },
  "requirements": [
    [
      "has_end_stone",
      "has_the_recipe"
    ]
  ]
}

================================================================================
FILE: data\morevillagers\advancement\recipes\woodworking_table.json
================================================================================
{
  "parent": "minecraft:recipes/root",
  "rewards": {
    "recipes": [
      "morevillagers:woodworking_table"
    ]
  },
  "criteria": {
    "has_leaves": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": "#minecraft:leaves"
          }
        ]
      }
    },
    "has_the_recipe": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipes": "morevillagers:woodworking_table"
      }
    }
  },
  "requirements": [
    [
      "has_leaves",
      "has_the_recipe"
    ]
  ]
}

================================================================================
FILE: data\morevillagers\loot_table\blocks\blueprint_table.json
================================================================================
{
  "type": "minecraft:block",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "morevillagers:blueprint_table",
          "functions": [
            {
              "function": "minecraft:copy_name",
              "source": "block_entity"
            }
          ]
        }
      ],
      "conditions": [
        {
          "condition": "minecraft:survives_explosion"
        }
      ]
    }
  ]
}

================================================================================
FILE: data\morevillagers\loot_table\blocks\chiller.json
================================================================================
{
  "type": "minecraft:block",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "morevillagers:chiller",
          "functions": [
            {
              "function": "minecraft:copy_name",
              "source": "block_entity"
            }
          ]
        }
      ],
      "conditions": [
        {
          "condition": "minecraft:survives_explosion"
        }
      ]
    }
  ]
}

================================================================================
FILE: data\morevillagers\loot_table\blocks\decayed_workbench.json
================================================================================
{
  "type": "minecraft:block",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "morevillagers:decayed_workbench",
          "functions": [
            {
              "function": "minecraft:copy_name",
              "source": "block_entity"
            }
          ]
        }
      ],
      "conditions": [
        {
          "condition": "minecraft:survives_explosion"
        }
      ]
    }
  ]
}

================================================================================
FILE: data\morevillagers\loot_table\blocks\gardening_table.json
================================================================================
{
  "type": "minecraft:block",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "morevillagers:gardening_table",
          "functions": [
            {
              "function": "minecraft:copy_name",
              "source": "block_entity"
            }
          ]
        }
      ],
      "conditions": [
        {
          "condition": "minecraft:survives_explosion"
        }
      ]
    }
  ]
}

================================================================================
FILE: data\morevillagers\loot_table\blocks\gilded_station.json
================================================================================
{
  "type": "minecraft:block",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "morevillagers:gilded_station",
          "functions": [
            {
              "function": "minecraft:copy_name",
              "source": "block_entity"
            }
          ]
        }
      ],
      "conditions": [
        {
          "condition": "minecraft:survives_explosion"
        }
      ]
    }
  ]
}

================================================================================
FILE: data\morevillagers\loot_table\blocks\hunting_post.json
================================================================================
{
  "type": "minecraft:block",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "morevillagers:hunting_post",
          "functions": [
            {
              "function": "minecraft:copy_name",
              "source": "block_entity"
            }
          ]
        }
      ],
      "conditions": [
        {
          "condition": "minecraft:survives_explosion"
        }
      ]
    }
  ]
}

================================================================================
FILE: data\morevillagers\loot_table\blocks\mining_bench.json
================================================================================
{
  "type": "minecraft:block",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "morevillagers:mining_bench",
          "functions": [
            {
              "function": "minecraft:copy_name",
              "source": "block_entity"
            }
          ]
        }
      ],
      "conditions": [
        {
          "condition": "minecraft:survives_explosion"
        }
      ]
    }
  ]
}

================================================================================
FILE: data\morevillagers\loot_table\blocks\oceanography_table.json
================================================================================
{
  "type": "minecraft:block",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "morevillagers:oceanography_table",
          "functions": [
            {
              "function": "minecraft:copy_name",
              "source": "block_entity"
            }
          ]
        }
      ],
      "conditions": [
        {
          "condition": "minecraft:survives_explosion"
        }
      ]
    }
  ]
}

================================================================================
FILE: data\morevillagers\loot_table\blocks\purpur_altar.json
================================================================================
{
  "type": "minecraft:block",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "morevillagers:purpur_altar",
          "functions": [
            {
              "function": "minecraft:copy_name",
              "source": "block_entity"
            }
          ]
        }
      ],
      "conditions": [
        {
          "condition": "minecraft:survives_explosion"
        }
      ]
    }
  ]
}

================================================================================
FILE: data\morevillagers\loot_table\blocks\woodworking_table.json
================================================================================
{
  "type": "minecraft:block",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "morevillagers:woodworking_table",
          "functions": [
            {
              "function": "minecraft:copy_name",
              "source": "block_entity"
            }
          ]
        }
      ],
      "conditions": [
        {
          "condition": "minecraft:survives_explosion"
        }
      ]
    }
  ]
}

================================================================================
FILE: data\morevillagers\loot_table\blocks\xmas_chest.json
================================================================================
{
  "type": "minecraft:block",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "morevillagers:xmas_chest",
          "functions": [
            {
              "function": "minecraft:copy_name",
              "source": "block_entity"
            }
          ]
        }
      ],
      "conditions": [
        {
          "condition": "minecraft:survives_explosion"
        }
      ]
    }
  ]
}

================================================================================
FILE: data\morevillagers\loot_table\chests\village\village_hunter.json
================================================================================
{
  "type": "minecraft:chest",
  "pools": [
    {
      "rolls": {
        "type": "minecraft:uniform",
        "min": 1,
        "max": 5
      },
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:emerald"
        },
        {
          "type": "minecraft:item",
          "weight": 2,
          "name": "minecraft:arrow",
          "modifier": {
            "type": "minecraft:set_count",
            "count": {
              "type": "minecraft:uniform",
              "min": 1,
              "max": 3
            }
          }
        },
        {
          "type": "minecraft:item",
          "weight": 6,
          "name": "minecraft:spider_eye",
          "modifier": {
            "type": "minecraft:set_count",
            "count": {
              "type": "minecraft:uniform",
              "min": 1,
              "max": 3
            }
          }
        },
        {
          "type": "minecraft:item",
          "weight": 2,
          "name": "minecraft:ender_pearl",
          "modifier": {
            "type": "minecraft:set_count",
            "count": {
              "type": "minecraft:uniform",
              "min": 1,
              "max": 3
            }
          }
        },
        {
          "type": "minecraft:item",
          "weight": 6,
          "name": "minecraft:leather",
          "modifier": {
            "type": "minecraft:set_count",
            "count": {
              "type": "minecraft:uniform",
              "min": 1,
              "max": 3
            }
          }
        },
        {
          "type": "minecraft:item",
          "weight": 6,
          "name": "minecraft:apple",
          "modifier": {
            "type": "minecraft:set_count",
            "count": {
              "type": "minecraft:uniform",
              "min": 1,
              "max": 3
            }
          }
        }
      ]
    }
  ],
  "random_sequence": "morevillagers:chests/village/village_hunter"
}

================================================================================
FILE: data\morevillagers\loot_table\chests\village\village_oceanographer.json
================================================================================
{
  "type": "minecraft:chest",
  "pools": [
    {
      "rolls": {
        "type": "minecraft:uniform",
        "min": 1,
        "max": 5
      },
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:emerald"
        },
        {
          "type": "minecraft:item",
          "weight": 2,
          "name": "minecraft:prismarine_crystals",
          "modifier": {
            "type": "minecraft:set_count",
            "count": {
              "type": "minecraft:uniform",
              "min": 1,
              "max": 3
            }
          }
        },
        {
          "type": "minecraft:item",
          "weight": 6,
          "name": "minecraft:paper",
          "modifier": {
            "type": "minecraft:set_count",
            "count": {
              "type": "minecraft:uniform",
              "min": 1,
              "max": 3
            }
          }
        },
        {
          "type": "minecraft:item",
          "weight": 2,
          "name": "minecraft:sea_pickle",
          "modifier": {
            "type": "minecraft:set_count",
            "count": {
              "type": "minecraft:uniform",
              "min": 1,
              "max": 3
            }
          }
        },
        {
          "type": "minecraft:item",
          "weight": 6,
          "name": "minecraft:map",
          "modifier": {
            "type": "minecraft:set_count",
            "count": {
              "type": "minecraft:uniform",
              "min": 1,
              "max": 3
            }
          }
        },
        {
          "type": "minecraft:item",
          "weight": 6,
          "name": "minecraft:dried_kelp",
          "modifier": {
            "type": "minecraft:set_count",
            "count": {
              "type": "minecraft:uniform",
              "min": 1,
              "max": 3
            }
          }
        }
      ]
    }
  ],
  "random_sequence": "morevillagers:chests/village/village_oceanographer"
}

================================================================================
FILE: data\morevillagers\loot_table\gameplay\hero_of_the_village\enderian_gift.json
================================================================================
{
  "type": "minecraft:gift",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:end_rod"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:popped_chorus_fruit"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:phantom_membrane"
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "morevillagers:gameplay/hero_of_the_village/enderian_gift"
}

================================================================================
FILE: data\morevillagers\loot_table\gameplay\hero_of_the_village\engineer_gift.json
================================================================================
{
  "type": "minecraft:gift",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:redstone"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:quartz"
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "morevillagers:gameplay/hero_of_the_village/engineer_gift"
}

================================================================================
FILE: data\morevillagers\loot_table\gameplay\hero_of_the_village\explorer_gift.json
================================================================================
{
  "type": "minecraft:gift",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:budding_amethyst"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:gunpowder"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:small_dripleaf"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:lantern"
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "morevillagers:gameplay/hero_of_the_village/explorer_gift"
}

================================================================================
FILE: data\morevillagers\loot_table\gameplay\hero_of_the_village\florist_gift.json
================================================================================
{
  "type": "minecraft:gift",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:honeycomb"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:glow_berries"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:allium"
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "morevillagers:gameplay/hero_of_the_village/florist_gift"
}

================================================================================
FILE: data\morevillagers\loot_table\gameplay\hero_of_the_village\hunter_gift.json
================================================================================
{
  "type": "minecraft:gift",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:slime_ball"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:gunpowder"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:magma_cream"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:rabbit_foot"
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "morevillagers:gameplay/hero_of_the_village/hunter_gift"
}

================================================================================
FILE: data\morevillagers\loot_table\gameplay\hero_of_the_village\iceman_gift.json
================================================================================
{
  "type": "minecraft:gift",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:snow_block"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:ice"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:packed_ice"
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "morevillagers:gameplay/hero_of_the_village/iceman_gift"
}

================================================================================
FILE: data\morevillagers\loot_table\gameplay\hero_of_the_village\miner_gift.json
================================================================================
{
  "type": "minecraft:gift",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:raw_copper"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:raw_iron"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:raw_gold"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:diamond"
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "morevillagers:gameplay/hero_of_the_village/miner_gift"
}

================================================================================
FILE: data\morevillagers\loot_table\gameplay\hero_of_the_village\netherian_gift.json
================================================================================
{
  "type": "minecraft:gift",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:nether_quartz_ore"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:nether_brick"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:gilded_blackstone"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:obsidian"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:gold_ingot"
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "morevillagers:gameplay/hero_of_the_village/netherian_gift"
}

================================================================================
FILE: data\morevillagers\loot_table\gameplay\hero_of_the_village\oceanographer_gift.json
================================================================================
{
  "type": "minecraft:gift",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:prismarine"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:sea_lantern"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:prismarine_bricks"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:dark_prismarine"
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "morevillagers:gameplay/hero_of_the_village/oceanographer_gift"
}

================================================================================
FILE: data\morevillagers\loot_table\gameplay\hero_of_the_village\woodworker_gift.json
================================================================================
{
  "type": "minecraft:gift",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:oak_log"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:birch_log"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:spruce_log"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:dark_oak_log"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:acacia_log"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:jungle_log"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:warped_stem"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:crimson_stem"
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "morevillagers:gameplay/hero_of_the_village/woodworker_gift"
}

================================================================================
FILE: data\morevillagers\recipe\blueprint_table.json
================================================================================
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "@$",
    "##",
    "##"
  ],
  "key": {
    "#": "#minecraft:planks",
    "@": "minecraft:paper",
    "$": "minecraft:blue_dye"
  },
  "result": {
    "count": 1,
    "id": "morevillagers:blueprint_table"
  }
}

================================================================================
FILE: data\morevillagers\recipe\chiller.json
================================================================================
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "AA",
    "##"
  ],
  "key": {
    "#": "minecraft:spruce_log",
    "A": "minecraft:packed_ice"
  },
  "result": {
    "id": "morevillagers:chiller",
    "count": 1
  }
}

================================================================================
FILE: data\morevillagers\recipe\decayed_workbench.json
================================================================================
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "@@",
    "##",
    "$$"
  ],
  "key": {
    "#": "minecraft:warped_planks",
    "$": "minecraft:crimson_planks",
    "@": "minecraft:nether_bricks"
  },
  "result": {
    "id": "morevillagers:decayed_workbench",
    "count": 1
  }
}

================================================================================
FILE: data\morevillagers\recipe\gardening_table.json
================================================================================
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "@@",
    "##",
    "##"
  ],
  "key": {
    "#": "#minecraft:planks",
    "@": "#minecraft:flowers"
  },
  "result": {
    "id": "morevillagers:gardening_table",
    "count": 1
  }
}

================================================================================
FILE: data\morevillagers\recipe\gilded_station.json
================================================================================
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "@@",
    "##",
    "##"
  ],
  "key": {
    "#": "minecraft:oak_log",
    "@": "minecraft:gold_block"
  },
  "result": {
    "id": "morevillagers:gilded_station",
    "components": {
      "minecraft:lore": [
        "{\"text\":\"WIP\",\"color\":\"red\",\"italic\":false}"
      ]
    }
  }
}

================================================================================
FILE: data\morevillagers\recipe\hunting_post.json
================================================================================
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "@$",
    "##"
  ],
  "key": {
    "#": "#minecraft:logs",
    "@": "minecraft:leather",
    "$": "minecraft:arrow"
  },
  "result": {
    "id": "morevillagers:hunting_post",
    "count": 1
  }
}

================================================================================
FILE: data\morevillagers\recipe\mining_bench.json
================================================================================
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "@$",
    "##"
  ],
  "key": {
    "#": "minecraft:stone",
    "@": "minecraft:iron_pickaxe",
    "$": "minecraft:raw_iron"
  },
  "result": {
    "id": "morevillagers:mining_bench",
    "count": 1
  }
}

================================================================================
FILE: data\morevillagers\recipe\oceanography_table.json
================================================================================
{
  "type": "minecraft:crafting_shapeless",
  "ingredients": [
    "minecraft:paper",
    "minecraft:string",
    "minecraft:barrel"
  ],
  "result": {
    "id": "morevillagers:oceanography_table",
    "count": 1
  }
}

================================================================================
FILE: data\morevillagers\recipe\purpur_altar.json
================================================================================
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "@@",
    "##",
    "##"
  ],
  "key": {
    "#": "minecraft:end_stone",
    "@": "minecraft:purpur_block"
  },
  "result": {
    "id": "morevillagers:purpur_altar",
    "count": 1
  }
}

================================================================================
FILE: data\morevillagers\recipe\woodworking_table.json
================================================================================
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "$$",
    "##",
    "@@"
  ],
  "key": {
    "$": "#minecraft:leaves",
    "#": "#minecraft:planks",
    "@": "#minecraft:logs"
  },
  "result": {
    "id": "morevillagers:woodworking_table",
    "count": 1
  }
}

================================================================================
FILE: data\morevillagers\rs_pieces_spawn_counts\village_badlands.json
================================================================================
{
  "target_structure": "repurposed_structures:village_badlands",
  "pieces_spawn_counts" : [
    {
      "nbt_piece_name" : "morevillagers:village/badlands/engineer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/badlands/hunter_engineer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/badlands/florist",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/badlands/hunter",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/badlands/oceanographer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/badlands/woodworker",
      "never_spawn_more_than_this_many": 1
    }
  ]
}

================================================================================
FILE: data\morevillagers\rs_pieces_spawn_counts\village_bamboo.json
================================================================================
{
  "target_structure": "repurposed_structures:village_bamboo",
  "pieces_spawn_counts" : [
    {
      "nbt_piece_name" : "morevillagers:village/bamboo/engineer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/bamboo/florist",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/bamboo/hunter",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/bamboo/oceanographer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/bamboo/woodworker",
      "never_spawn_more_than_this_many": 1
    }
  ]
}

================================================================================
FILE: data\morevillagers\rs_pieces_spawn_counts\village_birch.json
================================================================================
{
  "target_structure": "repurposed_structures:village_birch",
  "pieces_spawn_counts" : [
    {
      "nbt_piece_name" : "morevillagers:village/birch/engineer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/birch/florist",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/birch/hunter",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/birch/oceanographer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/birch/woodworker",
      "never_spawn_more_than_this_many": 1
    }
  ]
}

================================================================================
FILE: data\morevillagers\rs_pieces_spawn_counts\village_cherry.json
================================================================================
{
  "target_structure": "repurposed_structures:village_cherry",
  "pieces_spawn_counts" : [
    {
      "nbt_piece_name" : "morevillagers:village/cherry/engineer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/cherry/florist",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/cherry/hunter",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/cherry/oceanographer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/cherry/woodworker",
      "never_spawn_more_than_this_many": 1
    }
  ]
}

================================================================================
FILE: data\morevillagers\rs_pieces_spawn_counts\village_dark_forest.json
================================================================================
{
  "target_structure": "repurposed_structures:village_dark_forest",
  "pieces_spawn_counts" : [
    {
      "nbt_piece_name" : "morevillagers:village/dark_forest/engineer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/dark_forest/florist",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/dark_forest/hunter",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/dark_forest/oceanographer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/dark_forest/woodworker",
      "never_spawn_more_than_this_many": 1
    }
  ]
}

================================================================================
FILE: data\morevillagers\rs_pieces_spawn_counts\village_giant_taiga.json
================================================================================
{
  "target_structure": "repurposed_structures:village_giant_taiga",
  "pieces_spawn_counts" : [
    {
      "nbt_piece_name" : "morevillagers:village/giant_taiga/engineer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/giant_taiga/florist",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/giant_taiga/hunter",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/giant_taiga/oceanographer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/giant_taiga/woodworker",
      "never_spawn_more_than_this_many": 1
    }
  ]
}

================================================================================
FILE: data\morevillagers\rs_pieces_spawn_counts\village_jungle.json
================================================================================
{
  "target_structure": "repurposed_structures:village_jungle",
  "pieces_spawn_counts" : [
    {
      "nbt_piece_name" : "morevillagers:village/jungle/engineer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/jungle/florist",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/jungle/hunter",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/jungle/oceanographer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/jungle/woodworker",
      "never_spawn_more_than_this_many": 1
    }
  ]
}

================================================================================
FILE: data\morevillagers\rs_pieces_spawn_counts\village_mountains.json
================================================================================
{
  "target_structure": "repurposed_structures:village_mountains",
  "pieces_spawn_counts" : [
    {
      "nbt_piece_name" : "morevillagers:village/mountains/engineer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/mountains/florist",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/mountains/hunter",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/mountains/oceanographer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/mountains/woodworker",
      "never_spawn_more_than_this_many": 1
    }
  ]
}

================================================================================
FILE: data\morevillagers\rs_pieces_spawn_counts\village_mushroom.json
================================================================================
{
  "target_structure": "repurposed_structures:village_mushroom",
  "pieces_spawn_counts" : [
    {
      "nbt_piece_name" : "morevillagers:village/mushroom/engineer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/mushroom/florist",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/mushroom/hunter",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/mushroom/oceanographer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/mushroom/woodworker",
      "never_spawn_more_than_this_many": 1
    }
  ]
}

================================================================================
FILE: data\morevillagers\rs_pieces_spawn_counts\village_oak.json
================================================================================
{
  "target_structure": "repurposed_structures:village_oak",
  "pieces_spawn_counts" : [
    {
      "nbt_piece_name" : "morevillagers:village/oak/engineer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/oak/florist",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/oak/hunter",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/oak/oceanographer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/oak/woodworker",
      "never_spawn_more_than_this_many": 1
    }
  ]
}

================================================================================
FILE: data\morevillagers\rs_pieces_spawn_counts\village_ocean.json
================================================================================
{
  "target_structure": "repurposed_structures:village_ocean",
  "pieces_spawn_counts" : [
    {
      "nbt_piece_name" : "morevillagers:village/ocean/engineer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/ocean/florist",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/ocean/hunter",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/ocean/oceanographer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/ocean/woodworker",
      "never_spawn_more_than_this_many": 1
    }
  ]
}

================================================================================
FILE: data\morevillagers\rs_pieces_spawn_counts\village_swamp.json
================================================================================
{
  "target_structure": "repurposed_structures:village_swamp",
  "pieces_spawn_counts" : [
    {
      "nbt_piece_name" : "morevillagers:village/swamp/engineer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/swamp/florist",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/swamp/hunter",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/swamp/oceanographer",
      "never_spawn_more_than_this_many": 1
    },
    {
      "nbt_piece_name" : "morevillagers:village/swamp/woodworker",
      "never_spawn_more_than_this_many": 1
    }
  ]
}

================================================================================
FILE: data\morevillagers\rs_pool_additions\villages\badlands\houses.json
================================================================================
{
  "target_pool": "repurposed_structures:villages/badlands/houses",
  "fallback": "repurposed_structures:villages/badlands/terminators",
  "elements": [
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/badlands/engineer",
        "processors": "minecraft:empty",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/badlands/hunter_engineer",
        "processors": "minecraft:empty",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/badlands/florist",
        "processors": "minecraft:empty",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/badlands/hunter",
        "processors": "minecraft:empty",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/badlands/oceanographer",
        "processors": "minecraft:empty",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/badlands/woodworker",
        "processors": "minecraft:empty",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    }
  ]
}


================================================================================
FILE: data\morevillagers\rs_pool_additions\villages\bamboo\houses.json
================================================================================
{
  "target_pool": "repurposed_structures:villages/bamboo/houses",
  "fallback": "repurposed_structures:villages/bamboo/terminators",
  "elements": [
    {
      "weight": 1,
      "element": {
        "location": "morevillagers:village/bamboo/engineer",
        "processors": "repurposed_structures:villages/bamboo/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 4,
      "element": {
        "location": "morevillagers:village/bamboo/florist",
        "processors": "repurposed_structures:villages/bamboo/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/bamboo/hunter",
        "processors": "repurposed_structures:villages/bamboo/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/bamboo/oceanographer",
        "processors": "repurposed_structures:villages/bamboo/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/bamboo/woodworker",
        "processors": "repurposed_structures:villages/bamboo/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    }
  ]
}


================================================================================
FILE: data\morevillagers\rs_pool_additions\villages\birch\houses.json
================================================================================
{
  "target_pool": "repurposed_structures:villages/birch/houses",
  "fallback": "repurposed_structures:villages/birch/terminators",
  "elements": [
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/birch/engineer",
        "processors": "repurposed_structures:villages/birch/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 3,
      "element": {
        "location": "morevillagers:village/birch/florist",
        "processors": "repurposed_structures:villages/birch/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 1,
      "element": {
        "location": "morevillagers:village/birch/hunter",
        "processors": "repurposed_structures:villages/birch/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/birch/oceanographer",
        "processors": "repurposed_structures:villages/birch/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/birch/woodworker",
        "processors": "repurposed_structures:villages/birch/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    }
  ]
}


================================================================================
FILE: data\morevillagers\rs_pool_additions\villages\cherry\houses.json
================================================================================
{
  "target_pool": "repurposed_structures:villages/cherry/houses",
  "fallback": "repurposed_structures:villages/cherry/terminators",
  "elements": [
    {
      "weight": 3,
      "element": {
        "location": "morevillagers:village/cherry/engineer",
        "processors": "repurposed_structures:villages/cherry/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/cherry/florist",
        "processors": "repurposed_structures:villages/cherry/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 3,
      "element": {
        "location": "morevillagers:village/cherry/hunter",
        "processors": "repurposed_structures:villages/cherry/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/cherry/oceanographer",
        "processors": "repurposed_structures:villages/cherry/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/cherry/woodworker",
        "processors": "repurposed_structures:villages/cherry/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    }
  ]
}


================================================================================
FILE: data\morevillagers\rs_pool_additions\villages\dark_forest\houses.json
================================================================================
{
  "target_pool": "repurposed_structures:villages/dark_forest/houses",
  "fallback": "repurposed_structures:villages/dark_forest/terminators",
  "elements": [
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/dark_forest/engineer",
        "processors": "repurposed_structures:villages/dark_forest/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/dark_forest/florist",
        "processors": "repurposed_structures:villages/dark_forest/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/dark_forest/hunter",
        "processors": "repurposed_structures:villages/dark_forest/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/dark_forest/oceanographer",
        "processors": "repurposed_structures:villages/dark_forest/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/dark_forest/woodworker",
        "processors": "repurposed_structures:villages/dark_forest/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    }
  ]
}


================================================================================
FILE: data\morevillagers\rs_pool_additions\villages\giant_taiga\houses.json
================================================================================
{
  "target_pool": "repurposed_structures:villages/giant_taiga/houses",
  "fallback": "repurposed_structures:villages/giant_taiga/terminators",
  "elements": [
    {
      "weight": 3,
      "element": {
        "location": "morevillagers:village/giant_taiga/engineer",
        "processors": "repurposed_structures:villages/giant_taiga/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/giant_taiga/florist",
        "processors": "repurposed_structures:villages/giant_taiga/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 3,
      "element": {
        "location": "morevillagers:village/giant_taiga/hunter",
        "processors": "repurposed_structures:villages/giant_taiga/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/giant_taiga/oceanographer",
        "processors": "repurposed_structures:villages/giant_taiga/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/giant_taiga/woodworker",
        "processors": "repurposed_structures:villages/giant_taiga/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    }
  ]
}


================================================================================
FILE: data\morevillagers\rs_pool_additions\villages\jungle\houses.json
================================================================================
{
  "target_pool": "repurposed_structures:villages/jungle/houses",
  "fallback": "repurposed_structures:villages/jungle/terminators",
  "elements": [
    {
      "weight": 1,
      "element": {
        "location": "morevillagers:village/jungle/engineer",
        "processors": "repurposed_structures:villages/jungle/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 4,
      "element": {
        "location": "morevillagers:village/jungle/florist",
        "processors": "repurposed_structures:villages/jungle/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/jungle/hunter",
        "processors": "repurposed_structures:villages/jungle/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/jungle/oceanographer",
        "processors": "repurposed_structures:villages/jungle/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/jungle/woodworker",
        "processors": "repurposed_structures:villages/jungle/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    }
  ]
}


================================================================================
FILE: data\morevillagers\rs_pool_additions\villages\mountains\houses.json
================================================================================
{
  "target_pool": "repurposed_structures:villages/mountains/houses",
  "fallback": "repurposed_structures:villages/mountains/terminators",
  "elements": [
    {
      "weight": 3,
      "element": {
        "location": "morevillagers:village/mountains/engineer",
        "processors": "repurposed_structures:villages/mountains/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/mountains/florist",
        "processors": "repurposed_structures:villages/mountains/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 3,
      "element": {
        "location": "morevillagers:village/mountains/hunter",
        "processors": "repurposed_structures:villages/mountains/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/mountains/oceanographer",
        "processors": "repurposed_structures:villages/mountains/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/mountains/woodworker",
        "processors": "repurposed_structures:villages/mountains/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    }
  ]
}


================================================================================
FILE: data\morevillagers\rs_pool_additions\villages\mushroom\houses.json
================================================================================
{
  "target_pool": "repurposed_structures:villages/mushroom/houses",
  "fallback": "repurposed_structures:villages/mushroom/terminators",
  "elements": [
    {
      "weight": 1,
      "element": {
        "location": "morevillagers:village/mushroom/engineer",
        "processors": "repurposed_structures:villages/mushroom/general_randomizer",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/mushroom/florist",
        "processors": "repurposed_structures:villages/mushroom/general_randomizer",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 1,
      "element": {
        "location": "morevillagers:village/mushroom/hunter",
        "processors": "repurposed_structures:villages/mushroom/general_randomizer",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 3,
      "element": {
        "location": "morevillagers:village/mushroom/oceanographer",
        "processors": "repurposed_structures:villages/mushroom/general_randomizer",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 1,
      "element": {
        "location": "morevillagers:village/mushroom/woodworker",
        "processors": "repurposed_structures:villages/mushroom/general_randomizer",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    }
  ]
}


================================================================================
FILE: data\morevillagers\rs_pool_additions\villages\oak\houses.json
================================================================================
{
  "target_pool": "repurposed_structures:villages/oak/houses",
  "fallback": "repurposed_structures:villages/oak/terminators",
  "elements": [
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/oak/engineer",
        "processors": "repurposed_structures:villages/oak/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/oak/florist",
        "processors": "repurposed_structures:villages/oak/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 1,
      "element": {
        "location": "morevillagers:village/oak/hunter",
        "processors": "repurposed_structures:villages/oak/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/oak/oceanographer",
        "processors": "repurposed_structures:villages/oak/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 3,
      "element": {
        "location": "morevillagers:village/oak/woodworker",
        "processors": "repurposed_structures:villages/oak/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    }
  ]
}


================================================================================
FILE: data\morevillagers\rs_pool_additions\villages\ocean\houses.json
================================================================================
{
  "target_pool": "repurposed_structures:villages/ocean/houses",
  "fallback": "repurposed_structures:villages/ocean/terminators",
  "elements": [
    {
      "weight": 3,
      "element": {
        "location": "morevillagers:village/ocean/engineer",
        "processors": "repurposed_structures:villages/ocean/randomize",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 1,
      "element": {
        "location": "morevillagers:village/ocean/florist",
        "processors": "repurposed_structures:villages/ocean/randomize",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/ocean/hunter",
        "processors": "repurposed_structures:villages/ocean/randomize",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 6,
      "element": {
        "location": "morevillagers:village/ocean/oceanographer",
        "processors": "repurposed_structures:villages/ocean/randomize",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 1,
      "element": {
        "location": "morevillagers:village/ocean/woodworker",
        "processors": "repurposed_structures:villages/ocean/randomize",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    }
  ]
}


================================================================================
FILE: data\morevillagers\rs_pool_additions\villages\swamp\houses.json
================================================================================
{
  "target_pool": "repurposed_structures:villages/swamp/houses",
  "fallback": "repurposed_structures:villages/swamp/terminators",
  "elements": [
    {
      "weight": 1,
      "element": {
        "location": "morevillagers:village/swamp/engineer",
        "processors": "repurposed_structures:villages/swamp/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/swamp/florist",
        "processors": "repurposed_structures:villages/swamp/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 1,
      "element": {
        "location": "morevillagers:village/swamp/hunter",
        "processors": "repurposed_structures:villages/swamp/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/swamp/oceanographer",
        "processors": "repurposed_structures:villages/swamp/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    },
    {
      "weight": 2,
      "element": {
        "location": "morevillagers:village/swamp/woodworker",
        "processors": "repurposed_structures:villages/swamp/mossify",
        "projection": "rigid",
        "element_type": "minecraft:legacy_single_pool_element"
      }
    }
  ]
}


================================================================================
FILE: data\morevillagers\structure\village\badlands\engineer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\badlands\florist.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\badlands\hunter.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\badlands\hunter_engineer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\badlands\oceanographer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\badlands\woodworker.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\bamboo\engineer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\bamboo\florist.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\bamboo\hunter.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\bamboo\oceanographer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\bamboo\woodworker.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\birch\engineer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\birch\florist.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\birch\hunter.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\birch\oceanographer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\birch\woodworker.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\cherry\engineer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\cherry\florist.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\cherry\hunter.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\cherry\oceanographer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\cherry\woodworker.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\dark_forest\engineer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\dark_forest\florist.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\dark_forest\hunter.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\dark_forest\oceanographer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\dark_forest\woodworker.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\desert\desert_engineer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\desert\desert_florist.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\desert\desert_hunter.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\desert\desert_oceanographer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\desert\desert_woodworker.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\giant_taiga\engineer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\giant_taiga\florist.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\giant_taiga\hunter.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\giant_taiga\oceanographer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\giant_taiga\woodworker.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\jungle\engineer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\jungle\florist.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\jungle\hunter.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\jungle\oceanographer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\jungle\woodworker.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\mountains\engineer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\mountains\florist.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\mountains\hunter.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\mountains\oceanographer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\mountains\woodworker.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\mushroom\engineer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\mushroom\florist.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\mushroom\hunter.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\mushroom\oceanographer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\mushroom\woodworker.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\oak\engineer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\oak\florist.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\oak\hunter.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\oak\oceanographer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\oak\woodworker.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\ocean\engineer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\ocean\florist.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\ocean\hunter.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\ocean\oceanographer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\ocean\woodworker.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\plains\plains_engineer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\plains\plains_florist.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\plains\plains_hunter.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\plains\plains_oceanographer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\plains\plains_woodworker.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\savanna\savanna_engineer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\savanna\savanna_florist.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\savanna\savanna_hunter.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\savanna\savanna_oceanographer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\savanna\savanna_woodworker.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\snowy\snowy_engineer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\snowy\snowy_florist.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\snowy\snowy_hunter.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\snowy\snowy_oceanographer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\snowy\snowy_woodworker.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\swamp\engineer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\swamp\florist.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\swamp\hunter.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\swamp\oceanographer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\swamp\woodworker.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\taiga\taiga_engineer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\taiga\taiga_florist.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\taiga\taiga_hunter.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\taiga\taiga_oceanographer.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\structure\village\taiga\taiga_woodworker.nbt
================================================================================
[Binary file or non-UTF-8 encoding - content skipped]

================================================================================
FILE: data\morevillagers\tags\worldgen\structure\on_ancient_city_explorer_maps.json
================================================================================
{
  "replace": false,
  "values": [
    "minecraft:ancient_city"
  ]
}

================================================================================
FILE: data\morevillagers\tags\worldgen\structure\on_bastion_remnant_explorer_maps.json
================================================================================
{
  "replace": false,
  "values": [
    "minecraft:bastion_remnant"
  ]
}

================================================================================
FILE: data\morevillagers\tags\worldgen\structure\on_end_city_explorer_maps.json
================================================================================
{
  "replace": false,
  "values": [
    "minecraft:end_city"
  ]
}

================================================================================
FILE: data\morevillagers\tags\worldgen\structure\on_fortress_explorer_maps.json
================================================================================
{
  "replace": false,
  "values": [
    "minecraft:fortress"
  ]
}

================================================================================
FILE: data\morevillagers\tags\worldgen\structure\on_jungle_temple_explorer_maps.json
================================================================================
{
  "replace": false,
  "values": [
    "minecraft:jungle_pyramid"
  ]
}

================================================================================
FILE: data\morevillagers\tags\worldgen\structure\on_mineshaft_explorer_maps.json
================================================================================
{
  "replace": false,
  "values": [
    "minecraft:mineshaft"
  ]
}

================================================================================
FILE: data\morevillagers\tags\worldgen\structure\on_pillager_outpost_explorer_maps.json
================================================================================
{
  "replace": false,
  "values": [
    "minecraft:pillager_outpost"
  ]
}

================================================================================
FILE: data\morevillagers\tags\worldgen\structure\on_shipwreck_maps.json
================================================================================
{
  "replace": false,
  "values": [
    "minecraft:shipwreck",
    "minecraft:shipwreck_beached"
  ]
}

================================================================================
FILE: data\morevillagers\tags\worldgen\structure\on_swamp_hut_explorer_maps.json
================================================================================
{
  "replace": false,
  "values": [
    "minecraft:swamp_hut"
  ]
}

================================================================================
FILE: data\morevillagers\tags\worldgen\structure\on_trail_ruins_maps.json
================================================================================
{
  "replace": false,
  "values": [
    "minecraft:trail_ruins"
  ]
}

================================================================================
FILE: data\morevillagers\tags\worldgen\structure\on_trial_chambers_maps.json
================================================================================
{
  "replace": false,
  "values": [
    "minecraft:trial_chambers"
  ]
}

================================================================================
FILE: data\neoforge\data_maps\villager_profession\raid_hero_gifts.json
================================================================================
{
  "values": {
    "morevillagers:oceanographer": {
      "loot_table": "morevillagers:gameplay/hero_of_the_village/oceanographer_gift"
    },
    "morevillagers:netherian": {
      "loot_table": "morevillagers:gameplay/hero_of_the_village/netherian_gift"
    },
    "morevillagers:woodworker": {
      "loot_table": "morevillagers:gameplay/hero_of_the_village/woodworker_gift"
    },
    "morevillagers:enderian": {
      "loot_table": "morevillagers:gameplay/hero_of_the_village/enderian_gift"
    },
    "morevillagers:engineer": {
      "loot_table": "morevillagers:gameplay/hero_of_the_village/engineer_gift"
    },
    "morevillagers:florist": {
      "loot_table": "morevillagers:gameplay/hero_of_the_village/florist_gift"
    },
    "morevillagers:hunter": {
      "loot_table": "morevillagers:gameplay/hero_of_the_village/hunter_gift"
    },
    "morevillagers:miner": {
      "loot_table": "morevillagers:gameplay/hero_of_the_village/miner_gift"
    },
    "morevillagers:iceman": {
      "loot_table": "morevillagers:gameplay/hero_of_the_village/iceman_gift"
    },
    "morevillagers:explorer": {
      "loot_table": "morevillagers:gameplay/hero_of_the_village/explorer_gift"
    }
  }
}

================================================================================
FILE: data\neoforge\data_maps\worldgen\biome\villager_types.json
================================================================================
{
  "values": {
    "minecraft:badlands": {
      "villager_type": "morevillagers:badlands"
    }
  }
}

================================================================================
FILE: villagers\biome_mappings\badlands.json
================================================================================
{
  "biomes": {
    "minecraft:badlands": "morevillagers:badlands",
    "minecraft:wooded_badlands": "morevillagers:badlands",
    "minecraft:eroded_badlands": "morevillagers:badlands"
  }
}

================================================================================
FILE: villagers\gifts\enderian.json
================================================================================
{
  "profession": "morevillagers:enderian",
  "loot_table": "morevillagers:gameplay/hero_of_the_village/enderian_gift"
}

================================================================================
FILE: villagers\gifts\engineer.json
================================================================================
{
  "profession": "morevillagers:engineer",
  "loot_table": "morevillagers:gameplay/hero_of_the_village/engineer_gift"
}

================================================================================
FILE: villagers\gifts\explorer.json
================================================================================
{
  "profession": "morevillagers:explorer",
  "loot_table": "morevillagers:gameplay/hero_of_the_village/explorer_gift"
}

================================================================================
FILE: villagers\gifts\florist.json
================================================================================
{
  "profession": "morevillagers:florist",
  "loot_table": "morevillagers:gameplay/hero_of_the_village/florist_gift"
}

================================================================================
FILE: villagers\gifts\hunter.json
================================================================================
{
  "profession": "morevillagers:hunter",
  "loot_table": "morevillagers:gameplay/hero_of_the_village/hunter_gift"
}

================================================================================
FILE: villagers\gifts\iceman.json
================================================================================
{
  "profession": "morevillagers:iceman",
  "loot_table": "morevillagers:gameplay/hero_of_the_village/iceman_gift"
}

================================================================================
FILE: villagers\gifts\miner.json
================================================================================
{
  "profession": "morevillagers:miner",
  "loot_table": "morevillagers:gameplay/hero_of_the_village/miner_gift"
}

================================================================================
FILE: villagers\gifts\netherian.json
================================================================================
{
  "profession": "morevillagers:netherian",
  "loot_table": "morevillagers:gameplay/hero_of_the_village/netherian_gift"
}

================================================================================
FILE: villagers\gifts\oceanographer.json
================================================================================
{
  "profession": "morevillagers:oceanographer",
  "loot_table": "morevillagers:gameplay/hero_of_the_village/oceanographer_gift"
}

================================================================================
FILE: villagers\gifts\woodworker.json
================================================================================
{
  "profession": "morevillagers:woodworker",
  "loot_table": "morevillagers:gameplay/hero_of_the_village/woodworker_gift"
}

================================================================================
FILE: villagers\poi_types\enderian.json
================================================================================
{
  "block": "morevillagers:purpur_altar",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\poi_types\engineer.json
================================================================================
{
  "block": "morevillagers:blueprint_table",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\poi_types\explorer.json
================================================================================
{
  "block": "minecraft:decorated_pot",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\poi_types\florist.json
================================================================================
{
  "block": "morevillagers:gardening_table",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\poi_types\hunter.json
================================================================================
{
  "block": "morevillagers:hunting_post",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\poi_types\iceman.json
================================================================================
{
  "block": "morevillagers:chiller",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\poi_types\miner.json
================================================================================
{
  "block": "morevillagers:mining_bench",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\poi_types\netherian.json
================================================================================
{
  "block": "morevillagers:decayed_workbench",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\poi_types\oceanographer.json
================================================================================
{
  "block": "morevillagers:oceanography_table",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\poi_types\woodworker.json
================================================================================
{
  "block": "morevillagers:woodworking_table",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\professions\enderian.json
================================================================================
{
  "poi_type": "enderian",
  "work_sound": "minecraft:entity.villager.work_butcher",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\professions\engineer.json
================================================================================
{
  "poi_type": "engineer",
  "work_sound": "minecraft:entity.villager.work_toolsmith",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\professions\explorer.json
================================================================================
{
  "poi_type": "explorer",
  "work_sound": "minecraft:entity.villager.work_leatherworker",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\professions\florist.json
================================================================================
{
  "poi_type": "florist",
  "work_sound": "minecraft:entity.villager.work_farmer",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\professions\hunter.json
================================================================================
{
  "poi_type": "hunter",
  "work_sound": "minecraft:entity.villager.work_fletcher",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\professions\iceman.json
================================================================================
{
  "poi_type": "iceman",
  "work_sound": "minecraft:entity.villager.work_toolsmith",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\professions\miner.json
================================================================================
{
  "poi_type": "miner",
  "work_sound": "minecraft:entity.villager.work_armorer",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\professions\netherian.json
================================================================================
{
  "poi_type": "netherian",
  "work_sound": "minecraft:entity.villager.work_butcher",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\professions\oceanographer.json
================================================================================
{
  "poi_type": "oceanographer",
  "work_sound": "minecraft:entity.villager.work_cartographer",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\professions\woodworker.json
================================================================================
{
  "poi_type": "woodworker",
  "work_sound": "minecraft:entity.villager.work_leatherworker",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\structure_tags\on_ancient_city_explorer_maps.json
================================================================================
{
  "tag": "on_ancient_city_explorer_maps",
  "map_decoration": "ancient_city_decoration",
  "map_color": "#2ca58c",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\structure_tags\on_bastion_remnant_explorer_maps.json
================================================================================
{
  "tag": "on_bastion_remnant_explorer_maps",
  "map_decoration": "bastion_remnant_decoration",
  "map_color": "#bc390e",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\structure_tags\on_end_city_explorer_maps.json
================================================================================
{
  "tag": "on_end_city_explorer_maps",
  "map_decoration": "end_city_decoration",
  "map_color": "#ac7bac",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\structure_tags\on_fortress_explorer_maps.json
================================================================================
{
  "tag": "on_fortress_explorer_maps",
  "map_decoration": "fortress_decoration",
  "map_color": "#bc390e",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\structure_tags\on_jungle_temple_explorer_maps.json
================================================================================
{
  "tag": "on_jungle_temple_explorer_maps",
  "map_decoration": "jungle_temple_decoration",
  "map_color": "#0ab816",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\structure_tags\on_mineshaft_explorer_maps.json
================================================================================
{
  "tag": "on_mineshaft_explorer_maps",
  "map_decoration": "mineshaft_decoration",
  "map_color": "#7f7f7f",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\structure_tags\on_pillager_outpost_explorer_maps.json
================================================================================
{
  "tag": "on_pillager_outpost_explorer_maps",
  "map_decoration": "pillager_outpost_decoration",
  "map_color": "#b4863a",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\structure_tags\on_shipwreck_maps.json
================================================================================
{
  "tag": "on_shipwreck_maps",
  "map_decoration": "red_x_decoration",
  "map_color": "#c9a227",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\structure_tags\on_swamp_hut_explorer_maps.json
================================================================================
{
  "tag": "on_swamp_hut_explorer_maps",
  "map_decoration": "swamp_hut_decoration",
  "map_color": "#17ade6",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\structure_tags\on_trail_ruins_maps.json
================================================================================
{
  "tag": "on_trail_ruins_maps",
  "map_decoration": "trail_ruins_decoration",
  "map_color": "#c9a227",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\structure_tags\on_trial_chambers_maps.json
================================================================================
{
  "tag": "on_trial_chambers_maps",
  "map_decoration": "trial_chambers_decoration",
  "map_color": "#c9a227",
  "namespace": "morevillagers"
}

================================================================================
FILE: villagers\trades\enderian.json
================================================================================
{
  "profession": "morevillagers:enderian",
  "levels": {
    "1": [
      {
        "wants": {
          "id": "minecraft:end_stone",
          "count": 24.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 2.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 4.0
        },
        "gives": {
          "id": "minecraft:end_rod",
          "count": 3.0
        },
        "max_uses": 16.0,
        "xp": 1.0
      }
    ],
    "2": [
      {
        "wants": {
          "id": "minecraft:popped_chorus_fruit",
          "count": 20.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 10.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 5.0
        },
        "gives": {
          "id": "minecraft:phantom_membrane"
        },
        "max_uses": 16.0,
        "xp": 5.0
      }
    ],
    "3": [
      {
        "wants": {
          "id": "minecraft:ender_pearl",
          "count": 14.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 20.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 3.0
        },
        "gives": {
          "id": "minecraft:firework_rocket",
          "count": 8.0
        },
        "max_uses": 16.0,
        "xp": 10.0
      }
    ],
    "4": [
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 6.0
        },
        "gives": {
          "id": "minecraft:dragon_breath",
          "count": 2.0
        },
        "max_uses": 12.0,
        "xp": 15.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 14.0
        },
        "gives": {
          "id": "minecraft:map"
        },
        "given_item_modifiers": [
          {
            "decoration": "morevillagers:end_city_decoration",
            "destination": "morevillagers:on_end_city_explorer_maps",
            "function": "minecraft:exploration_map",
            "search_radius": 100
          },
          {
            "function": "minecraft:set_name",
            "name": {
              "translate": "filled_map.endcity"
            },
            "target": "item_name"
          },
          {
            "function": "minecraft:filtered",
            "item_filter": {
              "items": "minecraft:filled_map",
              "predicates": {
                "minecraft:map_id": {}
              }
            },
            "on_fail": {
              "function": "minecraft:discard"
            }
          }
        ],
        "max_uses": 12.0,
        "xp": 15.0
      }
    ],
    "5": [
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 12.0
        },
        "gives": {
          "id": "minecraft:ender_pearl"
        },
        "max_uses": 8.0,
        "xp": 30.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 64.0
        },
        "gives": {
          "id": "minecraft:dragon_head"
        },
        "max_uses": 2.0,
        "xp": 30.0
      }
    ]
  }
}

================================================================================
FILE: villagers\trades\engineer.json
================================================================================
{
  "profession": "morevillagers:engineer",
  "levels": {
    "1": [
      {
        "wants": {
          "id": "minecraft:redstone",
          "count": 20.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 2.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 4.0
        },
        "gives": {
          "id": "minecraft:repeater",
          "count": 3.0
        },
        "max_uses": 16.0,
        "xp": 1.0
      }
    ],
    "2": [
      {
        "wants": {
          "id": "minecraft:redstone_torch",
          "count": 12.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 10.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 3.0
        },
        "gives": {
          "id": "minecraft:dropper",
          "count": 3.0
        },
        "max_uses": 16.0,
        "xp": 5.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 4.0
        },
        "gives": {
          "id": "minecraft:dispenser"
        },
        "max_uses": 16.0,
        "xp": 5.0
      }
    ],
    "3": [
      {
        "wants": {
          "id": "minecraft:redstone_lamp",
          "count": 4.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 20.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 4.0
        },
        "gives": {
          "id": "minecraft:observer"
        },
        "max_uses": 16.0,
        "xp": 10.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 5.0
        },
        "gives": {
          "id": "minecraft:comparator"
        },
        "max_uses": 16.0,
        "xp": 10.0
      }
    ],
    "4": [
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 5.0
        },
        "gives": {
          "id": "minecraft:piston"
        },
        "max_uses": 16.0,
        "xp": 15.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 6.0
        },
        "gives": {
          "id": "minecraft:sticky_piston"
        },
        "max_uses": 16.0,
        "xp": 15.0
      }
    ],
    "5": [
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 5.0
        },
        "gives": {
          "id": "minecraft:daylight_detector",
          "count": 2.0
        },
        "max_uses": 16.0,
        "xp": 30.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 7.0
        },
        "gives": {
          "id": "minecraft:hopper"
        },
        "max_uses": 16.0,
        "xp": 30.0
      }
    ]
  }
}

================================================================================
FILE: villagers\trades\explorer.json
================================================================================
{
  "profession": "morevillagers:explorer",
  "levels": {
    "1": [
      {
        "wants": {
          "id": "minecraft:map",
          "count": 6.0
        },
        "gives": {
          "id": "minecraft:emerald",
          "count": 1.0
        },
        "max_uses": 16.0,
        "xp": 2.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 24.0
        },
        "additional_wants": {
          "id": "minecraft:map",
          "count": 1.0
        },
        "gives": {
          "id": "minecraft:map"
        },
        "given_item_modifiers": [
          {
            "decoration": "morevillagers:trail_ruins_decoration",
            "destination": "morevillagers:on_trail_ruins_maps",
            "function": "minecraft:exploration_map",
            "search_radius": 100
          },
          {
            "function": "minecraft:set_name",
            "name": {
              "translate": "filled_map.trail_ruins"
            },
            "target": "item_name"
          },
          {
            "function": "minecraft:filtered",
            "item_filter": {
              "items": "minecraft:filled_map",
              "predicates": {
                "minecraft:map_id": {}
              }
            },
            "on_fail": {
              "function": "minecraft:discard"
            }
          }
        ],
        "max_uses": 2.0,
        "xp": 5.0
      }
    ],
    "2": [
      {
        "wants": {
          "id": "minecraft:paper",
          "count": 24.0
        },
        "gives": {
          "id": "minecraft:emerald",
          "count": 1.0
        },
        "max_uses": 12.0,
        "xp": 5.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 8.0
        },
        "additional_wants": {
          "id": "minecraft:compass",
          "count": 1.0
        },
        "gives": {
          "id": "minecraft:recovery_compass",
          "count": 1.0
        },
        "max_uses": 1.0,
        "xp": 10.0
      }
    ],
    "3": [
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 18.0
        },
        "gives": {
          "id": "minecraft:spyglass",
          "count": 1.0
        },
        "max_uses": 2.0,
        "xp": 15.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 28.0
        },
        "gives": {
          "id": "minecraft:diamond_boots",
          "count": 1.0,
          "components": {
            "minecraft:enchantments": {
              "minecraft:feather_falling": 4,
              "minecraft:depth_strider": 3
            }
          }
        },
        "max_uses": 2.0,
        "xp": 20.0,
        "reputation_discount": 0.2
      }
    ],
    "4": [
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 38.0
        },
        "additional_wants": {
          "id": "minecraft:map",
          "count": 1.0
        },
        "gives": {
          "id": "minecraft:map"
        },
        "given_item_modifiers": [
          {
            "decoration": "morevillagers:trial_chambers_decoration",
            "destination": "morevillagers:on_trial_chambers_maps",
            "function": "minecraft:exploration_map",
            "search_radius": 100
          },
          {
            "function": "minecraft:set_name",
            "name": {
              "translate": "filled_map.trial_chambers_map"
            },
            "target": "item_name"
          },
          {
            "function": "minecraft:filtered",
            "item_filter": {
              "items": "minecraft:filled_map",
              "predicates": {
                "minecraft:map_id": {}
              }
            },
            "on_fail": {
              "function": "minecraft:discard"
            }
          }
        ],
        "max_uses": 1.0,
        "xp": 20.0
      }
    ],
    "5": [
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 48.0
        },
        "additional_wants": {
          "id": "minecraft:ender_pearl",
          "count": 2.0
        },
        "gives": {
          "id": "minecraft:shulker_box",
          "count": 1.0
        },
        "max_uses": 8.0,
        "xp": 30.0,
        "reputation_discount": 0.5
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 48.0
        },
        "additional_wants": {
          "id": "minecraft:map",
          "count": 1.0
        },
        "gives": {
          "id": "minecraft:map"
        },
        "given_item_modifiers": [
          {
            "decoration": "morevillagers:ancient_city_decoration",
            "destination": "morevillagers:on_ancient_city_explorer_maps",
            "function": "minecraft:exploration_map",
            "search_radius": 100
          },
          {
            "function": "minecraft:set_name",
            "name": {
              "translate": "filled_map.ancient_city"
            },
            "target": "item_name"
          },
          {
            "function": "minecraft:filtered",
            "item_filter": {
              "items": "minecraft:filled_map",
              "predicates": {
                "minecraft:map_id": {}
              }
            },
            "on_fail": {
              "function": "minecraft:discard"
            }
          }
        ],
        "max_uses": 1.0,
        "xp": 20.0
      }
    ]
  }
}

================================================================================
FILE: villagers\trades\florist.json
================================================================================
{
  "profession": "morevillagers:florist",
  "levels": {
    "1": [
      {
        "wants": {
          "id": "minecraft:flower_pot",
          "count": 3.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 2.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 3.0
        },
        "gives": {
          "id": "minecraft:honeycomb"
        },
        "max_uses": 16.0,
        "xp": 1.0
      }
    ],
    "2": [
      {
        "wants": {
          "id": "minecraft:vine",
          "count": 24.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 10.0
      },
      {
        "wants": {
          "id": "minecraft:emerald"
        },
        "gives": {
          "id": "minecraft:glow_berries",
          "count": 2.0
        },
        "max_uses": 16.0,
        "xp": 5.0
      }
    ],
    "3": [
      {
        "wants": {
          "id": "minecraft:emerald"
        },
        "gives": {
          "id": "minecraft:small_dripleaf",
          "count": 2.0
        },
        "max_uses": 16.0,
        "xp": 10.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 6.0
        },
        "gives": {
          "id": "minecraft:honey_bottle"
        },
        "max_uses": 16.0,
        "xp": 10.0
      }
    ],
    "4": [
      {
        "wants": {
          "id": "minecraft:moss_block",
          "count": 32.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 30.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 13.0
        },
        "gives": {
          "id": "minecraft:map"
        },
        "given_item_modifiers": [
          {
            "decoration": "minecraft:swamp_hut",
            "destination": "morevillagers:on_swamp_hut_explorer_maps",
            "function": "minecraft:exploration_map",
            "search_radius": 100
          },
          {
            "function": "minecraft:set_name",
            "name": {
              "translate": "filled_map.swamp_hut"
            },
            "target": "item_name"
          },
          {
            "function": "minecraft:filtered",
            "item_filter": {
              "items": "minecraft:filled_map",
              "predicates": {
                "minecraft:map_id": {}
              }
            },
            "on_fail": {
              "function": "minecraft:discard"
            }
          }
        ],
        "max_uses": 12.0,
        "xp": 15.0
      }
    ],
    "5": [
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 6.0
        },
        "gives": {
          "id": "minecraft:bee_nest"
        },
        "max_uses": 12.0,
        "xp": 30.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 15.0
        },
        "gives": {
          "id": "minecraft:map"
        },
        "given_item_modifiers": [
          {
            "decoration": "minecraft:jungle_temple",
            "destination": "morevillagers:on_jungle_temple_explorer_maps",
            "function": "minecraft:exploration_map",
            "search_radius": 100
          },
          {
            "function": "minecraft:set_name",
            "name": {
              "translate": "filled_map.jungle_pyramid"
            },
            "target": "item_name"
          },
          {
            "function": "minecraft:filtered",
            "item_filter": {
              "items": "minecraft:filled_map",
              "predicates": {
                "minecraft:map_id": {}
              }
            },
            "on_fail": {
              "function": "minecraft:discard"
            }
          }
        ],
        "max_uses": 12.0,
        "xp": 30.0
      }
    ]
  }
}

================================================================================
FILE: villagers\trades\hunter.json
================================================================================
{
  "profession": "morevillagers:hunter",
  "levels": {
    "1": [
      {
        "wants": {
          "id": "minecraft:bone",
          "count": 32.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 2.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 5.0
        },
        "gives": {
          "id": "minecraft:slime_ball",
          "count": 2.0
        },
        "max_uses": 16.0,
        "xp": 1.0
      }
    ],
    "2": [
      {
        "wants": {
          "id": "minecraft:spider_eye",
          "count": 24.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 10.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 5.0
        },
        "gives": {
          "id": "minecraft:fermented_spider_eye"
        },
        "max_uses": 16.0,
        "xp": 5.0
      }
    ],
    "3": [
      {
        "wants": {
          "id": "minecraft:gunpowder",
          "count": 20.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 20.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 5.0
        },
        "gives": {
          "id": "minecraft:magma_cream"
        },
        "max_uses": 12.0,
        "xp": 10.0
      }
    ],
    "4": [
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 5.0
        },
        "gives": {
          "id": "minecraft:blaze_rod"
        },
        "max_uses": 12.0,
        "xp": 15.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 13.0
        },
        "gives": {
          "id": "minecraft:map"
        },
        "given_item_modifiers": [
          {
            "decoration": "morevillagers:pillager_outpost_decoration",
            "destination": "morevillagers:on_pillager_outpost_explorer_maps",
            "function": "minecraft:exploration_map",
            "search_radius": 100
          },
          {
            "function": "minecraft:set_name",
            "name": {
              "translate": "filled_map.pillager_outpost"
            },
            "target": "item_name"
          },
          {
            "function": "minecraft:filtered",
            "item_filter": {
              "items": "minecraft:filled_map",
              "predicates": {
                "minecraft:map_id": {}
              }
            },
            "on_fail": {
              "function": "minecraft:discard"
            }
          }
        ],
        "max_uses": 12.0,
        "xp": 15.0
      }
    ],
    "5": [
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 8.0
        },
        "gives": {
          "id": "minecraft:ghast_tear"
        },
        "max_uses": 12.0,
        "xp": 30.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 8.0
        },
        "gives": {
          "id": "minecraft:rabbit_foot"
        },
        "max_uses": 12.0,
        "xp": 30.0
      }
    ]
  }
}

================================================================================
FILE: villagers\trades\iceman.json
================================================================================
{
  "profession": "morevillagers:iceman",
  "levels": {
    "1": [
      {
        "wants": {
          "id": "minecraft:spruce_log",
          "count": 5.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 2.0
      },
      {
        "wants": {
          "id": "minecraft:emerald"
        },
        "gives": {
          "id": "minecraft:ice",
          "count": 8.0
        },
        "max_uses": 16.0,
        "xp": 1.0
      }
    ],
    "2": [
      {
        "wants": {
          "id": "minecraft:fern",
          "count": 3.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 4.0
      },
      {
        "wants": {
          "id": "minecraft:powder_snow_bucket"
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 10.0
      }
    ],
    "3": [
      {
        "wants": {
          "id": "minecraft:snow_block",
          "count": 6.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 10.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 4.0
        },
        "gives": {
          "id": "minecraft:packed_ice",
          "count": 4.0
        },
        "max_uses": 10.0,
        "xp": 10.0
      }
    ],
    "4": [
      {
        "wants": {
          "id": "minecraft:red_wool",
          "count": 18.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 20.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 24.0
        },
        "gives": {
          "id": "minecraft:rabbit_hide",
          "count": 2.0
        },
        "max_uses": 10.0,
        "xp": 15.0
      }
    ],
    "5": [
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 12.0
        },
        "gives": {
          "id": "minecraft:diamond_shovel",
          "count": 1.0
        },
        "max_uses": 15.0,
        "xp": 30.0,
        "reputation_discount": 0.2
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 8.0
        },
        "gives": {
          "id": "minecraft:blue_ice",
          "count": 4.0
        },
        "max_uses": 20.0,
        "xp": 30.0
      }
    ]
  }
}

================================================================================
FILE: villagers\trades\miner.json
================================================================================
{
  "profession": "morevillagers:miner",
  "levels": {
    "1": [
      {
        "wants": {
          "id": "minecraft:deepslate",
          "count": 20.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 2.0
      },
      {
        "wants": {
          "id": "minecraft:emerald"
        },
        "gives": {
          "id": "minecraft:calcite",
          "count": 5.0
        },
        "max_uses": 16.0,
        "xp": 1.0
      }
    ],
    "2": [
      {
        "wants": {
          "id": "minecraft:raw_copper",
          "count": 15.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 10.0
      },
      {
        "wants": {
          "id": "minecraft:raw_iron",
          "count": 12.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 10.0
      }
    ],
    "3": [
      {
        "wants": {
          "id": "minecraft:raw_gold",
          "count": 10.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 20.0
      },
      {
        "wants": {
          "id": "minecraft:emerald"
        },
        "gives": {
          "id": "minecraft:amethyst_shard",
          "count": 2.0
        },
        "max_uses": 12.0,
        "xp": 10.0
      }
    ],
    "4": [
      {
        "wants": {
          "id": "minecraft:torch",
          "count": 50.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 12.0,
        "xp": 30.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 13.0
        },
        "gives": {
          "id": "minecraft:map"
        },
        "given_item_modifiers": [
          {
            "decoration": "morevillagers:mineshaft_decoration",
            "destination": "morevillagers:on_mineshaft_explorer_maps",
            "function": "minecraft:exploration_map",
            "search_radius": 100
          },
          {
            "function": "minecraft:set_name",
            "name": {
              "translate": "filled_map.mineshaft"
            },
            "target": "item_name"
          },
          {
            "function": "minecraft:filtered",
            "item_filter": {
              "items": "minecraft:filled_map",
              "predicates": {
                "minecraft:map_id": {}
              }
            },
            "on_fail": {
              "function": "minecraft:discard"
            }
          }
        ],
        "max_uses": 12.0,
        "xp": 15.0
      }
    ],
    "5": [
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 12.0
        },
        "gives": {
          "id": "minecraft:diamond_pickaxe",
          "count": 1.0
        },
        "max_uses": 15.0,
        "xp": 30.0,
        "reputation_discount": 0.2
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 15.0
        },
        "gives": {
          "id": "minecraft:map"
        },
        "given_item_modifiers": [
          {
            "decoration": "morevillagers:ancient_city_decoration",
            "destination": "morevillagers:on_ancient_city_explorer_maps",
            "function": "minecraft:exploration_map",
            "search_radius": 100
          },
          {
            "function": "minecraft:set_name",
            "name": {
              "translate": "filled_map.ancient_city"
            },
            "target": "item_name"
          },
          {
            "function": "minecraft:filtered",
            "item_filter": {
              "items": "minecraft:filled_map",
              "predicates": {
                "minecraft:map_id": {}
              }
            },
            "on_fail": {
              "function": "minecraft:discard"
            }
          }
        ],
        "max_uses": 12.0,
        "xp": 15.0
      }
    ]
  }
}

================================================================================
FILE: villagers\trades\netherian.json
================================================================================
{
  "profession": "morevillagers:netherian",
  "levels": {
    "1": [
      {
        "wants": {
          "id": "minecraft:basalt",
          "count": 24.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 2.0
      },
      {
        "wants": {
          "id": "minecraft:emerald"
        },
        "gives": {
          "id": "minecraft:nether_brick",
          "count": 10.0
        },
        "max_uses": 16.0,
        "xp": 1.0
      }
    ],
    "2": [
      {
        "wants": {
          "id": "minecraft:blackstone",
          "count": 24.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 10.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 4.0
        },
        "gives": {
          "id": "minecraft:nether_quartz_ore"
        },
        "max_uses": 16.0,
        "xp": 5.0
      }
    ],
    "3": [
      {
        "wants": {
          "id": "minecraft:obsidian",
          "count": 4.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 20.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 13.0
        },
        "gives": {
          "id": "minecraft:map"
        },
        "given_item_modifiers": [
          {
            "decoration": "morevillagers:fortress_decoration",
            "destination": "morevillagers:on_fortress_explorer_maps",
            "function": "minecraft:exploration_map",
            "search_radius": 100
          },
          {
            "function": "minecraft:set_name",
            "name": {
              "translate": "filled_map.fortress"
            },
            "target": "item_name"
          },
          {
            "function": "minecraft:filtered",
            "item_filter": {
              "items": "minecraft:filled_map",
              "predicates": {
                "minecraft:map_id": {}
              }
            },
            "on_fail": {
              "function": "minecraft:discard"
            }
          }
        ],
        "max_uses": 12.0,
        "xp": 10.0
      }
    ],
    "4": [
      {
        "wants": {
          "id": "minecraft:gold_ingot",
          "count": 4.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 30.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 14.0
        },
        "gives": {
          "id": "minecraft:map"
        },
        "given_item_modifiers": [
          {
            "decoration": "morevillagers:bastion_remnant_decoration",
            "destination": "morevillagers:on_bastion_remnant_explorer_maps",
            "function": "minecraft:exploration_map",
            "search_radius": 100
          },
          {
            "function": "minecraft:set_name",
            "name": {
              "translate": "filled_map.bastion_remnant"
            },
            "target": "item_name"
          },
          {
            "function": "minecraft:filtered",
            "item_filter": {
              "items": "minecraft:filled_map",
              "predicates": {
                "minecraft:map_id": {}
              }
            },
            "on_fail": {
              "function": "minecraft:discard"
            }
          }
        ],
        "max_uses": 12.0,
        "xp": 15.0
      }
    ],
    "5": [
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 20.0
        },
        "gives": {
          "id": "minecraft:music_disc_pigstep"
        },
        "max_uses": 12.0,
        "xp": 30.0
      }
    ]
  }
}

================================================================================
FILE: villagers\trades\oceanographer.json
================================================================================
{
  "profession": "morevillagers:oceanographer",
  "levels": {
    "1": [
      {
        "wants": {
          "id": "minecraft:prismarine",
          "count": 14.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 2.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 6.0
        },
        "gives": {
          "id": "minecraft:sea_lantern",
          "count": 1.0
        },
        "max_uses": 16.0,
        "xp": 2.0
      }
    ],
    "2": [
      {
        "wants": {
          "id": "minecraft:prismarine_bricks",
          "count": 14.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 10.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 20.0
        },
        "gives": {
          "id": "minecraft:sponge",
          "count": 1.0
        },
        "max_uses": 16.0,
        "xp": 7.0
      }
    ],
    "3": [
      {
        "wants": {
          "id": "minecraft:dark_prismarine",
          "count": 12.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 20.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 13.0
        },
        "gives": {
          "id": "minecraft:map"
        },
        "given_item_modifiers": [
          {
            "decoration": "morevillagers:red_x_decoration",
            "destination": "morevillagers:on_shipwreck_maps",
            "function": "minecraft:exploration_map",
            "search_radius": 100
          },
          {
            "function": "minecraft:set_name",
            "name": {
              "translate": "filled_map.shipwreck"
            },
            "target": "item_name"
          },
          {
            "function": "minecraft:filtered",
            "item_filter": {
              "items": "minecraft:filled_map",
              "predicates": {
                "minecraft:map_id": {}
              }
            },
            "on_fail": {
              "function": "minecraft:discard"
            }
          }
        ],
        "max_uses": 12.0,
        "xp": 10.0
      }
    ],
    "4": [
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 3.0
        },
        "gives": {
          "id": "minecraft:nautilus_shell"
        },
        "max_uses": 12.0,
        "xp": 15.0
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 32.0
        },
        "gives": {
          "id": "minecraft:heart_of_the_sea"
        },
        "max_uses": 12.0,
        "xp": 15.0
      }
    ],
    "5": [
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 64.0
        },
        "gives": {
          "id": "minecraft:trident"
        },
        "max_uses": 2.0,
        "xp": 30.0
      }
    ]
  }
}

================================================================================
FILE: villagers\trades\woodworker.json
================================================================================
{
  "profession": "morevillagers:woodworker",
  "levels": {
    "1": [
      {
        "wants": {
          "id": "minecraft:oak_sapling",
          "count": 6.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 2.0
      },
      {
        "wants": {
          "id": "minecraft:emerald"
        },
        "gives": {
          "id": "minecraft:oak_log",
          "count": 1.0
        },
        "max_uses": 64.0,
        "xp": 1.0
      },
      {
        "wants": {
          "id": "minecraft:birch_sapling",
          "count": 6.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 2.0
      },
      {
        "wants": {
          "id": "minecraft:emerald"
        },
        "gives": {
          "id": "minecraft:birch_log",
          "count": 1.0
        },
        "max_uses": 64.0,
        "xp": 1.0
      }
    ],
    "2": [
      {
        "wants": {
          "id": "minecraft:spruce_sapling",
          "count": 6.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 10.0
      },
      {
        "wants": {
          "id": "minecraft:emerald"
        },
        "gives": {
          "id": "minecraft:spruce_log",
          "count": 1.0
        },
        "max_uses": 64.0,
        "xp": 5.0
      },
      {
        "wants": {
          "id": "minecraft:dark_oak_sapling",
          "count": 6.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 10.0
      },
      {
        "wants": {
          "id": "minecraft:emerald"
        },
        "gives": {
          "id": "minecraft:dark_oak_log",
          "count": 1.0
        },
        "max_uses": 64.0,
        "xp": 5.0
      }
    ],
    "3": [
      {
        "wants": {
          "id": "minecraft:acacia_sapling",
          "count": 6.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 20.0
      },
      {
        "wants": {
          "id": "minecraft:emerald"
        },
        "gives": {
          "id": "minecraft:acacia_log",
          "count": 1.0
        },
        "max_uses": 64.0,
        "xp": 10.0
      },
      {
        "wants": {
          "id": "minecraft:jungle_sapling",
          "count": 6.0
        },
        "gives": {
          "id": "minecraft:emerald"
        },
        "max_uses": 16.0,
        "xp": 20.0
      },
      {
        "wants": {
          "id": "minecraft:emerald"
        },
        "gives": {
          "id": "minecraft:jungle_log",
          "count": 1.0
        },
        "max_uses": 64.0,
        "xp": 10.0
      }
    ],
    "4": [
      {
        "wants": {
          "id": "minecraft:emerald"
        },
        "gives": {
          "id": "minecraft:warped_stem",
          "count": 1.0
        },
        "max_uses": 64.0,
        "xp": 15.0
      },
      {
        "wants": {
          "id": "minecraft:emerald"
        },
        "gives": {
          "id": "minecraft:crimson_stem",
          "count": 1.0
        },
        "max_uses": 64.0,
        "xp": 15.0
      }
    ],
    "5": [
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 12.0
        },
        "gives": {
          "id": "minecraft:diamond_axe",
          "count": 1.0
        },
        "max_uses": 15.0,
        "xp": 30.0,
        "reputation_discount": 0.2
      },
      {
        "wants": {
          "id": "minecraft:emerald",
          "count": 12.0
        },
        "gives": {
          "id": "minecraft:diamond_hoe",
          "count": 1.0
        },
        "max_uses": 15.0,
        "xp": 30.0,
        "reputation_discount": 0.2
      }
    ]
  }
}

================================================================================
FILE: villagers\types\badlands.json
================================================================================
{
  "name": "badlands",
  "namespace": "morevillagers"
}
