Initial commit

This commit is contained in:
2026-07-15 07:29:14 +03:00
commit fb3aadb1f5
123 changed files with 1469 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"
}
}