OiOiOiAEyeEye
This commit is contained in:
17
src/main/resources/data/szar/recipes/firtana.json
Normal file
17
src/main/resources/data/szar/recipes/firtana.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dried_kelp"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "szar:firtana"
|
||||
}
|
||||
}
|
||||
14
src/main/resources/data/szar/recipes/hello.json
Normal file
14
src/main/resources/data/szar/recipes/hello.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "minecraft:music_discs"
|
||||
},
|
||||
{
|
||||
"item": "szar:firtana"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "szar:hello"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user