feat(datapacks): add ironchest recipes and datapack sync automation

- 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
This commit is contained in:
2026-07-21 16:44:58 +03:00
parent fec88fe91b
commit 3c3997ec7d
7 changed files with 132 additions and 5 deletions

2
.env.example Normal file
View File

@ -0,0 +1,2 @@
# Локальный мир для синхронизации datapacks (bash/sync-datapacks-to-world.sh)
LOCAL_WORLD="Новый мир"