mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 04:29:19 +02:00
added recipe for bedrock
This commit is contained in:
parent
a76b7764eb
commit
96313c4467
1 changed files with 14 additions and 0 deletions
14
src/main/resources/data/nec/recipes/bedrock.json
Normal file
14
src/main/resources/data/nec/recipes/bedrock.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"tag": "minecraft:beds"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:bedrock"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue