recipes
This commit is contained in:
parent
c400a3da3d
commit
c522b40264
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "combat",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:arrow"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "advancedarrows:arrow_breaching"
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "combat",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:arrow"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:ender_pearl"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "advancedarrows:arrow_ender"
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "combat",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:arrow"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:lava_bucket"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "advancedarrows:arrow_incendiary"
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "combat",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:arrow"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_block"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "advancedarrows:arrow_kinetic"
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "combat",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:arrow"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:slime_ball"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "advancedarrows:arrow_ricochet"
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "combat",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "advancedarrows:arrow_ender"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:ender_pearl"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "advancedarrows:arrow_switch"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user