- Add crafting recipes for copper, iron, gold, and diamond chests using IronChest mod
- Remove vanilla copper chest recipe to prevent conflicts
- Introduce `.env.example` for local world configuration
- Add `bash/sync-datapacks-to-world.sh` script to mirror datapacks to Minecraft world saves
- Supports one-time sync and watch mode for real-time updates
- Uses `rsync` for efficient file synchronization
Move recipe JSON files for copper_chest, torch, and warp_stone into a new `/recipe` subdirectory for better organization and maintainability.
chore(deps): update mod dependencies and fix side conflicts
- Remove unused Advanced Water Bottle mod
- Update LambDynamicLights and Xaero's World Map to run on both client and server sides
fix(pakku): ensure consistent file formatting
Remove trailing whitespace in pakku.json to adhere to standard formatting conventions.