4 Commits

Author SHA1 Message Date
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
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