mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 04:29:19 +02:00
added baguette recipe
This commit is contained in:
parent
bdd2ec1606
commit
510777626d
1 changed files with 16 additions and 0 deletions
16
src/main/resources/data/nec/recipes/baguette.json
Normal file
16
src/main/resources/data/nec/recipes/baguette.json
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"pattern": [
|
||||||
|
" A",
|
||||||
|
" A ",
|
||||||
|
"A "
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"A": {
|
||||||
|
"item": "minecraft:bread"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "nec:baguette"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue