mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 20:49:19 +02:00
added chainmail and letter
This commit is contained in:
parent
d3bb7689b5
commit
516bf1607c
11 changed files with 121 additions and 0 deletions
15
src/main/resources/data/nec/recipes/chainmail.json
Normal file
15
src/main/resources/data/nec/recipes/chainmail.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "nec:letter"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:chain"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nec:chainmail",
|
||||
"count": 1
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue