3 Commits

Author SHA1 Message Date
3c3997ec7d 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
2026-07-21 16:44:58 +03:00
7ea4091e1c feat(datapacks): reorganize recipes into dedicated folder
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.
2026-07-21 12:56:20 +03:00
b82b7dad39 feat(datapacks): add mc26 recipe tuning for copper chest, torches, and waystones
- Update recipe for copper chest to disable vanilla crafting
- Modify torch recipe to increase yield (8 torches per craft)
- Adjust warp stone recipe for Waystones mod (reduce ender pearl cost)
- Add pack.mcmeta for mc26 datapack compatibility
- Move recipe configurations to dedicated mc26 datapack folder
- Update documentation with manual tuning instructions
2026-07-20 17:09:09 +03:00