Pegasus and Gryphon feathers can be used in vanilla recipes. #51

This commit is contained in:
Sollace 2022-01-26 16:31:19 +01:00
parent ef91ee0146
commit f2081bc318
2 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:book"
},
{
"item": "minecraft:ink_sac"
},
{
"tag": "unicopia:magic_feathers"
}
],
"result": {
"item": "minecraft:writable_book"
}
}

View file

@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X",
"#",
"Y"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:flint"
},
"Y": {
"tag": "unicopia:magic_feathers"
}
},
"result": {
"item": "minecraft:arrow",
"count": 4
}
}