Files
m2612/datapacks/m2621/data/ironchest/recipe/diamond_chest.json
Alexander Demidov 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

16 lines
227 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"III",
"ISI",
"III"
],
"key": {
"I": "minecraft:diamond",
"S": "ironchest:gold_chest"
},
"result": {
"id": "ironchest:diamond_chest"
}
}