mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +01:00
Pegasus and Gryphon feathers can be used in vanilla recipes. #51
This commit is contained in:
parent
ef91ee0146
commit
f2081bc318
2 changed files with 40 additions and 0 deletions
17
src/main/resources/data/unicopia/recipes/writable_book.json
Normal file
17
src/main/resources/data/unicopia/recipes/writable_book.json
Normal 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"
|
||||
}
|
||||
}
|
23
src/main/resources/data/unicopia/tags/items/arrow.json
Normal file
23
src/main/resources/data/unicopia/tags/items/arrow.json
Normal 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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue