1
Fork 0

Add initial files

This commit is contained in:
Joshua Goins 2025-04-12 13:03:56 -04:00
commit 1005782bf2
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" / ",
"LLL",
" / "
],
"key": {
"/": "minecraft:stick",
"L": "minecraft:leather"
},
"result": {
"id": "minecraft:saddle",
"count": 1
}
}

6
pack.mcmeta Normal file
View file

@ -0,0 +1,6 @@
{
"pack": {
"description": "Custom data pack for my server",
"pack_format": 71
}
}