Commit Graph

8 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
fec88fe91b **feat(server): add local server initialization and datapack sync**
- Update **ReadMe.md** with:
  - Spark console command syntax correction
  - New **Adventure Platform Mod** and **Better Fabric Console** entries
  - Resolved TODO items: server template setup and datapack sync
- Add **bash/init-local-server.sh** to automate server template deployment
- Enhance **bash/export-serverpack.sh** with datapack synchronization via `rsync`
2026-07-21 15:48:03 +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
e7826f8729 Update modpack to Minecraft 26.1.2 and add server-side datapack sync
- Update Minecraft version from **26.1.1** to **26.1.2**
- Add **LambDynamicLights** mod for dynamic lighting effects
- Update **Appleskin** mod compatibility for 26.1.2
- Add CLIENT-side mod export configuration for server pack
- Document datapack synchronization tasks for server deployment
- Move recipe tuning TODO to a dedicated **Datapacks** section
2026-07-21 12:21:24 +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
56c19947ec fix: update mod descriptions and remove outdated emojis and fixing shelving
- Remove optional dependency note for Dynamic FPS
- Clean up emojis in General Gameplay & Utilities section
- Mark CarryOn as deprecated in configs
- Add changelog entry for 2026-07-14 about TechReborn automation
- Improve formatting in the Russian changelog section
2026-07-16 12:11:10 +03:00
d284b419b8 Update modpack to Minecraft 26.1.1 and Fabric 0.19.3
- Update Minecraft version from 1.21.10 to 26.1.1 and Fabric from 0.18.4 to 0.19.3
- Replace reinforced chests with iron chest with fabric support
- Remove carry on, villager pickup, quartz elevator, easy install, and measurements due to incompatibility or redundancy
- Replace REI with NEI due to compatibility issues with tom's storage
- Update installation instructions and repository URL from m2110 to m2612
- Remove Architectury API and Cloth Config API as they are no longer required
- Update mod descriptions and legend to reflect changes in modpack composition
2026-07-16 09:46:11 +03:00
fb3aadb1f5 Initial commit 2026-07-15 07:29:14 +03:00