+ datapacks under git

This commit is contained in:
2026-05-25 15:30:36 +03:00
parent 7310a4043c
commit 6bc9f2fe94
7 changed files with 409 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"|"
],
"key": {
"#": "minecraft:coal",
"|": "minecraft:stick"
},
"result": {
"id": "minecraft:torch",
"count": 8
}
}

View File

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"|"
],
"key": {
"#": { "item": "minecraft:coal" },
"|": { "item": "minecraft:stick" }
},
"result": {
"item": "minecraft:torch",
"count": 10
}
}