+ 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
}
}

View File

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 61,
"description": "Remove native copper chest"
}
}

View File

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"aga",
"gpg",
"aga"
],
"key": {
"a": "minecraft:amethyst_shard",
"g": "minecraft:gold_ingot",
"p": "minecraft:ender_pearl"
},
"result": {
"id": "waystones:warp_stone",
"count": 1
}
}

View File

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 61,
"description": "Simplify waystone stone recipe"
}
}