EntityLootDrops Mod Configuration Guide
===================================

This mod allows you to customize entity drops, block drops, fishing drops, and crafting recipes.

Directory Structure:
-------------------
config/EntityLootDrops/
  ??? Entities/            # Entity loot drop configurations
  ??? Blocks/              # Block drop configurations
  ??? Recipes/             # Custom recipe configurations
  ?   ??? Shaped/          # Shaped crafting recipes
  ?   ??? Shapeless/       # Shapeless crafting recipes
  ?   ??? Brewing/         # Brewing stand recipes
  ?   ??? Furnace/         # Furnace/smelting recipes
  ?   ??? Smithing/        # Smithing table recipes
  ??? Fishing/             # Fishing drop configurations
      ??? Global_Fishing_Rewards.json  # Global fishing rewards
      ??? Conditional Drops/           # Weather/time-based drops
      ??? Biome Drops/                 # Biome-specific drops
      ??? Dimension Drops/             # Dimension-specific drops

Each directory contains its own README file with detailed instructions.

Commands:
--------
/lootdrops - Entity loot drop commands
/blockdrops - Block drop commands
/recipes - Recipe commands
/fishingdrops - Fishing drop commands

Features:
--------
- Custom entity loot drops with NBT support
- Custom block drops with tool requirements
- Custom fishing drops with environmental conditions
- Custom crafting recipes (shaped and shapeless)
- Custom brewing recipes for potions
- Custom furnace/smelting recipes
- Custom smithing table recipes
- Command execution when items are crafted/dropped/fished
- Event-based drops (seasonal events, custom events)
- Biome, dimension, weather, and time-based fishing conditions

For more information, see the README files in each subdirectory.
