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
This commit is contained in:
2026-07-20 17:09:09 +03:00
parent 56c19947ec
commit b82b7dad39
6 changed files with 48 additions and 7 deletions

View File

@ -0,0 +1,7 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"minecraft:copper_ingot"
],
"result": {"id": "minecraft:copper_chest", "count": 0}
}