mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-22 20:19:19 +02:00
added pocket block recipe
This commit is contained in:
parent
466142ae5a
commit
1e7452424d
1 changed files with 13 additions and 0 deletions
13
src/main/resources/data/nec/recipes/pocket_block.json
Normal file
13
src/main/resources/data/nec/recipes/pocket_block.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bedrock"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nec:pocket_block"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue