added chainmail and letter

This commit is contained in:
Jonas_Jones 2023-04-05 03:55:48 +02:00
parent d3bb7689b5
commit 516bf1607c
11 changed files with 121 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "nec:letter"
},
{
"item": "minecraft:chain"
}
],
"result": {
"item": "nec:chainmail",
"count": 1
}
}