Add initial files
This commit is contained in:
commit
1005782bf2
2 changed files with 22 additions and 0 deletions
16
data/crafting/recipe/saddle.json
Normal file
16
data/crafting/recipe/saddle.json
Normal 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
6
pack.mcmeta
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"pack": {
|
||||||
|
"description": "Custom data pack for my server",
|
||||||
|
"pack_format": 71
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue