添加刀片弹和咒火弹的配方
This commit is contained in:
parent
569b671c79
commit
eb59eeb271
2 changed files with 44 additions and 0 deletions
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "dreamaticvoyage"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "dreamaticvoyage:momo_knife"
|
||||
},
|
||||
{
|
||||
"item": "superbwarfare:empty_perk"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "superbwarfare:blade_bullet",
|
||||
"count": 1
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "virtuarealcraft"
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "virtuarealcraft:eternal_touch"
|
||||
},
|
||||
{
|
||||
"item": "superbwarfare:empty_perk"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "superbwarfare:curse_flame_bullet",
|
||||
"count": 1
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue