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