- 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
15 lines
211 B
JSON
15 lines
211 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"#",
|
|
"|"
|
|
],
|
|
"key": {
|
|
"#": "minecraft:coal",
|
|
"|": "minecraft:stick"
|
|
},
|
|
"result": {
|
|
"id": "minecraft:torch",
|
|
"count": 8
|
|
}
|
|
} |